Commit Graph
100 Commits
Author SHA1 Message Date
lotodore 812ea63ba0 Server side fix: Allow lobby chat only if player is registered. 2010-10-06 21:50:39 +00:00
lotodore 0402313115 All players within a single ranking game need different ip addresses. 2010-10-02 19:50:49 +00:00
lotodore 04436c260b Fixing "game does not start automatically" issue. 2010-09-26 06:58:49 +00:00
lotodore 918bd478cd Start chatcleaner as daemon. 2010-09-25 20:03:36 +00:00
lotodore d1f4f29042 Release 0.8 now. 2010-09-25 19:17:29 +00:00
lotodore 0bb801acdf Preparing 0.8 release. 2010-09-25 15:27:09 +00:00
lotodore 70667db1d4 Updating protocol code. 2010-09-25 09:22:12 +00:00
lotodore a4ba012b79 Adding hand number to action request message, to prevent sending the wrong action. 2010-09-25 09:08:18 +00:00
lotodore 5be4818731 Removing superfluous code. 2010-09-25 09:07:23 +00:00
lotodore 7a4b1d2840 Notify GUI when start synchronization is running. 2010-09-25 09:06:28 +00:00
lotodore 600f862210 Win32 build: switching to Qt 4.7.0, curl 7.21.1, gsasl 1.4.4 2010-09-24 20:13:28 +00:00
lotodore 4246dd206f Win32 jpeg/gif plugins no longer required using qt 4.7.0. 2010-09-24 20:10:41 +00:00
lotodore 3016d6b3b2 Make small delay which prevents auto-kick from occurring configurable. 2010-09-11 21:37:27 +00:00
lotodore bf3d0627fb Preparing beta3. 2010-09-05 14:34:23 +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 76dd9a0289 Adding new packet for away from keyboard warning. 2010-09-05 12:58:31 +00:00
lotodore c580417b7d Fixing dialog order. 2010-09-05 07:57:09 +00:00
lotodore 8a83a1dd07 Fixing config option. 2010-09-05 00:22:00 +00:00
lotodore 981bea60ce Adding new protocol notification. 2010-09-05 00:20:24 +00:00
lotodore 3c7cde9429 New protocol files. 2010-09-05 00:17:12 +00:00
lotodore 7a1a10abf5 Block bad game names on server. 2010-09-05 00:15:25 +00:00
lotodore 0829e80d49 Do not autostart network games. Do not start admin timer for network games. 2010-09-04 23:00:39 +00:00
lotodore e8eda4f189 Delay auto-start of games when they are full. 2010-09-04 20:08:40 +00:00
lotodore 7d145bf0e1 Fixed server crash when disconnecting during login. 2010-09-04 16:43:30 +00:00
lotodore dc9bd92fcf Fixing double name in protocol. 2010-09-04 12:59:08 +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 daf99deac3 Sending AES encrypted cards is optional, not mandatory, since there is not always a secret available. 2010-09-04 09:59:42 +00:00
lotodore 9bf9aea7f2 Do not perform denial of service check in LAN games. 2010-09-03 21:40:14 +00:00
lotodore 9254cacdf7 After win32 build, move the server exe to a location where it is able to load the required dlls. 2010-08-30 16:58:47 +00:00
lotodore 3cb8e0a042 Fixing possible copy problem of mingw dlls. 2010-08-30 16:56:15 +00:00
lotodore 35b3edfa12 2010-08-30 09:16:57 +00:00
lotodore 4ebc245c0e Fixing runtime error (wrong iterator used). 2010-08-30 09:13:07 +00:00
lotodore 46372b2b15 New protocol stuff, still for 0.8, not yet implemented. 2010-08-29 21:35:29 +00:00
lotodore 9fe9f3ce07 If multiple players leave/sit out at the same time, the one with more money at start of hand will get the better place. If people have the same stack, all will get the worse place. 2010-08-29 16:51:41 +00:00
lotodore 073ef0ea01 Adding AES128 encryption/decryption which works both with gcrypt and openssl. This can be used for encryption of player's cards (not implemented yet). 2010-08-29 15:39:46 +00:00
lotodore 698432279f Set place for all players (not only first place) in ranked games. Simple version (all players who leave/lose at the same time get the same place). 2010-08-28 14:34:02 +00:00
lotodore b6723e5ebf Store server database config in config file. 2010-08-28 10:50:17 +00:00
lotodore dfb27a0674 Win32 link fixes. 2010-08-28 09:24:54 +00:00
lotodore 1f5447bd1f Store avatar type of current avatar in db. 2010-08-23 17:37:22 +00:00
lotodore 6972437f64 Only set avatar hash in db if not zero. 2010-08-22 19:35:43 +00:00
lotodore 73cf41de27 Store hash of last used avatar in db. 2010-08-22 18:42:54 +00:00
lotodore d63b048a45 Fixing mingw build issues. Use dll version of boost on Windows. Use official mingw gcc 4.5 with dynamic libs. This means that all boost build issues should be fixed, even on Windows. 2010-08-22 16:24:40 +00:00
lotodore 5f84bbc411 Fixing issue with boost 1.44. However, Windows build using boost 1.44 is currently broken due to thread issues. 2010-08-22 10:53:27 +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 660535690d Fixing issue with player ranks. 2010-08-08 12:17:31 +00:00
lotodore 76d5317299 Store all players of each game in the database. 2010-08-08 10:23:40 +00:00
lotodore 0646bc9d2e Working on storing places of all players in ranking games. 2010-08-07 23:06:59 +00:00
lotodore b87b8545a9 Fixing windows build script by using sed to patch qt. 2010-08-02 22:01:57 +00:00
lotodore f159ba08c5 Trying to fix mingw issue with boost trac ticket 4258. 2010-08-02 21:52:48 +00:00
lotodore 7be2094dac Trying to fix mingw issue. 2010-08-02 21:48:20 +00:00
lotodore 8911d4a154 Trying to fix mingw issue. 2010-08-02 21:46:37 +00:00
lotodore c3bdda9d2f Disallow any kind of kicking in ranking games on server side. 2010-08-01 21:58:55 +00:00
lotodore d9c19fc4cc Fix server issue with player limit of ranking games. 2010-08-01 21:17:55 +00:00
lotodore 9e039182ec Also check ranking game restrictions on server. 2010-08-01 20:15:49 +00:00
lotodore 002defcead Adding new protocol error code. 2010-08-01 19:52:00 +00:00
lotodore 44c035d4d2 Adding new protocol error code. 2010-08-01 19:51:34 +00:00
lotodore 896c335204 Header files cleanup work. 2010-08-01 19:23:08 +00:00
lotodore 20028cb07f Store date/time when the game ends. 2010-08-01 15:21:31 +00:00
lotodore 4771ff1c39 Fixing a server crash when requesting player info of a player who is no longer online. 2010-07-25 09:31:13 +00:00
lotodore 5e9c33e7ff Only log ranking games in db. 2010-07-23 22:16:19 +00:00
lotodore 29dc5c939c Tab fixes. 2010-07-23 17:36:11 +00:00
lotodore 6e926af693 Fix qtsingleapplication. 2010-07-23 17:35:18 +00:00
lotodore 78c9694438 If a player wishes to show the cards, let the server send them to all players, even the one who already knows the cards. 2010-07-23 17:05:33 +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 3df2c28271 Set winner before game delay. 2010-07-22 22:18:56 +00:00
lotodore 37e3b85c9b Adding debug output. 2010-07-19 21:09:25 +00:00
lotodore 966fb50662 Trying to log winner in database. 2010-07-19 19:29:49 +00:00
lotodore e60b3d8d92 Fixed use of wrong variable. 2010-07-18 11:26:53 +00:00
lotodore b2e8c7222d Possibly fixing an issue with send cards. 2010-07-18 11:11:27 +00:00
lotodore 3acaf0ce5a Return winner list as need to show cards for now. 2010-07-17 21:14:32 +00:00
lotodore 0a15afacbb Let the server send cards on request of the corresponding user. 2010-07-17 21:11:12 +00:00
lotodore 79e7a47343 Preparing network functions to let a player show his cards. 2010-07-15 21:55:52 +00:00
lotodore c0947c9d54 Adding function to find out in which game a user is playing. 2010-07-15 10:34:24 +00:00
lotodore b4d02f4cb0 Do not use regex for chat bot bans. 2010-07-14 17:55:49 +00:00
lotodore 6c997ca21a Make the chat bot temporarily ban players. 2010-07-14 17:20:51 +00:00
lotodore 9248f5a15e Make chat bot really kick players. 2010-07-14 16:13:18 +00:00
lotodore e6cfcd0b5b Adding missing break statement. :-) 2010-07-14 15:43:15 +00:00
lotodore 55fc5e6e39 Small message fix. 2010-07-14 15:40:14 +00:00
lotodore 176dbe1d4f Send a different error if a user is permanently blocked. 2010-07-14 15:27:06 +00:00
lotodore a68a98f739 Reverting datetime format change for now. 2010-07-14 14:41:26 +00:00
lotodore cabf70b43f Reverting datetime format change for now. 2010-07-14 14:40:32 +00:00
lotodore 18613a2cb5 Adding callback if user is blocked by the server. 2010-07-14 14:30:16 +00:00
lotodore 91090579cf Translate messages. 2010-07-14 10:07:23 +00:00
lotodore 365c6c80da Translate messages. 2010-07-14 10:07:08 +00:00
lotodore e951e14c67 Some message fixes. 2010-07-14 10:03:43 +00:00
lotodore 44a8999095 Changed some gui messages. 2010-07-14 08:45:11 +00:00
lotodore 7899f66cf6 The server now sends a notification if the game name is already in use. 2010-07-14 08:17:07 +00:00
lotodore 4aa2083993 Add protocol message if a game name is already in use. 2010-07-14 07:29:01 +00:00
lotodore 9b196eacdd Preparing crypt utility functions. 2010-07-14 07:26:21 +00:00
lotodore deee0e8853 Fixing mingw libs. 2010-07-10 06:40:55 +00:00
lotodore a9514e249b Fixing mingw libs. 2010-07-10 06:40:39 +00:00
lotodore 3610d0eaf9 Fixing svn-win32 download path for now. Apache does not offer binary releases, so a long term solution is to be done... 2010-07-09 21:29:43 +00:00
lotodore 1044e0dfad Updating Windows build script using tdm mingw gcc 4.5.0 and latest libs. 2010-07-09 14:10:45 +00:00
lotodore 3b4c57d24f Pakets are global packet types. 2010-07-08 19:01:41 +00:00
lotodore 41cf9fceaa Pakets are global packet types. 2010-07-08 19:01:22 +00:00