| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -1/+1 | |
| * | Move FilePosition to be with the config stuff it is used by. | 2022-01-18 | 1 | -24/+0 | |
| * | Replace uses of the FileSystem class with std::filesystem. | 2022-01-15 | 1 | -33/+0 | |
| * | Add the final keyword to all remaining classes that can have it. | 2021-12-20 | 1 | -3/+3 | |
| * | Added -Wshorten-64-to-32 and fixed all warnings. | 2021-05-30 | 1 | -3/+3 | |
| * | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 1 | -3/+3 | |
| * | Fix inconsistencies with FilePosition and column counting. | 2020-11-03 | 1 | -1/+1 | |
| * | Move FilePosition to fileutils.h and use in ConfigTag. | 2020-11-03 | 1 | -0/+24 | |
| * | Clean up a bunch of contructors and destructors. | 2020-11-01 | 1 | -1/+1 | |
| * | Replace FileSystem::GetFileList with std::filesystem. | 2020-05-19 | 1 | -8/+0 | |
| * | Use C++11 inline initialisation for class members. | 2020-02-06 | 1 | -2/+2 | |
| * | Update copyright headers. | 2020-01-11 | 1 | -1/+2 | |
| * | Update my name and email address. | 2019-12-31 | 1 | -1/+1 | |
| * | Deduplicate dirent.h inclusion. | 2019-06-20 | 1 | -4/+0 | |
| * | Add a method for getting a list of files in a directory. | 2019-06-10 | 1 | -0/+12 | |
| * | Remove unneeded classbase inheritance from FileReader | 2014-01-23 | 1 | -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. | 2013-12-15 | 1 | -0/+87 |
