aboutsummaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix bug #117, found by satmd, thanksGravatar Jackmcbarn2011-01-191-3/+3
* Restore prefixGravatar Jackmcbarn2010-12-021-1/+1
* Simplify ClearAllConnections code and fix possible crashGravatar Jackmcbarn2010-12-021-5/+2
* Fix possible crashGravatar Jackmcbarn2010-12-021-1/+1
* Register the silence list extensionGravatar Jackmcbarn2010-10-151-0/+1
* Remove m_sqlv2.h from these modules, they both use v3 now.Gravatar Dennis Friis2010-10-152-2/+0
* Fix memory leak in m_conn_waitpong caught by its breaking in 2.1Gravatar Daniel De Graaf2010-10-131-0/+1
* Fix unsafe iteration in m_timedbansGravatar Daniel De Graaf2010-09-251-17/+23
* A zero return from gnutls_record_send is not an errorGravatar Daniel De Graaf2010-09-191-7/+1
* Fix global notice of timedban add and remove being sourced from all serversGravatar Daniel De Graaf2010-09-181-2/+1
* SVSNICK should not translate nicks to UIDsGravatar Daniel De Graaf2010-09-171-1/+1
* Do not apply parameter length restrictions or CleanMask when unsetting modesGravatar Daniel De Graaf2010-09-041-3/+6
* Fix crash in m_silence when provided with a bad pattern (bug #79)Gravatar Daniel De Graaf2010-09-041-8/+17
* Fix crash on matching j:@#chan ban when the user is not in the channelGravatar Daniel De Graaf2010-09-041-1/+1
* Fix resolved hostname not being changed when WEBIRC passes a hostname longer ...Gravatar Daniel De Graaf2010-09-031-17/+15
* Prevent setting mode -H if already unset, bug #74Gravatar Daniel De Graaf2010-08-281-0/+2
* Clarify null character append in m_cloaking (fixes compiler warning)Gravatar Daniel De Graaf2010-08-171-1/+1
* Also tidy masks being removed, fixes bug #70Gravatar Daniel De Graaf2010-08-111-4/+3
* Fix NotifyOpers setting not being applied correctlyGravatar Daniel De Graaf2010-08-111-10/+9
* Stop hiding users when a prefix is set on them, fixes apparent desyncsGravatar Jens Voss2010-08-081-3/+25
* Don't try to tidy m_autoop entries (fixes extra !*@*)Gravatar Daniel De Graaf2010-08-081-0/+1
* Fix $md5pass and $sha256pass in SQL queriesGravatar Daniel De Graaf2010-08-043-3/+3
* Fix m_opermodes.so sending modes for unintroduced clients with oper autologin...Gravatar Adam2010-08-031-4/+9
* Use the remote channel's capitalization on a losing TS mergeGravatar Daniel De Graaf2010-08-031-2/+4
* Allow halfops to remove their own halfop statusGravatar Daniel De Graaf2010-08-031-0/+7
* Fix incorrect default on <alias:channelcommand>Gravatar Daniel De Graaf2010-07-301-2/+2