Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |
2016-12-19 | m_sasl: send host/ip info | Adam | |
2016-12-10 | fix channel rank issue | Sheogorath | |
2016-12-07 | Merge pull request #1254 from genius3000/insp20+fixPIstatusmsgs | Attila Molnar | |
Fix spanningtree protocol interface sending statusmsgs to whole channel | |||
2016-12-07 | Fix SpanningTreeProtocolInterface::SendChannelPrivmsg() and ↵ | genius3000 | |
SendChannelNotice() sending statusmsgs to whole channel | |||
2016-12-05 | Fix 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-05 | Merge pull request #1262 from SaberUK/insp20+fix-travis | Attila Molnar | |
[2.0] Backport the master Travis changes to insp20. | |||
2016-12-05 | Merge pull request #1253 from SaberUK/insp20+bigger-warning | Attila Molnar | |
[2.0] Add a bigger warning about deprecated things being removed. | |||
2016-12-02 | Fix pure static builds. | Peter Powell | |
2016-12-02 | Backport the master Travis changes to insp20. | Peter Powell | |
2016-11-22 | Merge pull request #1257 from Adam-/insp20+musl | Attila Molnar | |
socketengine_epoll: use getrlimit not ulimit | |||
2016-11-22 | socketengine_epoll: use getrlimit not ulimit | Adam | |
2016-11-16 | Add a bigger warning about deprecated things being removed. | Peter Powell | |
2016-11-13 | m_cloaking: fix host/ip comparisons #1249 | Adam | |
2016-11-08 | Merge pull request #1245 from SaberUK/insp20+perl | Attila Molnar | |
[2.0] Workaround modern Perls not adding . to @INC. | |||
2016-11-08 | Workaround modern Perls not adding . to @INC. | Peter Powell | |
2016-10-10 | Merge pull request #1233 from Natolumin/sanitize-gecos | Attila Molnar | |
m_httpd_stats: Also sanitize other server gecos |