Cockatrice/servatrice/src
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
..
smtp Search full subdirectory for custom databases (#4137) 2020-11-22 20:06:25 -05:00
isl_interface.cpp qt 5.15 compatibility (#4027) 2020-06-19 10:50:09 -04:00
isl_interface.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
main.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
main.h Refactor servatrice email send 2015-07-25 18:48:34 +02:00
passwordhasher.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
passwordhasher.h Clang-format (#3028) 2018-01-27 10:41:32 +01:00
servatrice.cpp use correct settings group for command interval settings (#4257) 2021-03-08 12:18:22 -05:00
servatrice.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
servatrice_connection_pool.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
servatrice_connection_pool.h Clang-format (#3028) 2018-01-27 10:41:32 +01:00
servatrice_database_interface.cpp qt 5.15 compatibility (#4027) 2020-06-19 10:50:09 -04:00
servatrice_database_interface.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
server_logger.cpp qt 5.15 compatibility (#4027) 2020-06-19 10:50:09 -04:00
server_logger.h Clang-format (#3028) 2018-01-27 10:41:32 +01:00
serversocketinterface.cpp fix off-by-one maxUsers check on session init (#4292) 2021-03-21 13:08:36 -04:00
serversocketinterface.h Some improvements to Servatice network code (#3969) 2020-04-24 16:26:59 -04:00
settingscache.cpp qt 5.15 compatibility (#4027) 2020-06-19 10:50:09 -04:00
settingscache.h Fixed most issues from codacy (#3050) 2018-01-27 13:31:44 -05:00
signalhandler.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
signalhandler.h Clang-format (#3028) 2018-01-27 10:41:32 +01:00
smtpclient.cpp Clang-format (#3028) 2018-01-27 10:41:32 +01:00
smtpclient.h Clang-format (#3028) 2018-01-27 10:41:32 +01:00