Commit graph

133 commits

Author SHA1 Message Date
4b90031294 Kickstart the big db rewrite 2023-10-04 15:10:38 +01:00
686e6001b2 Code quality improvements. 2023-10-04 12:28:47 +01:00
93da399fa5 General code quality/readability 2023-10-03 10:09:44 +01:00
04bd1e42bb Change all for(each) blocks to use const instead of let. 2023-10-03 09:57:35 +01:00
25105537ea
Fix rate adjust mods not working in multi when freemod is active 2023-09-13 08:31:16 +01:00
4a6d698b47
build fixes 2023-09-10 20:37:46 +01:00
9a2bfabee6
Rename RollCommand -> Roll to make it consistent 2023-09-10 18:51:29 +01:00
a00aba5825
Allow users to join chat channels 2023-09-10 18:32:45 +01:00
469cbb9bc9
Multiplayer fixes 2023-09-10 18:32:35 +01:00
aff53f1ab9
Bugfix a lot of multiplayer 2023-09-10 18:32:24 +01:00
f66c867d17
Fix spectator not working 2023-09-10 18:31:38 +01:00
09dc1ffb76
General BanchoServer cleanup 2023-09-10 18:31:29 +01:00
3a07a892e1
fix everything 2023-09-10 12:59:22 +01:00
734cebb19e
progress 2023-08-20 13:03:01 +01:00
1a871e4c35
Permissions Enum 2023-08-20 13:02:16 +01:00
92d4f70af4
Actually leave the match on request 2022-11-27 23:48:53 +00:00
b6a0d5e4b1
make match finish async again 2022-11-27 23:48:43 +00:00
1907e9910d
(untested) spectator implementation 2022-11-27 17:37:28 +00:00
9f6339ce48
Config interface 2022-11-27 17:36:55 +00:00
bb6d86ebbd
MatchScoreData type 2022-11-27 15:59:43 +00:00
f08e34dc82
MULTIPLAYER WORKS KINDA! 2022-11-23 00:48:28 +00:00
be52b19002
more multiplayer stuff 2022-11-21 23:26:20 +00:00
e297aa1128
multiplayer 2022-11-20 23:37:39 +00:00
f7f2df1287
refactor passage of ex-global class instances 2022-11-19 22:28:46 +00:00
3da964f5d6
Make chat work 2022-11-19 15:06:03 +00:00
a09543b2fb
switch 2022-11-19 14:46:40 +00:00
2beeb5fd09
basic functionality 2022-11-19 01:06:03 +00:00
5ed106b7d4
olgfopgkdg 2022-11-17 00:29:07 +00:00
53a12461ce
kopasdkopsdaokp 2022-11-16 15:25:46 +00:00
4ebf9ee0e6
Initial Future Commit (typescript) 2022-11-16 11:59:23 +00:00
61e7476600
remove case for pong 2022-09-30 11:38:41 +01:00
ad6ad5ed2c
Make a few packets awaited so that the client gets data on time 2022-09-30 11:34:52 +01:00
b6b5e3804c
file permissions changes 2022-09-30 11:34:13 +01:00
81184583c7
hash/salt changes 2022-08-26 12:53:23 +01:00
da3dd4c715
stream updates 2022-08-26 12:52:00 +01:00
aa6a7338aa
simpliffy login & update user count 2022-08-26 12:51:08 +01:00
b7a4e8c451
fix multiplayer after 68c0f1a broke it 2022-07-05 08:13:45 +01:00
82bef6018b
Add try catch to connection.release so it can't crash the server 2022-07-05 08:13:20 +01:00
68c0f1a880
multiplayer cleanup 2022-07-02 11:37:08 +01:00
eb53f2d164
semicolon 2022-07-02 11:36:49 +01:00
a58965cb6d
Add inMatch User property 2022-07-02 11:36:38 +01:00
2e2fb4c609
remove the #userlog channel 2022-06-28 00:27:18 +01:00
b42a70d00a
rename scoreSubmitUpdateClient to subscriptionClient so it better fits it's generic nature 2022-06-28 00:27:07 +01:00
3e4b946349
switch to mysql2 and use prepared statements 2022-05-10 12:36:48 +01:00
d5fb2261a8
add special redis log type 2022-05-10 12:35:36 +01:00
49753398ca
make config more readable 2022-04-24 02:14:23 +01:00
b314d492a7
refactor AsyncHttpRequest to use fetch (because request is deprecated) 2022-04-24 02:04:52 +01:00
e2f74281af
log score submit stats update requests 2022-04-24 02:04:14 +01:00
3b81210c46
(finally) implement redis for info updates, will have other uses in the future. 2022-04-20 07:29:21 +01:00
6a57e5cfe8
More headers that don't need to be sent 2022-04-20 07:26:39 +01:00