summaryrefslogtreecommitdiffstats
path: root/src/chat-server
Commit message (Expand)AuthorAgeFilesLines
* Fixed a bunch of cppcheck warningsErik Schilling2013-05-024-10/+11
* Use nullptr instead of NULL everywhereErik Schilling2013-04-276-11/+11
* Renamed Character -> CharacterData in the accountserverErik Schilling2013-04-115-23/+23
* Fixed multiple warnings and errors that blocked c++0xErik Schilling2013-04-021-1/+1
* Changed Item to a component of ActorThorbjørn Lindeijer2013-03-251-1/+0
* Replaced 'unsigned int' with 'unsigned'Thorbjørn Lindeijer2013-01-096-15/+15
* Added debugging mode to the protocolThorbjørn Lindeijer2012-05-051-5/+2
* Fixed guild supportErik Schilling2012-04-198-162/+210
* Fixed compilation again + some more code cleanupErik Schilling2012-02-272-9/+10
* Renamed some iterators + fixed one TODO (stored guilds in a map)Erik Schilling2012-02-262-46/+23
* Removed logging of chatErik Schilling2012-01-221-12/+0
* Made @announce fully functionalErik Schilling2012-01-212-38/+22
* Don't log private chat messages.Yohann Ferreira2011-09-291-8/+0
* Making party invite functionalStefan Dombrowski2011-06-196-186/+137
* Routing party invite through the map serverStefan Dombrowski2011-05-303-32/+27
* Starting to fix party inviteStefan Dombrowski2011-05-162-7/+17
* Some ChatHandler cleanupsThorbjørn Lindeijer2011-04-024-121/+21
* Fixing account server crash when leaving guildStefan Dombrowski2011-03-311-1/+3
* Moved defines.h and manaserv_protocol.h into 'common'Thorbjørn Lindeijer2011-03-206-7/+8
* Micro-optimizations related to std::stringThorbjørn Lindeijer2011-03-174-13/+10
* Removed a bunch of silly documentationThorbjørn Lindeijer2011-03-124-17/+0
* Added missing using namespace clauses. Cmake's fault, I guess. ;)Yohann Ferreira2011-01-033-0/+6
* Namespaced the manaserv protocol to ease the porting of the enums.Yohann Ferreira2011-01-032-0/+3
* protocol.h -> manaserv_protocol.h to avoid conflicts with mysql files.Yohann Ferreira2010-12-295-5/+5
* Fix many compiler warnings.Freeyorp2010-12-081-2/+2
* Renamed .hpp files into .h for consistency.Yohann Ferreira2010-11-1417-55/+54
* Renamed write{Byte,Short,Long} to writeInt{8,16,32}Thorbjørn Lindeijer2010-11-033-80/+77
* Synchronise defaults between configuration file and source.Freeyorp2010-10-171-1/+1
* More const correctness and small code cleanupsThorbjørn Lindeijer2010-06-068-62/+46
* Made methods of GuildManager const where appropriateThorbjørn Lindeijer2010-06-062-42/+18
* Made methods of the Guild class const where appropriateThorbjørn Lindeijer2010-06-063-37/+24
* Fixes based on cppcheck errors report.Yohann Ferreira2010-05-211-2/+2
* Update Copyright date for Manaserv.Bertram2010-02-0717-17/+17
* Reverted the accountserver-affecting changes of commits a9a87aea and dfc6875e...Philipp Sehmisch2010-01-181-2/+1
* Removed last traces of hardcoded access levels form game-server, begun with u...Philipp Sehmisch2010-01-171-1/+2
* Renamed DALStorage to StorageThorbjørn Lindeijer2009-12-065-5/+5
* Moved DALStorage documentation into source fileThorbjørn Lindeijer2009-12-061-5/+5
* Fixed name of the project in copyright headersThorbjørn Lindeijer2009-12-0617-145/+132
* Removed "TMW" and "TMWSERV" from header guardsThorbjørn Lindeijer2009-12-068-16/+16
* A host of code style changesThorbjørn Lindeijer2009-12-062-20/+13
* Synced the protocol file with client in protocol.h, letting other defines in ...Bertram2009-10-095-4/+5
* More code style fixesBjørn Lindeijer2009-05-241-55/+30
* Made it possible to specify the host to listen onBjørn Lindeijer2009-05-242-4/+3
* Fixed a few code style issuesBjørn Lindeijer2009-05-247-61/+58
* Standardize on the position of the const keywordBjørn Lindeijer2009-04-261-1/+1
* Added listing all online usersDavid Athay2009-04-232-0/+26
* Break from while loops when found.David Athay2009-04-231-5/+3
* Reworked party invites, now sends rejections and checks the invites are validDavid Athay2009-04-234-15/+99
* Fixes for some compile warningsBjørn Lindeijer2009-03-101-2/+4
* Added transactional history to game server.David Athay2009-03-061-1/+1