summaryrefslogtreecommitdiff
path: root/src/chat-server/chatchannelmanager.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-03-20Moved defines.h and manaserv_protocol.h into 'common'Thorbjørn Lindeijer1-1/+1
2011-03-17Micro-optimizations related to std::stringThorbjørn Lindeijer1-7/+6
2011-01-03Added missing using namespace clauses. Cmake's fault, I guess. ;)Yohann Ferreira1-0/+2
2010-12-29protocol.h -> manaserv_protocol.h to avoid conflicts with mysql files.Yohann Ferreira1-1/+1
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira1-6/+6
2010-10-17Synchronise defaults between configuration file and source.Freeyorp1-1/+1
2010-06-06More const correctness and small code cleanupsThorbjørn Lindeijer1-7/+12
2010-02-07Update Copyright date for Manaserv.Bertram1-1/+1
2009-12-06Renamed DALStorage to StorageThorbjørn Lindeijer1-1/+1
2009-12-06Fixed name of the project in copyright headersThorbjørn Lindeijer1-7/+6
2009-10-09Synced the protocol file with client in protocol.h, letting other defines in ...Bertram1-1/+1
2009-05-24Fixed a few code style issuesBjørn Lindeijer1-12/+14
2009-04-26Standardize on the position of the const keywordBjørn Lindeijer1-1/+1
2009-02-24Made a lot of hard-coded values configuration optionsPhilipp Sehmisch1-2/+4
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-07-07get rid of channel registeringRoderic Morris1-0/+30
2008-06-25handle topic changing and guild eventsRoderic Morris1-2/+14
2008-06-10fix for listing and quitting channelsRoderic Morris1-2/+6
2008-06-03stop storing channels in the db, send channel announcementsRoderic Morris1-3/+0
2008-05-14Added channel registration check to ensure that channel name is not in useDavid Athay1-0/+5
2008-04-18Fixed guilds not being removed when leader quits.David Athay1-2/+3
2008-04-16Added handling creating and leavingDavid Athay1-1/+1
2008-04-01Consolidated public and private channels into one,David Athay1-49/+39
2008-02-28Work in Progress commit of guilds.David Athay1-12/+4
2007-09-23Added comments about weak algorithm for channel creation.Guillaume Melquiond1-0/+4
2007-08-30Got rid of abstract storage and reference-counted pointers. Fixed lifetime of...Guillaume Melquiond1-6/+5
2007-07-28Replaced user names by client pointers when handling channels, in order to re...Guillaume Melquiond1-20/+21
2007-07-25Removed a host of unnecessary methods from ChatChannelManager.Bjørn Lindeijer1-94/+39
2007-07-17Some more cleanup of chat handler related code.Bjørn Lindeijer1-12/+13
2007-07-15Some cleaning up of the chat channel manager code.Bjørn Lindeijer1-35/+42
2007-03-14Corrected formatting of single-line commentsRogier Polak1-1/+1
2007-03-12Removed some tabsRogier Polak1-1/+1
2007-02-27Implementation of chat channels by Trapdoor.Philipp Sehmisch1-5/+32
2006-12-29Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond1-0/+187