28 Commits

Author SHA1 Message Date
f9ec811b10 Update License v1.1.1 2025-01-20 01:16:42 +01:00
d25ee09155 Add system messages to chat 2025-01-20 00:03:15 +01:00
e3c570349c Merge pull request 'feature/db' (#2) from feature/db into master
Reviewed-on: #2
v1.1.0
2025-01-19 21:07:47 +00:00
27da845b11 Rate limit on registration 2025-01-19 22:06:41 +01:00
3f7205d73e based database and account progress 2025-01-19 21:52:37 +01:00
0731339fe8 gitignore the db lol 2025-01-19 21:44:17 +01:00
71d42a8fd6 Remove database from git tracking 2025-01-19 21:23:10 +01:00
52ab45fe53 getting somewhere with db and auth 2025-01-19 21:17:07 +01:00
be32dec202 go sum 2025-01-18 23:29:30 +01:00
2d0cb12532 protobuf 2025-01-18 23:22:19 +01:00
b44cdab611 Graceful disconnect 2025-01-18 22:39:43 +01:00
b73d8de851 Use ticker like in client network.go to simplify logic 2025-01-18 14:23:04 +01:00
23474c19dc Try to handle tcp fragmentation 2025-01-15 10:51:43 +01:00
a48fef0186 Only send last 5 chat messages 2025-01-15 10:36:36 +01:00
67e08c5d1e Readme 2025-01-13 15:12:16 +01:00
49e2311497 Merge pull request 'Implement chat' (#1) from feature/chat into master
Reviewed-on: #1
2025-01-13 13:15:25 +00:00
368fbdbc47 Implement chat 2025-01-13 13:23:05 +01:00
4b73492ffc Fix panic on disconnect by adding mutex 2025-01-13 10:04:09 +01:00
a459e8b4a5 fix tick rates and action ques and stuff 2025-01-13 09:59:37 +01:00
8290131998 Update protocol buffers with tick synchronization 2025-01-13 00:38:52 +01:00
f91f72c05d update protobuf 2025-01-13 00:30:26 +01:00
1d6d3ab2ea playerID 2024-12-13 20:32:27 +01:00
f16e8647dc Send state of all players 2024-10-11 21:53:20 +02:00
49af9dec54 Add LICENSE 2024-10-11 13:47:08 +00:00
4bd5303cfd Send player ID and add more logging because this fucking sucks donkey assboner 2024-10-11 14:24:34 +02:00
eba63c4902 Player ID 2024-10-10 11:42:36 +02:00
353a104675 Server test 2024-10-10 10:52:35 +02:00
d035a9cff4 Initial commit 2024-10-10 10:15:52 +02:00