socialbox-php/src/Socialbox/Classes
2025-01-11 19:37:49 -05:00
..
CacheLayer Refactored Configuration 2024-10-24 15:15:14 -04:00
CliCommands Update mock server initialization by simplifying TXT parsing 2025-01-10 13:30:50 -05:00
Configuration Refactor DNS mocking implementation. 2025-01-08 14:53:48 -05:00
Resources Add external session management and support for remote servers 2025-01-10 14:58:24 -05:00
StandardMethods Update error messages in Authenticate.php for clarity 2025-01-10 18:18:17 -05:00
CacheLayer.php Add CacheLayer singleton class 2024-09-13 13:47:35 -04:00
Configuration.php Add support for mock servers and DNS mocking. 2025-01-08 04:17:06 -05:00
Cryptography.php Fix incorrect null parameter in generichash function, as null is no longer an acceptable value 2025-01-10 13:30:35 -05:00
Database.php Updated database & Implemented Docker support. (unfinished) 2024-12-30 13:58:47 -05:00
DnsHelper.php 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
Logger.php Add DnsRecordCommand to CliCommands for DNS configuration 2024-12-09 19:26:20 -05:00
OtpCryptography.php Add OTP support with implementation for creation, deletion, and verification. 2025-01-07 14:15:07 -05:00
Resources.php Add SettingsSetDisplayName method and refactor unused imports 2024-12-24 00:51:13 -05:00
RpcClient.php Add optional "identifiedAs" parameter for RPC requests 2025-01-11 19:37:49 -05:00
ServerResolver.php Prevent duplicate mock DNS records in ServerResolver 2025-01-10 15:24:38 -05:00
Utilities.php 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
Validator.php 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