summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-11Clarify that m_sslmodes depends on m_sslinfo.Peter Powell
2017-03-20modules.conf.example: document useusername in ldapauthAdam
2017-03-20m_ldapauth: fix providing username in PASSAdam
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-20Merge pull request #1308 from SaberUK/insp20+warningsAdam
[2.0] Fix some compiler warnings.
2017-03-20cmd_who: don't show +p channels or channels hidden with m_hidechansAdam
Fixes #1276
2017-03-20Fix some compiler warnings.Peter Powell
warning: macro name is a reserved identifier [-Wreserved-id-macro] warning: extra ';' after member function definition [-Wextra-semi]
2017-03-05Merge pull request #1266 from Adam-/insp20+cloakipAttila Molnar
m_cloaking: fix host/ip comparisons #1249
2017-03-05Merge pull request #1280 from Adam-/insp20+dnsblcheckAttila Molnar
m_dnsbl: check returned results are in 127.0.0.0/8
2017-01-11m_dnsbl: check returned results are in 127.0.0.0/8Adam
2016-12-29Merge pull request #1275 from SaberUK/insp20+clock-gettime-osxAttila Molnar
[2.0] Use clock_gettime() on macOS 10.12.
2016-12-26Use clock_gettime() on macOS 10.12.Peter Powell
2016-12-07Merge pull request #1254 from genius3000/insp20+fixPIstatusmsgsAttila Molnar
Fix spanningtree protocol interface sending statusmsgs to whole channel
2016-12-07Fix SpanningTreeProtocolInterface::SendChannelPrivmsg() and ↵genius3000
SendChannelNotice() sending statusmsgs to whole channel
2016-12-05Fix users receiving a QUIT with themselves as source when host cycling in ↵Attila Molnar
certain cases 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-05Merge pull request #1262 from SaberUK/insp20+fix-travisAttila Molnar
[2.0] Backport the master Travis changes to insp20.
2016-12-05Merge pull request #1253 from SaberUK/insp20+bigger-warningAttila Molnar
[2.0] Add a bigger warning about deprecated things being removed.
2016-12-02Fix pure static builds.Peter Powell
2016-12-02Backport the master Travis changes to insp20.Peter Powell
2016-11-22Merge pull request #1257 from Adam-/insp20+muslAttila Molnar
socketengine_epoll: use getrlimit not ulimit
2016-11-22socketengine_epoll: use getrlimit not ulimitAdam
2016-11-16Add a bigger warning about deprecated things being removed.Peter Powell
2016-11-13m_cloaking: fix host/ip comparisons #1249Adam
2016-11-08Merge pull request #1245 from SaberUK/insp20+perlAttila Molnar
[2.0] Workaround modern Perls not adding . to @INC.
2016-11-08Workaround modern Perls not adding . to @INC.Peter Powell
2016-10-10Merge pull request #1233 from Natolumin/sanitize-gecosAttila Molnar
m_httpd_stats: Also sanitize other server gecos
2016-10-09m_httpd_stats: Also sanitize other server gecosAnatole Denis
2016-09-12Merge pull request #1210 from Adam-/insp20+saslnickAttila Molnar
m_sasl: really abort sasl session on register
2016-09-05m_sasl: really abort sasl session on registerAdam
2016-09-03Release v2.0.23v2.0.23Adam
2016-09-03m_sasl: don't allow AUTHENTICATE with mechanisms with a spaceAdam
2016-09-02m_jumpserver Prevent OnUserRegister from running in other modules for users ↵Attila Molnar
we quit
2016-08-17m_sqlite3 Fix possible memory leak when opening a database failsAttila Molnar
2016-08-13Release v2.0.22Attila Molnar
2016-08-13m_censor Fix possible incorrect cast of destAttila Molnar
2016-08-13Fix more incorrect std::string::operator[] usageAttila Molnar
2016-08-08Merge pull request #1196 from SaberUK/insp20+sha256Attila Molnar
[2.0] Fix challenge auth when using m_hash_gnutls instead of m_sha256.
2016-08-05Fix challenge auth when using m_hash_gnutls instead of m_sha256.Peter Powell
2016-08-02Merge pull request #1193 from Adam-/insp20+banburstAttila Molnar
Fix bursting channel bans
2016-08-01Fix bursting channel bansAdam
2016-08-01Merge pull request #1191 from SaberUK/insp20+travisAttila Molnar
[2.0] Force link sqlite3 on OS X when doing Travis builds.
2016-07-28Force link sqlite3 on OS X when doing Travis builds.Peter Powell
The system version of this library does not include support for pkg-config.
2016-07-22m_ssl_openssl Verify DH params being non-NULL before setting it on the contextAttila Molnar
Fixes issue reported by @m4rkw on IRC
2016-06-27Merge pull request #1181 from SaberUK/insp20+nullAttila Molnar
[2.0] GCC should never assume that this can not be null.
2016-06-27GCC should never assume that this can not be null.Peter Powell
2016-06-21m_ssl_gnutls, m_ssl_openssl After a read schedule another read if data ↵Attila Molnar
remains in the buffer of the SSL library
2016-06-17Don't exit on rehash if the pid file cannot be writtenAttila Molnar
2016-06-13Stop processing the new connection in UserManager::AddUser() when an ↵Attila Molnar
internal SocketEngine error happens and the user is quitted
2016-06-09Fix for GCC 6 rightfully optimizing out the NULL check of 'this' in ↵Attila Molnar
ConfigTag::readString() Checking is only necessary in ModuleSSLInfo::OnPostConnect() as oper types are not encountered in the other cases but check anyway to be sure
2016-05-30Merge pull request #1174 from SaberUK/insp20+hideoper-warningAttila Molnar
Fix a minor warning in m_hideoper on some systems.
2016-05-30Merge pull request #1179 from SaberUK/insp20+fix-buildprefixesAttila Molnar
[2.0] Fix 005 not showing some modes with the same rank as others.