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
/
chatchannelmanager.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-20
Moved defines.h and manaserv_protocol.h into 'common'
Thorbjørn Lindeijer
1
-1
/
+1
2011-03-17
Micro-optimizations related to std::string
Thorbjørn Lindeijer
1
-7
/
+6
2011-01-03
Added missing using namespace clauses. Cmake's fault, I guess. ;)
Yohann Ferreira
1
-0
/
+2
2010-12-29
protocol.h -> manaserv_protocol.h to avoid conflicts with mysql files.
Yohann Ferreira
1
-1
/
+1
2010-11-14
Renamed .hpp files into .h for consistency.
Yohann Ferreira
1
-6
/
+6
2010-10-17
Synchronise defaults between configuration file and source.
Freeyorp
1
-1
/
+1
2010-06-06
More const correctness and small code cleanups
Thorbjørn Lindeijer
1
-7
/
+12
2010-02-07
Update Copyright date for Manaserv.
Bertram
1
-1
/
+1
2009-12-06
Renamed DALStorage to Storage
Thorbjørn Lindeijer
1
-1
/
+1
2009-12-06
Fixed name of the project in copyright headers
Thorbjørn Lindeijer
1
-7
/
+6
2009-10-09
Synced the protocol file with client in protocol.h, letting other defines in ...
Bertram
1
-1
/
+1
2009-05-24
Fixed a few code style issues
Bjørn Lindeijer
1
-12
/
+14
2009-04-26
Standardize on the position of the const keyword
Bjørn Lindeijer
1
-1
/
+1
2009-02-24
Made a lot of hard-coded values configuration options
Philipp Sehmisch
1
-2
/
+4
2008-11-16
Got rid of CVS/Subversion $Id$ markers
Bjørn Lindeijer
1
-2
/
+0
2008-07-07
get rid of channel registering
Roderic Morris
1
-0
/
+30
2008-06-25
handle topic changing and guild events
Roderic Morris
1
-2
/
+14
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
1
-3
/
+0
2008-05-14
Added channel registration check to ensure that channel name is not in use
David Athay
1
-0
/
+5
2008-04-18
Fixed guilds not being removed when leader quits.
David Athay
1
-2
/
+3
2008-04-16
Added handling creating and leaving
David Athay
1
-1
/
+1
2008-04-01
Consolidated public and private channels into one,
David Athay
1
-49
/
+39
2008-02-28
Work in Progress commit of guilds.
David Athay
1
-12
/
+4
2007-09-23
Added comments about weak algorithm for channel creation.
Guillaume Melquiond
1
-0
/
+4
2007-08-30
Got rid of abstract storage and reference-counted pointers. Fixed lifetime of...
Guillaume Melquiond
1
-6
/
+5
2007-07-28
Replaced user names by client pointers when handling channels, in order to re...
Guillaume Melquiond
1
-20
/
+21
2007-07-25
Removed a host of unnecessary methods from ChatChannelManager.
Bjørn Lindeijer
1
-94
/
+39
2007-07-17
Some more cleanup of chat handler related code.
Bjørn Lindeijer
1
-12
/
+13
2007-07-15
Some cleaning up of the chat channel manager code.
Bjørn Lindeijer
1
-35
/
+42
2007-03-14
Corrected formatting of single-line comments
Rogier Polak
1
-1
/
+1
2007-03-12
Removed some tabs
Rogier Polak
1
-1
/
+1
2007-02-27
Implementation of chat channels by Trapdoor.
Philipp Sehmisch
1
-5
/
+32
2006-12-29
Physically split the server into one tmwserv-acount program (account +
Guillaume Melquiond
1
-0
/
+187