summaryrefslogtreecommitdiff
path: root/src/chatchannelmanager.cpp
AgeCommit message (Collapse)AuthorFilesLines
2006-12-29Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond1-188/+0
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.
2006-07-27First step toward a restructured class hierarchy for world actors: addGuillaume Melquiond1-2/+2
MovingObject and Player classes.
2006-06-11Sanitized message packets and errors to take server split into account.Guillaume Melquiond1-23/+14
2006-05-23Split server into three logical servers: an account server, a chat Guillaume Melquiond1-110/+47
server, and a game server.
2006-03-06Cleaned up unnecessary header dependencies and fixed some indentations.Björn Steinbrink1-1/+2
2006-01-24Chat Channeling Commit part 4. Renamed the slang filter into StringFilter ↵Yohann Ferreira1-5/+53
and moved some code to it. Added the missing protocol values, and implemented registering/registering of channels; More to come about it.
2006-01-20Chat channeling commit part 3. Is now linked with the connection handler to ↵Yohann Ferreira1-4/+19
chat in a specific channel. Also made some fixes on the chat channeling.
2006-01-18Chat channeling commit part 2.Yohann Ferreira1-47/+78
2006-01-15Chat channeling commit part 1. Useful to get feedback before committing ↵Yohann Ferreira1-0/+165
what's next