1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-06-08 17:37:46 +00:00
kawari/src
Joshua Goins a8c740a322 Setup sessions table to keep track of active SIDs
This is very simple, as I just replace the last active session ID if you login
again. There's no way to invalidate them yet.
2025-03-16 21:15:58 -04:00
..
bin Setup sessions table to keep track of active SIDs 2025-03-16 21:15:58 -04:00
blowfish Create dedicated Connection implementations to handle future server work 2025-03-15 20:38:10 -04:00
common Move more structs out of the root src/ folder and into their respective server 2025-03-16 15:39:44 -04:00
lobby Move LobbyCharacterAction into it's own struct 2025-03-16 18:22:15 -04:00
oodle Fix numerous issues with the client<->zone communication and Oodle 2025-03-11 23:52:55 -04:00
packet Remove leftover bits of debugging logging 2025-03-16 18:35:11 -04:00
patch Add documentation for the different modules, move patchlist code 2025-03-16 15:42:46 -04:00
world Remove leftover bits of debugging logging 2025-03-16 18:35:11 -04:00
config.rs Detect when players enter exit zones, and transistion them to the correct place 2025-03-15 19:34:29 -04:00
lib.rs Re-organize the IPC structures so they live in their own server-specific module 2025-03-16 17:43:29 -04:00