1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-06-21 15:37:46 +00:00
kawari/src/packet
Joshua Goins a88b9037d4 Begin adding disconnection handling
This doesn't work 100% reliably yet, but the world server should now try
to commit your player back to the database if it detects you disconnect.

I also fixed a mistake where the global server state never removed
clients when they errored out. There's now code to remove your actor
from the instance when disconnecting, but this doesn't work reliably yet
either.
2025-05-12 01:17:15 -04:00
..
compression.rs Move oodle into the packet module 2025-05-02 00:52:26 -04:00
encryption.rs Remove a good bit of log spam 2025-03-28 23:00:32 -04:00
ipc.rs Change server_id field in IpcSegment to option 2025-05-02 00:17:15 -04:00
mod.rs Move oodle into the packet module 2025-05-02 00:52:26 -04:00
oodle.rs Move oodle into the packet module 2025-05-02 00:52:26 -04:00
parsing.rs Begin adding disconnection handling 2025-05-12 01:17:15 -04:00