Commit graph

39 commits

Author SHA1 Message Date
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
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
3db2c62bb9
Rename "getNewUserInformationFromDatabase" to "updateUserInfo" 2022-04-20 07:25:15 +01:00
99a4cd9b67
time out users due to inactivity 2022-02-23 05:35:32 +00:00
f9fe6e2a27
use funkyArray for user session storage 2022-02-23 05:35:10 +00:00
1219bbca38
Add throw if the there is an attempt to remove the bot 2022-02-23 03:23:11 +00:00
5f5b8457de
Clean up the User class 2022-02-23 03:22:35 +00:00
52716c6d90
remove stupid logger (should be using prometheus!) 2022-02-22 10:32:42 +00:00
c5e2f94b66
remove todos that no long apply 2022-02-22 10:31:19 +00:00
e5495628f3
lmao figured it out 2022-02-22 09:42:57 +00:00
be3698e76d
stream users don't need to be checked on interval, just do it on removal. 2022-02-22 09:11:17 +00:00
acf767c71e
Minimise the number of headers the server is sending 2022-02-22 09:01:19 +00:00
919e0b6701
why the fuck does the osu! client do this to me? 2022-02-22 09:00:46 +00:00
15d4e20d94
support saving away messages 2022-01-04 04:43:32 +00:00
9e7ea3187b
use forEach for itterating though received packets 2022-01-04 04:42:26 +00:00
e65fc13419
Make everything tabs instead of spaces & don't rely on a global consoleHelper 2022-01-04 03:39:53 +00:00
05aefff23f Generalize packet functions 2021-09-24 01:39:46 +01:00
b837bfcbc3 don't Buffer.alloc for every single request 2021-09-22 19:17:11 +01:00
44017cfb6e Make packetIDs a js file instead of a json file 2021-09-22 19:13:56 +01:00
Ethan Stubbs
f264e40eb7 Mirror Gitea instance 2021-05-15 00:24:39 +01:00
tgpethan
83d9e3aa75 Switch to new DatabaseHelper 2021-02-13 02:42:59 +00:00
tgpethan
bc7624e001 Get ready for dbhelper switch 2021-02-13 02:15:25 +00:00
tgpethan
cde3a90922 Codefactor refactor 2021-02-12 23:36:35 +00:00
Ethan Stubbs
63758f61cb Implement SpecialLeaveMatchChannel 2021-02-05 03:18:24 +00:00
Ethan Stubbs
0848c0b1e4 Switch BinatoStream to use tokens rather than user ids 2021-02-01 03:01:37 +00:00
tgpethan
4d062101f0 General code cleanup 2021-01-26 12:26:46 +00:00
tgpethan
210201de15 Introduce basic bot commands and multiplayer skip 2020-11-03 02:08:57 +00:00
tgpethan
dd2d167c72 New DatabaseHelper 2020-09-07 19:23:06 +01:00
tgpethan
36715a7682 Remove userManager and all usages of it 2020-09-07 17:35:37 +01:00
tgpethan
3e15b9ada3 Implement friends list functionality 2020-09-02 12:19:19 +01:00
tgpethan
888330ea0f Change the bot's name 2020-09-02 12:17:22 +01:00
tgpethan
e9fd3993a8 Implement multiplayer invites 2020-09-02 11:31:06 +01:00
tgpethan
de5b4841de Implement private messages 2020-09-02 10:57:12 +01:00
tgpethan
63098d2858 Add a comment about an issue with score submit 2020-09-02 10:14:47 +01:00
tgpethan
8e2e92d05f Allow server to log stats to a file at a set interval 2020-09-02 10:14:10 +01:00
tgpethan
65f47d0672 Initial commit 2020-08-27 13:09:35 +01:00