summaryrefslogtreecommitdiffstats
path: root/src/chat-server/partyhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use nullptr instead of NULL everywhereErik Schilling2013-04-271-1/+1
* Renamed Character -> CharacterData in the accountserverErik Schilling2013-04-111-1/+1
* Making party invite functionalStefan Dombrowski2011-06-191-148/+96
* Routing party invite through the map serverStefan Dombrowski2011-05-301-27/+25
* Starting to fix party inviteStefan Dombrowski2011-05-161-7/+14
* Some ChatHandler cleanupsThorbjørn Lindeijer2011-04-021-1/+1
* 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-2/+2
* 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-7/+7
* Renamed write{Byte,Short,Long} to writeInt{8,16,32}Thorbjørn Lindeijer2010-11-031-7/+7
* More const correctness and small code cleanupsThorbjørn Lindeijer2010-06-061-1/+1
* Update Copyright date for Manaserv.Bertram2010-02-071-1/+1
* Renamed DALStorage to StorageThorbjørn Lindeijer2009-12-061-1/+1
* Moved DALStorage documentation into source fileThorbjørn Lindeijer2009-12-061-5/+5
* 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
* 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-231-14/+79
* Updated Makefile.am and added missing includeBjørn Lindeijer2008-11-291-0/+2
* Separated out the handlers for guild and partyDavid Athay2008-11-251-0/+197