summaryrefslogtreecommitdiffstats
path: root/src/connectionhandler.h
Commit message (Expand)AuthorAgeFilesLines
* Split server into three logical servers: an account server, a chat Guillaume Melquiond2006-05-231-55/+14
* Changed ConnectionHandler and NetComputer into low-level base classes; Guillaume Melquiond2006-05-201-33/+51
* Switched to a monothreaded server. Fixed segfaults after disconnect. Guillaume Melquiond2006-05-191-11/+17
* Merged enet_switch changes r2268:2309 into the trunk.Eugenio Favalli2006-04-281-2/+1
* Cleaned up unnecessary header dependencies and fixed some indentations.Björn Steinbrink2006-03-061-5/+6
* Added the server code to enter and leave a channel. Some minor fix to the sta...Yohann Ferreira2006-03-051-0/+6
* Chat Channeling Commit part 4. Renamed the slang filter into StringFilter and...Yohann Ferreira2006-01-241-0/+6
* Chat channeling commit part 3. Is now linked with the connection handler to c...Yohann Ferreira2006-01-201-0/+5
* Added default behaviour to protocol. Added a client login limitation check. S...Yohann Ferreira2006-01-041-0/+5
* Implemented common chat handling, except for chatting in channels. Also the C...Yohann Ferreira2005-12-271-1/+18
* Made the handlers use the countedPtr for Beings as they should. Fixed a segfa...Yohann Ferreira2005-12-181-1/+1
* Added intial SWIG bindings.Aaron Marks2005-11-141-2/+2
* Nothing of much significance, mainly checking whether I can commit.Bjørn Lindeijer2005-11-131-2/+2
* Added beginnings of game core logic and state.Aaron Marks2005-07-311-1/+9
* Added character creation.Aaron Marks2005-07-191-5/+0
* Changing the way the message ID is read.Bjørn Lindeijer2005-07-191-1/+3
* Updated server->client communications.Aaron Marks2005-07-181-1/+1
* Added server->client communications.Aaron Marks2005-07-171-0/+5
* Some cleanups mostly in account class formatting.Bjørn Lindeijer2005-06-121-0/+18
* Server now succesfully listens for connections, accepts them, receives someBjørn Lindeijer2005-04-181-0/+12
* Corrections to syntax, includes, headers and comments. Updated architecture.txtBjørn Lindeijer2005-03-231-2/+0
* added the account handler and a definition file to keep track of structures a...Kiyoshi Kyokai2005-03-231-0/+2
* More complete implementation of startListen and stopListen, told CVS to ignoreBjørn Lindeijer2005-03-211-0/+1
* Some header fixes, formatting conventions and moved DevCpp project file.Bjørn Lindeijer2005-03-211-0/+1
* Added start of NetSession implementation and basics of initialization, timerBjørn Lindeijer2005-03-191-0/+5
* Small changes to ConnectionHandler and MessageHandler, while adding interfacesBjørn Lindeijer2005-03-181-0/+9
* Added preliminary interfaces for NetSession, NetComputer, ConnectionHandlerBjørn Lindeijer2005-03-161-0/+61