netkas
|
cd12c1b987
|
Refactor SessionFlags handling and improve test coverage
|
2025-01-14 14:53:47 -05:00 |
|
netkas
|
9dd60330d2
|
Add ContactManager for managing contact-related operations
|
2025-01-14 14:26:41 -05:00 |
|
netkas
|
107ca0b9ca
|
Add method to synchronize external peers in the database
|
2025-01-11 19:38:21 -05:00 |
|
netkas
|
9e9596989d
|
Refactor session flag handling and add VER_AUTHENTICATION.
|
2025-01-10 18:17:28 -05:00 |
|
netkas
|
9d9a4b46b3
|
Add Authenticate method to handle external peer authentication
|
2025-01-10 18:09:47 -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
|
d99ded7281
|
Remove unused updateOtp method from OneTimePasswordManager.
|
2025-01-07 14:15:28 -05:00 |
|
netkas
|
866bb90f2a
|
Add OTP support with implementation for creation, deletion, and verification.
|
2025-01-07 14:15:07 -05:00 |
|
netkas
|
585ff46810
|
Added the method SettingsSetBirthday
|
2025-01-06 15:14:04 -05:00 |
|
netkas
|
c0de6ce006
|
Added methods setBirthday(string|RegisteredPeerRecord $peer, int $year, int $month, int $day): void and deleteBirthday(string|RegisteredPeerRecord $peer): void to \Socialbox\Managers > RegisteredPeerManager
|
2025-01-06 15:11:14 -05:00 |
|
netkas
|
65c2254b0c
|
Removed logging events
|
2025-01-06 14:54:08 -05:00 |
|
netkas
|
746744eb64
|
Update image handling for display picture operations
|
2025-01-06 04:47:56 -05:00 |
|
netkas
|
1c4621c55b
|
Enhance flag handling for session operations.
|
2025-01-06 04:44:12 -05:00 |
|
netkas
|
6a922dcac2
|
Add validation for name and expiration in key creation
|
2025-01-06 04:36:39 -05:00 |
|
netkas
|
3e3bcfd143
|
Add password verification and update enhancements
|
2025-01-06 01:37:51 -05:00 |
|
netkas
|
2082225fb7
|
Add support for deleting display pictures
|
2025-01-05 01:36:57 -05:00 |
|
netkas
|
85814913e4
|
Update password handling and session methods
|
2025-01-05 01:23:43 -05:00 |
|
netkas
|
b04de2f2a7
|
Add methods for deleting and updating peer information
|
2025-01-04 15:32:42 -05:00 |
|
netkas
|
cb1cc5ee15
|
Add docblock for createSession and refactor password check
|
2025-01-04 15:32:25 -05:00 |
|
netkas
|
9ebf3f641f
|
Add expiration handling to sessions and refactor state conversion
|
2025-01-03 21:38:33 -05:00 |
|
netkas
|
e4b9a08972
|
Add signing key management functionality
|
2025-01-03 18:30:50 -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
|
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
|
7e4b02bc04
|
Remove outdated test files and update peer registration logic
|
2024-12-23 19:25:21 -05:00 |
|
netkas
|
395e6b95ff
|
Refactor and extend configuration classes.
|
2024-12-23 19:02:37 -05:00 |
|
netkas
|
ea3de13cf8
|
Refactor session handling and improve data reliability.
|
2024-12-19 21:10:45 -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
|
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
|
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 |
|
netkas
|
cd7be1c3b2
|
Rename and add session update methods
|
2024-10-30 18:33:38 -04:00 |
|
netkas
|
daa5010fff
|
Add logging to SessionManager methods
|
2024-10-30 15:28:36 -04:00 |
|
netkas
|
9b7b7178c8
|
Add logging for peer management operations
|
2024-10-30 15:25:09 -04:00 |
|
netkas
|
ce64643d73
|
Add ResolvedServersManager and integrate with ServerResolver
|
2024-10-25 14:23:43 -04:00 |
|
netkas
|
b85cea40e4
|
Refactor SessionManager to return SessionRecord directly
|
2024-10-25 13:39:33 -04:00 |
|
netkas
|
d73a3e5457
|
Add RegisteredPeerManager and related classes/tests
|
2024-10-25 13:37:49 -04:00 |
|
netkas
|
deaa6b1d20
|
Add Captcha Management System
|
2024-10-25 13:37:21 -04:00 |
|
netkas
|
5555e79327
|
Refactored Configuration
|
2024-10-24 15:15:14 -04:00 |
|
netkas
|
0f5c8b40e2
|
Refactor cryptography handling and improve test coverage
|
2024-10-24 13:55:21 -04:00 |
|
netkas
|
e55f4d57f9
|
Add VariableManager, RpcClient classes, and cache enhancements
|
2024-09-30 03:00:02 -04:00 |
|
netkas
|
4879fdf36d
|
Updated Project Source code (I don't remember what i did.)
|
2024-09-24 14:20:49 -04:00 |
|
|
764ec51fa4
|
Add new classes and methods for session management
|
2024-09-13 13:52:38 -04:00 |
|