Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
- Rehash notices
- Modes in CAPAB
- GetTargetAndAction() not being static in m_callerid
- Loading custom configuration files using --config. (@SaberUK)
- ServerConfig::Read not using std::endl. (@SaberUK)
- Out of date comments in opers.conf.example, issue #624
|
|
automatically
|
|
|
|
and on rehash
This eliminates the need for calling OnRehash() in init()
|
|
|
|
Also, make all paths in the config relative to their associated
directory. This reverts a change in 2.0 which turned out to be a
terrible idea, especially for system-wide installations.
|
|
|