Askaholic
Askaholic
Yea I’ve only run the server on Linux, but I think @Sheikah45 was able to get it working on Windows. If you’re on the FAF discord you can also PM...
No worries, just let me know if you want to work on it in the future!
@therajdeepbiswas Yea for sure! I should edit the issue because I think we should make it a bit simpler than I originally described. I think the right approach would be...
It's possible, but you can get banned for it.
Looks like the legacy replay server tries to get `filename` from table `table_map` which appears to be deprecated. The Java API uses table `map_version` instead to store the `filename`. The...
Root cause of the issue: * The legacy replay server gets replay metadata from the database (`table_map`) * The server tries to get `map_id`'s from the table `map_version` * The...
If two connections try to log in as the same user then the first one gets kicked.
I'm not sure that's really necessary. Drift over a few days shouldn't be noticeable, and if they're going around messing with their system time manually, shouldn't the client be able...
What server version were you testing this on? I cannot reproduce it in `1.3.4`. I connect with 3 clients and all 3 of them get ping messages from the server.
I'd probably put this under #573. Maybe its a good time to start a v2 branch now.