summaryrefslogtreecommitdiff
path: root/src/utils/stringfilter.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-01-09Replaced 'unsigned int' with 'unsigned'Thorbjørn Lindeijer1-2/+2
2011-03-17Micro-optimizations related to std::stringThorbjørn Lindeijer1-5/+5
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira1-1/+1
2010-05-16Random cleanups, adding const, removing unnecessary clear callsThorbjørn Lindeijer1-6/+4
2010-02-07Update Copyright date for Manaserv.Bertram1-1/+1
2009-12-06Fixed name of the project in copyright headersThorbjørn Lindeijer1-13/+13
2009-10-09Synced the protocol file with client in protocol.h, letting other defines in ...Bertram1-1/+0
2009-10-03Limit login attempt frequency based on IP addressThorbjørn Lindeijer1-1/+1
2009-03-10Fixes for some compile warningsBjørn Lindeijer1-3/+5
2009-02-24Made a lot of hard-coded values configuration optionsPhilipp Sehmisch1-2/+2
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2007-10-27Made it compile with GCC 4.3Guillaume Melquiond1-0/+2
2007-09-22Cleaned both configuration and resource managers.Guillaume Melquiond1-9/+7
2007-03-23Mostly fixed some compilation issues.Bjørn Lindeijer1-1/+1
2007-03-14Corrected formatting of single-line commentsRogier Polak1-1/+1
2007-01-05Simplified handling of verbosity levels. Optimized code by generating only ne...Guillaume Melquiond1-2/+1
2006-07-27First step toward a restructured class hierarchy for world actors: addGuillaume Melquiond1-3/+0
2006-05-20Changed ConnectionHandler and NetComputer into low-level base classes; Guillaume Melquiond1-2/+2
2006-03-06A bunch of cleanups.Björn Steinbrink1-72/+46
2006-03-06Cleaned up unnecessary header dependencies and fixed some indentations.Björn Steinbrink1-1/+4
2006-01-24Chat Channeling Commit part 4. Renamed the slang filter into StringFilter and...Yohann Ferreira1-0/+155