Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-14 | Fix the command for enabling m_sqlite3 in modules.conf.example. | Peter Powell | |
2017-09-11 | Fix killing elined clients on [gkz]line in some cases. | Peter Powell | |
2017-09-09 | Fix m_cgiirc allowing malformed hosts sent via WEBIRC. | Peter Powell | |
2017-09-01 | Fix {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-26 | Use 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-25 | Fix 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-13 | Update the link to the CIDR subnetting charts. | Peter Powell | |
2017-08-05 | Merge pull request #1347 from SaberUK/insp20+ctcp-action | Peter Powell | |
[2.0] Fix exempting CTCP ACTIONs in m_blockcaps and m_noctcp. | |||
2017-07-24 | Add ADMIN to the list of commands that shunned users can run. | Peter Powell | |
2017-07-11 | Merge pull request #1283 from SaberUK/insp20+mailmap | Peter Powell | |
[2.0] Add a mailmap to clean up the output of git-shortlog. | |||
2017-07-09 | Merge pull request #1333 from SaberUK/insp20+openbsd | Attila Molnar | |
[2.0] Tell OpenBSD users that they need to use a different make command. | |||
2017-07-09 | Merge pull request #1343 from SaberUK/insp20+securelist | Attila Molnar | |
[2.0] Update the securelist exemption for IRC-Source's crawler. | |||
2017-06-16 | Fix 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-30 | Update the securelist exemption for IRC-Source's crawler. | Peter Powell | |
2017-05-19 | Tell OpenBSD users that they need to use a different make command. | Peter Powell | |
2017-05-18 | Release v2.0.24v2.0.24 | Adam | |
2017-05-17 | m_override: fix parentheses compiler warning | Adam | |
2017-05-17 | Merge pull request #1094 from SISheogorath/insp20+fixed-Override | Adam | |
fix override issue | |||
2017-05-17 | Merge pull request #1328 from Adam-/insp20+sakick | Adam | |
m_sakick: remove unused "Unable to kick" notice | |||
2017-05-17 | Merge pull request #1284 from Adam-/insp20+preregcloak | Adam | |
m_cloaking: don't apply cloak to already cloaked users during registration | |||
2017-05-17 | m_cloaking: don't apply cloak to already cloaked users during registration | Adam | |
This can happen if services set a vhost during registration (like with SASL) | |||
2017-05-17 | Merge pull request #1330 from SaberUK/insp20+mm-inc | Attila Molnar | |
[2.0] Fix ModuleManager not being able to find make::configure. | |||
2017-05-17 | Merge pull request #1321 from SaberUK/insp20+permwarn | Attila Molnar | |
[2.0] Warn when a user configures a permanent channel without +P. | |||
2017-05-17 | Merge pull request #1269 from Adam-/insp20+saslhost | Attila Molnar | |
m_sasl: send host/ip info | |||
2017-05-17 | Merge pull request #1230 from SaberUK/insp20+ipcache | Attila Molnar | |
[2.0] Invalidate the caches properly when User::SetClientIP is called. | |||
2017-05-17 | Merge pull request #1318 from SaberUK/insp20+dumpver | Attila Molnar | |
[2.0] Fix compiler version parsing on GCC 7. | |||
2017-05-16 | Fix ModuleManager not being able to find make::configure. | Peter Powell | |
2017-05-11 | m_sakick: remove unused "Unable to kick" notice | Adam | |
This has never worked due to the channel lookup using the user's nick | |||
2017-05-09 | win: set CMAKE_INSTALL_SYSTEM_RUNTIME_DESTINATION to . so the runtime ↵ | Adam | |
libraries are not placed in bin | |||
2017-04-28 | Merge pull request #1324 from SaberUK/insp20+cgiirc | Adam | |
[2.0] Fix WEBIRC not rejecting invalid IP addresses. | |||
2017-04-27 | Penalise clients that use WEBIRC incorrectly. | Peter Powell | |
2017-04-27 | Fix WEBIRC not rejecting invalid IP addresses. | Peter Powell | |
2017-04-26 | Add a mailmap to clean up the output of git-shortlog. | Peter Powell | |
2017-04-24 | Warn when a user configures a permanent channel without +P. | Peter Powell | |
2017-04-14 | Fix 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-11 | Merge pull request #1316 from SaberUK/master+sslmodes | Adam | |
[2.0] Clarify that m_sslmodes depends on m_sslinfo. | |||
2017-04-11 | Merge pull request #1315 from SaberUK/insp20+securelist | Adam | |
[2.0] Update securelist exception list. | |||
2017-04-11 | Clarify that m_sslmodes depends on m_sslinfo. | Peter Powell | |
2017-04-07 | Update securelist exception list. | Peter Powell | |
- Add an exception for IRC-Source. - Remove an exception for SearchIRC. - Remove an old exception for netsplit. | |||
2017-03-20 | modules.conf.example: document useusername in ldapauth | Adam | |
2017-03-20 | m_ldapauth: fix providing username in PASS | Adam | |
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 | Merge pull request #1308 from SaberUK/insp20+warnings | Adam | |
[2.0] Fix some compiler warnings. | |||
2017-03-20 | cmd_who: don't show +p channels or channels hidden with m_hidechans | Adam | |
Fixes #1276 | |||
2017-03-20 | Fix 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-05 | Merge pull request #1266 from Adam-/insp20+cloakip | Attila Molnar | |
m_cloaking: fix host/ip comparisons #1249 | |||
2017-03-05 | Merge pull request #1280 from Adam-/insp20+dnsblcheck | Attila Molnar | |
m_dnsbl: check returned results are in 127.0.0.0/8 | |||
2017-02-26 | m_sasl: use host/ip from m_cgiirc if applicable | Adam | |
2017-01-11 | m_dnsbl: check returned results are in 127.0.0.0/8 | Adam | |
2016-12-29 | Merge pull request #1275 from SaberUK/insp20+clock-gettime-osx | Attila Molnar | |
[2.0] Use clock_gettime() on macOS 10.12. | |||
2016-12-26 | Use clock_gettime() on macOS 10.12. | Peter Powell | |