aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fixed infinite loop cauesd by invalid dns packetsGravatar Adam2012-03-291-2/+9
|
* Fixed out of bounds memory access from malformed DNS queries that have an ↵Gravatar Adam2012-03-291-1/+1
| | | | invalid length label. Introduced in a6a07de0daa353bcd29056a4535a9c4784c113c8.
* m_ssl_gnutls: remove STARTTLS supportGravatar Daniel De Graaf2012-03-221-37/+0
|
* m_hostchange: Fix a typo preventing port filters from workingGravatar Kyle Fuller2012-03-221-1/+1
|
* dns: cleanup ResultIsReady() prototypeGravatar William Pitcock2012-03-211-6/+6
|
* dns: more hardeningGravatar William Pitcock2012-03-211-2/+7
| | | | | | | - don't trust rr.rdlength - don't accept replies we know are impossible for AAAA/A records - don't try to process record types we do not know about specifically (this behaviour just leads to disaster)
* dns: reject messages with lengths larger than DNSHeader with prejudiceGravatar William Pitcock2012-03-211-10/+33
| | | | This also includes when decompressing name entries.
* dns: iterators which are integer should always be unsigned, else an integer ↵Gravatar William Pitcock2012-03-211-1/+1
| | | | | | underflow is possible. Signed-off-by: William Pitcock <nenolod@dereferenced.org>
* m_chghost: Fix incorrect length check pointed out by ThalesGravatar Daniel De Graaf2012-02-251-5/+6
|
* Move my name from regular contributors to developersGravatar Jackmcbarn2011-09-282-12/+13
|
* Allow use of absolute paths with m_nationalcharsGravatar Jackmcbarn2011-07-191-1/+2
|
* Fix recursion of QuitUser in SendQ quitsGravatar Daniel De Graaf2011-05-232-7/+23
|
* 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
|
* 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 bug where an empty parameter is generated when input to a tokenstream ↵Gravatar Jackmcbarn2011-01-221-1/+1
| | | | ends in a colon
* Fix unsafe iteration in m_timedbansGravatar Daniel De Graaf2010-09-251-21/+27
|
* SVSNICK should not translate nicks to UIDsGravatar Daniel De Graaf2010-09-171-1/+1
|
* 1.2.8 release v1.2.8Gravatar Daniel De Graaf2010-09-051-1/+1
|
* Fix crash in m_silence when provided with a bad pattern (bug #79)Gravatar Daniel De Graaf2010-09-041-8/+17
|
* Fix resolved hostname being cropped when WEBIRC passes a hostname longer ↵Gravatar Daniel De Graaf2010-09-031-8/+11
| | | | than 64 characters
* Fix the stupid untested off-by-two ident length checkGravatar Daniel De Graaf2010-08-131-1/+1
|
* Quick fix for cgiirc notify bugGravatar Daniel De Graaf2010-08-111-2/+2
|
* Decrease nick change fakelag penalty to match 2.0Gravatar Daniel De Graaf2010-08-021-1/+1
|
* Use EFD_NONBLOCK in test creation of eventfd (makes it require glibc ↵Gravatar Daniel De Graaf2010-05-211-1/+1
| | | | 2.8/linux 2.6.27)
* Remove misleading null statementGravatar Daniel De Graaf2010-04-241-2/+3
|
* 1.2.7 release v1.2.7Gravatar Daniel De Graaf2010-04-181-1/+1
|
* Fix crash when a remote server has the same name as we doGravatar Daniel De Graaf2010-04-161-2/+3
|
* Allow E:lines to make users exempt from DNSBL checksGravatar Daniel De Graaf2010-03-311-2/+1
|
* Add debouncing to m_cloaking, and fix cloak of hosts without dotsGravatar Daniel De Graaf2010-03-271-2/+20
|
* Send module load/unload notifications as metadataGravatar danieldg2010-03-221-0/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12647 e03df62e-2008-0410-955e-edbf42e46eb7
* Make /etc/resolv.conf reader slightly less stupidGravatar danieldg2010-03-181-3/+6
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12643 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix mode +L being visibly reset on every FJOINGravatar danieldg2010-03-061-0/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12608 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix memory leak and possible crash in m_ident, found in 2.0Gravatar danieldg2010-03-021-0/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12587 e03df62e-2008-0410-955e-edbf42e46eb7
* Cap masks and bans at 250 characters to fix bug #946Gravatar danieldg2010-03-012-0/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12574 e03df62e-2008-0410-955e-edbf42e46eb7
* 1.2.6 release v1.2.6Gravatar danieldg2010-02-251-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12560 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix maxparams in FPART/REMOVEGravatar danieldg2010-02-251-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12559 e03df62e-2008-0410-955e-edbf42e46eb7
* Remove server deletion from OnError, fixes crash on ping timeoutGravatar danieldg2010-02-214-13/+11
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12511 e03df62e-2008-0410-955e-edbf42e46eb7
* Compile fix for m_ldapauthGravatar danieldg2010-02-181-3/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12496 e03df62e-2008-0410-955e-edbf42e46eb7
* Support multiple certificates in GnuTLS certificate chainGravatar danieldg2010-02-181-7/+18
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12492 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport r12486: Check for <user>:<password> for ldap auth in /PASS password ↵Gravatar w00t2010-02-171-10/+28
| | | | | | if ident/nickname method fails, this allows people with long uids/invalid uids to still auth to LDAP. Thanks to stezz. git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12487 e03df62e-2008-0410-955e-edbf42e46eb7
* Bug #645 was correct behavior on the client's part, the IRC STARTTLS ↵Gravatar danieldg2010-02-161-6/+2
| | | | | | standard was broken git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12479 e03df62e-2008-0410-955e-edbf42e46eb7
* Close and delete server sockets when they are in DYING state, should avoid ↵Gravatar danieldg2010-02-162-3/+7
| | | | | | 100% CPU in other socketengines git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12473 e03df62e-2008-0410-955e-edbf42e46eb7
* 1.2.5 release v1.2.5Gravatar danieldg2010-02-151-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12462 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix race where two servers with the same name can enter WAIT_AUTH_2 and ↵Gravatar danieldg2010-02-152-9/+9
| | | | | | cause a double-free crash git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12461 e03df62e-2008-0410-955e-edbf42e46eb7
* Call OnClose() before changing link state to DYING to clean up introduced ↵Gravatar danieldg2010-02-143-2/+8
| | | | | | servers git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12458 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix sending null character on callerid metadataGravatar danieldg2010-02-121-1/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12441 e03df62e-2008-0410-955e-edbf42e46eb7
* When we get events on unknown file descriptors, unregister them rather than ↵Gravatar danieldg2010-02-111-0/+6
| | | | | | spinning at 100% CPU git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12437 e03df62e-2008-0410-955e-edbf42e46eb7
* 1.2.4 release v1.2.4Gravatar danieldg2010-02-101-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12427 e03df62e-2008-0410-955e-edbf42e46eb7
* Set link state to DYING on more error pathsGravatar danieldg2010-02-071-2/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12393 e03df62e-2008-0410-955e-edbf42e46eb7