summaryrefslogtreecommitdiff
path: root/src/connectionhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2006-12-29Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond1-176/+0
2006-08-26Applied patch by Rogier, adding a stream operator to NetComputer for logging ...Bjørn Lindeijer1-7/+3
2006-08-20Some code format changes, logging improvals and commenting.Bjørn Lindeijer1-6/+5
2006-08-14Removed Packet class and the UNKNOWN gender.Bjørn Lindeijer1-6/+4
2006-08-13Log sending of messages and include more verbose messages for runserv.sh.Bjørn Lindeijer1-1/+1
2006-08-13Changed character list to a sequence of packets and fixed a db issue.Eugenio Favalli1-5/+5
2006-08-10Removed ConnectionHandler::forceDisconnect method and implemented part of theBjørn Lindeijer1-5/+0
2006-05-23Split server into three logical servers: an account server, a chat Guillaume Melquiond1-137/+16
2006-05-20Changed ConnectionHandler and NetComputer into low-level base classes; Guillaume Melquiond1-92/+45
2006-05-19Switched to a monothreaded server. Fixed segfaults after disconnect. Guillaume Melquiond1-98/+105
2006-05-14Applied a patch by Guillaume that fixes and optimizesBjørn Lindeijer1-11/+11
2006-05-13Applied patch by Guillaume Melquiond which adds ENet check and adds timer.cpp/hBjørn Lindeijer1-11/+13
2006-04-30removed the last remains of SDLPhilipp Sehmisch1-129/+0
2006-04-28Merged enet_switch changes r2268:2309 into the trunk.Eugenio Favalli1-1/+109
2006-03-06Cleaned up unnecessary header dependencies and fixed some indentations.Björn Steinbrink1-6/+8
2006-03-05Added the server code to enter and leave a channel. Some minor fix to the sta...Yohann Ferreira1-2/+28
2006-01-24Chat Channeling Commit part 4. Renamed the slang filter into StringFilter and...Yohann Ferreira1-0/+21
2006-01-20Chat channeling commit part 3. Is now linked with the connection handler to c...Yohann Ferreira1-0/+19
2006-01-04Added default behaviour to protocol. Added a client login limitation check. S...Yohann Ferreira1-2/+5
2005-12-29Adding changes thought by Elven and an option for setting the port to listen ...Yohann Ferreira1-3/+1
2005-12-27Implemented common chat handling, except for chatting in channels. Also the C...Yohann Ferreira1-1/+42
2005-12-20Adding command line argument parsing and log verbosity level handling.Yohann Ferreira1-14/+11
2005-12-18Made the handlers use the countedPtr for Beings as they should. Fixed a segfa...Yohann Ferreira1-2/+2
2005-12-11Added unregistering, checking on character's name and email length support. A...Yohann Ferreira1-1/+1
2005-07-31Added beginnings of game core logic and state.Aaron Marks1-0/+12
2005-07-25Added modified Map, MapReader, ResourceManager classes and base64 functionsBjørn Lindeijer1-2/+4
2005-07-24Added character selection.Aaron Marks1-2/+2
2005-07-19Changing the way the message ID is read.Bjørn Lindeijer1-20/+20
2005-07-18Updated server->client communications.Aaron Marks1-21/+6
2005-07-17Added server->client communications.Aaron Marks1-4/+20
2005-07-16Removed a lot of tabs used for indenting (please don't do that...), redidBjørn Lindeijer1-43/+52
2005-07-13Implemented MessageOut.Aaron Marks1-4/+9
2005-07-12Fixed problem with PostgreSQL support (variable was undefined).Aaron Marks1-0/+84
2005-06-19Actually using the new Logger now.Huynh Tran1-40/+31
2005-06-12Some cleanups mostly in account class formatting.Bjørn Lindeijer1-0/+7
2005-05-21Updated Makefile.amAaron Marks1-1/+1
2005-05-08Added logger use in some files that could tell things already.Yohann Ferreira1-9/+11
2005-04-19Added basic object definition for reviewal.Aaron Marks1-0/+7
2005-04-18Server now succesfully listens for connections, accepts them, receives someBjørn Lindeijer1-0/+107
2005-03-21More complete implementation of startListen and stopListen, told CVS to ignoreBjørn Lindeijer1-1/+5
2005-03-18Small changes to ConnectionHandler and MessageHandler, while adding interfacesBjørn Lindeijer1-0/+5
2005-03-16Added preliminary interfaces for NetSession, NetComputer, ConnectionHandlerBjørn Lindeijer1-0/+25