lotodore
|
2a7456998a
|
Improve thread safety.
|
2011-01-12 23:35:45 +00:00 |
|
lotodore
|
8e8e173884
|
Adding new join game failed message if two players with the same ip address want to join a ranking game.
|
2010-11-14 18:26:50 +00:00 |
|
floty
|
3141743430
|
delete no longer required "playersTurn"
|
2010-09-29 20:56:38 +00:00 |
|
lotodore
|
7a4b1d2840
|
Notify GUI when start synchronization is running.
|
2010-09-25 09:06:28 +00:00 |
|
lotodore
|
6464700d94
|
AFK players are now kicked from ranking games after some timeouts if they do not enable autocheck/fold.
|
2010-09-05 14:33:34 +00:00 |
|
lotodore
|
981bea60ce
|
Adding new protocol notification.
|
2010-09-05 00:20:24 +00:00 |
|
lotodore
|
bcdc089390
|
Fixing double name in protocol.
|
2010-09-04 12:36:39 +00:00 |
|
lotodore
|
5e9d22f38e
|
Fixing issue with encrypted cards.
|
2010-09-04 12:27:20 +00:00 |
|
lotodore
|
c2ba56aba9
|
Encrypt own cards which are sent at the beginning of the hand - only applicable to registered users.
|
2010-09-04 11:56:40 +00:00 |
|
lotodore
|
8685af480a
|
Continue client even if wrong beta revision.
|
2010-08-15 19:02:20 +00:00 |
|
lotodore
|
1e4bf1db64
|
Trying to fix postriver issue in client.
|
2010-08-12 22:12:08 +00:00 |
|
lotodore
|
d375845425
|
Trying to fix client issue with current game round postriver.
|
2010-08-11 20:41:28 +00:00 |
|
lotodore
|
c95a33e0ce
|
Trying to fix client issue with current game round postriver.
|
2010-08-11 20:39:47 +00:00 |
|
lotodore
|
9e039182ec
|
Also check ranking game restrictions on server.
|
2010-08-01 20:15:49 +00:00 |
|
lotodore
|
cc897745c4
|
Send list of cards which need to be shown instead of all cards of non-fold players.
|
2010-07-23 15:55:52 +00:00 |
|
lotodore
|
0a15afacbb
|
Let the server send cards on request of the corresponding user.
|
2010-07-17 21:11:12 +00:00 |
|
lotodore
|
4aa2083993
|
Add protocol message if a game name is already in use.
|
2010-07-14 07:29:01 +00:00 |
|
floty
|
4643e7ff89
|
additional log in sqlite-db + preparation for replay mode
|
2010-05-29 14:05:41 +00:00 |
|
lotodore
|
652a9e55b4
|
Adding country code to protocol (currently broken).
|
2010-04-01 17:09:49 +00:00 |
|
lotodore
|
25779efe3d
|
Fixing a bug where a wrong callback was called.
|
2010-03-30 20:02:26 +00:00 |
|
lotodore
|
5239f496f3
|
Finishing server side invitation system.
|
2010-03-30 17:10:37 +00:00 |
|
lotodore
|
cd36fb3dfc
|
Fixing compiler error.
|
2010-03-30 13:09:03 +00:00 |
|
lotodore
|
a01741846a
|
Next steps for invitation system.
|
2010-03-30 13:02:43 +00:00 |
|
lotodore
|
499c2b72e6
|
First parts of implementation of invite system in server.
|
2010-03-30 12:07:48 +00:00 |
|
lotodore
|
93b45c1371
|
Sending error if guest tries to join non-standard game.
|
2010-03-28 14:53:08 +00:00 |
|
lotodore
|
a02a9cacf6
|
(Hopefully) fixing guest & game admin stuff.
|
2010-03-26 21:41:35 +00:00 |
|
lotodore
|
f10e4c3423
|
Extending player rights by guest mode. Kind of broken, because it interferes with the current system where you automatically gain admin rights when creating a game.
|
2010-03-24 15:54:04 +00:00 |
|
lotodore
|
4692c16a92
|
Starting to add sha-1 and aes wrapper.
|
2009-12-28 12:16:52 +00:00 |
|
lotodore
|
f5d0b19320
|
Fixing another guest login issue. Setting login timeout to 60 seconds to allow the user to enter the password.
|
2009-11-15 09:07:43 +00:00 |
|
lotodore
|
b8951a61d3
|
Implementing guest login.
|
2009-11-15 08:41:29 +00:00 |
|
lotodore
|
d727a7fd5d
|
Network game, dedicated server without auth backend and dedicated server with auth backend should work now. Guest login still broken.
|
2009-11-14 15:04:31 +00:00 |
|
lotodore
|
059da0232a
|
Preparing to fix login for network game and dedicated server without login backend. Currently broken.
|
2009-11-14 12:39:25 +00:00 |
|
lotodore
|
f1c213b707
|
Fixing compiler errors. Might still be broken, though.
|
2009-11-07 23:27:08 +00:00 |
|
lotodore
|
31c7b789a8
|
Adding support for custom delay between hands in protocol.
|
2009-10-24 21:49:11 +00:00 |
|
lotodore
|
629cd71735
|
Integrating gsasl on client side. Untested.
|
2009-10-22 22:55:19 +00:00 |
|
lotodore
|
7ae35122b8
|
Adding more server side gsasl stuff. Client side now broken.
|
2009-10-18 20:53:58 +00:00 |
|
lotodore
|
88659e69ce
|
More gsasl changes.
|
2009-10-13 21:52:10 +00:00 |
|
lotodore
|
b61d43859e
|
Trying to make gsasl authentication work...
|
2009-10-13 21:03:32 +00:00 |
|
lotodore
|
1f7f045d15
|
Starting gsasl integration to perform challenge response authentication. Note that gsasl 1.3 is required (previous versions are not supported). Authentication is currently broken.
|
2009-10-11 09:20:17 +00:00 |
|
lotodore
|
48c4c69277
|
Integrating authentication - now all authentication attempts fail (still work in progress).
|
2009-09-26 16:05:35 +00:00 |
|
lotodore
|
6eb25757bc
|
Prevent exceptions when closing sockets.
|
2009-08-17 10:11:51 +00:00 |
|
lotodore
|
836ec60e6d
|
Chat bot integration now fully functional.
|
2009-08-17 09:45:06 +00:00 |
|
lotodore
|
a380497bc2
|
Implementing player list for new lobby chat.
|
2009-08-15 22:20:19 +00:00 |
|
lotodore
|
4cf42d2113
|
Lobby chat works now, but player list ist not yet shown.
|
2009-08-15 14:51:21 +00:00 |
|
lotodore
|
150d8930dc
|
More work on lobby chat. Still not functional.
|
2009-08-15 13:43:00 +00:00 |
|
lotodore
|
4c340d5bdc
|
Use own lobby chat instead of IRC. First steps, still incomplete.
|
2009-08-15 10:25:13 +00:00 |
|
lotodore
|
c8d5cc16c9
|
Fixed kicking someone from the game in the lobby. Vote kick still seems to be broken, could not find the bug yet.
|
2009-08-04 22:24:31 +00:00 |
|
lotodore
|
9d5800ff20
|
Fixing game list issue where game was not shown as running.
|
2009-08-03 22:26:45 +00:00 |
|
lotodore
|
9a8f2ae01a
|
Fixing some ASN.1 related bugs. Playing a game works now, but there is still an issue when the lobby is started after the game.
|
2009-08-03 20:42:32 +00:00 |
|
lotodore
|
82ebd318d0
|
Fixing game list update. Joining players still broken.
|
2009-08-02 21:22:05 +00:00 |
|