Kai Philipp
1c5e8792aa
#330 : AccidentallyCallBlocker now for working for FKey presses
2017-05-25 15:01:53 +02:00
Albert Medela
8fb973344b
remove message
2017-04-15 23:22:47 +02:00
Albert Medela
f8474c02f7
add boost_chrono, unless c++11
2017-04-15 23:17:53 +02:00
Kai Philipp
f3f31519d4
#326 shortened too long usernames in gui
2017-04-05 15:55:48 +02:00
lotodore
6bf732f219
Adding different error messages for connection failure with IPv6 ( #276 ).
2017-04-05 14:09:20 +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
Albert Medela
94ea0e6c2f
missing files for websocket 0.7
2017-02-05 20:22:33 +01:00
Albert Medela
19f95f6204
#319 , #320 , c++11 mode, mysql errors to server log
2017-02-05 00:44:48 +01:00
albmed
16c7200028
Merge pull request #1 from pokerth/stable
...
Stable
2017-02-04 22:24:03 +01:00
doitux
d0cc76ffc3
pokerth_protocol.pro fix for android build
2017-01-14 00:29:18 +01:00
Felix Hammer
1b63c39f31
Add qmake config switch CONFIG+=client to easy select building the client
...
without all the server stuff. Also add /lib/x86_64-linux-gnu to include
PATH.
2017-01-05 20:12:45 +01:00
Kai Philipp
2358eaa5aa
Merge pull request #321 from q4z1/serverstuff_stable
...
Serverstuff stable
2017-01-03 13:01:53 +01:00
Kai Philipp
3b459ac57c
re-activated missing tables
2016-12-02 09:25:57 +01: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
a6c7d62fb0
bugfix: commented out reportGame Query as db-table not yet exists
2016-11-27 16:36:10 +01:00
Kai Philipp
41ac0c7fe5
bugfix: missing + character
2016-11-27 16:12:27 +01:00
Kai Philipp
89a40325dc
temporarily disabled ip-check for entering ranking games
2016-11-27 16:03:16 +01:00
Kai Philipp
6b63097853
adaptions for new ranking-login-system - avatar queries disabled
2016-11-27 16:00:28 +01:00
Kai Philipp
6ae765baac
bugfixes official db inclusion / former cherry-pick conflict solution corrected
2016-10-25 22:02:46 +02:00
Kai Philipp
a4843369ee
Merge branch 'stable' into serverstuff_stable
2016-10-25 20:09:30 +02:00
Kai Schröder
413d61e61c
BUGFIX: corrected library name
2016-10-25 20:08:55 +02:00
Lothar May
8f7014af12
cherry-pic conflict solved - Adding db backend of official server (now AGPL3).
2016-10-25 20:08:09 +02:00
PJ-Finlay
5dab4c743c
Fixed link and typo in INSTALL file
2016-10-25 20:05:12 +02:00
Kai Philipp
102955d6ce
.gitgnore updated
2016-10-25 20:00:35 +02:00
Jonathan Wakely
65eea1d6ec
Qualify std::ifstream and std::ofstream
...
Starting with Boost 1.60.0 <boost/filesystem.hpp> includes
<boost/filesystem/fstream.hpp>, which declares ifstream and ofstream
types that make the unqualified names ifstream and ofstream ambiguous.
The names must be qualified to refer to the std versions.
2016-10-02 21:49:55 +02:00
Lothar May
2b372d0019
Change option to disable guest login restriction.
2016-08-13 14:53:05 +02:00
lotodore
612751044d
Merge pull request #315 from lotodore/patch-1
...
Update sessionmanager.h
2016-08-13 14:44:43 +02:00
lotodore
ed84e7dfad
Merge pull request #313 from q4z1/serverstuff_stable
...
Serverstuff stable
2016-08-13 14:42:20 +02:00
lotodore
002eea3ccb
Update sessionmanager.h
2016-08-13 14:35:57 +02:00
Albert Medela
6bd0808427
Block duplicated IP for guests configurable
2016-08-04 21:34:38 +02:00
Kai Philipp
4682b51e40
servergame GetNumJoinsPerPlayer optimized
2016-07-30 19:05:16 +02:00
Albert Medela
35f0521bbd
astyle, optimizations and test removed
2016-07-30 17:23:16 +02:00
Albert Medela
159fd1e094
JUnit test for several guest users adapted -- correction
2016-07-23 21:00:13 +02:00
Albert Medela
2a88775cca
JUnit test for several guest users adapted
2016-07-23 20:58:18 +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
21003da510
simplified ResetNumJoinsPerPlayer - e.g. removed the function
2016-07-17 17:46:55 +02:00
Kai Philipp
70d6743c39
bugfix for compiler error on ubuntu 16.04. - QDataStream
2016-07-17 16:55:56 +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
8f5813416d
Revert ProtoBuf to version 2.6.1 and running astyle
2016-07-12 18:36:25 +02:00
Albert Medela
417d9a5bd2
running astyle
2016-07-07 20:52:44 +02:00
Albert Medela
55174a71a7
Add ThreadedGuest to test serveral guest connections
2016-07-07 20:37:07 +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
6092b3c306
regenerated ProtoBuf.java to suit protobuf 2.6.1
2016-06-28 19:15:18 +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
98ce4bd637
pokerth_server.pro - includepath fix - see issue https://github.com/pokerth/pokerth/issues/282
2016-06-21 20:32:15 +02:00
Kai Philipp
1c3edbaaaa
limit guest logins - temporary simulation of guest logins for testing purposes
2016-06-19 17:35:11 +02:00