Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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 | |||
2016-10-09 | m_httpd_stats: Also sanitize other server gecos | Anatole Denis | |
2016-09-12 | Merge pull request #1210 from Adam-/insp20+saslnick | Attila Molnar | |
m_sasl: really abort sasl session on register | |||
2016-09-05 | m_sasl: really abort sasl session on register | Adam | |
2016-09-03 | Release v2.0.23v2.0.23 | Adam | |
2016-09-03 | m_sasl: don't allow AUTHENTICATE with mechanisms with a space | Adam | |
2016-09-02 | m_jumpserver Prevent OnUserRegister from running in other modules for users ↵ | Attila Molnar | |
we quit | |||
2016-08-17 | m_sqlite3 Fix possible memory leak when opening a database fails | Attila Molnar | |
2016-08-13 | Release v2.0.22 | Attila Molnar | |
2016-08-13 | m_censor Fix possible incorrect cast of dest | Attila Molnar | |
2016-08-13 | Fix more incorrect std::string::operator[] usage | Attila Molnar | |
2016-08-08 | Merge pull request #1196 from SaberUK/insp20+sha256 | Attila Molnar | |
[2.0] Fix challenge auth when using m_hash_gnutls instead of m_sha256. | |||
2016-08-05 | Fix challenge auth when using m_hash_gnutls instead of m_sha256. | Peter Powell | |
2016-08-02 | Merge pull request #1193 from Adam-/insp20+banburst | Attila Molnar | |
Fix bursting channel bans | |||
2016-08-01 | Fix bursting channel bans | Adam | |
2016-08-01 | Merge pull request #1191 from SaberUK/insp20+travis | Attila Molnar | |
[2.0] Force link sqlite3 on OS X when doing Travis builds. | |||
2016-07-28 | Force 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-22 | m_ssl_openssl Verify DH params being non-NULL before setting it on the context | Attila Molnar | |
Fixes issue reported by @m4rkw on IRC | |||
2016-06-27 | Merge pull request #1181 from SaberUK/insp20+null | Attila Molnar | |
[2.0] GCC should never assume that this can not be null. | |||
2016-06-27 | GCC should never assume that this can not be null. | Peter Powell | |
2016-06-21 | m_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-17 | Don't exit on rehash if the pid file cannot be written | Attila Molnar | |