| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release v2.0.24 v2.0.24 | 2017-05-18 | 1 | -1/+1 | |
| * | m_override: fix parentheses compiler warning | 2017-05-17 | 1 | -1/+1 | |
| * | Merge pull request #1094 from SISheogorath/insp20+fixed-Override•••fix override issue | 2017-05-17 | 1 | -1/+2 | |
| |\ | |||||
| | * | 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 | |
| * | | | | | Merge pull request #1230 from SaberUK/insp20+ipcache•••[2.0] Invalidate the caches properly when User::SetClientIP is called. | 2017-05-17 | 1 | -2/+2 | |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| | * | | | | Invalidate the caches properly when User::SetClientIP is called. | 2016-09-25 | 1 | -2/+2 | |
| * | | | | | 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 | |
| * | | | | cmd_who: don't show +p channels or channels hidden with m_hidechans•••Fixes #1276 | 2017-03-20 | 1 | -3/+5 | |
| * | | | | 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 | |
| * | | | | Fix users receiving a QUIT with themselves as source when host cycling in cer...•••The OnBuildNeighborList handler in m_auditorium can add the cycling user to the exceptions as an always send exception. To fix, remove the user from the exceptions before processing them. Reported by @genius3000 on IRC | 2016-12-05 | 1 | -0/+2 | |
| * | | | | socketengine_epoll: use getrlimit not ulimit | 2016-11-22 | 1 | -4/+5 | |
| * | | | | 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 | |
| |/ / | |||||
| * | | Release v2.0.23 v2.0.23 | 2016-09-03 | 1 | -1/+1 | |
| * | | m_sasl: don't allow AUTHENTICATE with mechanisms with a space | 2016-09-03 | 1 | -0/+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 | |
| * | | Release v2.0.22 v2.0.22 | 2016-08-13 | 1 | -1/+1 | |
| * | | m_censor Fix possible incorrect cast of dest | 2016-08-13 | 1 | -1/+1 | |
| * | | Fix more incorrect std::string::operator[] usage | 2016-08-13 | 3 | -3/+3 | |
| * | | Fix challenge auth when using m_hash_gnutls instead of m_sha256. | 2016-08-05 | 1 | -2/+3 | |
| * | | Fix bursting channel bans | 2016-08-01 | 2 | -11/+16 | |
| * | | m_ssl_openssl Verify DH params being non-NULL before setting it on the context•••Fixes issue reported by @m4rkw on IRC | 2016-07-22 | 1 | -4/+11 | |
| * | | m_ssl_gnutls, m_ssl_openssl After a read schedule another read if data remain... | 2016-06-21 | 2 | -1/+11 | |
| * | | Don't exit on rehash if the pid file cannot be written | 2016-06-17 | 2 | -6/+8 | |
| * | | Stop processing the new connection in UserManager::AddUser() when an internal... | 2016-06-13 | 1 | -0/+1 | |
| * | | Fix for GCC 6 rightfully optimizing out the NULL check of 'this' in ConfigTag...•••Checking is only necessary in ModuleSSLInfo::OnPostConnect() as oper types are not encountered in the other cases but check anyway to be sure | 2016-06-09 | 2 | -1/+7 | |
| * | | Merge pull request #1174 from SaberUK/insp20+hideoper-warning•••Fix a minor warning in m_hideoper on some systems. | 2016-05-30 | 1 | -1/+1 | |
| |\ \ | |||||
| | * | | Fix a minor warning in m_hideoper on some systems. | 2016-05-03 | 1 | -1/+1 | |
| * | | | Fix 005 not showing some modes with the same rank as others. | 2016-05-30 | 1 | -6/+14 | |
| |/ / | |||||
| * | | Remove embarrassing negative comments about some clients from the code | 2016-02-29 | 2 | -2/+1 | |
| * | | Merge pull request #1147 from SaberUK/insp20+gcc6•••[2.0] Fix GCC 6 warning about null checking this. | 2016-02-29 | 1 | -5/+11 | |
| |\ \ | |||||
| | * | | Fix GCC 6 warning about null checking this.•••As with 402a1bb010522a35600325c1a3084e092b40ca22 this is known to be undefined behaviour but changing it is too risky for the 2.0 branch. | 2016-02-26 | 1 | -5/+11 | |
| * | | | Merge pull request #1148 from guikcd/spelling-error•••Minor spelling errors in m_spanningtree.so | 2016-02-29 | 2 | -2/+2 | |
| |\ \ \ | |||||
| | * | | | Minor spelling errors in m_spanningtree.so | 2016-02-28 | 2 | -2/+2 | |
| | |/ / | |||||
| * | | | Merge pull request #1145 from Adam-/insp20+ulinekill•••Don't show snotices for kills from ulined clients | 2016-02-29 | 2 | -5/+10 | |
| |\ \ \ | |/ / |/| | | |||||
