Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-17 | m_svshold Fix a couple of things, namely | attilamolnar | |
- don't ask the XLine manager to apply SVSHOLD lines to the userlist, as we do nothing on match - remove call to XLineManager::ApplyLines() as it iterates the local userlist and made no sense - return CMD_SUCCESS when SVSHOLD succeeded, CMD_FAILURE otherwise - remove unused exception handler - don't route SVSHOLD commands at all, spanningtree adds and removes the lines automatically | |||
2012-06-17 | m_cban Fix a couple of things, namely | attilamolnar | |
- remove call to XLineManager::ApplyLines() as it iterates the local userlist and made no sense - return CMD_SUCCESS when /CBAN succeeded, CMD_FAILURE otherwise - remove unused exception handler - don't route CBAN commands at all, spanningtree adds and removes the lines automatically | |||
2012-06-12 | m_namesx Add support for altering /WHO replies to be compliant with the ↵ | attilamolnar | |
specification | |||
2012-06-12 | m_geoip Add support for /stats G | attilamolnar | |
m_geoip Change /stats G numeric to be 801 | |||
2012-06-12 | Make m_cap.h a bit cleverer | attilamolnar | |
2012-06-12 | New module to support IRCv3 extras, namely account-notify, away-notify and ↵ | attilamolnar | |
extended-join CAPs | |||
2012-06-12 | m_services_account Send an AccountEvent with an empty accountname when a ↵ | attilamolnar | |
user logs out of an account | |||
2012-06-12 | m_spanningtree Burst to a new server before introducing it to the rest of ↵ | attilamolnar | |
the network Fixes issue #103 reported by @nenolod | |||
2012-06-12 | Be consistent with Robby's qQ snomask changes | Sir Poggles | |
2012-06-12 | m_dnsbl: switch to OnSetClientIP hook which may be refired. | William Pitcock | |
2012-06-12 | Fix 2 clang warnings reported by @SaberUK | attilamolnar | |
2012-06-12 | m_check: Include IP and gecos in host/IP-mask lookup results | Robby- | |
2012-06-11 | m_spanningtree Only add a resolved server IP as valid if it still exists ↵ | attilamolnar | |
when the lookup completes | |||
2012-06-11 | m_spanningtree Move SecurityIPResolver code to resolvers.cpp from resolvers.h | attilamolnar | |
2012-06-11 | m_spanningtree Disallow server passwords which contain a space char and ↵ | attilamolnar | |
those which begin with a colon Update links.conf.example | |||
2012-06-11 | m_spanningtree Notify opers upon ecountering a configuration error when ↵ | attilamolnar | |
rehashing | |||
2012-06-01 | Merge pull request #179 from attilamolnar/insp20+desyncfix | Robin Burchell | |
[2.0] Fix desyncs caused by m_autoop and broken spanningtree routing logic | |||
2012-06-01 | m_ssl_gnutls Only generate DH params when dh_params is inited | attilamolnar | |
2012-06-01 | m_ssl_gnutls Fix crash caused by calling gnutls_dh_params_deinit() when ↵ | attilamolnar | |
dh_params wasn't inited Fixes #181 reported by @BlacklightShining | |||
2012-05-31 | m_spanningtree Fix desync issue #37 reported by @Joah - part 2 | attilamolnar | |
2012-05-30 | Merge pull request #173 from Robby-/insp20-moddesc | Robin Burchell | |
[2.0] Module description updates | |||
2012-05-30 | Merge pull request #159 from gholms/md5-memset-20 | Robin Burchell | |
[2.0] md5: zero the whole MD5Context, not only part of it | |||
2012-05-30 | Module description updates | Robby- | |
2012-05-30 | m_autoop Fix desync issue #37 reported by @Joah - part 1 | attilamolnar | |
2012-05-28 | [2.0] md5: zero the whole MD5Context, not only part | Garrett Holmstrom | |
2012-05-28 | Use socketengine functions for sending and receiving data instead of plain ↵ | attilamolnar | |
send() and recv() so /STATS z displays correct bandwidth usage | |||
2012-05-28 | m_showwhois Fix potential crash in WHOISNOTICE handler | attilamolnar | |
2012-05-27 | Merge pull request #145 from SaberUK/insp20-typo-fixes | Robin Burchell | |
[2.0] Typo fixes. | |||
2012-05-25 | A few more typo fixes. | Peter Powell | |
2012-05-25 | Debian typo fixes. | Peter Powell | |
2012-05-23 | Fixed m_mlock | Adam | |
2012-05-19 | Fix issue #95 reported by @Joah | attilamolnar | |
2012-05-16 | mlock: fix style nitpicks | William Pitcock | |
2012-05-15 | mlock: we should only enforce against modes set by our own clients | William Pitcock | |
2012-05-15 | mlock: handle case where no mlock has been set on a channel yet | William Pitcock | |
2012-05-04 | modules/m_mlock: new module implementing server-side MLOCK. | William Pitcock | |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- | |
2012-04-19 | Revert 05e6330fbd6e9a427c09cf90e2cada10656c48f7 and reference HELPOP instead ↵ | Robby- | |
(afterall, the module is called helpop and references itself as that in the code/output too, and most clients override /help), also make the alias work the other way around | |||
2012-04-18 | Forward port 1d703dcf7858a322c823bbd80f9507b627c5738c. | attilamolnar | |
2012-04-18 | Log mode errors when processing FJOIN. | Robin Burchell | |
2012-04-18 | Fix typo. | Robin Burchell | |
2012-04-18 | Match the logging in the rest of this module. | Robin Burchell | |
2012-04-18 | Be more helpful when processing commands from a linked server. | Robin Burchell | |
When diagnosing errors with s2s traffic, it costs us next to nothing to try a little harder to generate useful errors so errors are immediately apparent. | |||
2012-04-18 | Merge pull request #70 from Shawn-Smith/insp20+chancreatefix | Robin Burchell | |
[2.0] Fixes the j/J snomask not working properly. | |||
2012-04-14 | Fix some of the include guard names (requested by SaberUK) | Justin Crawford | |
2012-04-14 | Fixes for bug #12 | Justin Crawford | |
2012-04-14 | Fixes the j snomask not working properly | Shawn Smith | |
2012-04-14 | Fix unused variables reported by the clang static analyzer. | Peter Powell | |
2012-04-14 | Merge pull request #35 from pcarrier/insp20ldap | Robin Burchell | |
extras/m_ldapauth: CIDR-based whitelisting | |||
2012-04-12 | Remove references to old configure commands. | Peter Powell | |