summaryrefslogtreecommitdiffstats
path: root/src/chat-server/chatchannelmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Moved defines.h and manaserv_protocol.h into 'common'Thorbjørn Lindeijer2011-03-201-1/+1
* Micro-optimizations related to std::stringThorbjørn Lindeijer2011-03-171-7/+6
* Added missing using namespace clauses. Cmake's fault, I guess. ;)Yohann Ferreira2011-01-031-0/+2
* protocol.h -> manaserv_protocol.h to avoid conflicts with mysql files.Yohann Ferreira2010-12-291-1/+1
* Renamed .hpp files into .h for consistency.Yohann Ferreira2010-11-141-6/+6
* Synchronise defaults between configuration file and source.Freeyorp2010-10-171-1/+1
* More const correctness and small code cleanupsThorbjørn Lindeijer2010-06-061-7/+12
* Update Copyright date for Manaserv.Bertram2010-02-071-1/+1
* Renamed DALStorage to StorageThorbjørn Lindeijer2009-12-061-1/+1
* Fixed name of the project in copyright headersThorbjørn Lindeijer2009-12-061-7/+6
* Synced the protocol file with client in protocol.h, letting other defines in ...Bertram2009-10-091-1/+1
* Fixed a few code style issuesBjørn Lindeijer2009-05-241-12/+14
* Standardize on the position of the const keywordBjørn Lindeijer2009-04-261-1/+1
* Made a lot of hard-coded values configuration optionsPhilipp Sehmisch2009-02-241-2/+4
* Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer2008-11-161-2/+0
* get rid of channel registeringRoderic Morris2008-07-071-0/+30
* handle topic changing and guild eventsRoderic Morris2008-06-251-2/+14
* fix for listing and quitting channelsRoderic Morris2008-06-101-2/+6
* stop storing channels in the db, send channel announcementsRoderic Morris2008-06-031-3/+0
* Added channel registration check to ensure that channel name is not in useDavid Athay2008-05-141-0/+5
* Fixed guilds not being removed when leader quits.David Athay2008-04-181-2/+3
* Added handling creating and leavingDavid Athay2008-04-161-1/+1
* Consolidated public and private channels into one,David Athay2008-04-011-49/+39
* Work in Progress commit of guilds.David Athay2008-02-281-12/+4
* Added comments about weak algorithm for channel creation.Guillaume Melquiond2007-09-231-0/+4
* Got rid of abstract storage and reference-counted pointers. Fixed lifetime of...Guillaume Melquiond2007-08-301-6/+5
* Replaced user names by client pointers when handling channels, in order to re...Guillaume Melquiond2007-07-281-20/+21
* Removed a host of unnecessary methods from ChatChannelManager.Bjørn Lindeijer2007-07-251-94/+39
* Some more cleanup of chat handler related code.Bjørn Lindeijer2007-07-171-12/+13
* Some cleaning up of the chat channel manager code.Bjørn Lindeijer2007-07-151-35/+42
* Corrected formatting of single-line commentsRogier Polak2007-03-141-1/+1
* Removed some tabsRogier Polak2007-03-121-1/+1
* Implementation of chat channels by Trapdoor.Philipp Sehmisch2007-02-271-5/+32
* Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond2006-12-291-0/+187