aboutsummaryrefslogtreecommitdiff
path: root/src/fileutils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added -Wshorten-64-to-32 and fixed all warnings.Gravatar Dominic Hamon2021-05-301-1/+1
* Switch simple iterator loops to use range-based for loops.Gravatar Sadie Powell2021-04-071-2/+2
* Move FilePosition to fileutils.h and use in ConfigTag.Gravatar Sadie Powell2020-11-031-0/+12
* Merge branch 'insp3' into master.Gravatar Sadie Powell2020-08-251-1/+1
|\
| * Update copyright headers.Gravatar InspIRCd Robot2020-07-301-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-05-191-0/+8
|\|
| * Fix an inverted if statement in fileutils.Gravatar Sadie Powell2020-05-191-1/+1
| * Implement support for expanding ~ to the home directory.Gravatar Sadie Powell2020-05-161-0/+8
* | Replace FileSystem::GetFileList with std::filesystem.Gravatar Sadie Powell2020-05-191-34/+0
* | In C++11 [io]fstream has std::string constructors; use them.Gravatar Sadie Powell2020-02-061-4/+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-0/+4
* Add a method for getting a list of files in a directory.Gravatar Peter Powell2019-06-101-0/+34
* 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:•••- 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/+102