Age | Commit message (Expand) | Author |
2017-05-19 | Remove some dead code from m_md5. | Peter Powell |
2017-05-17 | m_override: fix parentheses compiler warning | Adam |
2017-05-17 | Merge pull request #1094 from SISheogorath/insp20+fixed-Override | Adam |
2017-05-17 | Merge pull request #1328 from Adam-/insp20+sakick | Adam |
2017-05-17 | Merge pull request #1284 from Adam-/insp20+preregcloak | Adam |
2017-05-17 | m_cloaking: don't apply cloak to already cloaked users during registration | Adam |
2017-05-17 | Merge pull request #1321 from SaberUK/insp20+permwarn | Attila Molnar |
2017-05-17 | Merge pull request #1269 from Adam-/insp20+saslhost | Attila Molnar |
2017-05-11 | m_sakick: remove unused "Unable to kick" notice | Adam |
2017-04-27 | Penalise clients that use WEBIRC incorrectly. | Peter Powell |
2017-04-27 | Fix WEBIRC not rejecting invalid IP addresses. | Peter Powell |
2017-04-24 | Warn when a user configures a permanent channel without +P. | Peter Powell |
2017-04-14 | Automatically apply +P to all permanent channels. | Peter Powell |
2017-03-20 | m_ldapauth: use username provided in PASS if available | Adam |
2017-03-20 | m_ldapauth: fix providing username in PASS | Adam |
2017-03-20 | Move the OnCheckExemption hook out of the core. | Peter Powell |
2017-03-05 | Merge pull request #1266 from Adam-/insp20+cloakip | Attila Molnar |
2017-02-26 | m_sasl: use host/ip from m_cgiirc if applicable | Adam |
2017-01-11 | m_dnsbl: check returned results are in 127.0.0.0/8 | Adam |
2016-12-30 | Clean up User::FormatModes(), rename to GetModeLetters() | Attila Molnar |
2016-12-30 | Deduplicate nickname overruling code | Attila Molnar |
2016-12-30 | Penalize commands that had 0 penalty | Attila Molnar |
2016-12-22 | Always append the SSL fingerprint even if EXTERNAL is not used. | Peter Powell |
2016-12-19 | m_sasl: send host/ip info | Adam |
2016-12-10 | fix channel rank issue | Sheogorath |
2016-12-08 | Store config values in a map instead of a unique vector of pairs. | Peter Powell |
2016-12-07 | Fix SpanningTreeProtocolInterface::SendChannelPrivmsg() and SendChannelNotice... | genius3000 |
2016-11-23 | Fix LibreSSL not having a shim for the OpenSSL 1.1 BIO API. | Peter Powell |
2016-11-16 | Rework the example services aliases. | Peter Powell |
2016-11-13 | m_cloaking: fix host/ip comparisons #1249 | Adam |
2016-11-01 | Merge pull request #1238 from SaberUK/master+openssl | Attila Molnar |
2016-11-01 | Merge pull request #1185 from SaberUK/master+lockserv | Attila Molnar |
2016-11-01 | Merge pull request #1184 from SaberUK/master+flood | Attila Molnar |
2016-10-25 | Fix OpenSSL build errors caused by BIO/BIO_METHOD now being opaque. | Peter Powell |
2016-10-09 | m_httpd_stats: Also sanitize other server gecos | Anatole Denis |
2016-09-16 | Add CentOS PackageInfo | Adam |
2016-09-16 | Make the duration of nickflood and joinflood configurable. | Peter Powell |
2016-09-16 | Allow the reason for locking to be specified in m_lockserv. | Peter Powell |
2016-09-16 | Merge pull request #1222 from SaberUK/master+warnings | Attila Molnar |
2016-09-16 | Merge pull request #1219 from SaberUK/master+directive | Attila Molnar |
2016-09-16 | Merge pull request #1176 from SaberUK/master+format | Attila Molnar |
2016-09-16 | Rewrite the build system directive parser. | Peter Powell |
2016-09-15 | Fix m_ldap warning about OpenLDAP being deprecated on OS X. | Peter Powell |
2016-09-15 | Fix m_geoip warning about the use of C++11 features. | Peter Powell |
2016-09-12 | m_shun Add support for shunning CIDR masks | Attila Molnar |
2016-09-12 | Change type of log messages to MODNAME in several modules | Attila Molnar |
2016-09-09 | Replace snprintf usage with InspIRCd::Format. | Peter Powell |
2016-09-05 | m_sasl: really abort sasl session on register | Adam |
2016-09-03 | m_sasl: don't allow AUTHENTICATE with mechanisms with a space | Adam |
2016-09-02 | Bump version to 3.0 in comments and messages | Attila Molnar |