| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't log private chat messages. | Yohann Ferreira | 2011-09-29 | 1 | -8/+0 |
* | Making party invite functional | Stefan Dombrowski | 2011-06-19 | 1 | -6/+2 |
* | Routing party invite through the map server | Stefan Dombrowski | 2011-05-30 | 1 | -4/+0 |
* | Some ChatHandler cleanups | Thorbjørn Lindeijer | 2011-04-02 | 1 | -5/+5 |
* | Moved defines.h and manaserv_protocol.h into 'common' | Thorbjørn Lindeijer | 2011-03-20 | 1 | -1/+1 |
* | Micro-optimizations related to std::string | Thorbjørn Lindeijer | 2011-03-17 | 1 | -2/+0 |
* | Namespaced the manaserv protocol to ease the porting of the enums. | Yohann Ferreira | 2011-01-03 | 1 | -0/+2 |
* | protocol.h -> manaserv_protocol.h to avoid conflicts with mysql files. | Yohann Ferreira | 2010-12-29 | 1 | -1/+1 |
* | Fix many compiler warnings. | Freeyorp | 2010-12-08 | 1 | -2/+2 |
* | Renamed .hpp files into .h for consistency. | Yohann Ferreira | 2010-11-14 | 1 | -12/+12 |
* | Renamed write{Byte,Short,Long} to writeInt{8,16,32} | Thorbjørn Lindeijer | 2010-11-03 | 1 | -34/+31 |
* | More const correctness and small code cleanups | Thorbjørn Lindeijer | 2010-06-06 | 1 | -35/+21 |
* | Fixes based on cppcheck errors report. | Yohann Ferreira | 2010-05-21 | 1 | -2/+2 |
* | Update Copyright date for Manaserv. | Bertram | 2010-02-07 | 1 | -1/+1 |
* | Reverted the accountserver-affecting changes of commits a9a87aea and dfc6875e... | Philipp Sehmisch | 2010-01-18 | 1 | -2/+1 |
* | Removed last traces of hardcoded access levels form game-server, begun with u... | Philipp Sehmisch | 2010-01-17 | 1 | -1/+2 |
* | Renamed DALStorage to Storage | Thorbjørn Lindeijer | 2009-12-06 | 1 | -1/+1 |
* | Fixed name of the project in copyright headers | Thorbjørn Lindeijer | 2009-12-06 | 1 | -7/+6 |
* | Synced the protocol file with client in protocol.h, letting other defines in ... | Bertram | 2009-10-09 | 1 | -1/+1 |
* | Made it possible to specify the host to listen on | Bjørn Lindeijer | 2009-05-24 | 1 | -2/+2 |
* | Fixed a few code style issues | Bjørn Lindeijer | 2009-05-24 | 1 | -4/+4 |
* | Added listing all online users | David Athay | 2009-04-23 | 1 | -0/+21 |
* | Reworked party invites, now sends rejections and checks the invites are valid | David Athay | 2009-04-23 | 1 | -0/+5 |
* | Added transactional history to game server. | David Athay | 2009-03-06 | 1 | -1/+1 |
* | Added transactions for chat events. | David Athay | 2009-03-05 | 1 | -2/+78 |
* | Changed guild member permissions. Restricted players to owning only 1 guild. | David Athay | 2009-01-27 | 1 | -0/+3 |
* | Separated out the handlers for guild and party | David Athay | 2008-11-25 | 1 | -499/+1 |
* | Fix crash where player is removed before hes left the party | David Athay | 2008-11-24 | 1 | -3/+5 |
* | Stop players inviting themselves to party | David Athay | 2008-11-24 | 1 | -0/+4 |
* | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 2008-11-16 | 1 | -2/+0 |
* | Forgot to save the files before committing, sorry. | David Athay | 2008-11-04 | 1 | -4/+4 |
* | Added notifiying party members when a player joins or leaves the party. | David Athay | 2008-11-04 | 1 | -0/+38 |
* | Added communicating change of direction to clients. | David Athay | 2008-10-15 | 1 | -6/+20 |
* | Changed guilds to use character id. | David Athay | 2008-08-18 | 1 | -31/+46 |
* | Misc fixes with guild | David Athay | 2008-08-18 | 1 | -2/+4 |
* | Added permission levels to guilds, and operator permissions to channels. | David Athay | 2008-08-13 | 1 | -0/+102 |
* | Add permissions to guild members | David Athay | 2008-07-22 | 1 | -17/+16 |
* | get rid of channel registering | Roderic Morris | 2008-07-07 | 1 | -74/+11 |
* | Added party support between account and game servers. | David Athay | 2008-07-07 | 1 | -4/+22 |
* | fix compile error, and improve guild related methods | Roderic Morris | 2008-06-26 | 1 | -1/+1 |
* | handle topic changing and guild events | Roderic Morris | 2008-06-25 | 1 | -21/+52 |
* | update chat packet defs, get rid of unused functions | Roderic Morris | 2008-06-10 | 1 | -66/+0 |
* | stop storing channels in the db, send channel announcements | Roderic Morris | 2008-06-03 | 1 | -15/+12 |
* | Use guildmanager to add users to guilds so its stored in the db. | David Athay | 2008-05-23 | 1 | -2/+2 |
* | Fixed compilation with GCC 4.3 (patch by rodge). | Bjørn Lindeijer | 2008-05-22 | 1 | -0/+1 |
* | Added channel registration check to ensure that channel name is not in use | David Athay | 2008-05-14 | 1 | -1/+3 |
* | Added sending who accepted invite on invite response to client | David Athay | 2008-04-28 | 1 | -0/+1 |
* | Added more support for parties | David Athay | 2008-04-22 | 1 | -10/+97 |
* | Remove channel when leader quits guild. | David Athay | 2008-04-18 | 1 | -0/+7 |
* | Fixed guilds not being removed when leader quits. | David Athay | 2008-04-18 | 1 | -7/+2 |