summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Collapse)Author
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 ↵attilamolnar
when the lookup completes
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 ↵attilamolnar
those which begin with a colon Update links.conf.example
2012-06-11m_spanningtree Notify opers upon ecountering a configuration error when ↵attilamolnar
rehashing
2012-06-01Merge pull request #179 from attilamolnar/insp20+desyncfixRobin Burchell
[2.0] Fix desyncs caused by m_autoop and broken spanningtree routing logic
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 ↵attilamolnar
dh_params wasn't inited Fixes #181 reported by @BlacklightShining
2012-05-31m_spanningtree Fix desync issue #37 reported by @Joah - part 2attilamolnar
2012-05-30Merge pull request #173 from Robby-/insp20-moddescRobin Burchell
[2.0] Module description updates
2012-05-30Merge pull request #159 from gholms/md5-memset-20Robin Burchell
[2.0] md5: zero the whole MD5Context, not only part of it
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 ↵attilamolnar
send() and recv() so /STATS z displays correct bandwidth usage
2012-05-28m_showwhois Fix potential crash in WHOISNOTICE handlerattilamolnar
2012-05-27Merge pull request #145 from SaberUK/insp20-typo-fixesRobin Burchell
[2.0] Typo fixes.
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-
(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-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
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-18Merge pull request #70 from Shawn-Smith/insp20+chancreatefixRobin Burchell
[2.0] Fixes the j/J snomask not working properly.
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
extras/m_ldapauth: CIDR-based whitelisting
2012-04-12Remove references to old configure commands.Peter Powell
2012-04-10extras/m_ldapauth: CIDR-based whitelistingPierre Carrier
Offer host-based whitelisting in the ldap module. Used to trust clients from internal networks, whilst requiring authentication from "outsiders".
2012-04-10Fixed linking m_sqlite3 on WindowsAdam
2012-04-09Merge pull request #25 from DjSlash/colour-to-colorRobin Burchell
Replace [cC]olour with [cC]olor
2012-04-01Typofix in m_ojoinRutger
In m_ojoin 'business' was miss-spelled.
2012-04-01Replace [cC]olour with [cC]olorRutger
Making things consistent, the modules are named '...color', let's keep on using that instead of 'colour'.
2012-03-22m_hostchange: Fix a typo preventing port filters from workingKyle Fuller
2012-02-25m_remove: forbid removing ulined usersJustasic
2012-02-25m_chghost: Fix incorrect length check pointed out by ThalesDaniel De Graaf
2012-01-21Make m_shun work on aliasesJens Voss
2011-08-27Fix stats letter for shunsJackmcbarn
2011-08-07Add -lgcrypt to m_ssl_gnutls because this is no longer pulled in by all ↵Daniel De Graaf
versions of gnutls