socialbox-php/src/Socialbox/Classes
2025-03-12 14:14:03 -04: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 Add max messages limit configuration for encryption channels 2025-03-07 15:41:18 -05:00
Resources Add encryption_channels_com table for managing encrypted communication messages 2025-03-03 04:26:53 -05:00
StandardMethods Refactor SettingsUpdatePassword and PasswordManager to improve password validation and ensure UUID integrity 2025-03-12 14:14:03 -04:00
CacheLayer.php Add CacheLayer singleton class 2024-09-13 13:47:35 -04:00
Configuration.php Add max messages limit configuration for encryption channels 2025-03-07 15:41:18 -05:00
Cryptography.php Added method signTimedMessage() and verifyTimedMessage() for verifying messages based on signed timestamps 2025-02-03 13:59:11 -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 Refactored parameter names and encryptionChannelSecrets 2025-03-03 14:39:20 -05:00
ServerResolver.php Prevent duplicate mock DNS records in ServerResolver 2025-01-10 15:24:38 -05:00
Utilities.php Fix InvalidArgumentException to include previous exception as the third argument 2025-03-08 00:56:56 -05:00
Validator.php Refactor EncryptionChannelSend and EncryptionChannelManager to remove UUID and checksum validation, and add timestamp range check 2025-03-08 00:44:44 -05:00