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
/
utils
/
stringfilter.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-19
Apply C++11 fixits
Thorbjørn Lindeijer
1
-2
/
+2
2013-01-09
Replaced 'unsigned int' with 'unsigned'
Thorbjørn Lindeijer
1
-2
/
+2
2011-03-17
Micro-optimizations related to std::string
Thorbjørn Lindeijer
1
-5
/
+5
2010-11-14
Renamed .hpp files into .h for consistency.
Yohann Ferreira
1
-1
/
+1
2010-05-16
Random cleanups, adding const, removing unnecessary clear calls
Thorbjørn Lindeijer
1
-6
/
+4
2010-02-07
Update Copyright date for Manaserv.
Bertram
1
-1
/
+1
2009-12-06
Fixed name of the project in copyright headers
Thorbjørn Lindeijer
1
-13
/
+13
2009-10-09
Synced the protocol file with client in protocol.h, letting other defines in ...
Bertram
1
-1
/
+0
2009-10-03
Limit login attempt frequency based on IP address
Thorbjørn Lindeijer
1
-1
/
+1
2009-03-10
Fixes for some compile warnings
Bjørn Lindeijer
1
-3
/
+5
2009-02-24
Made a lot of hard-coded values configuration options
Philipp Sehmisch
1
-2
/
+2
2008-11-16
Got rid of CVS/Subversion $Id$ markers
Bjørn Lindeijer
1
-2
/
+0
2007-10-27
Made it compile with GCC 4.3
Guillaume Melquiond
1
-0
/
+2
2007-09-22
Cleaned both configuration and resource managers.
Guillaume Melquiond
1
-9
/
+7
2007-03-23
Mostly fixed some compilation issues.
Bjørn Lindeijer
1
-1
/
+1
2007-03-14
Corrected formatting of single-line comments
Rogier Polak
1
-1
/
+1
2007-01-05
Simplified handling of verbosity levels. Optimized code by generating only ne...
Guillaume Melquiond
1
-2
/
+1
2006-07-27
First step toward a restructured class hierarchy for world actors: add
Guillaume Melquiond
1
-3
/
+0
2006-05-20
Changed ConnectionHandler and NetComputer into low-level base classes;
Guillaume Melquiond
1
-2
/
+2
2006-03-06
A bunch of cleanups.
Björn Steinbrink
1
-72
/
+46
2006-03-06
Cleaned up unnecessary header dependencies and fixed some indentations.
Björn Steinbrink
1
-1
/
+4
2006-01-24
Chat Channeling Commit part 4. Renamed the slang filter into StringFilter and...
Yohann Ferreira
1
-0
/
+155