]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Move stuff around a bit:
authorPeter Powell <petpow@saberuk.com>
Sat, 5 Oct 2013 03:55:11 +0000 (04:55 +0100)
committerPeter Powell <petpow@saberuk.com>
Sun, 15 Dec 2013 06:46:35 +0000 (06:46 +0000)
commit02830985a18950497003f3392cf8d6cc30c15c50
tree77fb47c2a9274221bcaba0cd82d6c08daf207878
parent357d190074ee58809b31ea0c08543566168bddf6
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.
13 files changed:
include/configreader.h
include/fileutils.h [new file with mode: 0644]
include/inspircd.h
include/modules.h
src/commands/cmd_rehash.cpp
src/configreader.cpp
src/fileutils.cpp [new file with mode: 0644]
src/inspircd.cpp
src/modmanager_dynamic.cpp
src/modules.cpp
src/modules/m_xline_db.cpp
src/usermanager.cpp
src/userprocess.cpp [deleted file]