summaryrefslogtreecommitdiff
path: root/src/chat-server/chatclient.hpp
AgeCommit message (Collapse)AuthorFilesLines
2007-07-28Replaced user names by client pointers when handling channels, in order to ↵Guillaume Melquiond1-0/+7
reduce lookups in ChatHandler::sendInChannel.
2007-07-20Separated ChatClient class from chathandler.cpp, cleaned up handling ofBjørn Lindeijer1-0/+49
messages, defining a method for each handled message and some code formatting cleanup and corrected headers.