Cockatrice/servatrice
Zach Reizner c5fac2ee35
fix off-by-one maxUsers check on session init (#4292)
The returned number of users from `getUsersWithAddress` will include the already connected user. The predicate `>= maxUsers` is incorrectly assuming that the new user is not already counted by `getUsersWithAddress`. This change corrects this off-by-one error by only closing connections after their are strictly too many users.
2021-03-21 13:08:36 -04:00
..
docker Docker-compose setup for Servatrice (#3887) 2020-03-16 21:40:58 -04:00
migrations Issue 3015 - store timestamp when password is reset (#3863) 2019-11-22 23:52:45 -05:00
mysql-storage Docker-Compose support for Windows (#3974) 2020-05-08 15:22:39 -04:00
resources svg+png updates 2015-04-28 16:06:36 +02:00
scripts Added privilege level start/end columns (#2328) 2016-12-30 16:45:28 -08:00
src fix off-by-one maxUsers check on session init (#4292) 2021-03-21 13:08:36 -04:00
check_schema_version.sh add fedora docker image to travis compilation (#3447) 2018-11-25 11:25:47 +01:00
CMakeLists.txt Fix unresolved symbols when link tests to system libgtest-dev (#4055) 2020-07-30 14:52:44 -04:00
servatrice.desktop Servatrice: open in a terminal window when started from the menu 2014-10-11 13:38:07 +02:00
servatrice.ini.example Create game as spectator (#4281) 2021-03-13 14:39:25 -05:00
servatrice.qrc Renamed resources 2014-10-07 16:49:40 +02:00
servatrice.rc Servatrice logo 2014-10-06 21:04:37 +02:00
servatrice.sql Issue 3015 - store timestamp when password is reset (#3863) 2019-11-22 23:52:45 -05:00