summaryrefslogtreecommitdiffstats
path: root/src/chat-server/chatchannel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Renamed .hpp files into .h for consistency.Yohann Ferreira2010-11-141-2/+2
* More const correctness and small code cleanupsThorbjørn Lindeijer2010-06-061-4/+4
* Update Copyright date for Manaserv.Bertram2010-02-071-1/+1
* Fixed name of the project in copyright headersThorbjørn Lindeijer2009-12-061-7/+6
* Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer2008-11-161-2/+0
* Added permission levels to guilds, and operator permissions to channels.David Athay2008-08-131-1/+50
* Consolidated public and private channels into one,David Athay2008-04-011-2/+9
* Made it compile with GCC 4.3Guillaume Melquiond2007-10-271-0/+2
* Replaced user names by client pointers when handling channels, in order to re...Guillaume Melquiond2007-07-281-35/+15
* Removed a host of unnecessary methods from ChatChannelManager.Bjørn Lindeijer2007-07-251-4/+6
* Some more cleanup of chat handler related code.Bjørn Lindeijer2007-07-171-61/+23
* Removed some tabsRogier Polak2007-03-121-1/+1
* Implementation of chat channels by Trapdoor.Philipp Sehmisch2007-02-271-3/+11
* Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond2006-12-291-0/+117