netserver/HWProto.hs
Sat, 10 Jan 2009 15:21:48 +0000 unc0rr Fix bug in server causing queue errors when trying to join 2nd round in same room
Fri, 09 Jan 2009 11:22:46 +0000 unc0rr - svn maintenance
Thu, 08 Jan 2009 22:40:56 +0000 unc0rr Proper room removing when master quits
Thu, 08 Jan 2009 22:37:03 +0000 unc0rr Don't set room to lobby to quitting room master
Thu, 08 Jan 2009 22:01:09 +0000 unc0rr Fix server bugs:
Thu, 08 Jan 2009 18:51:31 +0000 unc0rr Update notifier
Thu, 08 Jan 2009 18:44:30 +0000 unc0rr - Fix trainings again
Thu, 08 Jan 2009 18:00:20 +0000 unc0rr Don't screw with nick list message
Thu, 08 Jan 2009 15:32:26 +0000 unc0rr Don't kick everyone from lobby
Thu, 08 Jan 2009 15:26:12 +0000 unc0rr - Fix bugs in net server
Thu, 08 Jan 2009 13:02:40 +0000 unc0rr Inform room of quitting members
Tue, 06 Jan 2009 19:47:19 +0000 unc0rr Start converting network protocol to no-disconnecting religion
Tue, 06 Jan 2009 17:51:39 +0000 unc0rr Notify lobby when a room is created or deleted
Tue, 06 Jan 2009 11:28:13 +0000 unc0rr Save much space for chat widget on lobby page by removing server message widget (now this messages goes to chat)
Mon, 05 Jan 2009 19:51:24 +0000 unc0rr Show client's room in info
Mon, 05 Jan 2009 19:44:43 +0000 unc0rr Don't send LEFT message for clients without nick
Sun, 04 Jan 2009 12:44:54 +0000 unc0rr Show also client host info
Sat, 03 Jan 2009 20:48:37 +0000 unc0rr - Decrease font size in chat
Fri, 02 Jan 2009 21:00:27 +0000 unc0rr Show joins of ppl with 097 too
Fri, 02 Jan 2009 20:01:02 +0000 unc0rr - Update some copyrights
Fri, 02 Jan 2009 19:54:23 +0000 unc0rr Lobby chat should work now
Fri, 02 Jan 2009 19:49:04 +0000 unc0rr Fix lobby selector
Fri, 02 Jan 2009 19:44:52 +0000 unc0rr Start work on lobby: add/remove nick from the list on join/quit
Fri, 02 Jan 2009 14:22:55 +0000 unc0rr Clear round replay data on server side when round is finished
Fri, 02 Jan 2009 14:22:33 +0000 unc0rr Quick replay round to spectators until current move
Fri, 02 Jan 2009 14:10:23 +0000 unc0rr Now spectating works for those who joined after game start
Fri, 02 Jan 2009 13:00:46 +0000 unc0rr - Send previous moves info to newly connected client when it joins a room with already started game
Tue, 25 Nov 2008 15:43:10 +0000 unc0rr - Don't send 'Bad param' msg, as the only reason of it is just some lag
Mon, 10 Nov 2008 19:44:54 +0000 unc0rr Show last hour logins number
Mon, 10 Nov 2008 15:57:59 +0000 unc0rr Finish refactoring
Mon, 10 Nov 2008 15:50:46 +0000 unc0rr Make answers creation more abstract, in prepare for a conversion
Fri, 07 Nov 2008 22:03:43 +0000 unc0rr Make code flow more clear
Fri, 07 Nov 2008 15:58:36 +0000 unc0rr Add simple DoS protection
Tue, 04 Nov 2008 21:53:30 +0000 unc0rr Cleanup code a bit, some reformatting
Tue, 04 Nov 2008 15:02:18 +0000 unc0rr Give more specific explanation when deny to add team
Tue, 04 Nov 2008 14:43:31 +0000 unc0rr Handle exceptions on accept
Sun, 02 Nov 2008 20:48:10 +0000 unc0rr Client sends PONG to server's PING
Sun, 02 Nov 2008 20:41:02 +0000 unc0rr Ping clients every 30 seconds, should help with ghosts on server
Fri, 31 Oct 2008 17:53:59 +0000 unc0rr Show clients list in server message
Fri, 31 Oct 2008 14:35:59 +0000 unc0rr Fix a bug (check parameters)
Sat, 25 Oct 2008 09:54:53 +0000 unc0rr Don't list rooms with restricted joining
Fri, 24 Oct 2008 17:53:14 +0000 unc0rr Room control menu works
Fri, 24 Oct 2008 15:02:26 +0000 unc0rr Unset ready status after round
Fri, 24 Oct 2008 14:28:47 +0000 unc0rr Send readiness info to room creator too
Fri, 24 Oct 2008 13:03:06 +0000 unc0rr Send readiness information on join
Fri, 24 Oct 2008 12:57:06 +0000 unc0rr - Fix a bug in READY message handling
Thu, 23 Oct 2008 15:12:38 +0000 unc0rr Bring back old 'Go!' button behavior
Wed, 22 Oct 2008 21:41:00 +0000 unc0rr - Fix a bug screwing rooms list
Wed, 22 Oct 2008 21:34:03 +0000 unc0rr Improve handling client's protocol number
Wed, 22 Oct 2008 15:31:35 +0000 unc0rr - Send additional info on rooms
Tue, 21 Oct 2008 16:53:34 +0000 unc0rr Implement kick
Mon, 20 Oct 2008 18:51:43 +0000 unc0rr Shutdown private server when room is abandoned
Mon, 20 Oct 2008 18:35:36 +0000 unc0rr Support for private servers in frontend
Mon, 20 Oct 2008 15:59:05 +0000 unc0rr Refactor options handling and storing
Sat, 18 Oct 2008 21:47:28 +0000 unc0rr Log reply only when send it
Sat, 18 Oct 2008 13:53:58 +0000 unc0rr - Customize QTextBrowser look
Thu, 16 Oct 2008 19:48:11 +0000 unc0rr - Frontend: don't reset playing teams list after end of round
Wed, 15 Oct 2008 11:50:16 +0000 unc0rr Various small insignificant improvements everywhere
Mon, 13 Oct 2008 19:04:27 +0000 unc0rr Add partial implementation of handling disconnects while playing via network
Mon, 13 Oct 2008 18:37:59 +0000 unc0rr - Reverse the order of client list
Sun, 12 Oct 2008 17:04:07 +0000 unc0rr Server erases teams list after round finish, so everything should be okay now
Sun, 12 Oct 2008 16:45:13 +0000 unc0rr Clients send roundfinished message to server when the round is over
Thu, 09 Oct 2008 17:28:22 +0000 unc0rr Stub to run network game
Thu, 09 Oct 2008 17:14:29 +0000 unc0rr Fix team colors mismatch on some conditions (just synchronize them when team is added)
Thu, 09 Oct 2008 16:05:01 +0000 unc0rr Small optimization (use partition instead of two filters with opposite predicates)
Thu, 09 Oct 2008 16:03:27 +0000 unc0rr Send team removal message to others in room when client disconnects
Thu, 09 Oct 2008 15:54:09 +0000 unc0rr - Fix a bug with chosen map (new clinet gets wrong information)
Thu, 09 Oct 2008 13:57:18 +0000 unc0rr Fix that bug (lol, pretty fast, eh?)
Thu, 09 Oct 2008 13:57:02 +0000 unc0rr Send teams info to newly connected client (has a bug with team sequence, need to discover)
Thu, 09 Oct 2008 13:53:03 +0000 unc0rr - Allow team color changing
Thu, 09 Oct 2008 13:48:06 +0000 unc0rr - Only team owner can remove team from the list
Thu, 09 Oct 2008 13:45:40 +0000 unc0rr Add support for removing team
Thu, 09 Oct 2008 13:43:47 +0000 unc0rr Can choose hedgehogs number now
Wed, 08 Oct 2008 18:56:32 +0000 unc0rr Adding teams now works
Wed, 08 Oct 2008 18:38:54 +0000 unc0rr Build neccessary structures in memory on ADDTEAM message, but don't send answer yet (need to review team id concept)
Wed, 08 Oct 2008 18:29:16 +0000 unc0rr Fix protocol implementation to conform documentation
Wed, 08 Oct 2008 18:25:08 +0000 unc0rr - Add protocol description (just started)
Wed, 08 Oct 2008 15:57:35 +0000 unc0rr Optimize list lookups a bit
Wed, 08 Oct 2008 15:42:09 +0000 unc0rr Server now fully supports game options
Mon, 06 Oct 2008 18:40:47 +0000 unc0rr Fix a bug with 'ghosts' on server
Mon, 06 Oct 2008 18:37:47 +0000 unc0rr Fix another server failure (when second client in room disconnects)
Mon, 06 Oct 2008 18:07:38 +0000 unc0rr - Now actually fix
Sun, 05 Oct 2008 23:27:53 +0000 unc0rr - Fix build of server (has some bugs now)
Sun, 05 Oct 2008 23:22:14 +0000 unc0rr Start refactoring standalone server (prepare to change protocol)
Sun, 05 Oct 2008 16:35:46 +0000 unc0rr Remove deprecated stuff
Mon, 21 Jul 2008 15:54:12 +0000 unc0rr Further work on dedicated server
Mon, 21 Jul 2008 09:45:40 +0000 unc0rr - Modify network protocol to use new delimiter
Sun, 04 May 2008 14:21:47 +0000 unc0rr Implement LIST command
Sun, 04 May 2008 14:07:26 +0000 unc0rr Finish conversion
Sun, 04 May 2008 13:49:55 +0000 unc0rr Modify protocol implementation functions interface (convertation not yet finished)
Thu, 01 May 2008 16:00:23 +0000 unc0rr - Add comment
Thu, 01 May 2008 15:55:03 +0000 unc0rr Handle QUIT of the master: disconnect all roommates
Thu, 01 May 2008 15:26:09 +0000 unc0rr 'In room' state stub
Thu, 01 May 2008 15:24:13 +0000 unc0rr Handle password parameter on JOIN
Thu, 01 May 2008 15:14:32 +0000 unc0rr - Remove old hwserv code
Thu, 01 May 2008 14:30:12 +0000 unc0rr - Fixed some bugs
Wed, 30 Apr 2008 20:48:12 +0000 unc0rr - Some improvements in core
Wed, 30 Apr 2008 20:18:30 +0000 unc0rr Better QUIT handling imlementation - reduces function return values count
Wed, 30 Apr 2008 20:14:09 +0000 unc0rr Properly handle QUIT command. Now, we can concentrate on protocol implementation
Wed, 30 Apr 2008 19:44:54 +0000 unc0rr - Improve server core
less more (0) tip