# # ChangeLog for server in network-game # # Generated by Trac 1.5.3 # Jan 8, 2025, 11:59:48 AM Mon, 03 Dec 2012 00:33:35 GMT dportnoy [cbc595d] * server/server.cpp (modified) Changed a few minor things on the server Mon, 03 Dec 2012 00:27:01 GMT dportnoy [41ad8ed] * server/DataAccess.cpp (modified) * server/Player.cpp (modified) * server/Player.h (modified) * server/server.cpp (modified) The server properly handles registration messages Wed, 28 Nov 2012 15:38:24 GMT dportnoy [371ce29] * server/server.cpp (modified) The server now uses nonblocking sockets and sleep to free up cpu usage Tue, 27 Nov 2012 19:03:33 GMT dportnoy [59061f6] * server/DataAccess.cpp (modified) * server/DataAccess.h (modified) * server/Player.cpp (modified) * server/Player.h (modified) * server/server.cpp (modified) Added new data access methods to save and retrieve player data Tue, 27 Nov 2012 16:24:49 GMT dportnoy [36082e8] * server/DataAccess.cpp (added) * server/DataAccess.h (added) * server/makefile (modified) * server/server.cpp (modified) Moved the database code to a new class Tue, 27 Nov 2012 16:03:52 GMT dportnoy [8e540f4] * common/message.h (modified) * server/Player.cpp (moved) * server/Player.h (moved) * server/makefile (modified) * server/server.cpp (modified) Created a separate function for processing error messages, began ... Tue, 27 Nov 2012 03:51:14 GMT dportnoy [73f75c1] * server/player.cpp (modified) * server/player.h (modified) * server/server.cpp (modified) Created findPlayerByAddr and added some more checks on the client ... Mon, 26 Nov 2012 20:31:14 GMT dportnoy [633f42a] * server/server.cpp (modified) Fixed a bug related to a player logging out Mon, 26 Nov 2012 20:02:25 GMT dportnoy [07028b9] * server/server.cpp (modified) The server now accepts and processes logout messages Mon, 26 Nov 2012 19:10:40 GMT dportnoy [d2b411a] * server/server.cpp (modified) Server correctly receives and replies to login and chat messages by ... Mon, 26 Nov 2012 17:45:25 GMT dportnoy [2488852] * client/.gitignore (modified) * common/message.h (modified) * server/.gitignore (modified) * server/makefile (modified) * server/player.cpp (added) * server/player.h (added) * server/server.cpp (modified) Added the player class, added a list of logged-in players, and ... Fri, 23 Nov 2012 21:13:44 GMT dportnoy [cb1f288] * server/server.cpp (modified) Fixed a bug with detecting the client Hello message Fri, 23 Nov 2012 20:52:59 GMT dportnoy [e084950] * common/compiler.h (modified) * common/message.cpp (modified) * common/message.h (modified) * server/makefile (modified) * server/server.cpp (modified) Converted the server to use sendMessage and receiveMessage and it now ... Sun, 18 Nov 2012 21:53:50 GMT dportnoy [ba43374] * client/.gitignore (added) * server/.gitignore (added) Added .gitignore files and a folder for the client Sun, 18 Nov 2012 21:46:31 GMT dportnoy [e3535b3] * server/crypt.cpp (added) * server/crypt.h (added) * server/database.cpp (added) * server/database.h (added) * server/makefile (added) * server/server.cpp (added) Initial commit for server