socialbox-php/src/Socialbox/Classes
2025-01-31 15:07:24 -05:00
..
CacheLayer Refactored Configuration 2024-10-24 15:15:14 -04:00
CliCommands Added LogLib2 support 2025-01-22 13:18:55 -05:00
Configuration Added the ability to trust signing keys & resolve signing keys for peers, minor improvements and added new standard error "CONFLICT" 2025-01-30 15:20:11 -05:00
Resources Added the ability to trust signing keys & resolve signing keys for peers, minor improvements and added new standard error "CONFLICT" 2025-01-30 15:20:11 -05:00
StandardMethods Improved exception handling 2025-01-31 15:07:24 -05:00
CacheLayer.php Add CacheLayer singleton class 2024-09-13 13:47:35 -04:00
Configuration.php Added the ability to trust signing keys & resolve signing keys for peers, minor improvements and added new standard error "CONFLICT" 2025-01-30 15:20:11 -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 Added LogLib2 support 2025-01-22 13:18:55 -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 Added additional methods and the ability to create signature keys 2025-01-29 15:25:50 -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