Commit Graph

  • 1273908efb linux compile fix doitux 2009-12-29 17:59:04 +00:00
  • b738b0025b revert last changes doitux 2009-12-29 17:57:05 +00:00
  • fcfd53e2a3 linux compile fix doitux 2009-12-29 17:54:20 +00:00
  • 119d507c80 Integrating HMAC-SHA1 wrapper, preparing aes wrapper. lotodore 2009-12-28 17:29:21 +00:00
  • 4692c16a92 Starting to add sha-1 and aes wrapper. lotodore 2009-12-28 12:16:52 +00:00
  • b0f764d4bd Implementing some brute force attack and denial of service countermeasure. lotodore 2009-12-23 09:53:01 +00:00
  • c68e59dad7 fix guestlogin ok button bug; remove passwort fields for networkgame and internetserver doitux 2009-11-15 14:36:56 +00:00
  • f5d0b19320 Fixing another guest login issue. Setting login timeout to 60 seconds to allow the user to enter the password. lotodore 2009-11-15 09:07:43 +00:00
  • a7888f324d Fixing some guest login issues. lotodore 2009-11-15 09:02:00 +00:00
  • 3a323b7c19 Still fixing gcc error. lotodore 2009-11-15 08:55:04 +00:00
  • 1a35214974 Fixing gcc error. lotodore 2009-11-15 08:52:17 +00:00
  • b8951a61d3 Implementing guest login. lotodore 2009-11-15 08:41:29 +00:00
  • d727a7fd5d Network game, dedicated server without auth backend and dedicated server with auth backend should work now. Guest login still broken. lotodore 2009-11-14 15:04:31 +00:00
  • f258786b62 Adding new init packet type without authentication, which is no guest login. lotodore 2009-11-14 13:13:51 +00:00
  • 059da0232a Preparing to fix login for network game and dedicated server without login backend. Currently broken. lotodore 2009-11-14 12:39:25 +00:00
  • 9e7792fd8e extra callback for showing internet game login dialog doitux 2009-11-08 21:18:25 +00:00
  • 5424aed21e Fixing server announcement. Gui callback still needed. lotodore 2009-11-08 09:48:01 +00:00
  • f1c213b707 Fixing compiler errors. Might still be broken, though. lotodore 2009-11-07 23:27:08 +00:00
  • e950d0cb15 Introducing a new server announcement message to fix network games. Currently broken. lotodore 2009-11-07 21:02:20 +00:00
  • 8696f86b60 Updating to TDM mingw gcc 4.4.1. lotodore 2009-10-25 14:23:08 +00:00
  • ed943afe25 gui fixes doitux 2009-10-25 13:46:48 +00:00
  • e2d99f1fe8 set minimum gui speed to prevent gui lags in fast internet games doitux 2009-10-25 00:00:33 +00:00
  • 31c7b789a8 Adding support for custom delay between hands in protocol. lotodore 2009-10-24 21:49:11 +00:00
  • 857cbf357e add delay between hands option for network/internet game doitux 2009-10-23 23:12:33 +00:00
  • 52e3dba934 Fixing issue with previous anonymous login. lotodore 2009-10-23 22:21:34 +00:00
  • 02b94c87f5 Preparing guest login in network protocol. lotodore 2009-10-23 22:11:01 +00:00
  • 3920367851 New win32 mingw build script with working authentication. lotodore 2009-10-23 21:00:38 +00:00
  • 66fa98fc98 Making server send auth challenge. lotodore 2009-10-23 18:13:31 +00:00
  • ba0ba3978e mingw gsasl fix. lotodore 2009-10-23 15:49:20 +00:00
  • 629cd71735 Integrating gsasl on client side. Untested. lotodore 2009-10-22 22:55:19 +00:00
  • 7ae35122b8 Adding more server side gsasl stuff. Client side now broken. lotodore 2009-10-18 20:53:58 +00:00
  • 3b245ee87b More fixes (seems I'm too tired...). lotodore 2009-10-13 22:03:41 +00:00
  • 1809a6ba74 More fixes. lotodore 2009-10-13 22:02:19 +00:00
  • b2745d93ab More fixes. lotodore 2009-10-13 21:59:12 +00:00
  • d861bf07f2 gcc fix. lotodore 2009-10-13 21:53:37 +00:00
  • 88659e69ce More gsasl changes. lotodore 2009-10-13 21:52:10 +00:00
  • a6319bf7d8 Still trying to make gsasl work. lotodore 2009-10-13 21:24:58 +00:00
  • b61d43859e Trying to make gsasl authentication work... lotodore 2009-10-13 21:03:32 +00:00
  • cfc11f7f89 More work on gsasl authentication. lotodore 2009-10-11 12:07:56 +00:00
  • 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. lotodore 2009-10-11 09:20:17 +00:00
  • fe627fe6f5 local nick will also be used as online game login name doitux 2009-10-10 22:18:58 +00:00
  • 6db2a97eef Adding missing files. lotodore 2009-10-10 20:30:35 +00:00
  • 730f81129b Adding challenge/response authentication to network protocol. Build is currently broken until gsasl integration is complete. lotodore 2009-10-10 20:24:48 +00:00
  • 51e393823a Game database entry is created only once the game is started. lotodore 2009-10-03 20:19:51 +00:00
  • a2a27cbdb0 First steps to actually store game statistics. lotodore 2009-10-03 18:06:56 +00:00
  • 9ccd1bc9f2 Creating game entries in database abstraction layer. lotodore 2009-10-03 17:03:51 +00:00
  • d28fe8eee7 Small fixes. lotodore 2009-09-27 21:46:44 +00:00
  • 5095c03926 remove useless deletes doitux 2009-09-27 21:42:51 +00:00
  • cc13fe8bff login dialog: focus for pw if password save is unchecked, memory leak fixes doitux 2009-09-27 21:18:03 +00:00
  • 6b4925580f login dialog changes doitux 2009-09-27 18:43:19 +00:00
  • 2a2254ad0b login fix doitux 2009-09-27 15:41:06 +00:00
  • d0d831a4f6 Adding database thread start/stop functions and init. lotodore 2009-09-26 22:10:43 +00:00
  • 9e6ca8cd66 Fixing handle leak. Actually, this should be backported to the current server... lotodore 2009-09-26 21:53:18 +00:00
  • 0ab836e09f Fixing handle leak. lotodore 2009-09-26 21:42:04 +00:00
  • 1b23d9e609 Moving db stuff to a separate lib due to dependency trouble with ld. lotodore 2009-09-26 21:01:06 +00:00
  • 0e5e8baa22 Still trying to fix build dependencies. lotodore 2009-09-26 20:43:09 +00:00
  • e1535f403e Trying to fix lib dependencies. lotodore 2009-09-26 20:35:43 +00:00
  • c59a8274e1 Integration of the db backend library. lotodore 2009-09-26 20:05:46 +00:00
  • 345b0f46d5 fix warning doitux 2009-09-26 19:15:13 +00:00
  • feaab665b2 fixing compile warnings and memory leaks doitux 2009-09-26 18:47:18 +00:00
  • bf51e68e77 Reacting to authentication success. lotodore 2009-09-26 16:14:22 +00:00
  • 48c4c69277 Integrating authentication - now all authentication attempts fail (still work in progress). lotodore 2009-09-26 16:05:35 +00:00
  • b15b845077 fixing compile problems doitux 2009-09-25 08:50:56 +00:00
  • 39285263b7 Starting login dialog integration on client side. lotodore 2009-09-24 20:10:40 +00:00
  • 64613ac9b4 send login infos to session doitux 2009-09-24 19:56:21 +00:00
  • 3112c9ded7 Fixing compiler error. lotodore 2009-09-19 21:01:51 +00:00
  • 4856dc2a45 Adding plain text password authentication for testing. lotodore 2009-09-19 20:49:17 +00:00
  • 97e01d6b80 Starting database callback integration. lotodore 2009-09-19 20:28:30 +00:00
  • 8dbb11db92 Mac OS: Using snow leopard as build platform. PowerPC architecture no longer supported. SDK set to 10.5 (leopard) due to problems compiling boost. Hopefully still runs on 10.4 (tiger), but I cannot check... lotodore 2009-09-18 23:38:57 +00:00
  • c403640c4a activate first instance window when a second instance is started doitux 2009-09-13 18:51:36 +00:00
  • 511dc87a64 pokerth client will now just start one instance per system. this should help to prevent cheating in online ranking game doitux 2009-09-13 18:11:48 +00:00
  • 88f2511b8d Adding database callback entries. lotodore 2009-09-13 15:36:08 +00:00
  • 6ecec7e262 Adding database interface and generic implementation for database stuff. The generic implementation acts just as placeholder and does nothing. lotodore 2009-09-04 22:53:24 +00:00
  • d03c15a0f8 continue login dialog implementation doitux 2009-08-27 20:54:37 +00:00
  • 12e12c6f21 show login dialog with F6 doitux 2009-08-27 10:19:11 +00:00
  • bea2d74139 adds internet game login dialog. nothing implemented yet. just the clean ui doitux 2009-08-25 23:21:03 +00:00
  • b2733fba61 russian translation update doitux 2009-08-23 19:59:14 +00:00
  • fdb35d8504 remove irc settings option from internet games config doitux 2009-08-23 19:55:07 +00:00
  • adae9c1cd3 make new lobby-bot configurable doitux 2009-08-21 20:18:37 +00:00
  • b40ea9179f Fixing tools check in build script. lotodore 2009-08-21 19:22:24 +00:00
  • 173d283bcd Additional win32 build fixes. lotodore 2009-08-21 18:14:41 +00:00
  • b8af0bf422 Fixing win32 mingw build scripts. Use wget instead of curl to download dependency libs. lotodore 2009-08-21 18:05:48 +00:00
  • 65f8586946 Fixing win32 build issue. lotodore 2009-08-21 18:03:51 +00:00
  • 0ebeca359c Adding missing files. lotodore 2009-08-20 22:10:50 +00:00
  • e104453772 Make that two bots. One for administration and one to forward the lobby chat. lotodore 2009-08-20 15:19:41 +00:00
  • be7deadc9b Adding missing files. lotodore 2009-08-20 11:43:12 +00:00
  • 460090e383 Forward all lobby chat messages to irc admin bot. Game chat is still private, so don't worry :-). lotodore 2009-08-20 11:42:13 +00:00
  • 0aa285621b Preparing the server management irc bot for further tasks. lotodore 2009-08-20 11:02:05 +00:00
  • 44d32b7376 adding multi spammer support to chatcleaner doitux 2009-08-18 20:37:45 +00:00
  • faa31d202a Windows build fix. lotodore 2009-08-18 14:52:55 +00:00
  • fbf9320b49 Windows build fix. lotodore 2009-08-18 14:52:05 +00:00
  • cb5995f406 Cleaner server should send player id so that the daemon knows which player to kick :-). lotodore 2009-08-18 14:51:42 +00:00
  • 2526dfcba0 Chat cleaner protocol update. lotodore 2009-08-18 12:38:37 +00:00
  • 39ff6819dd Chat cleaner changes. lotodore 2009-08-18 12:37:22 +00:00
  • 87b695fdf4 string fixes and debug remove from chatcleaner doitux 2009-08-18 08:39:01 +00:00
  • 9e19cd398f cleaner read config bugfix doitux 2009-08-18 07:33:27 +00:00
  • 3e2501c28b set session for chat doitux 2009-08-18 00:46:18 +00:00
  • 118f053216 Fixing include file compiler error. lotodore 2009-08-18 00:28:06 +00:00
  • a25b3cec85 Fixing recv buf size. lotodore 2009-08-18 00:17:14 +00:00
  • 32f0e7af8a Fixing manual blind problem. lotodore 2009-08-18 00:08:14 +00:00