summaryrefslogtreecommitdiff
path: root/src/chat-server
AgeCommit message (Expand)AuthorFilesLines
2009-03-05Added transactions for chat events.David Athay2-3/+80
2009-02-24Made a lot of hard-coded values configuration optionsPhilipp Sehmisch2-5/+7
2009-01-27Changed guild member permissions. Restricted players to owning only 1 guild.David Athay7-49/+143
2008-12-18Fix bug with removing players from guildDavid Athay1-7/+5
2008-11-29Updated Makefile.am and added missing includeBjørn Lindeijer1-0/+2
2008-11-27Fixed bug found by b_lindeijerDavid Athay1-2/+3
2008-11-25Separated out the handlers for guild and partyDavid Athay4-500/+578
2008-11-24Fix crash where player is removed before hes left the partyDavid Athay1-3/+5
2008-11-24Stop players inviting themselves to partyDavid Athay1-0/+4
2008-11-24Change leader if leader leaves guild.David Athay1-0/+7
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer15-30/+1
2008-11-11Removed some DOS newlines from mixed filesBjørn Lindeijer1-23/+23
2008-11-04Forgot to save the files before committing, sorry.David Athay1-4/+4
2008-11-04Added notifiying party members when a player joins or leaves the party.David Athay2-0/+56
2008-11-03Added tables and statements to store and retrieve letters. Attachments not fu...Andreas Habel2-4/+27
2008-10-21Fixed some compile warnings.Bjørn Lindeijer1-1/+1
2008-10-15Added communicating change of direction to clients.David Athay1-6/+20
2008-09-19Added post communication between chat and game servers.David Athay2-4/+128
2008-09-18Added postal system to chat server, and modified tick time.David Athay2-0/+211
2008-08-18Changed guilds to use character id.David Athay6-147/+133
2008-08-18Misc fixes with guildDavid Athay2-3/+5
2008-08-13Added permission levels to guilds, and operator permissions to channels.David Athay9-2/+224
2008-07-28fix crash from last commit, guild fixes, damage calculation fixRoderic Morris2-10/+7
2008-07-22Save guild member permissions to dbDavid Athay3-3/+22
2008-07-22Add permissions to guild membersDavid Athay3-29/+151
2008-07-07get rid of channel registeringRoderic Morris4-80/+48
2008-07-07Added party support between account and game servers.David Athay3-4/+31
2008-06-26fix compile error, and improve guild related methodsRoderic Morris5-25/+4
2008-06-25handle topic changing and guild eventsRoderic Morris7-48/+122
2008-06-10update chat packet defs, get rid of unused functionsRoderic Morris2-88/+0
2008-06-10fix for listing and quitting channelsRoderic Morris1-2/+6
2008-06-03stop storing channels in the db, send channel announcementsRoderic Morris3-20/+14
2008-05-23Use guildmanager to add users to guilds so its stored in the db.David Athay3-15/+12
2008-05-22Fixed compilation with GCC 4.3 (patch by rodge).Bjørn Lindeijer1-0/+1
2008-05-14Added channel registration check to ensure that channel name is not in useDavid Athay3-1/+9
2008-04-28Added sending who accepted invite on invite response to clientDavid Athay1-0/+1
2008-04-22Added more support for partiesDavid Athay2-13/+121
2008-04-20Fixed some compiler errors/warnings.Bjørn Lindeijer6-8/+13
2008-04-18Remove channel when leader quits guild.David Athay1-0/+7
2008-04-18Fixed guilds not being removed when leader quits.David Athay3-10/+5
2008-04-17Added basic party supportDavid Athay2-1/+25
2008-04-16Added handling creating and leavingDavid Athay9-52/+221
2008-04-15Fixed getting channel userlistDavid Athay1-7/+7
2008-04-03Fixed accepting guild invites, and added updating the guild member list when ...David Athay2-1/+34
2008-04-03Restricted who can be invited to guildsDavid Athay1-2/+5
2008-04-03Fixed accepting guild invitesDavid Athay1-2/+2
2008-04-01Consolidated public and private channels into one,David Athay5-101/+98
2008-03-06Fixed telling clients what guilds they are in after they reconnectDavid Athay5-23/+102
2008-03-05Fixed guild creation.David Athay3-35/+35
2008-02-28Work in Progress commit of guilds.David Athay7-114/+632