Age | Commit message (Expand) | Author |
2017-03-05 | Merge pull request #1266 from Adam-/insp20+cloakip | Attila Molnar |
2017-01-11 | m_dnsbl: check returned results are in 127.0.0.0/8 | Adam |
2016-12-07 | Fix SpanningTreeProtocolInterface::SendChannelPrivmsg() and SendChannelNotice... | genius3000 |
2016-11-13 | m_cloaking: fix host/ip comparisons #1249 | Adam |
2016-10-09 | m_httpd_stats: Also sanitize other server gecos | Anatole Denis |
2016-09-05 | m_sasl: really abort sasl session on register | 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 w... | Attila Molnar |
2016-08-17 | m_sqlite3 Fix possible memory leak when opening a database fails | 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-05 | Fix challenge auth when using m_hash_gnutls instead of m_sha256. | Peter Powell |
2016-08-01 | Fix bursting channel bans | Adam |
2016-07-22 | m_ssl_openssl Verify DH params being non-NULL before setting it on the context | Attila Molnar |
2016-06-21 | m_ssl_gnutls, m_ssl_openssl After a read schedule another read if data remain... | Attila Molnar |
2016-06-09 | Fix for GCC 6 rightfully optimizing out the NULL check of 'this' in ConfigTag... | Attila Molnar |
2016-05-03 | Fix a minor warning in m_hideoper on some systems. | Peter Powell |
2016-02-29 | Remove embarrassing negative comments about some clients from the code | Attila Molnar |
2016-02-28 | Minor spelling errors in m_spanningtree.so | Guillaume Delacour |
2016-02-18 | Fix dccallow to work with files with spaces in their names | Adam |
2016-02-13 | m_namedmodes Only show chan key to members and opers with channels/auspex | Attila Molnar |
2016-02-13 | m_callerid Free old extension data before unserializing the new data | Attila Molnar |
2016-02-12 | m_dccallow Add config option to control max entries on a list | Attila Molnar |
2016-02-12 | m_ircv3 Fix AWAY being sent on join to the joining user if it has away-notify... | Attila Molnar |
2016-02-12 | Merge pull request #1071 from SaberUK/insp20+fix-lusers | Attila Molnar |
2016-02-12 | Fix hidden operators being shown in LUSERS. | Peter Powell |
2016-02-11 | Update m_ssl_gnutls to use libgnutls-30 for gnutls 3.4 | Adam |
2015-12-07 | Work around irc::spacesepstream not stripping extraneous spaces. | Peter Powell |
2015-12-07 | Fix CAP REQ to be atomic like the standard dictates. | Peter Powell |
2015-11-23 | m_operprefix Unset mode on unload | Attila Molnar |
2015-09-28 | Fix incorrect std::string::operator[] usage | Attila Molnar |
2015-06-14 | Fix various issues with the nationalchars module. | Peter Powell |
2015-05-10 | Merge pull request #1039 from SaberUK/insp20+fix-restrictmsg-uline | Attila Molnar |
2015-05-10 | Fix not being able to message ulines when m_restrictmsg is loaded. | Peter Powell |
2015-05-10 | m_ssl_gnutls Hold users in pre-registration state until the handshake is comp... | Attila Molnar |
2015-04-16 | m_sasl Update description, SASL is no longer exclusive to Atheme | Attila Molnar |
2015-04-16 | m_dccallow Validate tokens before use | Attila Molnar |
2015-04-16 | Merge branch 'insp20+timedbans' into insp20 | Attila Molnar |
2015-04-16 | m_sasl Add missing validation for server-to-server SASL message | Attila Molnar |
2015-04-13 | m_timedbans Notice user when trying to set a ban that's already set | Attila Molnar |
2015-04-13 | m_timedbans Extract IsBanSet() to a function | Attila Molnar |
2015-04-13 | m_timedbans On channel destruction remove all timed bans belonging to the cha... | Attila Molnar |
2015-04-13 | m_timedbans Store Channel pointer in struct TimedBan | Attila Molnar |
2015-02-26 | Fix various Clang warnings. | Peter Powell |
2015-02-04 | m_spanningtree Fix TreeRoot UserCount being possibly wrong if loaded after st... | Attila Molnar |
2015-01-21 | m_abbreviation Fix typo in numeric text | Attila Molnar |
2015-01-21 | Merge pull request #961 from SaberUK/insp20+fix-snotice | Attila Molnar |
2015-01-19 | m_operprefix Fix force joined opers not being given the operprefix mode | Attila Molnar |
2015-01-17 | m_hideoper Fix wrong /WHO output for hidden opers if the channel name contain... | Attila Molnar |
2015-01-03 | Fix a snotice in m_spanningtree incorrectly using an unsigned long. | Peter Powell |