Commit graph

99 commits

Author SHA1 Message Date
netkas
e55f4d57f9 Add VariableManager, RpcClient classes, and cache enhancements 2024-09-30 03:00:02 -04:00
netkas
38092a639e Add throwableToString method to Utilities class 2024-09-27 14:21:54 -04:00
netkas
dcdbb4f68a Refactor StandardHeaders methods for consistency 2024-09-27 14:21:43 -04:00
netkas
7524032f0f Refactor RPC handling and improve error response clarity. 2024-09-27 14:21:35 -04:00
netkas
76c3629be2 Expand valid RpcRequest result types 2024-09-27 14:21:27 -04:00
netkas
51a1136380 Improve header validation and error messages in RpcHandler 2024-09-27 14:21:08 -04:00
netkas
a8cbac9dcc Rename message property to error in RpcError class 2024-09-27 14:20:56 -04:00
netkas
bc6555e559 Update configuration defaults and simplify config key 2024-09-27 14:20:25 -04:00
netkas
8d9f1cc64f Change properties in RpcRequest to private 2024-09-25 00:44:34 -04:00
netkas
0a8e4f701f Refactor docblocks to use @inheritDoc 2024-09-25 00:41:57 -04:00
netkas
ff1363c63f Add SQL schema, CLI commands, and initialization logic 2024-09-25 00:40:46 -04:00
netkas
73996f7355 Set default database password to 'root' 2024-09-24 15:05:34 -04:00
netkas
292c6ac042 Add StandardException handling in StandardMethods 2024-09-24 15:02:02 -04:00
netkas
e610cb6e1e Add produceError method to StandardException 2024-09-24 15:01:55 -04:00
netkas
8c323c3053 Add exception handling for method execution 2024-09-24 15:01:46 -04:00
netkas
8e66b1dba3 Remove redundant exception docblock 2024-09-24 15:00:29 -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
fb6e98bb5c Add Method abstract class with session handling 2024-09-13 13:52:17 -04:00
14d46d1a9a Add RpcException and StandardException classes 2024-09-13 13:52:00 -04:00
178e16627f Add new Enums to enhance error handling and session management 2024-09-13 13:50:50 -04:00
2cf1a55e8f Add Memcached caching layer 2024-09-13 13:50:29 -04:00
e3d9b2f3be Add KeyPair class to manage public and private keys 2024-09-13 13:50:18 -04:00
ee4aeecf22 Add FirstLevelAuthentication enum for initial auth types 2024-09-13 13:50:09 -04:00
c1f2cff00e Remove Entity abstract class codebase. 2024-09-13 13:49:57 -04:00
4f84d483b8 Add DatabaseOperationException class 2024-09-13 13:49:47 -04:00
e331a3ed90 Add CryptographyException for cryptographic error handling 2024-09-13 13:49:40 -04:00
39ecd16fc4 Add Database class for connection handling with PDO 2024-09-13 13:48:44 -04:00
20b1b0352b Add Cryptography class for key management, signing, encryption 2024-09-13 13:48:08 -04:00
b1be2501f6 Add CreateSession method to handle session creation 2024-09-13 13:47:58 -04:00
2a1cf0bae3 Add ClientRequest class for handling client RPC requests 2024-09-13 13:47:45 -04:00
4bcec33f84 Add CacheLayer singleton class 2024-09-13 13:47:35 -04:00
d1c62486c8 Add abstract CacheLayer class 2024-09-13 13:47:18 -04:00
84f150cee0 Add Base32 encoding functionality 2024-09-13 13:47:02 -04:00
09712c1a19 Add Authenticate class for handling authentication logic 2024-09-13 13:46:31 -04:00
22c33f9b84 Add RpcError class to handle RPC error representations 2024-09-03 12:46:53 -04:00
60e0a3cb19 Implement SerializableInterface in RpcResponse 2024-09-03 12:41:51 -04:00
0ad263b1f0 Add RpcResponse class to handle RPC responses. 2024-09-03 12:35:31 -04:00
97501f810f Removed unused import 2024-09-03 11:39:54 -04:00
66a3b40283 Add RpcRequest class to handle RPC request data 2024-09-03 11:39:41 -04:00
d76074d9dc Update return type of fromArray method to Entity 2024-09-03 11:38:48 -04:00
5f06cc4e6e Change return type of fromArray method to object 2024-09-03 11:38:17 -04:00
047db90ff5 Update fromArray return type to static 2024-09-03 11:35:09 -04:00
99c4284ce1 Change fromArray() return type to static in SerializableInterface 2024-09-03 11:34:30 -04:00
946e8bec9e Added Bas32.php 2024-08-31 17:42:20 -04:00
3598ad6774 Updated Socialbox.php 2024-08-31 17:11:25 -04:00
393be1a6c0 Added SerializableInterface.php & made Entity.php implement this new interface 2024-08-31 16:55:13 -04:00
ef62893f21 Added Entity.php & EntityType.php 2024-08-31 16:50:32 -04:00
52ac13fec2 Added project files 2024-08-31 16:36:22 -04:00