aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configure: fix check for eventfd support.•••InspIRCd uses eventfd_read() which was not introduced until after eventfd was first added to glibc. uClibc, for example, still does not have support for eventfd_read(). v1.2.9rc1Gravatar William Pitcock2012-03-301-1/+6
* 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 inv...Gravatar Adam2012-03-291-1/+1
* inspircd.com is no longer our dev blogGravatar Pogs McPoggerson2012-03-242-2/+0
* 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
* Use `xcrun clang++` on OS X as the compilerGravatar Kyle Fuller2012-03-221-1/+1
* Update sources.lst to point to the GitHub inspircd-extras repo.Gravatar Peter Powell2012-03-221-1/+1
* Switch configure script to use clang on OS X as Apple no longer maintain thei...Gravatar Peter Powell2012-03-221-2/+10
* Merge pull request #3 from Shawn-Smith/readme•••ReadmeGravatar Robin Burchell2012-03-221-0/+13
|\
| * Removed gitorious from readmeGravatar Shawn Smith2012-03-211-3/+2
| * Fix the markdown on the READMEGravatar Shawn Smith2012-03-211-3/+3
| * Added a README file with some basic information about the project.Gravatar Shawn Smith2012-03-211-0/+14
|/
* dns: cleanup ResultIsReady() prototypeGravatar William Pitcock2012-03-211-6/+6
* dns: more hardening•••- 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) Gravatar William Pitcock2012-03-211-2/+7
* dns: reject messages with lengths larger than DNSHeader with prejudice•••This also includes when decompressing name entries. Gravatar William Pitcock2012-03-211-10/+33
* dns: iterators which are integer should always be unsigned, else an integer u...•••Signed-off-by: William Pitcock <nenolod@dereferenced.org> Gravatar William Pitcock2012-03-211-1/+1
* 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
* Add note about hidewhois and idle timesGravatar Jackmcbarn2011-08-311-0/+2
* Allow use of absolute paths with m_nationalcharsGravatar Jackmcbarn2011-07-191-1/+2
* Fix recursion of QuitUser in SendQ quitsGravatar Daniel De Graaf2011-05-234-7/+31
* 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 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 bug where an empty parameter is generated when input to a tokenstream end...Gravatar Jackmcbarn2011-01-221-1/+1
* 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 than...Gravatar Daniel De Graaf2010-09-031-8/+11
* 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 2.8/linu...Gravatar Daniel De Graaf2010-05-212-2/+2
* 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
* Check maximum length of ban list for local users, not remoteGravatar Daniel De Graaf2010-04-161-1/+1
* Fix typo in argument to valdebug spotted by daemonic.Gravatar Dennis Friis2010-04-051-1/+1
* 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 metadata•••git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12647 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-03-221-0/+2
* Make /etc/resolv.conf reader slightly less stupid•••git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12643 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-03-181-3/+6
* Filter out modules not applicable to the installed inspircd version•••git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12624 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-03-121-0/+12
* Don't implement --atleast-version ourselves, incorrectly•••git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12621 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-03-111-25/+2
* Add support for DESTDIR•••git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12619 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-03-111-5/+5
* Fix mode +L being visibly reset on every FJOIN•••git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12608 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-03-061-0/+2
* Fix memory leak and possible crash in m_ident, found in 2.0•••git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12587 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-03-021-0/+3
* Cap masks and bans at 250 characters to fix bug #946•••git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12574 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-03-012-0/+5