summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-18Release v2.0.24v2.0.24Adam
2017-05-17m_override: fix parentheses compiler warningAdam
2017-05-17Merge pull request #1094 from SISheogorath/insp20+fixed-OverrideAdam
fix override issue
2017-05-17Merge pull request #1328 from Adam-/insp20+sakickAdam
m_sakick: remove unused "Unable to kick" notice
2017-05-17Merge pull request #1284 from Adam-/insp20+preregcloakAdam
m_cloaking: don't apply cloak to already cloaked users during registration
2017-05-17m_cloaking: don't apply cloak to already cloaked users during registrationAdam
This can happen if services set a vhost during registration (like with SASL)
2017-05-17Merge pull request #1330 from SaberUK/insp20+mm-incAttila Molnar
[2.0] Fix ModuleManager not being able to find make::configure.
2017-05-17Merge pull request #1321 from SaberUK/insp20+permwarnAttila Molnar
[2.0] Warn when a user configures a permanent channel without +P.
2017-05-17Merge pull request #1269 from Adam-/insp20+saslhostAttila Molnar
m_sasl: send host/ip info
2017-05-17Merge pull request #1230 from SaberUK/insp20+ipcacheAttila Molnar
[2.0] Invalidate the caches properly when User::SetClientIP is called.
2017-05-17Merge pull request #1318 from SaberUK/insp20+dumpverAttila Molnar
[2.0] Fix compiler version parsing on GCC 7.
2017-05-16Fix ModuleManager not being able to find make::configure.Peter Powell
2017-05-11m_sakick: remove unused "Unable to kick" noticeAdam
This has never worked due to the channel lookup using the user's nick
2017-05-09win: set CMAKE_INSTALL_SYSTEM_RUNTIME_DESTINATION to . so the runtime ↵Adam
libraries are not placed in bin
2017-04-28Merge pull request #1324 from SaberUK/insp20+cgiircAdam
[2.0] Fix WEBIRC not rejecting invalid IP addresses.
2017-04-27Penalise clients that use WEBIRC incorrectly.Peter Powell
2017-04-27Fix WEBIRC not rejecting invalid IP addresses.Peter Powell
2017-04-24Warn when a user configures a permanent channel without +P.Peter Powell
2017-04-14Fix compiler version parsing on GCC 7.Peter Powell
GCC 7 may optionally omit the MINOR version number in dumpversion depending on the compiler flags it was built with.
2017-04-11Merge pull request #1316 from SaberUK/master+sslmodesAdam
[2.0] Clarify that m_sslmodes depends on m_sslinfo.
2017-04-11Merge pull request #1315 from SaberUK/insp20+securelistAdam
[2.0] Update securelist exception list.
2017-04-11Clarify that m_sslmodes depends on m_sslinfo.Peter Powell
2017-04-07Update securelist exception list.Peter Powell
- Add an exception for IRC-Source. - Remove an exception for SearchIRC. - Remove an old exception for netsplit.
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-02-26m_sasl: use host/ip from m_cgiirc if applicableAdam
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-19m_sasl: send host/ip infoAdam
2016-12-10fix channel rank issueSheogorath
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