Age | Commit message (Collapse) | Author |
|
This is used to directly read the settings from the config tag like
how ServerLimits works.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
case-insensitive comparison
|
|
|
|
|
|
User::WriteRemoteNotice()
|
|
|
|
parameters
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
default ServerLimits constructor
|
|
|
|
|
|
|
|
The trick we use to allow this is undefined behaviour and is not
liked by LLVM. We should stop using it but it has the potential to
break to many things for a minor release.
|
|
This is now handled by m_hidelist
|
|
server on rehash
|
|
containing it
|
|
of directly accessing cmdlist
|
|
|
|
Do not exit if we can't determine it
|
|
|
|
|
|
Remove channels/high-join-limit privilege
|
|
|
|
|
|
|
|
|
|
|
|
|
|
configuration of connect classes
Fixes issue #780 reported by @JDowny
|
|
|
|
|
|
both openssl and gnutls
|
|
|
|
|
|
- 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.
|