summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2.0.4 release v2.0.4Gravatar Daniel De Graaf2011-05-081-1/+1
* Fix IPv6 test on WindowsGravatar Adam2011-04-191-1/+1
* Merge commit 'refs/merge-requests/5' of git://gitorious.org/inspircd/inspircd...Gravatar Daniel De Graaf2011-04-185-17/+14
|\
| * Updated helpop regarding SILENCE, example had syntax wrongGravatar DjSlash2011-03-301-1/+1
| * Fix bug 126, thanks to SebGravatar DjSlash2011-03-301-1/+1
| * Updated examples, removing ziplinksGravatar DjSlash2011-03-282-10/+7
| * Values were -1, couldnt find an explanation for that. So applied•••submitted patch from bug 114 (thanks to DarkStorm) and removed additional -1's. Gravatar DjSlash2011-03-181-3/+3
| * Fix for bug 80Gravatar DjSlash2011-03-181-2/+2
* | Fix mis-implemented irc::sockets::cidr_mask::operator<Gravatar Daniel De Graaf2011-04-181-2/+5
* | Fixed Windows build on VS 2010Gravatar Adam2011-04-1017-58/+108
* | Revert to old sepstream logic until a proper fix is finishedGravatar Jackmcbarn2011-04-011-5/+14
* | Fix sepstream logic when multiple consecutive separators are encounteredGravatar Jackmcbarn2011-03-281-14/+5
* | Display a message when using /greloadmoduleGravatar Jackmcbarn2011-03-231-1/+20
|/
* Deleted m_invisible from modules.conf.example since that module isn't•••supported nor delivered in main package Gravatar DjSlash2011-03-181-10/+0
* Fix for bug 47Gravatar DjSlash2011-03-181-1/+1
* Fix for bug 116, in addition an improvement of the regex is madeGravatar DjSlash2011-03-181-2/+2
* Fix excessive memory use in kqueue•••The maximum number of file descriptors was incorrectly using the OS maximum, not the process maximum. Thanks to Liath for finding & testing. Gravatar Daniel De Graaf2011-03-031-1/+1
* Fix timeout defaulting to zero for link blocksGravatar Daniel De Graaf2011-02-281-1/+1
* Fix "-bundle not allowed with -dynamiclib" issue on OS XGravatar Peter Powell2011-02-271-1/+1
* Fix bug #122Gravatar Jackmcbarn2011-02-141-2/+6
* 2.0.3 release v2.0.3Gravatar Daniel De Graaf2011-02-011-1/+1
* Fix bug #83Gravatar Jackmcbarn2011-01-301-1/+1
* Fix bug #110Gravatar Jackmcbarn2011-01-241-10/+16
* Fix bug where an empty parameter is generated when input to a tokenstream end...Gravatar Jackmcbarn2011-01-221-1/+1
* Fix bug #117, found by satmd, thanksGravatar Jackmcbarn2011-01-191-3/+3
* Remove bad return statement - noticed by zynox, thanksGravatar Jackmcbarn2011-01-041-1/+0
* Fix bug #113Gravatar Jackmcbarn2010-12-233-5/+12
* 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
* Fix taint mode executionGravatar Daniel De Graaf2010-10-201-4/+4
* 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 kick level check to scan all status modes and not skip checks for modeles...Gravatar Daniel De Graaf2010-09-301-7/+12
* Work around old GNU make's inability to use "else if"Gravatar Daniel De Graaf2010-09-281-9/+21
* Fix kicking permisisons - GetPrefixChar returns the prefix, not the mode char...Gravatar Daniel De Graaf2010-09-281-2/+2
* 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
* Build fixes for darwinGravatar Daniel De Graaf2010-09-101-3/+2
* Recreate the build/include symlink so that changing the build location works ...Gravatar Daniel De Graaf2010-09-081-0/+1
* Add gettimeofday() fallback for systems without clock_gettimeGravatar Daniel De Graaf2010-09-082-2/+11
* Fix the pseudo-penalty hack that doesn't work properlyGravatar Daniel De Graaf2010-09-052-4/+1
* 2.0.2 release v2.0.2Gravatar Daniel De Graaf2010-09-041-1/+1
* Do not apply parameter length restrictions or CleanMask when unsetting modesGravatar Daniel De Graaf2010-09-043-8/+8
* 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