aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix 2 clang warnings reported by @SaberUKGravatar attilamolnar2012-06-121-1/+1
|
* m_check: Include IP and gecos in host/IP-mask lookup resultsGravatar Robby-2012-06-121-2/+2
|
* m_spanningtree Only add a resolved server IP as valid if it still exists ↵Gravatar attilamolnar2012-06-111-1/+9
| | | | when the lookup completes
* m_spanningtree Move SecurityIPResolver code to resolvers.cpp from resolvers.hGravatar attilamolnar2012-06-112-22/+25
|
* m_spanningtree Disallow server passwords which contain a space char and ↵Gravatar attilamolnar2012-06-111-0/+6
| | | | | | those which begin with a colon Update links.conf.example
* m_spanningtree Notify opers upon ecountering a configuration error when ↵Gravatar attilamolnar2012-06-112-55/+36
| | | | rehashing
* Merge pull request #179 from attilamolnar/insp20+desyncfixGravatar Robin Burchell2012-06-012-8/+8
|\ | | | | [2.0] Fix desyncs caused by m_autoop and broken spanningtree routing logic
| * m_spanningtree Fix desync issue #37 reported by @Joah - part 2Gravatar attilamolnar2012-05-311-7/+7
| |
| * m_autoop Fix desync issue #37 reported by @Joah - part 1Gravatar attilamolnar2012-05-301-1/+1
| |
* | m_ssl_gnutls Only generate DH params when dh_params is initedGravatar attilamolnar2012-06-011-0/+3
| |
* | m_ssl_gnutls Fix crash caused by calling gnutls_dh_params_deinit() when ↵Gravatar attilamolnar2012-06-011-9/+19
| | | | | | | | | | | | dh_params wasn't inited Fixes #181 reported by @BlacklightShining
* | Merge pull request #173 from Robby-/insp20-moddescGravatar Robin Burchell2012-05-3023-43/+52
|\ \ | | | | | | [2.0] Module description updates
| * | Module description updatesGravatar Robby-2012-05-3023-43/+52
| |/
* | Merge pull request #159 from gholms/md5-memset-20Gravatar Robin Burchell2012-05-301-1/+1
|\ \ | |/ |/| [2.0] md5: zero the whole MD5Context, not only part of it
| * [2.0] md5: zero the whole MD5Context, not only partGravatar Garrett Holmstrom2012-05-281-1/+1
| |
* | Use socketengine functions for sending and receiving data instead of plain ↵Gravatar attilamolnar2012-05-281-2/+2
| | | | | | | | send() and recv() so /STATS z displays correct bandwidth usage
* | m_showwhois Fix potential crash in WHOISNOTICE handlerGravatar attilamolnar2012-05-281-0/+3
|/
* Merge pull request #145 from SaberUK/insp20-typo-fixesGravatar Robin Burchell2012-05-275-9/+9
|\ | | | | [2.0] Typo fixes.
| * A few more typo fixes.Gravatar Peter Powell2012-05-252-2/+2
| |
| * Debian typo fixes.Gravatar Peter Powell2012-05-255-7/+7
| |
* | Fixed m_mlockGravatar Adam2012-05-231-1/+2
|/
* Fix issue #95 reported by @JoahGravatar attilamolnar2012-05-191-2/+2
|
* mlock: fix style nitpicksGravatar William Pitcock2012-05-161-3/+3
|
* mlock: we should only enforce against modes set by our own clientsGravatar William Pitcock2012-05-151-0/+3
|
* mlock: handle case where no mlock has been set on a channel yetGravatar William Pitcock2012-05-151-1/+1
|
* modules/m_mlock: new module implementing server-side MLOCK.Gravatar William Pitcock2012-05-041-0/+68
|
* Replace copyright headers with headers granting specific authors copyrightGravatar Robby-2012-04-19213-1713/+3430
|
* Revert 05e6330fbd6e9a427c09cf90e2cada10656c48f7 and reference HELPOP instead ↵Gravatar Robby-2012-04-191-2/+2
| | | | (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
* Forward port 1d703dcf7858a322c823bbd80f9507b627c5738c.Gravatar attilamolnar2012-04-181-1/+1
|
* Log mode errors when processing FJOIN.Gravatar Robin Burchell2012-04-181-3/+5
|
* Fix typo.Gravatar Robin Burchell2012-04-181-1/+1
|
* Match the logging in the rest of this module.Gravatar Robin Burchell2012-04-181-3/+3
|
* Be more helpful when processing commands from a linked server.Gravatar Robin Burchell2012-04-181-5/+18
| | | | | 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.
* Merge pull request #70 from Shawn-Smith/insp20+chancreatefixGravatar Robin Burchell2012-04-181-2/+8
|\ | | | | [2.0] Fixes the j/J snomask not working properly.
| * Fixes the j snomask not working properlyGravatar Shawn Smith2012-04-141-2/+8
| |
* | Fix some of the include guard names (requested by SaberUK)Gravatar Justin Crawford2012-04-1410-20/+20
| |
* | Fixes for bug #12Gravatar Justin Crawford2012-04-1417-34/+34
| |
* | Fix unused variables reported by the clang static analyzer.Gravatar Peter Powell2012-04-141-1/+0
| |
* | Merge pull request #35 from pcarrier/insp20ldapGravatar Robin Burchell2012-04-141-0/+21
|\ \ | | | | | | extras/m_ldapauth: CIDR-based whitelisting
| * | extras/m_ldapauth: CIDR-based whitelistingGravatar Pierre Carrier2012-04-101-0/+21
| | | | | | | | | | | | | | | | | | | | | Offer host-based whitelisting in the ldap module. Used to trust clients from internal networks, whilst requiring authentication from "outsiders".
* | | Remove references to old configure commands.Gravatar Peter Powell2012-04-121-2/+1
| |/ |/|
* | Fixed linking m_sqlite3 on WindowsGravatar Adam2012-04-101-0/+4
| |
* | Merge pull request #25 from DjSlash/colour-to-colorGravatar Robin Burchell2012-04-092-7/+7
|\ \ | | | | | | Replace [cC]olour with [cC]olor
| * | Replace [cC]olour with [cC]olorGravatar Rutger2012-04-012-7/+7
| | | | | | | | | | | | | | | Making things consistent, the modules are named '...color', let's keep on using that instead of 'colour'.
* | | Typofix in m_ojoinGravatar Rutger2012-04-011-1/+1
|/ / | | | | | | In m_ojoin 'business' was miss-spelled.
* | m_hostchange: Fix a typo preventing port filters from workingGravatar Kyle Fuller2012-03-221-1/+1
| |
* | m_remove: forbid removing ulined usersGravatar Justasic2012-02-251-0/+5
| |
* | m_chghost: Fix incorrect length check pointed out by ThalesGravatar Daniel De Graaf2012-02-251-5/+6
| |
* | Make m_shun work on aliasesGravatar Jens Voss2012-01-211-0/+6
|/
* Fix stats letter for shunsGravatar Jackmcbarn2011-08-271-2/+1
|