1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-05-03 19:47:45 +00:00
kawari/src/blowfish
Joshua Goins f372f3173d Create dedicated Connection implementations to handle future server work
The current situation of throw-every-piece-of-logic-into-one-file for each
server isn't working out. So now there is a new ZoneConnection/LobbyConnection
struct that will be delegating tasks to their own Handlers (for example, there
could be a ChatHandler.)

I'm not sure how well this architecture will scale, but it's better than what
we have right now.
2025-03-15 20:38:10 -04:00
..
constants.rs Replace Blowfish implementation with a Rust one 2025-03-11 21:20:47 -04:00
mod.rs Create dedicated Connection implementations to handle future server work 2025-03-15 20:38:10 -04:00