aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
...
* | m_showwhois Fix potential crash in WHOISNOTICE handlerGravatar attilamolnar2012-05-281-0/+3
|/
* Merge pull request #145 from SaberUK/insp20-typo-fixes•••[2.0] Typo fixes.Gravatar Robin Burchell2012-05-275-9/+9
|\
| * 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
* 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.•••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. Gravatar Robin Burchell2012-04-181-5/+18
* Merge pull request #70 from Shawn-Smith/insp20+chancreatefix•••[2.0] Fixes the j/J snomask not working properly.Gravatar Robin Burchell2012-04-181-2/+8
|\
| * 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/insp20ldap•••extras/m_ldapauth: CIDR-based whitelistingGravatar Robin Burchell2012-04-141-0/+21
|\ \
| * | extras/m_ldapauth: CIDR-based whitelisting•••Offer host-based whitelisting in the ldap module. Used to trust clients from internal networks, whilst requiring authentication from "outsiders". Gravatar Pierre Carrier2012-04-101-0/+21
* | | 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-color•••Replace [cC]olour with [cC]olorGravatar Robin Burchell2012-04-092-7/+7
|\ \
| * | Replace [cC]olour with [cC]olor•••Making things consistent, the modules are named '...color', let's keep on using that instead of 'colour'. Gravatar Rutger2012-04-012-7/+7
* | | Typofix in m_ojoin•••In m_ojoin 'business' was miss-spelled. Gravatar Rutger2012-04-011-1/+1
|/ /
* | 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
* Add -lgcrypt to m_ssl_gnutls because this is no longer pulled in by all versi...Gravatar Daniel De Graaf2011-08-071-1/+1
* Allow use of absolute paths with m_nationalcharsGravatar Jackmcbarn2011-07-191-1/+2
* Always use local SID as the source for PONG repliesGravatar Daniel De Graaf2011-06-231-1/+1
* Resolve /STATS S conflict between SVSHOLD and SHUNGravatar Daniel De Graaf2011-06-231-1/+1
* Remove possibly dangerous skip of VerifyCertificateGravatar Daniel De Graaf2011-06-232-2/+2
* Fix initialization of SSL certificate field on connectGravatar Daniel De Graaf2011-06-231-0/+1
* Fix extras compilation under WindowsGravatar Adam2011-06-187-14/+34
* Merge commit 'refs/merge-requests/5' of git://gitorious.org/inspircd/inspircd...Gravatar Daniel De Graaf2011-04-181-1/+1
|\
| * Fix bug 126, thanks to SebGravatar DjSlash2011-03-301-1/+1
* | Fixed Windows build on VS 2010Gravatar Adam2011-04-104-4/+6
* | Display a message when using /greloadmoduleGravatar Jackmcbarn2011-03-231-1/+20
|/
* Fix for bug 47Gravatar DjSlash2011-03-181-1/+1
* Fix timeout defaulting to zero for link blocksGravatar Daniel De Graaf2011-02-281-1/+1
* Fix bug #122Gravatar Jackmcbarn2011-02-141-2/+6
* Fix bug #83Gravatar Jackmcbarn2011-01-301-1/+1
* Fix bug #110Gravatar Jackmcbarn2011-01-241-10/+16