aboutsummaryrefslogtreecommitdiff
path: root/include/fileutils.h
Commit message (Expand)AuthorAgeFilesLines
* Abolish the infernal space before accessibility keywords.Gravatar Sadie Powell2022-01-251-1/+1
* Move FilePosition to be with the config stuff it is used by.Gravatar Sadie Powell2022-01-181-24/+0
* Replace uses of the FileSystem class with std::filesystem.Gravatar Sadie Powell2022-01-151-33/+0
* Add the final keyword to all remaining classes that can have it.Gravatar Sadie Powell2021-12-201-3/+3
* Added -Wshorten-64-to-32 and fixed all warnings.Gravatar Dominic Hamon2021-05-301-3/+3
* Fix a ton of pedantic compiler warnings.Gravatar Sadie Powell2021-04-041-3/+3
* Fix inconsistencies with FilePosition and column counting.Gravatar Sadie Powell2020-11-031-1/+1
* Move FilePosition to fileutils.h and use in ConfigTag.Gravatar Sadie Powell2020-11-031-0/+24
* Clean up a bunch of contructors and destructors.Gravatar Sadie Powell2020-11-011-1/+1
* Replace FileSystem::GetFileList with std::filesystem.Gravatar Sadie Powell2020-05-191-8/+0
* Use C++11 inline initialisation for class members.Gravatar Sadie Powell2020-02-061-2/+2
* Update copyright headers.Gravatar InspIRCd Robot2020-01-111-1/+2
* Update my name and email address.Gravatar Sadie Powell2019-12-311-1/+1
* Deduplicate dirent.h inclusion.Gravatar Peter Powell2019-06-201-4/+0
* Add a method for getting a list of files in a directory.Gravatar Peter Powell2019-06-101-0/+12
* Remove unneeded classbase inheritance from FileReaderGravatar Attila Molnar2014-01-231-1/+1
* Move stuff around a bit:•••- 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. Gravatar Peter Powell2013-12-151-0/+87