1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-04-30 02:17:45 +00:00
kawari/src/bin
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
..
kawari-admin.rs Re-run format, re-organize some code and run Clippy auto-fix 2025-03-08 21:54:03 -05:00
kawari-frontier.rs Move world id into a constant value 2025-03-08 23:40:58 -05:00
kawari-lobby.rs Create dedicated Connection implementations to handle future server work 2025-03-15 20:38:10 -04:00
kawari-login.rs Fix various Clippy warnings 2025-03-08 23:07:55 -05:00
kawari-patch.rs Fix various Clippy warnings 2025-03-08 23:07:55 -05:00
kawari-web.rs Fix various Clippy warnings 2025-03-08 23:07:55 -05:00
kawari-world.rs Create dedicated Connection implementations to handle future server work 2025-03-15 20:38:10 -04:00