aboutsummaryrefslogtreecommitdiff
path: root/src/fileutils.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove whitespace and minor style changesGravatar Attila Molnar2014-01-231-1/+1
|
* Fix FileReader not working with files specified in <files>Gravatar Attila Molnar2013-12-181-2/+2
|
* Move stuff around a bit:Gravatar Peter Powell2013-12-151-0/+102
- Create FileSystem class: * Move ServerConfig::CleanFilename to FileSystem::GetFileName and rewrite. * Move ServerConfig::ExpandPath to FileSystem. * Move ServerConfig::FileExists to FileSystem. * Move ServerConfig::StartsWithWindowsDriveLetter to FileSystem. - Move FileReader to fileutils.cpp and fix documentation. - Move UserManager::DoBackgroundUserStuff to usermanager.cpp.