socialbox-php/src/Socialbox/Objects
netkas 631689b489
Some checks failed
CI / check-phpdoc (push) Has been cancelled
CI / release (push) Has been cancelled
CI / debug (push) Has been cancelled
CI / release_executable (push) Has been cancelled
CI / debug_executable (push) Has been cancelled
CI / check-phpunit (push) Has been cancelled
CI / generate-phpdoc (push) Has been cancelled
CI / test (push) Has been cancelled
CI / release-documentation (push) Has been cancelled
CI / release-artifacts (push) Has been cancelled
Refactor logging levels in RegisteredPeerManager and update getPeer method to return null for non-existent peers
2025-03-22 01:09:03 -04:00
..
Client Handle potential null values for signing keys and encryption channel secrets in ExportedSession 2025-03-20 13:04:28 -04:00
Database Refactor logging levels in RegisteredPeerManager and update getPeer method to return null for non-existent peers 2025-03-22 01:09:03 -04:00
Standard Add signatureExists method to Contact class and remove unused Cryptography import in ContactManager 2025-03-22 01:00:20 -04:00
ClientRequest.php Remove unnecessary exception documentation from verifySignature method to enhance clarity. 2025-03-13 14:06:21 -04:00
DnsRecord.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
KeyPair.php Add ExportedSession and improve RPC client handling. 2024-12-19 12:54:15 -05:00
PeerAddress.php Major changes, revamp required 2025-02-20 00:34:07 -05:00
ResolvedServer.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
RpcError.php Refactor RPC framework and enhance error handling. 2024-12-19 15:09:22 -05:00
RpcRequest.php Refactor containsParameter method to improve null and empty string handling 2025-03-03 04:26:29 -05:00
RpcResponse.php Add recursive array conversion in RpcResponse::convertToArray 2025-01-03 18:30:27 -05:00
RpcResult.php Refactor RPC framework and enhance error handling. 2024-12-19 15:09:22 -05:00