summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 2.0.5 release v2.0.5Gravatar Daniel De Graaf2011-06-231-1/+1
* 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 WSAEWOULDBLOCK error on Windows•••Making a connection and then immediately accepting it is not synchronous on Windows; force the accept to block and wait for the connection we just made. Gravatar Daniel De Graaf2011-06-181-0/+1
* Fix extras compilation under WindowsGravatar Adam2011-06-187-14/+34
* Fix incorrect typecastGravatar Daniel De Graaf2011-06-061-1/+1
* Fix recursion of QuitUser in SendQ quitsGravatar Jackmcbarn2011-05-232-7/+18
* 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-182-4/+4
|\
| * Fix bug 126, thanks to SebGravatar DjSlash2011-03-301-1/+1
| * 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 mis-implemented irc::sockets::cidr_mask::operator<Gravatar Daniel De Graaf2011-04-181-2/+5
* | Fixed Windows build on VS 2010Gravatar Adam2011-04-108-8/+11
* | 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
|/
* Fix for bug 47Gravatar DjSlash2011-03-181-1/+1
* 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 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-232-4/+11
* 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 kick level check to scan all status modes and not skip checks for modeles...Gravatar Daniel De Graaf2010-09-301-7/+12
* 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
* Add gettimeofday() fallback for systems without clock_gettimeGravatar Daniel De Graaf2010-09-081-2/+8
* 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
* Prevent setting mode -H if already unset, bug #74Gravatar Daniel De Graaf2010-08-281-0/+2