| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fix exceptions not having a line ending when appending to errmsg. | 2017-07-30 | 1 | -1/+1 | ||
| * | Store config values in a map instead of a unique vector of pairs. | 2016-12-08 | 1 | -3/+3 | ||
| * | Allow classes to take a port range. | 2016-10-25 | 1 | -0/+8 | ||
| * | Bump version to 3.0 in comments and messages | 2016-09-02 | 1 | -5/+5 | ||
| * | Add stdalgo::string::equalsci and use it instead of irc::string for case-inse... | 2016-08-22 | 1 | -2/+2 | ||
| * | Merge insp20 | 2016-08-17 | 1 | -1/+2 | ||
| |\ | ||||||
| | * | Don't exit on rehash if the pid file cannot be written | 2016-06-17 | 1 | -1/+1 | ||
| | * | Don't show snotices for kills from ulined clients | 2016-02-25 | 1 | -0/+1 | ||
| * | | Send NOTICEs that can go to both local and remote users with User::WriteRemot... | 2016-03-01 | 1 | -3/+2 | ||
| * | | Remove unnecessary std::string::c_str() calls | 2016-02-25 | 1 | -1/+1 | ||
| * | | Convert WriteNumeric() calls to pass the parameters of the numeric as method ... | 2016-02-25 | 1 | -4/+4 | ||
| * | | Fix some whitespace issues | 2015-12-28 | 1 | -3/+3 | ||
| * | | Remove <options:ircumsgprefix> entirely | 2015-12-06 | 1 | -2/+1 | ||
| * | | Move ServerConfig::InvBypassModes into core_channel | 2015-11-02 | 1 | -2/+1 | ||
| * | | Expand module names in ServerConfig::ApplyModules() | 2015-06-04 | 1 | -0/+1 | ||
| * | | Merge insp20 | 2015-04-20 | 1 | -1/+3 | ||
| |\| | ||||||
| | * | Rebuild clone counts on rehash | 2015-03-21 | 1 | -0/+1 | ||
| | * | Don't bind ports after an unsuccessful rehash | 2015-01-19 | 1 | -1/+1 | ||
| | * | Fix harmless uninitialized variable usage on startup if the config is incorrect | 2015-01-12 | 1 | -0/+1 | ||
| * | | Pass the empty tag to Limits when constructing a ServerConfig, remove default... | 2014-12-09 | 1 | -0/+1 | ||
| * | | Add ServerLimits constructor that reads limits from a ConfigTag and use it | 2014-12-09 | 1 | -11/+16 | ||
| * | | Initialize ServerConfig::EmptyTag using the init list | 2014-12-09 | 1 | -3/+7 | ||
| * | | Merge insp20 | 2014-10-27 | 1 | -1/+9 | ||
| |\| | ||||||
| | * | Avoid calling methods on NULL pointers wherever possible.•••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. | 2014-10-13 | 1 | -1/+9 | ||
| * | | Remove listmode hiding support from the core•••This is now handled by m_hidelist | 2014-09-10 | 1 | -5/+0 | ||
| * | | Update the description field in the Server object representing the local serv... | 2014-06-17 | 1 | -0/+3 | ||
| * | | Change allocation of InspIRCd::Parser to be physically part of the object con... | 2014-06-13 | 1 | -2/+2 | ||
| * | | Add CommandParser::GetCommands() and typedef CommandMap and use it instead of... | 2014-06-13 | 1 | -1/+2 | ||
| * | | Use CommandParser::GetHandler() in ServerConfig::ApplyDisabledCommands() | 2014-06-13 | 1 | -5/+3 | ||
| * | | Change the number reported by SocketEngine::GetMaxFds() to be informal•••Do not exit if we can't determine it | 2014-06-07 | 1 | -2/+1 | ||
| * | | Switch to std::string::compare() from substr() in a couple of places | 2014-05-26 | 1 | -1/+1 | ||
| * | | Prefix all definitions in config.h to avoid potential collisions. | 2014-05-23 | 1 | -4/+4 | ||
| * | | Kill <channels> in favour of <connect:maxchans> and <oper:maxchans>.•••Remove channels/high-join-limit privilege | 2014-04-11 | 1 | -1/+1 | ||
| * | | Merge insp20 | 2014-04-07 | 1 | -0/+3 | ||
| |\| | ||||||
| | * | Fix NULL dereference on rehash when there is a fatal error in the configurati...•••Fixes issue #780 reported by @JDowny | 2014-03-01 | 1 | -0/+3 | ||
| * | | Make the maximum hostname length configurable in the config. | 2014-03-08 | 1 | -0/+1 | ||
| * | | Move admin settings into core_info | 2014-03-07 | 1 | -3/+0 | ||
| * | | Move {prefix|suffix|fixed}{quit|part} into core_user | 2014-03-07 | 1 | -6/+0 | ||
| * | | Read the die and restart password and their hash type on demand | 2014-03-07 | 1 | -3/+0 | ||
| * | | Load core_*.so instead of cmd_*.so | 2014-03-05 | 1 | -1/+1 | ||
| * | | Change all socketengine methods to be static | 2014-02-08 | 1 | -2/+2 | ||
| * | | Change SocketEngine functions that do not require an instance to be static | 2014-02-08 | 1 | -1/+1 | ||
| * | | Add m_starttls and remove it from m_ssl_gnutls, which allows it to work with ... | 2014-01-21 | 1 | -0/+1 | ||
| * | | Read uline state in spanningtree; remove ConfigReader::ulines | 2014-01-08 | 1 | -13/+0 | ||
| * | | Add m_showfile, remove cmd_rules | 2013-12-18 | 1 | -4/+0 | ||
| * | | 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 | -33/+0 | ||
| * | | Fix a few issues•••- 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 | 2013-11-21 | 1 | -1/+1 | ||
| * | | Use WriteNumeric() everywhere we send numerics and include the user's nick au... | 2013-11-12 | 1 | -4/+4 | ||
| * | | Remove ModuleManager::GetAllModuleNames(), use GetModules() instead | 2013-08-30 | 1 | -11/+10 | ||
| * | | Replace OnRehash() with ReadConfig() that is called on boot, on module load a...•••This eliminates the need for calling OnRehash() in init() | 2013-08-30 | 1 | -1/+6 | ||
