summaryrefslogtreecommitdiffstats
path: root/src/chat-server
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added transactions for chat events.David Athay2009-03-052-3/+80
* Made a lot of hard-coded values configuration optionsPhilipp Sehmisch2009-02-242-5/+7
* Changed guild member permissions. Restricted players to owning only 1 guild.David Athay2009-01-277-49/+143
* Fix bug with removing players from guildDavid Athay2008-12-181-7/+5
* Updated Makefile.am and added missing includeBjørn Lindeijer2008-11-291-0/+2
* Fixed bug found by b_lindeijerDavid Athay2008-11-271-2/+3
* Separated out the handlers for guild and partyDavid Athay2008-11-254-500/+578
* 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
* Change leader if leader leaves guild.David Athay2008-11-241-0/+7
* Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer2008-11-1615-30/+1
* Removed some DOS newlines from mixed filesBjørn Lindeijer2008-11-111-23/+23
* 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-042-0/+56
* Added tables and statements to store and retrieve letters. Attachments not fu...Andreas Habel2008-11-032-4/+27
* Fixed some compile warnings.Bjørn Lindeijer2008-10-211-1/+1
* Added communicating change of direction to clients.David Athay2008-10-151-6/+20
* Added post communication between chat and game servers.David Athay2008-09-192-4/+128
* Added postal system to chat server, and modified tick time.David Athay2008-09-182-0/+211
* Changed guilds to use character id.David Athay2008-08-186-147/+133
* Misc fixes with guildDavid Athay2008-08-182-3/+5
* Added permission levels to guilds, and operator permissions to channels.David Athay2008-08-139-2/+224
* fix crash from last commit, guild fixes, damage calculation fixRoderic Morris2008-07-282-10/+7
* Save guild member permissions to dbDavid Athay2008-07-223-3/+22
* Add permissions to guild membersDavid Athay2008-07-223-29/+151
* get rid of channel registeringRoderic Morris2008-07-074-80/+48
* Added party support between account and game servers.David Athay2008-07-073-4/+31
* fix compile error, and improve guild related methodsRoderic Morris2008-06-265-25/+4
* handle topic changing and guild eventsRoderic Morris2008-06-257-48/+122
* update chat packet defs, get rid of unused functionsRoderic Morris2008-06-102-88/+0
* fix for listing and quitting channelsRoderic Morris2008-06-101-2/+6
* stop storing channels in the db, send channel announcementsRoderic Morris2008-06-033-20/+14