Commit Graph

111 Commits

Author SHA1 Message Date
Michael Woods
f57cdbadd8 Added ZEO to requirements. Server by default maintains a ZEO storage process in addition to the server process to allow live editing of configuration and DB from other processes. 2025-01-05 14:20:23 -05:00
Michael Woods
7a38f4aa6b Added a user database and added a few automatic features. Users are created for everyone who connects. User database is publicly searchable for users not marked hidden. Need to add a few more fields for users. 2025-01-05 01:11:59 -05:00
Michael Woods
754a1c580f Adjusted connection class. overrode send_data data, to break up large frames into chunks of 2k bytes. 2025-01-04 19:56:57 -05:00
Michael Woods
6e6be5ebb0 Refactored to remove some circular dependencies, fixed bug in packing method. Added a basic compression decision. 2025-01-04 18:52:30 -05:00
Michael Woods
8feadeef42 updated path handling so that only root paths get registered with the server. root handler functions can delegate however they want to. 2025-01-04 14:22:35 -05:00
Michael Woods
bb5f07dbad Added a better connection approval mechanism than query_accept. 2025-01-04 12:12:23 -05:00
Michael Woods
9755809929 Added code for a server to maybe run and respond to requests based on handlers registered with the server. 2025-01-03 23:09:31 -05:00
Michael Woods
44226376c9 Updated Readme some. Added a family of messages that can pack/unpack/compress themselves to be analogous to HTTP Req/Resp. 2025-01-03 15:27:46 -05:00
alienhunter3
9275e34c24 Update Readme.md 2025-01-03 00:38:58 -05:00
Michael Woods
747bfa534b updating .gitignore 2025-01-03 00:35:52 -05:00
Michael Woods
7738b73ff3 Initial commit 2025-01-03 00:34:48 -05:00