Commit Graph
23 Commits
Author SHA1 Message Date
MDMCK10andGitHub c66bd6d2ee We don't need that to be there anymore 2023-05-06 16:50:25 +02:00
MDMCK10andGitHub b7cba2f572 Change rename ratelimit to 3/60s 2023-04-27 16:30:28 +02:00
MDMCK10andGitHub dcee5bd157 We don't need that. 2023-04-07 20:36:56 +02:00
MDMCK10 432b8204f1 Let's try this again. 2023-04-06 21:59:37 +02:00
MDMCK10 3f2c814f1b Maybe not.
This commit reverts 31706c7, 983860f, 90b91bc.
2023-04-06 21:11:27 +02:00
MDMCK10andGitHub 31706c7b93 fix small bug 2023-04-06 12:38:25 +02:00
MDMCK10andGitHub 983860ff02 I hate race conditions 2023-04-05 20:34:15 +02:00
MDMCK10andGitHub 90b91bc0e4 No more QMP deadlocks? It's more likely than you think. 2023-04-05 19:33:25 +02:00
MDMCK10 ef2e226803 Only allow one active turn per IP address 2023-04-05 17:04:21 +02:00
MDMCK10andGitHub a57e299988 Fix stupid bug 2023-03-30 20:30:07 +02:00
MDMCK10 7c62a3414a New opcode: view 2023-03-28 18:13:43 +02:00
MDMCK10andGitHub 39c9832a72 Revert 1d9f06f
I guess we didn't need this after all.
2023-03-28 17:31:44 +02:00
MDMCK10andGitHub 1052246531 Fix another bug related to b079c09 2023-03-28 16:29:32 +02:00
MDMCK10andGitHub b079c09237 Fix rank not persisting after username change 2023-03-28 15:53:17 +02:00
MDMCK10andGitHub 1d9f06f9f5 This should never happen but let's add a check for it anyway 2023-03-28 15:44:07 +02:00
MDMCK10andGitHub 81ed711fac This looks like something that should work 2023-03-27 01:05:18 +02:00
MDMCK10andGitHub 7295da7cac Ignore username changes from muted users 2023-03-27 00:56:26 +02:00
MDMCK10 5f603a88d9 Previous commit didn't work, let's try it again. 2023-02-11 20:52:25 +01:00
MDMCK10 25776c257f Change shutdown behavior (again)
I hope this works
2023-02-11 20:39:32 +01:00
MDMCK10 ab6fb07138 Change shutdown behavior
When a VM is shut down, execution will be continued instead of being restored.
2023-02-11 19:50:23 +01:00
MDMCK10 87cefdaaba Fix freezing on VM shutdown 2023-02-11 18:52:45 +01:00
MDMCK10andGitHub e7b56d18e6 Fix crash caused by new changes 2023-02-11 17:07:34 +01:00
cea28ebf8c Add IPData, Windows support, bugfixes (#2)
* Add IPData, Windows support, bugfixes

Changes:
- Added IPData: mutes and votes are now tracked per-IP instead of per-user.
- Windows support: QMP over TCP can now be enabled in the config.
- Vote cooldown can now be specified in the config.
- Fixed bugs:
"Username is already taken" message appearing when it shouldn't

* Remove vote from closed connections

---------

Co-authored-by: Elijah R <62162399+elijahr2411@users.noreply.github.com>
2023-02-11 09:58:20 -05:00