Age | Commit message (Expand) | Author |
2016-02-25 | Introduce Stats::Context, pass it to the OnStats hook and switch all code to it | Attila Molnar |
2016-02-25 | Convert WriteNumeric() calls to pass the parameters of the numeric as method ... | Attila Molnar |
2015-04-07 | Add ipv6 dnsbl support | Adam |
2015-01-18 | Specify which Extensible subclass an ExtensionItem is valid for | Attila Molnar |
2014-01-25 | Omit the server name internally when building a /STATS reply and prepend it l... | Attila Molnar |
2014-01-21 | Merge insp20 | Attila Molnar |
2014-01-20 | m_dnsbl Don't send snotice when the {G|K|Z}line already exists | Attila Molnar |
2013-12-18 | Clean up CoreException | Attila Molnar |
2013-12-15 | Make various self contained methods static. | Peter Powell |
2013-11-12 | Use WriteNumeric() everywhere we send numerics and include the user's nick au... | Adam |
2013-09-08 | Automatically register ServiceProviders created by modules | attilamolnar |
2013-08-30 | Replace OnRehash() with ReadConfig() that is called on boot, on module load a... | attilamolnar |
2013-08-30 | Merge insp20 | attilamolnar |
2013-08-21 | m_dnsbl Fix possible use-after-free after a rehash | attilamolnar |
2013-08-12 | Add ConfigTag::getDuration() with optional bounds checking | attilamolnar |
2013-08-09 | Accept std::string as parameter in User::ChangeHost(), ChangeIdent() and Chan... | attilamolnar |
2013-08-06 | Issue #604, fix m_dnsbl, broken in accccc212cd4f08a3c5532b1ae7a17e76bac8718 | Adam |
2013-08-04 | Automatically attach modules to events | attilamolnar |
2013-08-04 | Change modules to use the MODNAME constant when logging. | Peter Powell |
2013-07-04 | Remove $Core and $Mod* comments apart from $ModDep. | Peter Powell |
2013-05-15 | Tidy up keywords on module methods. | Peter Powell |
2013-05-15 | Replace some C-isms with C++-isms. | Peter Powell |
2013-04-26 | Modularize DNS | Adam |
2013-04-12 | Add LOG_ prefix to the log level enum values. | Peter Powell |
2013-04-03 | Convert InspIRCd::Duration() to be static | attilamolnar |
2013-04-01 | Whitespace and empty destructor removal, minor coding style changes | attilamolnar |
2013-04-01 | Change User::GetIPString() to return const std::string& | attilamolnar |
2013-03-11 | m_dnsbl Fix connecting users timeouting when a dnsbl result is in the dns cache | attilamolnar |
2012-12-02 | Dynamically determine the size of the eventlist[] passed to Attach() | attilamolnar |
2012-11-29 | m_dnsbl Add usednsbl option to connect classes | attilamolnar |
2012-11-19 | ServerConfig::ServerName is a std::string, don't call .c_str() on it when pas... | attilamolnar |
2012-10-12 | Fix broken build | attilamolnar |
2012-10-12 | m_cgiirc, m_dnsbl Remove unnecessary includes | attilamolnar |
2012-10-12 | Remove superfluous std::string()s | attilamolnar |
2012-09-30 | Fix more undefined behavior caused by referencing the returned buffer by std:... | attilamolnar |
2012-09-13 | m_dnsbl Display <unknown> as the user's nick when annoucing the dnsbl result ... | attilamolnar |
2012-09-13 | m_dnsbl Switch to OnUserSetIP hook | attilamolnar |
2012-07-01 | Revert "m_dnsbl: switch to OnSetClientIP hook which may be refired." | Robin Burchell |
2012-06-12 | m_dnsbl: switch to OnSetClientIP hook which may be refired. | William Pitcock |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-03-31 | Remove unneeded inet_aton call | Daniel De Graaf |
2010-03-31 | Allow E:lines to make users exempt from DNSBL checks | Daniel De Graaf |
2010-02-16 | Incrementing the counter in a loop is useful to prevent it being an infinite ... | danieldg |
2010-02-14 | m_dnsbl updates | danieldg |
2010-02-12 | Remove possible references to deleted User objects due to DNS lookups | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-11-06 | Move StreamSocket inheritance off of User | danieldg |
2009-10-21 | Change module API to use LocalUser* where correct | danieldg |
2009-10-18 | Remove VF_SERVICEPROVIDER, prevent heap allocation of ConfigReader | danieldg |
2009-10-17 | Remove dummy API_VERSION from Version constructor | danieldg |