aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Move my name from regular contributors to developersGravatar Jackmcbarn2011-09-282-12/+13
|/
* 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
* Fix compile warningGravatar Daniel De Graaf2011-07-231-2/+0
* Remove harmless but scary-looking logfile linesGravatar Daniel De Graaf2011-07-192-7/+0
* Allow use of absolute paths with m_nationalcharsGravatar Jackmcbarn2011-07-191-1/+2
* <connect deny=""> (or allow="") should not match all usersGravatar Daniel De Graaf2011-07-171-1/+1
* Only write pidfile if we have parsed a valid configurationGravatar Daniel De Graaf2011-07-171-3/+4
* 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