summaryrefslogtreecommitdiff
path: root/src/fileutils.cpp
AgeCommit message (Collapse)Author
2020-07-30Update copyright headers.InspIRCd Robot
2020-05-19Fix an inverted if statement in fileutils.Sadie Powell
2020-05-16Implement support for expanding ~ to the home directory.Sadie Powell
2020-01-11Update copyright headers.InspIRCd Robot
2019-12-31Update my name and email address.Sadie Powell
2019-06-20Deduplicate dirent.h inclusion.Peter Powell
2019-06-10Add a method for getting a list of files in a directory.Peter Powell
2014-01-23Remove whitespace and minor style changesAttila Molnar
2013-12-18Fix FileReader not working with files specified in <files>Attila Molnar
2013-12-15Move stuff around a bit:Peter Powell
- 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.