Cockatrice/servatrice
woogerboy21 6962777ded Rework idle timeout, now server side (#2259)
* Server side idle timeout

Initial commit for server side idle timeout counter.  This adds a new
int value that is updated when room/game/mod/admin commands occur and is
checked during the regular ping timout function that if the users new
"idle" value exceeds the idleclienttimeout value defined in the servers
configuration file the user is logged out.  The user will receive a
warning at the 90% time frame mark about being idle.

* Use round instead of ceil

Travis fix for older xcode issue's.

* Fixed requested items

Mis-spelleed function, added header, added warning message sent check
value.  Also corrected the protobuf declaration file for
event_notifyuser

* Moved bool to protected

* Re-Ordered Declarations

* Removed most stylistic items

Resolved most noted things.

* Remove client side idle timeout

Removed client side idle timeout functionality
2016-11-08 22:18:12 -05:00
..
migrations Added user privilege level (#2228) 2016-10-26 02:07:42 -04:00
resources svg+png updates 2015-04-28 16:06:36 +02:00
scripts Update maint script files 2016-07-21 10:38:46 -04:00
src Rework idle timeout, now server side (#2259) 2016-11-08 22:18:12 -05:00
check_schema_version.sh Add script to validate schema changes. 2015-12-13 10:47:39 +01:00
CMakeLists.txt Implementation of websockets in servatrice and test js client 2016-06-26 19:38:53 +02:00
servatrice.aps Cleanup server running variable information (#2239) 2016-10-31 10:30:12 +01: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 Rework idle timeout, now server side (#2259) 2016-11-08 22:18:12 -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 Added user privilege level (#2228) 2016-10-26 02:07:42 -04:00