Age | Commit message (Expand) | Author | Files | Lines |
2008-11-04 | Forgot to save the files before committing, sorry. | David Athay | 1 | -4/+4 |
2008-11-04 | Added notifiying party members when a player joins or leaves the party. | David Athay | 2 | -0/+56 |
2008-11-03 | Added tables and statements to store and retrieve letters. Attachments not fu... | Andreas Habel | 2 | -4/+27 |
2008-10-21 | Fixed some compile warnings. | Bjørn Lindeijer | 1 | -1/+1 |
2008-10-15 | Added communicating change of direction to clients. | David Athay | 1 | -6/+20 |
2008-09-19 | Added post communication between chat and game servers. | David Athay | 2 | -4/+128 |
2008-09-18 | Added postal system to chat server, and modified tick time. | David Athay | 2 | -0/+211 |
2008-08-18 | Changed guilds to use character id. | David Athay | 6 | -147/+133 |
2008-08-18 | Misc fixes with guild | David Athay | 2 | -3/+5 |
2008-08-13 | Added permission levels to guilds, and operator permissions to channels. | David Athay | 9 | -2/+224 |
2008-07-28 | fix crash from last commit, guild fixes, damage calculation fix | Roderic Morris | 2 | -10/+7 |
2008-07-22 | Save guild member permissions to db | David Athay | 3 | -3/+22 |
2008-07-22 | Add permissions to guild members | David Athay | 3 | -29/+151 |
2008-07-07 | get rid of channel registering | Roderic Morris | 4 | -80/+48 |
2008-07-07 | Added party support between account and game servers. | David Athay | 3 | -4/+31 |
2008-06-26 | fix compile error, and improve guild related methods | Roderic Morris | 5 | -25/+4 |
2008-06-25 | handle topic changing and guild events | Roderic Morris | 7 | -48/+122 |
2008-06-10 | update chat packet defs, get rid of unused functions | Roderic Morris | 2 | -88/+0 |
2008-06-10 | fix for listing and quitting channels | Roderic Morris | 1 | -2/+6 |
2008-06-03 | stop storing channels in the db, send channel announcements | Roderic Morris | 3 | -20/+14 |
2008-05-23 | Use guildmanager to add users to guilds so its stored in the db. | David Athay | 3 | -15/+12 |
2008-05-22 | Fixed compilation with GCC 4.3 (patch by rodge). | Bjørn Lindeijer | 1 | -0/+1 |
2008-05-14 | Added channel registration check to ensure that channel name is not in use | David Athay | 3 | -1/+9 |
2008-04-28 | Added sending who accepted invite on invite response to client | David Athay | 1 | -0/+1 |
2008-04-22 | Added more support for parties | David Athay | 2 | -13/+121 |
2008-04-20 | Fixed some compiler errors/warnings. | Bjørn Lindeijer | 6 | -8/+13 |
2008-04-18 | Remove channel when leader quits guild. | David Athay | 1 | -0/+7 |
2008-04-18 | Fixed guilds not being removed when leader quits. | David Athay | 3 | -10/+5 |
2008-04-17 | Added basic party support | David Athay | 2 | -1/+25 |
2008-04-16 | Added handling creating and leaving | David Athay | 9 | -52/+221 |
2008-04-15 | Fixed getting channel userlist | David Athay | 1 | -7/+7 |
2008-04-03 | Fixed accepting guild invites, and added updating the guild member list when ... | David Athay | 2 | -1/+34 |
2008-04-03 | Restricted who can be invited to guilds | David Athay | 1 | -2/+5 |
2008-04-03 | Fixed accepting guild invites | David Athay | 1 | -2/+2 |
2008-04-01 | Consolidated public and private channels into one, | David Athay | 5 | -101/+98 |
2008-03-06 | Fixed telling clients what guilds they are in after they reconnect | David Athay | 5 | -23/+102 |
2008-03-05 | Fixed guild creation. | David Athay | 3 | -35/+35 |
2008-02-28 | Work in Progress commit of guilds. | David Athay | 7 | -114/+632 |
2007-10-27 | Made it compile with GCC 4.3 | Guillaume Melquiond | 1 | -0/+2 |
2007-09-23 | Robustified code with respect to insertion failures. | Guillaume Melquiond | 1 | -1/+2 |
2007-09-23 | Added comments about weak algorithm for channel creation. | Guillaume Melquiond | 1 | -0/+4 |
2007-09-22 | Cleaned both configuration and resource managers. | Guillaume Melquiond | 2 | -0/+2 |
2007-09-16 | Cleaned game-server handler a bit before adding statistics. | Guillaume Melquiond | 1 | -0/+1 |
2007-08-30 | Got rid of abstract storage and reference-counted pointers. Fixed lifetime of... | Guillaume Melquiond | 2 | -13/+19 |
2007-08-27 | Added support for user commands. Implemented "warp" and "item". | Guillaume Melquiond | 3 | -7/+4 |
2007-08-17 | Used TokenCollector to manage cookies in ChatHandler. | Guillaume Melquiond | 2 | -102/+79 |
2007-07-28 | Replaced user names by client pointers when handling channels, in order to re... | Guillaume Melquiond | 6 | -104/+86 |
2007-07-25 | Removed a host of unnecessary methods from ChatChannelManager. | Bjørn Lindeijer | 6 | -312/+207 |
2007-07-20 | Separated ChatClient class from chathandler.cpp, cleaned up handling of | Bjørn Lindeijer | 3 | -436/+563 |
2007-07-17 | Some more cleanup of chat handler related code. | Bjørn Lindeijer | 6 | -224/+202 |