Commit graph

500 commits

Author SHA1 Message Date
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
46ad03a54d Updated .gitignore 2024-12-30 15:12:23 -05:00
netkas
26b41904c7 Updated docker-compose & added docker-compose test 2024-12-30 15:11:35 -05:00
netkas
85a81784f9 Updated database & Implemented Docker support. (unfinished) 2024-12-30 13:58:47 -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
830133d102 Minor change 2024-12-23 21:21:30 -05:00
netkas
7e4b02bc04 Remove outdated test files and update peer registration logic 2024-12-23 19:25:21 -05:00
netkas
1108711eb7 Refactor session flow management for captcha and password. 2024-12-23 19:07:01 -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
014b63705b Improve RPC handling and add terms/privacy methods. 2024-12-19 17:59:50 -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
0b51b47859 Updated format 2024-12-14 00:43:49 -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
6c8cbfddec Improve error handling and timestamp formatting 2024-12-09 21:26:25 -05:00
netkas
7bf5419ce3 Add DnsRecordCommand to CliCommands for DNS configuration 2024-12-09 19:26:20 -05:00
netkas
3a10e01bd8 Implement client session management and refactoring 2024-12-09 19:01:56 -05:00
netkas
cad2ea3419 Add image captcha verification methods 2024-10-31 19:13:05 -04:00
netkas
e328a8c5e0 Refactor peer flag removal logic 2024-10-31 19:09:13 -04:00
netkas
8e1f6351e2 Rename GetCaptcha to VerificationGetCaptcha 2024-10-31 19:00:22 -04:00
netkas
38b96db83a Update captcha handling and introduce new captcha mechanism 2024-10-31 15:49:42 -04:00
netkas
706666af09 Refactor RpcClient and add session management. 2024-10-31 14:54:34 -04:00
netkas
ce963d2ff6 Updated project files 2024-10-31 13:46:01 -04:00
netkas
47b8641c44 Clarify error message parameter in RpcError constructor. 2024-10-31 13:45:52 -04:00
netkas
84db54feee Minor update 2024-10-31 13:20:14 -04:00
netkas
7868db0ece Remove unused Log import and add docblock for handleRpc method 2024-10-31 12:20:16 -04:00
netkas
ff0fde7156 Delete unused Socialbox.php file 2024-10-31 12:19:13 -04:00
netkas
b003845f39 Add useDatabase parameter to resolveDomain method 2024-10-31 12:18:44 -04:00
netkas
beadf6d181 Add Security Configuration Class and Integration 2024-10-30 21:36:20 -04:00
netkas
cd7be1c3b2 Rename and add session update methods 2024-10-30 18:33:38 -04:00
netkas
a9a13f186c Add GetMe standard method implementation 2024-10-30 15:29:31 -04:00
netkas
9a9cb3957b Add serialization methods to PeerFlags enum 2024-10-30 15:29:21 -04:00
netkas
44143cb8cd Add user registration method 2024-10-30 15:29:00 -04:00
netkas
3b55e550c5 Add logging for RpcRequest response production 2024-10-30 15:28:52 -04:00
netkas
436022dcbd Add SelfUser class to handle user-related operations 2024-10-30 15:28:44 -04:00