summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2012-06-17m_chanhistory Don't allow durations that contain an invalid char or too longattilamolnar
2012-06-17m_chanhistory Add config setting to show/hide the informational notice before...attilamolnar
2012-06-12m_namesx Add support for altering /WHO replies to be compliant with the speci...attilamolnar
2012-06-12m_geoip Add support for /stats Gattilamolnar
2012-06-12Make m_cap.h a bit clevererattilamolnar
2012-06-12New module to support IRCv3 extras, namely account-notify, away-notify and ex...attilamolnar
2012-06-12m_services_account Send an AccountEvent with an empty accountname when a user...attilamolnar
2012-06-12m_spanningtree Burst to a new server before introducing it to the rest of the...attilamolnar
2012-06-12Be consistent with Robby's qQ snomask changesSir Poggles
2012-06-12m_dnsbl: switch to OnSetClientIP hook which may be refired.William Pitcock
2012-06-12Fix 2 clang warnings reported by @SaberUKattilamolnar
2012-06-12m_check: Include IP and gecos in host/IP-mask lookup resultsRobby-
2012-06-11m_spanningtree Only add a resolved server IP as valid if it still exists when...attilamolnar
2012-06-11m_spanningtree Move SecurityIPResolver code to resolvers.cpp from resolvers.hattilamolnar
2012-06-11m_spanningtree Disallow server passwords which contain a space char and those...attilamolnar
2012-06-11m_spanningtree Notify opers upon ecountering a configuration error when rehas...attilamolnar
2012-06-01Merge pull request #179 from attilamolnar/insp20+desyncfixRobin Burchell
2012-06-01m_ssl_gnutls Only generate DH params when dh_params is initedattilamolnar
2012-06-01m_ssl_gnutls Fix crash caused by calling gnutls_dh_params_deinit() when dh_pa...attilamolnar
2012-05-31m_spanningtree Fix desync issue #37 reported by @Joah - part 2attilamolnar
2012-05-30Merge pull request #173 from Robby-/insp20-moddescRobin Burchell
2012-05-30Merge pull request #159 from gholms/md5-memset-20Robin Burchell
2012-05-30Module description updatesRobby-
2012-05-30m_autoop Fix desync issue #37 reported by @Joah - part 1attilamolnar
2012-05-28[2.0] md5: zero the whole MD5Context, not only partGarrett Holmstrom
2012-05-28Use socketengine functions for sending and receiving data instead of plain se...attilamolnar
2012-05-28m_showwhois Fix potential crash in WHOISNOTICE handlerattilamolnar
2012-05-27Merge pull request #145 from SaberUK/insp20-typo-fixesRobin Burchell
2012-05-25A few more typo fixes.Peter Powell
2012-05-25Debian typo fixes.Peter Powell
2012-05-23Fixed m_mlockAdam
2012-05-19Fix issue #95 reported by @Joahattilamolnar
2012-05-16mlock: fix style nitpicksWilliam Pitcock
2012-05-15mlock: we should only enforce against modes set by our own clientsWilliam Pitcock
2012-05-15mlock: handle case where no mlock has been set on a channel yetWilliam Pitcock
2012-05-04modules/m_mlock: new module implementing server-side MLOCK.William Pitcock
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2012-04-19Revert 05e6330fbd6e9a427c09cf90e2cada10656c48f7 and reference HELPOP instead ...Robby-
2012-04-18Forward port 1d703dcf7858a322c823bbd80f9507b627c5738c.attilamolnar
2012-04-18Log mode errors when processing FJOIN.Robin Burchell
2012-04-18Fix typo.Robin Burchell
2012-04-18Match the logging in the rest of this module.Robin Burchell
2012-04-18Be more helpful when processing commands from a linked server.Robin Burchell
2012-04-18Merge pull request #70 from Shawn-Smith/insp20+chancreatefixRobin Burchell
2012-04-14Fix some of the include guard names (requested by SaberUK)Justin Crawford
2012-04-14Fixes for bug #12Justin Crawford
2012-04-14Fixes the j snomask not working properlyShawn Smith
2012-04-14Fix unused variables reported by the clang static analyzer.Peter Powell
2012-04-14Merge pull request #35 from pcarrier/insp20ldapRobin Burchell
2012-04-12Remove references to old configure commands.Peter Powell