summaryrefslogtreecommitdiff
Commit message (Collapse)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 WindowsGravatar Daniel De Graaf2011-06-181-0/+1
| | | | | 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.
* Fix extras compilation under WindowsGravatar Adam2011-06-1818-7301/+2759
|
* Final fixups for a working Windows buildGravatar Adam2011-06-089-550/+90
|
* Fix incorrect typecastGravatar Daniel De Graaf2011-06-061-1/+1
|
* Fix recursion of QuitUser in SendQ quitsGravatar Jackmcbarn2011-05-234-7/+26
|
* Fix timers never being ticked on windowsGravatar Adam2011-05-211-1/+1
|
* 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 ↵Gravatar Daniel De Graaf2011-04-185-17/+14
|\ | | | | | | git://gitorious.org/inspircd/inspircd into insp20
| * 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 appliedGravatar DjSlash2011-03-181-3/+3
| | | | | | | | | | submitted patch from bug 114 (thanks to DarkStorm) and removed additional -1's.
| * 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'tGravatar DjSlash2011-03-181-10/+0
| | | | supported nor delivered in main package
* 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 kqueueGravatar Daniel De Graaf2011-03-031-1/+1
| | | | | The maximum number of file descriptors was incorrectly using the OS maximum, not the process maximum. Thanks to Liath for finding & testing.
* 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 ↵Gravatar Jackmcbarn2011-01-221-1/+1
| | | | ends in a colon
* 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 ↵Gravatar Daniel De Graaf2010-09-301-7/+12
| | | | modeless users
* 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 ↵Gravatar Daniel De Graaf2010-09-281-2/+2
| | | | character
* 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
|