Commit Graph
406 Commits
Author SHA1 Message Date
Kai Philipp c3a5c8ec85 create game limit 2019-09-11 20:45:52 +02:00
Kai Philipp 9ea49b6d1c debug add connection 2019-09-11 03:43:43 +02:00
Kai Philipp 1a5cd36dcf debugging 2019-09-10 21:58:39 +02:00
Kai Philipp 8f61128714 bugfix 2019-09-10 21:24:31 +02:00
Kai Philipp 9d31fc3b5e PlayerIdList StoreLastGames 2019-09-10 21:15:38 +02:00
Kai Philipp 1eb486660e bugfix 2019-09-10 21:01:02 +02:00
Kai Philipp 06e3c0e3c3 lastgames from sessiondata to playerdata 2019-09-10 20:47:10 +02:00
Kai Philipp 830145ff3a bugfixes 2019-09-09 23:09:51 +02:00
Kai Philipp c80724c58a bugfixes 2019-09-09 23:08:36 +02:00
Kai Philipp 2f595bb8c7 now maybe? 2019-09-09 23:06:52 +02:00
Kai Philipp 2effd5219a 1st timestamp iteration and vector cleanup 2019-09-09 22:40:16 +02:00
Kai Philipp 4f91bf60dc bugfix 2019-09-09 22:21:39 +02:00
Kai Philipp 7dc83ce49f bugfix 2019-09-09 22:20:54 +02:00
Kai Philipp d882d4f675 timestamp stored debuglog 2019-09-09 22:18:47 +02:00
Kai Philipp f6c47c053b ip block disabled now? 2019-09-09 21:20:16 +02:00
Kai Philipp 8765379a2e if else clause turn-around 2019-09-09 21:13:40 +02:00
Kai Philipp df8f38b8a8 different error msg 2019-09-09 20:46:28 +02:00
Kai Philipp 53602107d9 ip-check off 2019-09-09 20:42:31 +02:00
Kai Philipp 9285fa1e32 re-structuring 2019-09-09 20:24:29 +02:00
Kai Philipp e18e459434 limitrank - draft with return false always 2019-09-09 19:21:15 +02:00
Albert Medela 65e10c71b0 run astyle 2017-08-16 13:55:18 +02:00
lotodore 0ed986399f Switching from asio deadline_timer to asio steady_timer in order to fix #55. This requires the (boost or native) chrono lib. 2017-04-05 14:07:36 +02:00
Kai Philipp 3bd5286521 re-enabled ip restriction for ranking games 2016-11-28 00:05:36 +01:00
Kai Philipp f64a6275d4 small bugfix ip restriction ranking games 2016-11-27 21:37:12 +01:00
Kai Philipp 89a40325dc temporarily disabled ip-check for entering ranking games 2016-11-27 16:03:16 +01:00
Kai Schröder 413d61e61c BUGFIX: corrected library name 2016-10-25 20:08:55 +02:00
Lothar May 2b372d0019 Change option to disable guest login restriction. 2016-08-13 14:53:05 +02:00
Albert Medela 6bd0808427 Block duplicated IP for guests configurable 2016-08-04 21:34:38 +02:00
Kai Philipp e73a95d08e bugfix InitMessage - switched back to productive 2016-07-19 14:13:39 +02:00
Kai Philipp 1b5cf1bfb8 guest IP-check and number of guest in lobby check combined now in one function 2016-07-19 14:01:13 +02:00
Albert Medela 1abc9dc452 Get guest users from session manager 2016-07-18 19:35:59 +02:00
Kai Philipp 24acd01e90 optimizations for number of game-joins per player, removed @XXX from comments 2016-07-17 16:55:06 +02:00
Albert Medela 417d9a5bd2 running astyle 2016-07-07 20:52:44 +02:00
Albert Medela 724d30e61f Limit Guests users 2016-07-07 20:36:02 +02:00
Kai Philipp b6763bcfe8 number of guests limited 2016-06-29 18:06:28 +02:00
Kai Philipp c57a20482a Revert "limit guest logins - temporary simulation of guest logins for testing purposes"
This reverts commit 1c3edbaaaa.
2016-06-25 13:45:58 +02:00
Kai Philipp 1c3edbaaaa limit guest logins - temporary simulation of guest logins for testing purposes 2016-06-19 17:35:11 +02:00
Kai Philipp cf280f0478 limted guest login - guest playerrights check done 2016-06-18 15:42:38 +02:00
Kai Philipp 935ec2ad92 limit guest logins - ip check done 2016-06-17 18:02:10 +02:00
lotodore 3cbb365c61 Don't let a websocket login kick a normal login. 2014-02-15 23:15:27 +01:00
lotodore 2c6a98e998 Consider new "allow spectators" game flag in server (#215) 2013-11-02 18:13:18 +01:00
lotodore aea8a6c2e9 Allow spectators to join invite-only games (for now) #214 2013-10-20 19:06:53 +02:00
lotodore f0f3d2eb04 Running astyle. 2013-10-06 16:30:09 +02:00
lotodore 2c5dcc2ba0 Properly send game closed message to spectators. 2013-10-05 13:30:19 +02:00
lotodore 917f49c8bf Fixing missing if-block. 2013-10-05 13:10:40 +02:00
lotodore bc7f34a2a6 Move spectators to lobby before closing a game. 2013-10-05 12:49:21 +02:00
lotodore 496a668a15 Fixing retrieval of remote webclient address for login blocker. 2013-09-16 22:33:52 +02:00
lotodore 8e39432754 Adding websocket server code, so that a gateway is no longer required. Still kind of untested. Requires websocketpp. 2013-09-15 22:54:45 +02:00
lotodore eb571a8640 Automatically close games if only spectators are left. 2013-09-02 00:37:02 +02:00
lotodore eae6a6fae7 Trying to fix missing spectator left message when connection is closed. 2013-09-01 23:43:59 +02:00