| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2006-05-23 | Split server into three logical servers: an account server, a chat | Guillaume Melquiond | 1 | -53/+0 | |
| server, and a game server. | |||||
| 2006-03-06 | Cleaned up unnecessary header dependencies and fixed some indentations. | Björn Steinbrink | 1 | -2/+2 | |
| 2005-11-14 | Added intial SWIG bindings. | Aaron Marks | 1 | -1/+1 | |
| 2005-11-13 | Nothing of much significance, mainly checking whether I can commit. | Bjørn Lindeijer | 1 | -2/+2 | |
| 2005-07-19 | Changing the way the message ID is read. | Bjørn Lindeijer | 1 | -2/+2 | |
| 2005-07-16 | Removed a lot of tabs used for indenting (please don't do that...), redid | Bjørn Lindeijer | 1 | -0/+5 | |
| MessageOut a bit so that it uses SDL_net, writes strings correctly and doesn't rely on Packet to be expandable. Also specified message IDs explicitly. | |||||
| 2005-03-23 | added the account handler and a definition file to keep track of structures ↵ | Kiyoshi Kyokai | 1 | -16/+1 | |
| and such. I need some more information about how exactly the message handler interfaces are intended to work with the connection handler, as well as what things users will each have to themselves, and which things they will all share as far as message processing goes. | |||||
| 2005-03-21 | More complete implementation of startListen and stopListen, told CVS to ignore | Bjørn Lindeijer | 1 | -7/+17 | |
| some files and compile fixes (it actually compiles now, just don't expect it to do anything useful) | |||||
| 2005-03-21 | Some header fixes, formatting conventions and moved DevCpp project file. | Bjørn Lindeijer | 1 | -2/+2 | |
| 2005-03-21 | I've added the shell for the login and message handler functions, as well as ↵ | Kiyoshi Kyokai | 1 | -0/+3 | |
| debug support for logging in. Noticed we still need an account class to store the account data. Perhaps I'll work on that tommorrow. | |||||
| 2005-03-18 | Small changes to ConnectionHandler and MessageHandler, while adding interfaces | Bjørn Lindeijer | 1 | -1/+4 | |
| for Packet, MessageIn and MessageOut. | |||||
| 2005-03-16 | Added preliminary interfaces for NetSession, NetComputer, ConnectionHandler | Bjørn Lindeijer | 1 | -0/+47 | |
| and MessageHandler. | |||||