Commit Graph

12 Commits

Author SHA1 Message Date
c4f9577645 Start to implement a static item (rooms etc...) system. 2022-12-27 20:16:35 +11:00
672eb1ee75 Get login working correctly. 2022-12-27 16:08:27 +11:00
d4bc71e26f Start user registration work 2022-12-26 01:31:06 +11:00
887b69340f Make commands run in DB transaction 2022-12-25 01:14:04 +11:00
4ce39f9421 Start work on command parsing. 2022-12-24 21:16:23 +11:00
7ff85d7fdb Add ansi! macro 2022-12-24 01:34:01 +11:00
b090d701aa Refactor dynamic Result type + add session cleanup 2022-12-18 23:44:04 +11:00
7dd8b05855 Ensure this isn't a computer game by itself.
Require a signed age-verification.yml to complete the server part
of the game, so it can't be used by anyone underage.
2022-12-18 02:30:30 +11:00
47e47345cc Implement echo test 2022-12-16 20:48:24 +11:00
0291c56a82 Get very basic listener to gameserver interop 2022-12-14 23:48:00 +11:00
08b24b2fed Make listener send ping on connect + regularly 2022-12-14 21:34:07 +11:00
3d0b5281fa Initial server setup work 2022-12-12 23:37:28 +11:00