server
server copied to clipboard
The servercode for the Forged Alliance Forever lobby
https://forum.faforever.com/topic/1853/hate-hate/ We should be able to do at least some very basic automated profanity (really bigotry and racism are what we care about) checking to help out the moderators. Obviously...
Closes #834
Adds the ability for players to accept matchmaker games before the server tries to launch them. Clients will need to respond with a `match_ready` command which has already been supported...
I looked into this issue https://github.com/FAForever/faf-java-api/issues/198 and the data is in the database. However, when I query for something like `SELECT * FROM player_events WHERE event_id = '7be6fdc5-7867-4467-98ce-f7244a66625a' and update_time...
Moderators should be able to see all games since they need to be able to see if people are naming their lobbies in violation of the rules. We should always...
The response for `ice_servers` doesn't fit the format that the client is expecting because of the implementation of CoturnHMAC. - First server returned has no credentials - urls field is...
It would be nice to consistently use the string version of faction in all the messages from the server. All clients going back to 1.4.6 are able to handle the...
Once client 1.5.0 is forced it would probably be best to remove the password login flow
If you try to log in while you are banned, you will receive a message from the server with your ban reason, followed by the server terminating the connection. This...
In a recent PR of mine I had a handful of integration tests fail on me intermittently when run by GitHub Actions; they passed fine locally. The errors seem related...