summaryrefslogtreecommitdiff
path: root/src/chat-server/partyhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-08-19Apply C++11 fixitsThorbjørn Lindeijer1-1/+1
2013-04-27Use nullptr instead of NULL everywhereErik Schilling1-1/+1
2013-04-11Renamed Character -> CharacterData in the accountserverErik Schilling1-1/+1
2011-06-19Making party invite functionalStefan Dombrowski1-148/+96
2011-05-30Routing party invite through the map serverStefan Dombrowski1-27/+25
2011-05-16Starting to fix party inviteStefan Dombrowski1-7/+14
2011-04-02Some ChatHandler cleanupsThorbjørn Lindeijer1-1/+1
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-2/+2
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-7/+7
2010-11-03Renamed write{Byte,Short,Long} to writeInt{8,16,32}Thorbjørn Lindeijer1-7/+7
2010-06-06More const correctness and small code cleanupsThorbjørn Lindeijer1-1/+1
2010-02-07Update Copyright date for Manaserv.Bertram1-1/+1
2009-12-06Renamed DALStorage to StorageThorbjørn Lindeijer1-1/+1
2009-12-06Moved DALStorage documentation into source fileThorbjørn Lindeijer1-5/+5
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-04-23Break from while loops when found.David Athay1-5/+3
2009-04-23Reworked party invites, now sends rejections and checks the invites are validDavid Athay1-14/+79
2008-11-29Updated Makefile.am and added missing includeBjørn Lindeijer1-0/+2
2008-11-25Separated out the handlers for guild and partyDavid Athay1-0/+197