summaryrefslogtreecommitdiff
path: root/src/chat-server/chathandler.hpp
AgeCommit message (Expand)AuthorFilesLines
2009-12-06Fixed name of the project in copyright headersThorbjørn Lindeijer1-7/+6
2009-12-06Removed "TMW" and "TMWSERV" from header guardsThorbjørn Lindeijer1-2/+2
2009-05-24More code style fixesBjørn Lindeijer1-55/+30
2009-05-24Made it possible to specify the host to listen onBjørn Lindeijer1-2/+1
2009-04-23Added listing all online usersDavid Athay1-0/+5
2009-04-23Reworked party invites, now sends rejections and checks the invites are validDavid Athay1-1/+14
2009-01-27Changed guild member permissions. Restricted players to owning only 1 guild.David Athay1-0/+5
2008-11-25Separated out the handlers for guild and partyDavid Athay1-1/+9
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-11-04Added notifiying party members when a player joins or leaves the party.David Athay1-0/+18
2008-08-13Added permission levels to guilds, and operator permissions to channels.David Athay1-0/+18
2008-07-07get rid of channel registeringRoderic Morris1-6/+0
2008-06-25handle topic changing and guild eventsRoderic Morris1-9/+16
2008-06-10update chat packet defs, get rid of unused functionsRoderic Morris1-22/+0
2008-06-03stop storing channels in the db, send channel announcementsRoderic Morris1-2/+2
2008-04-22Added more support for partiesDavid Athay1-3/+24
2008-04-17Added basic party supportDavid Athay1-1/+7
2008-04-16Added handling creating and leavingDavid Athay1-3/+57
2008-04-03Fixed accepting guild invites, and added updating the guild member list when ...David Athay1-0/+6
2008-03-06Fixed telling clients what guilds they are in after they reconnectDavid Athay1-8/+17
2008-02-28Work in Progress commit of guilds.David Athay1-14/+34
2007-09-22Cleaned both configuration and resource managers.Guillaume Melquiond1-0/+1
2007-09-16Cleaned game-server handler a bit before adding statistics.Guillaume Melquiond1-0/+1
2007-08-27Added support for user commands. Implemented "warp" and "item".Guillaume Melquiond1-2/+1
2007-08-17Used TokenCollector to manage cookies in ChatHandler.Guillaume Melquiond1-21/+35
2007-07-25Removed a host of unnecessary methods from ChatChannelManager.Bjørn Lindeijer1-6/+27
2007-07-20Separated ChatClient class from chathandler.cpp, cleaned up handling ofBjørn Lindeijer1-20/+46
2007-07-17Some more cleanup of chat handler related code.Bjørn Lindeijer1-9/+15
2007-06-26Merged guilds-and-parties branch to trunkDavid Athay1-7/+36
2007-01-06Removed world timer usage from account server, instead letting ENet wait duringBjørn Lindeijer1-5/+19
2006-12-29Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond1-0/+99