index
:
mana/manaserv
lpc2012
master
A flexible 2D MMORPG server
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
chat-server
/
chathandler.hpp
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-06
Fixed name of the project in copyright headers
Thorbjørn Lindeijer
1
-7
/
+6
2009-12-06
Removed "TMW" and "TMWSERV" from header guards
Thorbjørn Lindeijer
1
-2
/
+2
2009-05-24
More code style fixes
Bjørn Lindeijer
1
-55
/
+30
2009-05-24
Made it possible to specify the host to listen on
Bjørn Lindeijer
1
-2
/
+1
2009-04-23
Added listing all online users
David Athay
1
-0
/
+5
2009-04-23
Reworked party invites, now sends rejections and checks the invites are valid
David Athay
1
-1
/
+14
2009-01-27
Changed guild member permissions. Restricted players to owning only 1 guild.
David Athay
1
-0
/
+5
2008-11-25
Separated out the handlers for guild and party
David Athay
1
-1
/
+9
2008-11-16
Got rid of CVS/Subversion $Id$ markers
Bjørn Lindeijer
1
-2
/
+0
2008-11-04
Added notifiying party members when a player joins or leaves the party.
David Athay
1
-0
/
+18
2008-08-13
Added permission levels to guilds, and operator permissions to channels.
David Athay
1
-0
/
+18
2008-07-07
get rid of channel registering
Roderic Morris
1
-6
/
+0
2008-06-25
handle topic changing and guild events
Roderic Morris
1
-9
/
+16
2008-06-10
update chat packet defs, get rid of unused functions
Roderic Morris
1
-22
/
+0
2008-06-03
stop storing channels in the db, send channel announcements
Roderic Morris
1
-2
/
+2
2008-04-22
Added more support for parties
David Athay
1
-3
/
+24
2008-04-17
Added basic party support
David Athay
1
-1
/
+7
2008-04-16
Added handling creating and leaving
David Athay
1
-3
/
+57
2008-04-03
Fixed accepting guild invites, and added updating the guild member list when ...
David Athay
1
-0
/
+6
2008-03-06
Fixed telling clients what guilds they are in after they reconnect
David Athay
1
-8
/
+17
2008-02-28
Work in Progress commit of guilds.
David Athay
1
-14
/
+34
2007-09-22
Cleaned both configuration and resource managers.
Guillaume Melquiond
1
-0
/
+1
2007-09-16
Cleaned game-server handler a bit before adding statistics.
Guillaume Melquiond
1
-0
/
+1
2007-08-27
Added support for user commands. Implemented "warp" and "item".
Guillaume Melquiond
1
-2
/
+1
2007-08-17
Used TokenCollector to manage cookies in ChatHandler.
Guillaume Melquiond
1
-21
/
+35
2007-07-25
Removed a host of unnecessary methods from ChatChannelManager.
Bjørn Lindeijer
1
-6
/
+27
2007-07-20
Separated ChatClient class from chathandler.cpp, cleaned up handling of
Bjørn Lindeijer
1
-20
/
+46
2007-07-17
Some more cleanup of chat handler related code.
Bjørn Lindeijer
1
-9
/
+15
2007-06-26
Merged guilds-and-parties branch to trunk
David Athay
1
-7
/
+36
2007-01-06
Removed world timer usage from account server, instead letting ENet wait during
Bjørn Lindeijer
1
-5
/
+19
2006-12-29
Physically split the server into one tmwserv-acount program (account +
Guillaume Melquiond
1
-0
/
+99