netkas
|
f689e36378
|
Refactored Peer Information to use InformationFields rather than being hard-coded into the peer record
|
2025-01-24 15:10:20 -05:00 |
|
netkas
|
75de51c910
|
Added method ADDRESS_BOOK_GET_CONTACTS
|
2025-01-22 22:01:07 -05:00 |
|
netkas
|
9e02f0c29b
|
Simplified RpcRequest constructor to accept StandardMethods & string as a input for the method parameter
|
2025-01-22 15:43:27 -05:00 |
|
netkas
|
0d09e77d59
|
Updated PhpDocs
|
2025-01-22 15:36:19 -05:00 |
|
netkas
|
f9a268058f
|
Refactor toStandardPeer to improve data construction clarity
|
2025-01-15 15:15:21 -05:00 |
|
netkas
|
8cad8f97fe
|
Add __toString method to PeerAddress class
|
2025-01-15 15:15:06 -05:00 |
|
netkas
|
eda41155aa
|
Update exception message for invalid address type
|
2025-01-15 15:04:53 -05:00 |
|
netkas
|
a2bbb6e57b
|
Add transport encryption and configuration updates
|
2025-01-15 14:22:46 -05:00 |
|
netkas
|
1cab09b675
|
Add isExternal method to PeerAddress class
|
2025-01-14 15:45:02 -05:00 |
|
netkas
|
b46423db14
|
Add ContactRecord class for handling contact data
|
2025-01-14 14:51:37 -05:00 |
|
netkas
|
92c70559f4
|
Fix session expiration logic in SessionRecord
|
2025-01-11 19:59:16 -05:00 |
|
netkas
|
7eae62cfd8
|
Add updated field to RegisteredPeerRecord
|
2025-01-11 19:39:09 -05:00 |
|
netkas
|
62c8d332a9
|
Add peer resolution through the resolvePeer method
|
2025-01-10 15:16:02 -05:00 |
|
netkas
|
fde3ccfc68
|
Add external session management and support for remote servers
|
2025-01-10 14:58:24 -05:00 |
|
netkas
|
a41313c221
|
Normalize header keys to lowercase for consistency.
|
2025-01-10 13:30:18 -05:00 |
|
netkas
|
26c7cd650f
|
Handle null values and validate inputs in RegisteredPeerRecord
|
2025-01-09 15:47:21 -05:00 |
|
netkas
|
1c4621c55b
|
Enhance flag handling for session operations.
|
2025-01-06 04:44:12 -05:00 |
|
netkas
|
85814913e4
|
Update password handling and session methods
|
2025-01-05 01:23:43 -05:00 |
|
netkas
|
8b9896f196
|
Add default value for getFlags() $asString parameter
|
2025-01-04 15:34:40 -05:00 |
|
netkas
|
b04de2f2a7
|
Add methods for deleting and updating peer information
|
2025-01-04 15:32:42 -05:00 |
|
netkas
|
9ebf3f641f
|
Add expiration handling to sessions and refactor state conversion
|
2025-01-03 21:38:33 -05:00 |
|
netkas
|
f2ae3100de
|
Minor correction
|
2025-01-03 21:22:40 -05:00 |
|
netkas
|
e9269a24fc
|
Implement session inactivity expiration handling.
|
2025-01-03 21:22:02 -05:00 |
|
netkas
|
e4b9a08972
|
Add signing key management functionality
|
2025-01-03 18:30:50 -05:00 |
|
netkas
|
d732c89632
|
Add Peer class and conversion method in RegisteredPeerRecord
|
2025-01-03 18:30:40 -05:00 |
|
netkas
|
a3976742d6
|
Add recursive array conversion in RpcResponse::convertToArray
|
2025-01-03 18:30:27 -05:00 |
|
netkas
|
367399f0fd
|
Changed Encryption to use LibSodium instead of OpenSSL, refactored many things and overall improved the code quality and performance with magic.
|
2025-01-03 12:27:04 -05:00 |
|
netkas
|
c380556255
|
Refactor session initialization and host validation logic
|
2024-12-24 19:18:06 -05:00 |
|
netkas
|
738f8a455c
|
Add display picture support and error code refactor
|
2024-12-24 15:05:35 -05:00 |
|
netkas
|
85bdff7d3c
|
Add SettingsSetDisplayName method and refactor unused imports
|
2024-12-24 00:51:13 -05:00 |
|
netkas
|
9da2ac2db2
|
Minor correction
|
2024-12-24 00:46:30 -05:00 |
|
netkas
|
c85ca908f0
|
Add "server" property to RegisteredPeerRecord class
|
2024-12-24 00:46:20 -05:00 |
|
netkas
|
23262bc0a6
|
Remove obsolete ClientRequestOld and RpcHandler classes
|
2024-12-23 19:03:43 -05:00 |
|
netkas
|
395e6b95ff
|
Refactor and extend configuration classes.
|
2024-12-23 19:02:37 -05:00 |
|
netkas
|
01253d5115
|
Refactor and enhance session flags, enums, and RPC methods.
|
2024-12-20 15:02:57 -05:00 |
|
netkas
|
de07928689
|
Refine PHPDoc comments for better clarity.
|
2024-12-19 21:11:40 -05:00 |
|
netkas
|
ea3de13cf8
|
Refactor session handling and improve data reliability.
|
2024-12-19 21:10:45 -05:00 |
|
netkas
|
ef3b10b286
|
Refactor RPC framework and enhance error handling.
|
2024-12-19 15:09:22 -05:00 |
|
netkas
|
42ba7013f7
|
Add ExportedSession and improve RPC client handling.
|
2024-12-19 12:54:15 -05:00 |
|
netkas
|
c866e2f696
|
Add support for Privacy Policy, Terms of Service, and CAPTCHA
|
2024-12-14 00:43:19 -05:00 |
|
netkas
|
756297671f
|
Add client metadata to session creation and enforce TOS/PP
|
2024-12-12 14:55:44 -05:00 |
|
netkas
|
d2119df824
|
Make client name and version nullable in ClientRequest
|
2024-12-12 12:58:00 -05:00 |
|
netkas
|
f0624e71d1
|
Refactor header validation and add GetSessionState scaffold.
|
2024-12-12 05:12:28 -05:00 |
|
netkas
|
701acfde35
|
Remove unused StandardMethods and improve session logic
|
2024-12-12 04:33:10 -05:00 |
|
netkas
|
86435a3d0b
|
Add encryption handling and session flags management.
|
2024-12-10 22:14:43 -05:00 |
|
netkas
|
1d452bc71b
|
Add session flags management and encryption key support
|
2024-12-10 13:30:08 -05:00 |
|
netkas
|
790262db08
|
Enhance session handling and introduce session flags
|
2024-12-10 12:54:02 -05:00 |
|
netkas
|
3a10e01bd8
|
Implement client session management and refactoring
|
2024-12-09 19:01:56 -05:00 |
|
netkas
|
e328a8c5e0
|
Refactor peer flag removal logic
|
2024-10-31 19:09:13 -04:00 |
|
netkas
|
38b96db83a
|
Update captcha handling and introduce new captcha mechanism
|
2024-10-31 15:49:42 -04:00 |
|