lotodore
|
3a323b7c19
|
Still fixing gcc error.
|
2009-11-15 08:55:04 +00:00 |
|
lotodore
|
1a35214974
|
Fixing gcc error.
|
2009-11-15 08:52:17 +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
|
5424aed21e
|
Fixing server announcement. Gui callback still needed.
|
2009-11-08 09:48:01 +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
|
52e3dba934
|
Fixing issue with previous anonymous login.
|
2009-10-23 22:21:34 +00:00 |
|
lotodore
|
66fa98fc98
|
Making server send auth challenge.
|
2009-10-23 18:13:31 +00:00 |
|
lotodore
|
7ae35122b8
|
Adding more server side gsasl stuff. Client side now broken.
|
2009-10-18 20:53:58 +00:00 |
|
lotodore
|
b2745d93ab
|
More fixes.
|
2009-10-13 21:59:12 +00:00 |
|
lotodore
|
88659e69ce
|
More gsasl changes.
|
2009-10-13 21:52:10 +00:00 |
|
lotodore
|
a6319bf7d8
|
Still trying to make gsasl work.
|
2009-10-13 21:24:58 +00:00 |
|
lotodore
|
b61d43859e
|
Trying to make gsasl authentication work...
|
2009-10-13 21:03:32 +00:00 |
|
lotodore
|
cfc11f7f89
|
More work on gsasl authentication.
|
2009-10-11 12:07:56 +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
|
51e393823a
|
Game database entry is created only once the game is started.
|
2009-10-03 20:19:51 +00:00 |
|
lotodore
|
a2a27cbdb0
|
First steps to actually store game statistics.
|
2009-10-03 18:06:56 +00:00 |
|
lotodore
|
9ccd1bc9f2
|
Creating game entries in database abstraction layer.
|
2009-10-03 17:03:51 +00:00 |
|
lotodore
|
d0d831a4f6
|
Adding database thread start/stop functions and init.
|
2009-09-26 22:10:43 +00:00 |
|
lotodore
|
9e6ca8cd66
|
Fixing handle leak. Actually, this should be backported to the current server...
|
2009-09-26 21:53:18 +00:00 |
|
lotodore
|
0ab836e09f
|
Fixing handle leak.
|
2009-09-26 21:42:04 +00:00 |
|
lotodore
|
bf51e68e77
|
Reacting to authentication success.
|
2009-09-26 16:14:22 +00:00 |
|
lotodore
|
48c4c69277
|
Integrating authentication - now all authentication attempts fail (still work in progress).
|
2009-09-26 16:05:35 +00:00 |
|
lotodore
|
39285263b7
|
Starting login dialog integration on client side.
|
2009-09-24 20:10:40 +00:00 |
|
lotodore
|
3112c9ded7
|
Fixing compiler error.
|
2009-09-19 21:01:51 +00:00 |
|
lotodore
|
4856dc2a45
|
Adding plain text password authentication for testing.
|
2009-09-19 20:49:17 +00:00 |
|
lotodore
|
97e01d6b80
|
Starting database callback integration.
|
2009-09-19 20:28:30 +00:00 |
|
lotodore
|
460090e383
|
Forward all lobby chat messages to irc admin bot. Game chat is still private, so don't worry :-).
|
2009-08-20 11:42:13 +00:00 |
|
lotodore
|
b796b0cbe7
|
Adding server function to reconnect to the chat server.
|
2009-08-17 11:26:03 +00:00 |
|
lotodore
|
836ec60e6d
|
Chat bot integration now fully functional.
|
2009-08-17 09:45:06 +00:00 |
|
lotodore
|
7a518fab76
|
Send lobby chat text to cleaner bot.
|
2009-08-15 22:32:42 +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
|
68ed10fd1e
|
More fixes concerning lobby chat.
|
2009-08-15 14:08:48 +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
|
4593308da8
|
Integrating chat cleaner manager in lobby.
|
2009-08-14 22:05:01 +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
|
945c4a102a
|
Completely rewriting all NetPacket stuff to use ASN.1. Finally this big chunk of work is completed. Compiles and links fine, but still partly non-functional.
PLEASE NOTE: This is NOT COMPATIBLE to 0.7.x, because it is a new network protocol.
|
2009-08-02 15:11:40 +00:00 |
|
lotodore
|
3e8512a2ea
|
Adding logging.
|
2009-07-30 22:11:12 +00:00 |
|
lotodore
|
c769884c56
|
Removing duplicate condition.
|
2009-07-30 21:50:50 +00:00 |
|
lotodore
|
b81d357f1a
|
Handle interrupted/retry error code in read handler.
|
2009-07-30 21:47:30 +00:00 |
|
doitux
|
e6c1043993
|
error log for closed connections
|
2009-07-30 15:05:05 +00:00 |
|
lotodore
|
9450e8a459
|
Log session id.
|
2009-07-22 22:00:07 +00:00 |
|
lotodore
|
a37f56f09b
|
More paranoia stuff.
|
2009-07-22 20:48:21 +00:00 |
|
lotodore
|
1783218e6a
|
Adding error handling and additional checks.
|
2009-07-22 20:22:14 +00:00 |
|
lotodore
|
d4ae6d0e8b
|
Fixing compiler errors (some ASN.1 code was commited by accident).
|
2009-07-22 18:02:15 +00:00 |
|
lotodore
|
cac09280a0
|
Adding an additional exception handler to the receive callback.
|
2009-07-21 21:40:24 +00:00 |
|
lotodore
|
58d471e0de
|
Fixing possible server issues.
|
2009-07-13 22:49:32 +00:00 |
|