summaryrefslogtreecommitdiffstats
path: root/src/chat-server/chathandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added debugging mode to the protocolThorbjørn Lindeijer2012-05-051-5/+2
* Fixed guild supportErik Schilling2012-04-191-0/+3
* Removed logging of chatErik Schilling2012-01-221-12/+0
* Made @announce fully functionalErik Schilling2012-01-211-37/+16
* Don't log private chat messages.Yohann Ferreira2011-09-291-8/+0
* Making party invite functionalStefan Dombrowski2011-06-191-6/+2
* Routing party invite through the map serverStefan Dombrowski2011-05-301-4/+0
* Some ChatHandler cleanupsThorbjørn Lindeijer2011-04-021-5/+5
* 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/+0
* Namespaced the manaserv protocol to ease the porting of the enums.Yohann Ferreira2011-01-031-0/+2
* protocol.h -> manaserv_protocol.h to avoid conflicts with mysql files.Yohann Ferreira2010-12-291-1/+1
* Fix many compiler warnings.Freeyorp2010-12-081-2/+2
* Renamed .hpp files into .h for consistency.Yohann Ferreira2010-11-141-12/+12
* Renamed write{Byte,Short,Long} to writeInt{8,16,32}Thorbjørn Lindeijer2010-11-031-34/+31
* More const correctness and small code cleanupsThorbjørn Lindeijer2010-06-061-35/+21
* Fixes based on cppcheck errors report.Yohann Ferreira2010-05-211-2/+2
* Update Copyright date for Manaserv.Bertram2010-02-071-1/+1
* 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-061-1/+1
* 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
* Made it possible to specify the host to listen onBjørn Lindeijer2009-05-241-2/+2
* Fixed a few code style issuesBjørn Lindeijer2009-05-241-4/+4
* Added listing all online usersDavid Athay2009-04-231-0/+21
* Reworked party invites, now sends rejections and checks the invites are validDavid Athay2009-04-231-0/+5
* Added transactional history to game server.David Athay2009-03-061-1/+1
* Added transactions for chat events.David Athay2009-03-051-2/+78
* Changed guild member permissions. Restricted players to owning only 1 guild.David Athay2009-01-271-0/+3
* Separated out the handlers for guild and partyDavid Athay2008-11-251-499/+1
* Fix crash where player is removed before hes left the partyDavid Athay2008-11-241-3/+5
* Stop players inviting themselves to partyDavid Athay2008-11-241-0/+4
* Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer2008-11-161-2/+0
* Forgot to save the files before committing, sorry.David Athay2008-11-041-4/+4
* Added notifiying party members when a player joins or leaves the party.David Athay2008-11-041-0/+38
* Added communicating change of direction to clients.David Athay2008-10-151-6/+20
* Changed guilds to use character id.David Athay2008-08-181-31/+46
* Misc fixes with guildDavid Athay2008-08-181-2/+4
* Added permission levels to guilds, and operator permissions to channels.David Athay2008-08-131-0/+102
* Add permissions to guild membersDavid Athay2008-07-221-17/+16
* get rid of channel registeringRoderic Morris2008-07-071-74/+11
* Added party support between account and game servers.David Athay2008-07-071-4/+22
* fix compile error, and improve guild related methodsRoderic Morris2008-06-261-1/+1
* handle topic changing and guild eventsRoderic Morris2008-06-251-21/+52
* update chat packet defs, get rid of unused functionsRoderic Morris2008-06-101-66/+0
* stop storing channels in the db, send channel announcementsRoderic Morris2008-06-031-15/+12
* Use guildmanager to add users to guilds so its stored in the db.David Athay2008-05-231-2/+2
* Fixed compilation with GCC 4.3 (patch by rodge).Bjørn Lindeijer2008-05-221-0/+1
* Added channel registration check to ensure that channel name is not in useDavid Athay2008-05-141-1/+3