summaryrefslogtreecommitdiff
path: root/src/chat-server
AgeCommit message (Expand)AuthorFilesLines
2023-05-15Manage CharacterData using std::unique_ptrThorbjørn Lindeijer6-47/+38
2023-05-15General code cleanupsThorbjørn Lindeijer5-12/+9
2022-08-19Apply C++11 fixitsThorbjørn Lindeijer6-70/+41
2022-08-19Apply C++11 fixitsThorbjørn Lindeijer15-69/+58
2013-05-02Fixed a bunch of cppcheck warningsErik Schilling4-10/+11
2013-04-27Use nullptr instead of NULL everywhereErik Schilling6-11/+11
2013-04-11Renamed Character -> CharacterData in the accountserverErik Schilling5-23/+23
2013-04-02Fixed multiple warnings and errors that blocked c++0xErik Schilling1-1/+1
2013-03-25Changed Item to a component of ActorThorbjørn Lindeijer1-1/+0
2013-01-09Replaced 'unsigned int' with 'unsigned'Thorbjørn Lindeijer6-15/+15
2012-05-05Added debugging mode to the protocolThorbjørn Lindeijer1-5/+2
2012-04-19Fixed guild supportErik Schilling8-162/+210
2012-02-27Fixed compilation again + some more code cleanupErik Schilling2-9/+10
2012-02-26Renamed some iterators + fixed one TODO (stored guilds in a map)Erik Schilling2-46/+23
2012-01-22Removed logging of chatErik Schilling1-12/+0
2012-01-21Made @announce fully functionalErik Schilling2-38/+22
2011-09-29Don't log private chat messages.Yohann Ferreira1-8/+0
2011-06-19Making party invite functionalStefan Dombrowski6-186/+137
2011-05-30Routing party invite through the map serverStefan Dombrowski3-32/+27
2011-05-16Starting to fix party inviteStefan Dombrowski2-7/+17
2011-04-02Some ChatHandler cleanupsThorbjørn Lindeijer4-121/+21
2011-03-31Fixing account server crash when leaving guildStefan Dombrowski1-1/+3
2011-03-20Moved defines.h and manaserv_protocol.h into 'common'Thorbjørn Lindeijer6-7/+8
2011-03-17Micro-optimizations related to std::stringThorbjørn Lindeijer4-13/+10
2011-03-12Removed a bunch of silly documentationThorbjørn Lindeijer4-17/+0
2011-01-03Added missing using namespace clauses. Cmake's fault, I guess. ;)Yohann Ferreira3-0/+6
2011-01-03Namespaced the manaserv protocol to ease the porting of the enums.Yohann Ferreira2-0/+3
2010-12-29protocol.h -> manaserv_protocol.h to avoid conflicts with mysql files.Yohann Ferreira5-5/+5
2010-12-08Fix many compiler warnings.Freeyorp1-2/+2
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira17-55/+54
2010-11-03Renamed write{Byte,Short,Long} to writeInt{8,16,32}Thorbjørn Lindeijer3-80/+77
2010-10-17Synchronise defaults between configuration file and source.Freeyorp1-1/+1
2010-06-06More const correctness and small code cleanupsThorbjørn Lindeijer8-62/+46
2010-06-06Made methods of GuildManager const where appropriateThorbjørn Lindeijer2-42/+18
2010-06-06Made methods of the Guild class const where appropriateThorbjørn Lindeijer3-37/+24
2010-05-21Fixes based on cppcheck errors report.Yohann Ferreira1-2/+2
2010-02-07Update Copyright date for Manaserv.Bertram17-17/+17
2010-01-18Reverted the accountserver-affecting changes of commits a9a87aea and dfc6875e...Philipp Sehmisch1-2/+1
2010-01-17Removed last traces of hardcoded access levels form game-server, begun with u...Philipp Sehmisch1-1/+2
2009-12-06Renamed DALStorage to StorageThorbjørn Lindeijer5-5/+5
2009-12-06Moved DALStorage documentation into source fileThorbjørn Lindeijer1-5/+5
2009-12-06Fixed name of the project in copyright headersThorbjørn Lindeijer17-145/+132
2009-12-06Removed "TMW" and "TMWSERV" from header guardsThorbjørn Lindeijer8-16/+16
2009-12-06A host of code style changesThorbjørn Lindeijer2-20/+13
2009-10-09Synced the protocol file with client in protocol.h, letting other defines in ...Bertram5-4/+5
2009-05-24More code style fixesBjørn Lindeijer1-55/+30
2009-05-24Made it possible to specify the host to listen onBjørn Lindeijer2-4/+3
2009-05-24Fixed a few code style issuesBjørn Lindeijer7-61/+58
2009-04-26Standardize on the position of the const keywordBjørn Lindeijer1-1/+1
2009-04-23Added listing all online usersDavid Athay2-0/+26