summaryrefslogtreecommitdiff
path: root/src/chat-server/chathandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2007-07-28Replaced user names by client pointers when handling channels, in order to re...Guillaume Melquiond1-20/+18
2007-07-25Removed a host of unnecessary methods from ChatChannelManager.Bjørn Lindeijer1-112/+104
2007-07-20Separated ChatClient class from chathandler.cpp, cleaned up handling ofBjørn Lindeijer1-416/+468
2007-07-17Some more cleanup of chat handler related code.Bjørn Lindeijer1-21/+20
2007-07-15Some cleaning up of the chat channel manager code.Bjørn Lindeijer1-30/+32
2007-06-26Merged guilds-and-parties branch to trunkDavid Athay1-3/+144
2007-03-10Added a utility function for creating magic_tokensRogier Polak1-1/+2
2007-02-27restored logout from chat serverPhilipp Sehmisch1-0/+8
2007-02-27Implementation of chat channels by Trapdoor.Philipp Sehmisch1-11/+27
2007-02-23Bugfixes related to switch_characterRogier Polak1-0/+8
2007-02-04Added support for switching character by reconnecting to the account server andBjørn Lindeijer1-6/+12
2007-01-06Removed world timer usage from account server, instead letting ENet wait duringBjørn Lindeijer1-33/+61
2007-01-05Simplified handling of verbosity levels. Optimized code by generating only ne...Guillaume Melquiond1-11/+13
2007-01-03Split persistent player data from game server data. Enabled inventory code back.Guillaume Melquiond1-0/+1
2006-12-29Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond1-0/+529