| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | | fix channel rank issue | 2016-12-10 | 1 | -1/+2 | ||
| | * | | | | | | Merge pull request #1328 from Adam-/insp20+sakick•••m_sakick: remove unused "Unable to kick" notice | 2017-05-17 | 1 | -8/+0 | ||
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | m_sakick: remove unused "Unable to kick" notice•••This has never worked due to the channel lookup using the user's nick | 2017-05-11 | 1 | -8/+0 | ||
| | * | | | | | | | Merge pull request #1284 from Adam-/insp20+preregcloak•••m_cloaking: don't apply cloak to already cloaked users during registration | 2017-05-17 | 1 | -0/+4 | ||
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | m_cloaking: don't apply cloak to already cloaked users during registration•••This can happen if services set a vhost during registration (like with SASL) | 2017-05-17 | 1 | -0/+4 | ||
| | * | | | | | | | | Merge pull request #1321 from SaberUK/insp20+permwarn•••[2.0] Warn when a user configures a permanent channel without +P. | 2017-05-17 | 1 | -0/+6 | ||
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | Warn when a user configures a permanent channel without +P. | 2017-04-24 | 1 | -0/+6 | ||
| | | |/ / / / / / / | ||||||
| | * | | | | | | | | Merge pull request #1269 from Adam-/insp20+saslhost•••m_sasl: send host/ip info | 2017-05-17 | 1 | -0/+53 | ||
| | |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | ||||||
| | | * | | | | | | | m_sasl: use host/ip from m_cgiirc if applicable | 2017-02-26 | 1 | -2/+39 | ||
| | | * | | | | | | | m_sasl: send host/ip info | 2016-12-19 | 1 | -0/+16 | ||
| | * | | | | | | | | Penalise clients that use WEBIRC incorrectly. | 2017-04-27 | 1 | -0/+2 | ||
| | * | | | | | | | | Fix WEBIRC not rejecting invalid IP addresses. | 2017-04-27 | 1 | -0/+8 | ||
| | | |/ / / / / / | |/| | | | | | | ||||||
| | * | | | | | | | m_ldapauth: fix providing username in PASS•••This has never worked because it never prepended attribute= to the search string. It also would prefer matching nick/ident over the user string provided which is inconsistent, since your ability to authenticate using PASS would depend on a ldap entry not existing with your current nick/ident. Instead, use username provided in PASS and then fallback to nick/ident. | 2017-03-20 | 1 | -29/+18 | ||
| | * | | | | | | | Merge pull request #1266 from Adam-/insp20+cloakip•••m_cloaking: fix host/ip comparisons #1249 | 2017-03-05 | 1 | -2/+5 | ||
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | m_cloaking: fix host/ip comparisons #1249 | 2016-11-13 | 1 | -2/+5 | ||
| | * | | | | | | | | m_dnsbl: check returned results are in 127.0.0.0/8 | 2017-01-11 | 1 | -2/+7 | ||
| | | |/ / / / / / | |/| | | | | | | ||||||
| | * | | | | | | | Fix SpanningTreeProtocolInterface::SendChannelPrivmsg() and SendChannelNotice... | 2016-12-07 | 1 | -5/+10 | ||
| | * | | | | | | | m_httpd_stats: Also sanitize other server gecos | 2016-10-09 | 1 | -1/+1 | ||
| | * | | | | | | | m_sasl: really abort sasl session on register | 2016-09-05 | 1 | -4/+2 | ||
| | |/ / / / / / | ||||||
| | * | | | | | | m_sasl: don't allow AUTHENTICATE with mechanisms with a space | 2016-09-03 | 1 | -0/+4 | ||
| * | | | | | | | Merge pull request #1320 from SaberUK/master+autoperm•••Automatically apply +P to all permanent channels. | 2017-07-09 | 1 | -0/+4 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Automatically apply +P to all permanent channels. | 2017-04-14 | 1 | -0/+4 | ||
| | | |_|_|_|_|/ | |/| | | | | | ||||||
| * / | | | | | | Remove some dead code from m_md5.•••This is left over from the old hashing system that allowed you to customise these values. | 2017-05-19 | 1 | -18/+8 | ||
| |/ / / / / / | ||||||
| * | | | | / | m_ldapauth: use username provided in PASS if available | 2017-03-20 | 1 | -1/+14 | ||
| | |_|_|_|/ |/| | | | | ||||||
| * | | | | | Clean up User::FormatModes(), rename to GetModeLetters()•••Prefix the returned string with '+' | 2016-12-30 | 3 | -3/+3 | ||
| * | | | | | Deduplicate nickname overruling code•••Create LocalUser::OverruleNick(), call it from User::ChangeNick() and the UID handler in spanningtree | 2016-12-30 | 1 | -6/+2 | ||
| * | | | | | Penalize commands that had 0 penalty | 2016-12-30 | 8 | -8/+8 | ||
| | |_|_|/ |/| | | | ||||||
| * | | | | Fix LibreSSL not having a shim for the OpenSSL 1.1 BIO API. | 2016-11-23 | 1 | -1/+1 | ||
| * | | | | Rework the example services aliases.•••- Split common stuff into a generic configuration file. - Reserve all nicknames used by services by default. - Exempt all services clients from filtering. - Add missing aliases for services pseudoclients. | 2016-11-16 | 1 | -3/+8 | ||
| * | | | | Merge pull request #1238 from SaberUK/master+openssl•••Fix OpenSSL build errors caused by BIO/BIO_METHOD now being opaque. | 2016-11-01 | 1 | -5/+45 | ||
| |\ \ \ \ | ||||||
| | * | | | | Fix OpenSSL build errors caused by BIO/BIO_METHOD now being opaque. | 2016-10-25 | 1 | -5/+45 | ||
| * | | | | | Merge pull request #1185 from SaberUK/master+lockserv•••Allow the reason for locking to be specified in m_lockserv. | 2016-11-01 | 1 | -18/+14 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | Allow the reason for locking to be specified in m_lockserv. | 2016-09-16 | 1 | -18/+14 | ||
| * | | | | | | Merge pull request #1184 from SaberUK/master+flood•••Improvements to flood modules | 2016-11-01 | 2 | -5/+23 | ||
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | Make the duration of nickflood and joinflood configurable. | 2016-09-16 | 2 | -5/+23 | ||
| | |/ / / / | ||||||
| * / / / / | Add CentOS PackageInfo | 2016-09-16 | 8 | -0/+10 | ||
| |/ / / / | ||||||
| * | | | | Merge pull request #1222 from SaberUK/master+warnings•••Fix various compiler warnings | 2016-09-16 | 2 | -0/+12 | ||
| |\ \ \ \ | ||||||
| | * | | | | Fix m_ldap warning about OpenLDAP being deprecated on OS X. | 2016-09-15 | 1 | -0/+5 | ||
| | * | | | | Fix m_geoip warning about the use of C++11 features. | 2016-09-15 | 1 | -0/+7 | ||
| * | | | | | Merge pull request #1219 from SaberUK/master+directive•••Rewrite the build system directive parser. | 2016-09-16 | 12 | -38/+64 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | Rewrite the build system directive parser. | 2016-09-16 | 12 | -38/+64 | ||
| | |/ / / / | ||||||
| * | | | | | Merge pull request #1176 from SaberUK/master+format•••Replace snprintf usage with InspIRCd::Format. | 2016-09-16 | 2 | -8/+4 | ||
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Replace snprintf usage with InspIRCd::Format. | 2016-09-09 | 2 | -8/+4 | ||
| * | | | | | m_shun Add support for shunning CIDR masks•••Issue #1195 | 2016-09-12 | 1 | -0/+3 | ||
| * | | | | | Change type of log messages to MODNAME in several modules | 2016-09-12 | 2 | -4/+4 | ||
| |/ / / / | ||||||
| * | | | | Bump version to 3.0 in comments and messages | 2016-09-02 | 4 | -5/+5 | ||
| * | | | | Merge insp20 | 2016-09-02 | 2 | -2/+4 | ||
| |\| | | | ||||||
| | * | | | m_jumpserver Prevent OnUserRegister from running in other modules for users w... | 2016-09-02 | 1 | -1/+1 | ||
| | * | | | m_sqlite3 Fix possible memory leak when opening a database fails | 2016-08-17 | 1 | -1/+3 | ||
| * | | | | m_dnsbl Use FindAnswerOfType | 2016-09-02 | 1 | -2/+4 | ||
