summaryrefslogtreecommitdiffstats
path: root/src/chat-server
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use guildmanager to add users to guilds so its stored in the db.David Athay2008-05-233-15/+12
* 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-143-1/+9
* Added sending who accepted invite on invite response to clientDavid Athay2008-04-281-0/+1
* Added more support for partiesDavid Athay2008-04-222-13/+121
* Fixed some compiler errors/warnings.Bjørn Lindeijer2008-04-206-8/+13
* Remove channel when leader quits guild.David Athay2008-04-181-0/+7
* Fixed guilds not being removed when leader quits.David Athay2008-04-183-10/+5
* Added basic party supportDavid Athay2008-04-172-1/+25
* Added handling creating and leavingDavid Athay2008-04-169-52/+221
* Fixed getting channel userlistDavid Athay2008-04-151-7/+7
* Fixed accepting guild invites, and added updating the guild member list when ...David Athay2008-04-032-1/+34
* Restricted who can be invited to guildsDavid Athay2008-04-031-2/+5
* Fixed accepting guild invitesDavid Athay2008-04-031-2/+2
* Consolidated public and private channels into one,David Athay2008-04-015-101/+98
* Fixed telling clients what guilds they are in after they reconnectDavid Athay2008-03-065-23/+102
* Fixed guild creation.David Athay2008-03-053-35/+35
* Work in Progress commit of guilds.David Athay2008-02-287-114/+632