servatrice/common
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
..
pb Rework idle timeout, now server side (#2259) 2016-11-08 22:18:12 -05:00
sfmt Updated SFMT RNG code, removed Qt RNG 2014-03-08 17:08:40 +01:00
CMakeLists.txt Drop Qt4, libgcrypt, qtmobility dependencies 2016-05-11 12:45:58 +02:00
color.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
decklist.cpp Pending mtgjson/gatherer Æ-->Ae conversion 2016-09-23 09:23:47 -05:00
decklist.h Fix #601; Fix #725 (#2126) 2016-09-02 01:34:56 -04:00
featureset.cpp Rework idle timeout, now server side (#2259) 2016-11-08 22:18:12 -05:00
featureset.h Added server/client feature set communication 2015-09-02 17:54:06 -04:00
get_pb_extension.cpp Tabs to spaces. 2014-07-08 22:53:02 -04:00
get_pb_extension.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
rng_abstract.cpp Tabs to spaces. 2014-07-08 22:53:02 -04:00
rng_abstract.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
rng_sfmt.cpp Tabs to spaces. 2014-07-08 22:53:02 -04:00
rng_sfmt.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
room_message_type.h Added chat history to a room that is displayed on join. 2015-09-14 17:54:04 -04:00
server.cpp Cleanup server running variable information (#2239) 2016-10-31 10:30:12 +01:00
server.h Rework idle timeout, now server side (#2259) 2016-11-08 22:18:12 -05:00
server_abstractuserinterface.cpp Possibly fix #1716 2015-12-20 14:38:27 +01:00
server_abstractuserinterface.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_arrow.cpp Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_arrow.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_arrowtarget.cpp Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_arrowtarget.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_card.cpp don't share PT 2015-07-05 23:11:26 -04:00
server_card.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_cardzone.cpp fix #1652 ; fix #467 2015-10-20 19:29:04 +02:00
server_cardzone.h Fix remaining issues 2015-02-22 20:02:58 +01:00
server_counter.cpp Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_counter.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_database_interface.cpp Overhaul common's CMakeLists.txt 2014-06-11 01:24:34 +02:00
server_database_interface.h Implementation of websockets in servatrice and test js client 2016-06-26 19:38:53 +02:00
server_game.cpp Reduce the whitespace in the server game constructor. 2015-02-03 22:22:31 -08:00
server_game.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_metatypes.h Added the ability or moderation staff to request user ban history 2015-09-10 16:02:45 -04:00
server_player.cpp Automatically attach related cards to the original card 2015-06-13 15:40:59 +02:00
server_player.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_player_reference.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_protocolhandler.cpp Rework idle timeout, now server side (#2259) 2016-11-08 22:18:12 -05:00
server_protocolhandler.h Rework idle timeout, now server side (#2259) 2016-11-08 22:18:12 -05:00
server_remoteuserinterface.cpp Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_remoteuserinterface.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_response_containers.cpp Fixed Valgrind warnings 2014-08-11 10:08:33 +02:00
server_response_containers.h Merge pull request #126 from ctrlaltca/cmake_qt5 2014-07-10 13:13:51 -04:00
server_room.cpp Possibly fix #1598 2015-12-15 16:58:44 +01:00
server_room.h Possibly fix #1598 2015-12-15 16:58:44 +01:00
serverinfo_user_container.cpp Add ability to ban by client id 2015-08-14 00:06:37 -04:00
serverinfo_user_container.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
user_level.h Avoid compilation failure due to protobuf bug on osx 2015-02-21 07:16:51 -05:00