| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix a bunch more conflicting/unnamed numerics. | 2018-08-14 | 1 | -2/+2 | |
| | | |||||
| * | Switch m_dnsbl to use its own snomask character. | 2018-08-07 | 1 | -7/+12 | |
| | | |||||
| * | Make more config stuff case insensitive. | 2018-07-24 | 1 | -1/+1 | |
| | | |||||
| * | Initial support for listening on UNIX socket endpoints. | 2018-07-18 | 1 | -0/+4 | |
| | | |||||
| * | Add the family() member to the sockaddrs union. | 2018-07-18 | 1 | -2/+2 | |
| | | |||||
| * | Add ConfigTag::getUInt for reading unsigned config values. | 2018-04-16 | 1 | -1/+1 | |
| | | |||||
| * | Convert ConfigTag::getDuration to return an unsigned long. | 2018-04-16 | 1 | -1/+1 | |
| | | |||||
| * | Change some usage of "gecos" to "real name" | 2018-04-11 | 1 | -1/+1 | |
| | | | | | | | Within the example configs, helpops, some server sent messages, and simple code comments: change the primary usage of "gecos" to "real name" (or "realname" where fitting). | ||||
| * | Move OnStats from the core to a cross-module event. | 2018-04-08 | 1 | -2/+4 | |
| | | | | | | Some core code still exists in the XLine system but this will be replaced when the XLine system is replaced later. | ||||
| * | Fix a ton of -Wsign-conversion warnings. | 2017-11-17 | 1 | -2/+2 | |
| | | |||||
| * | Purge code for Windows XP and MSVC pre-2015. | 2017-08-06 | 1 | -1/+1 | |
| | | |||||
| * | Merge pull request #677 from Robby-/master-dnsblzline | 2017-07-12 | 1 | -1/+1 | |
| |\ | | | | | [master] m_dnsbl: Correct the address in the Z-line snomask message. | ||||
| | * | m_dnsbl: Correct the address in the Z-line snomask message. | 2014-06-23 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge v2.0.23 and v2.0.24 into master. | 2017-07-09 | 1 | -0/+8 | |
| |\ \ | |||||
| | * | | m_dnsbl: check returned results are in 127.0.0.0/8 | 2017-01-11 | 1 | -2/+7 | |
| | | | | |||||
| * | | | m_dnsbl Use FindAnswerOfType | 2016-09-02 | 1 | -2/+4 | |
| | | | | |||||
| * | | | Introduce Stats::Context, pass it to the OnStats hook and switch all code to it | 2016-02-25 | 1 | -5/+5 | |
| | | | | |||||
| * | | | Convert WriteNumeric() calls to pass the parameters of the numeric as method ↵ | 2016-02-25 | 1 | -2/+2 | |
| | | | | | | | | | | | | | parameters | ||||
| * | | | Add ipv6 dnsbl support | 2015-04-07 | 1 | -7/+26 | |
| | | | | |||||
| * | | | Specify which Extensible subclass an ExtensionItem is valid for | 2015-01-18 | 1 | -1/+6 | |
| | |/ |/| | |||||
| * | | Omit the server name internally when building a /STATS reply and prepend it ↵ | 2014-01-25 | 1 | -3/+3 | |
| | | | | | | | | | later | ||||
| * | | Merge insp20 | 2014-01-21 | 1 | -0/+9 | |
| |\| | |||||
| | * | m_dnsbl Don't send snotice when the {G|K|Z}line already exists | 2014-01-20 | 1 | -0/+9 | |
| | | | | | | | | | Fixes issue #717 reported by @Robby- | ||||
| * | | Clean up CoreException | 2013-12-18 | 1 | -1/+1 | |
| | | | | | | | | | | | - Remove default constructor - Replace virtual functions returning C strings with functions returning const std::string refs | ||||
| * | | Make various self contained methods static. | 2013-12-15 | 1 | -3/+3 | |
| | | | | | | | | | | | - InspIRCd::IsValidMask - InspIRCd::TimeString | ||||
| * | | Use WriteNumeric() everywhere we send numerics and include the user's nick ↵ | 2013-11-12 | 1 | -2/+2 | |
| | | | | | | | | | automatically | ||||
| * | | Automatically register ServiceProviders created by modules | 2013-09-08 | 1 | -6/+0 | |
| | | | |||||
| * | | Replace OnRehash() with ReadConfig() that is called on boot, on module load ↵ | 2013-08-30 | 1 | -7/+1 | |
| | | | | | | | | | | | | | and on rehash This eliminates the need for calling OnRehash() in init() | ||||
| * | | Merge insp20 | 2013-08-30 | 1 | -25/+7 | |
| |\| | |||||
| | * | m_dnsbl Fix possible use-after-free after a rehash | 2013-08-21 | 1 | -25/+7 | |
| | | | |||||
| * | | Add ConfigTag::getDuration() with optional bounds checking | 2013-08-12 | 1 | -6/+1 | |
| | | | |||||
| * | | Accept std::string as parameter in User::ChangeHost(), ChangeIdent() and ↵ | 2013-08-09 | 1 | -2/+2 | |
| | | | | | | | | | | | | | ChangeName() Pass the string itself to IsIdent() instead of string.c_str() | ||||
| * | | Issue #604, fix m_dnsbl, broken in accccc212cd4f08a3c5532b1ae7a17e76bac8718 | 2013-08-06 | 1 | -5/+5 | |
| | | | |||||
| * | | Automatically attach modules to events | 2013-08-04 | 1 | -2/+0 | |
| | | | |||||
| * | | Change modules to use the MODNAME constant when logging. | 2013-08-04 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | The majority of modules were logging with their module name as the log type. There was a few places which were logging to a non-name type but, with the exception of CONFIG, those messages are so uncommon that it doesn't make sense to use a seperate type for them. | ||||
| * | | Remove $Core and $Mod* comments apart from $ModDep. | 2013-07-04 | 1 | -2/+0 | |
| | | | |||||
| * | | Tidy up keywords on module methods. | 2013-05-15 | 1 | -10/+10 | |
| | | | | | | | | | | | - Remove virtual keyword from a ton of methods which don't need it. - Add override keyword to a ton of methods which do need it. | ||||
| * | | Replace some C-isms with C++-isms. | 2013-05-15 | 1 | -5/+1 | |
| | | | | | | | | | | | | | * 'const char*' to 'const std::string&'. * snprintf to std::string concatenation. * Replace duplicated OneOfMatches with InspIRCd::MatchMask. | ||||
| * | | Modularize DNS | 2013-04-26 | 1 | -126/+134 | |
| | | | | | | | | | | | | | The DNS modules are temporarily in commands/ so they're loaded automatically Thanks to Attila for helping with much of this. | ||||
| * | | Add LOG_ prefix to the log level enum values. | 2013-04-12 | 1 | -1/+1 | |
| | | | |||||
| * | | Convert InspIRCd::Duration() to be static | 2013-04-03 | 1 | -1/+1 | |
| | | | |||||
| * | | Whitespace and empty destructor removal, minor coding style changes | 2013-04-01 | 1 | -5/+0 | |
| | | | |||||
| * | | Change User::GetIPString() to return const std::string& | 2013-04-01 | 1 | -4/+4 | |
| |/ | |||||
| * | m_dnsbl Fix connecting users timeouting when a dnsbl result is in the dns cache | 2013-03-11 | 1 | -1/+4 | |
| | | | | | Fixes #431 reported by @killerrabbit | ||||
| * | Dynamically determine the size of the eventlist[] passed to Attach() | 2012-12-02 | 1 | -1/+1 | |
| | | | | | m_sqlauth was attached to I_OnUserDisconnect but didn't provide a handler for it, remove | ||||
| * | m_dnsbl Add usednsbl option to connect classes | 2012-11-29 | 1 | -4/+9 | |
| | | | | | Don't touch users in classes where it's off | ||||
| * | ServerConfig::ServerName is a std::string, don't call .c_str() on it when ↵ | 2012-11-19 | 1 | -3/+3 | |
| | | | | | passing it to Channel::WriteChannelWithServ, etc. | ||||
| * | Fix broken build | 2012-10-12 | 1 | -0/+1 | |
| | | |||||
| * | m_cgiirc, m_dnsbl Remove unnecessary includes | 2012-10-12 | 1 | -8/+0 | |
| | | |||||
| * | Remove superfluous std::string()s | 2012-10-12 | 1 | -1/+1 | |
| | | |||||
