summaryrefslogtreecommitdiff
path: root/src/chat-server
AgeCommit message (Collapse)AuthorFilesLines
2007-07-28Replaced user names by client pointers when handling channels, in order to ↵Guillaume Melquiond6-104/+86
reduce lookups in ChatHandler::sendInChannel.
2007-07-25Removed a host of unnecessary methods from ChatChannelManager.Bjørn Lindeijer6-312/+207
2007-07-20Separated ChatClient class from chathandler.cpp, cleaned up handling ofBjørn Lindeijer3-436/+563
messages, defining a method for each handled message and some code formatting cleanup and corrected headers.
2007-07-17Some more cleanup of chat handler related code.Bjørn Lindeijer6-224/+202
2007-07-15Some cleaning up of the chat channel manager code.Bjørn Lindeijer3-212/+241
2007-06-26Merged guilds-and-parties branch to trunkDavid Athay2-10/+180
2007-03-14Corrected formatting of single-line commentsRogier Polak1-1/+1
2007-03-12Removed some tabsRogier Polak2-2/+2
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 Sehmisch5-24/+107
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
fixed the issue where a client is not logged in after registering (patch by Rogier Polak).
2007-01-06Removed world timer usage from account server, instead letting ENet wait duringBjørn Lindeijer2-38/+80
each host service to reduce CPU usage. Modified timer code to gracefully handle jumps back in time.
2007-01-05Simplified handling of verbosity levels. Optimized code by generating only ↵Guillaume Melquiond1-11/+13
needed messages.
2007-01-03Split persistent player data from game server data. Enabled inventory code back.Guillaume Melquiond2-2/+1
2006-12-29Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond6-0/+1212
chat + database) and multiple tmwserv-game programs (selected with respect to the maps). Cleaned the repository by moving server-specific source files into dedicated directories.