1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00

Add social server and implement all op codes up until chat room connection blocks further requests

This commit is contained in:
NGnius (Graham)
2025-02-23 16:10:21 -05:00
parent d8885d811f
commit 2907376722
76 changed files with 3052 additions and 7 deletions

View File

@@ -5,7 +5,12 @@ edition = "2021"
[workspace]
members = [
"auth", "polariton_auth", "rc_services", "rc_static_data", "rc_services_room"
"auth",
"polariton_auth",
"rc_services", "rc_services_room",
"rc_static_data",
"rc_social", "rc_social_room",
"rc_chat", "rc_chat_room"
]
[workspace.dependencies]