summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-09-14Fix the command for enabling m_sqlite3 in modules.conf.example.Peter Powell
2017-09-11Fix killing elined clients on [gkz]line in some cases.Peter Powell
2017-09-09Fix m_cgiirc allowing malformed hosts sent via WEBIRC.Peter Powell
2017-09-01Fix {Host,IP}MatchesEveryone using Match instead of MatchCIDR.Peter Powell
MatchCIDR is what [GKZ]Line::Matches uses it so we should also use it here to prevent insane bans that should not pass from passing.
2017-08-26Use DLLManager::RetrieveLastError() on all platforms.Peter Powell
This prevents a bug where we send malformed messages to the client when dlerror() returns an error message containing more than one line. This has been observed on macOS but probably will happen on other UNIX systems too. This also fixes a potential problem where dlerror() returns NULL and converting it to std::string causes a crash. I can't see any way that this might happen but it is better to be safe than sorry.
2017-08-25Fix mistakenly hardcoding the halfop prefix char in timedbans.Peter Powell
This will almost always be % but if the server admin is using the customprefix module and remaps it to something else messages will not be sent out correctly.
2017-08-13Update the link to the CIDR subnetting charts.Peter Powell
2017-08-05Merge pull request #1347 from SaberUK/insp20+ctcp-actionPeter Powell
[2.0] Fix exempting CTCP ACTIONs in m_blockcaps and m_noctcp.
2017-07-24Add ADMIN to the list of commands that shunned users can run.Peter Powell
2017-07-11Merge pull request #1283 from SaberUK/insp20+mailmapPeter Powell
[2.0] Add a mailmap to clean up the output of git-shortlog.
2017-07-09Merge pull request #1333 from SaberUK/insp20+openbsdAttila Molnar
[2.0] Tell OpenBSD users that they need to use a different make command.
2017-07-09Merge pull request #1343 from SaberUK/insp20+securelistAttila Molnar
[2.0] Update the securelist exemption for IRC-Source's crawler.
2017-06-16Fix exempting CTCP ACTIONs in m_blockcaps and m_noctcp.Peter Powell
Previously we assumed that CTCP ACTIONs matched "\1ACTION ". This is incorrect because "\1ACTION\1" and "\1ACTION" are valid CTCPs.
2017-05-30Update the securelist exemption for IRC-Source's crawler.Peter Powell
2017-05-19Tell OpenBSD users that they need to use a different make command.Peter Powell
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-26Add a mailmap to clean up the output of git-shortlog.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