summaryrefslogtreecommitdiffstats
path: root/src/chat-server
Commit message (Collapse)AuthorAgeFilesLines
...
* Made it compile with GCC 4.3Guillaume Melquiond2007-10-271-0/+2
|
* Robustified code with respect to insertion failures.Guillaume Melquiond2007-09-231-1/+2
|
* Added comments about weak algorithm for channel creation.Guillaume Melquiond2007-09-231-0/+4
|
* Cleaned both configuration and resource managers.Guillaume Melquiond2007-09-222-0/+2
|
* Cleaned game-server handler a bit before adding statistics.Guillaume Melquiond2007-09-161-0/+1
|
* Got rid of abstract storage and reference-counted pointers. Fixed lifetime ↵Guillaume Melquiond2007-08-302-13/+19
| | | | of accounts and characters in server memory. Cleaned some code.
* Added support for user commands. Implemented "warp" and "item".Guillaume Melquiond2007-08-273-7/+4
|
* Used TokenCollector to manage cookies in ChatHandler.Guillaume Melquiond2007-08-172-102/+79
|
* Replaced user names by client pointers when handling channels, in order to ↵Guillaume Melquiond2007-07-286-104/+86
| | | | reduce lookups in ChatHandler::sendInChannel.
* Removed a host of unnecessary methods from ChatChannelManager.Bjørn Lindeijer2007-07-256-312/+207
|
* Separated ChatClient class from chathandler.cpp, cleaned up handling ofBjørn Lindeijer2007-07-203-436/+563
| | | | | | messages, defining a method for each handled message and some code formatting cleanup and corrected headers.
* Some more cleanup of chat handler related code.Bjørn Lindeijer2007-07-176-224/+202
|
* Some cleaning up of the chat channel manager code.Bjørn Lindeijer2007-07-153-212/+241
|
* Merged guilds-and-parties branch to trunkDavid Athay2007-06-262-10/+180
|
* Corrected formatting of single-line commentsRogier Polak2007-03-141-1/+1
|
* Removed some tabsRogier Polak2007-03-122-2/+2
|
* Added a utility function for creating magic_tokensRogier Polak2007-03-101-1/+2
|
* restored logout from chat serverPhilipp Sehmisch2007-02-271-0/+8
|
* Implementation of chat channels by Trapdoor.Philipp Sehmisch2007-02-275-24/+107
|
* Bugfixes related to switch_characterRogier Polak2007-02-231-0/+8
|
* Added support for switching character by reconnecting to the account server andBjørn Lindeijer2007-02-041-6/+12
| | | | | | fixed the issue where a client is not logged in after registering (patch by Rogier Polak).
* Removed world timer usage from account server, instead letting ENet wait duringBjørn Lindeijer2007-01-062-38/+80
| | | | | | each host service to reduce CPU usage. Modified timer code to gracefully handle jumps back in time.
* Simplified handling of verbosity levels. Optimized code by generating only ↵Guillaume Melquiond2007-01-051-11/+13
| | | | needed messages.
* Split persistent player data from game server data. Enabled inventory code back.Guillaume Melquiond2007-01-032-2/+1
|
* Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond2006-12-296-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.