aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #27 from DjSlash/maxconnwarn•••Add <connect:maxconnwarn> v2.0.6rc1Gravatar Robin Burchell2012-04-094-4/+15
|\
| * Add <connect:maxconnwarn>•••Created the maxconnwarn variable in the connect block, so you can make connect blocks that only warns about max connections if you want to. This reduces noise from connecting clients that have low maxlocal and/or maxglobal. It is enabled by default. Gravatar Rutger2012-04-014-4/+15
* | Merge pull request #25 from DjSlash/colour-to-color•••Replace [cC]olour with [cC]olorGravatar Robin Burchell2012-04-096-19/+19
|\ \
| * | Replace [cC]olour with [cC]olor•••Making things consistent, the modules are named '...color', let's keep on using that instead of 'colour'. Gravatar Rutger2012-04-016-19/+19
| |/
* | Merge pull request #32 from SaberUK/remove-svn-references•••Remove outdated references to SVN.Gravatar Sir Pogsalot2012-04-092-22/+8
|\ \
| * | Remove outdated references to SVN.Gravatar Peter Powell2012-04-092-22/+8
| |/
* | Merge pull request #26 from DjSlash/typofix-m_ojoin•••Typofix in m_ojoinGravatar Sir Pogsalot2012-04-091-1/+1
|\ \ | |/ |/|
| * Typofix in m_ojoin•••In m_ojoin 'business' was miss-spelled. Gravatar Rutger2012-04-011-1/+1
|/
* Merge pull request #21 from nenolod/insp20•••configure: fix check for eventfd support.Gravatar Robin Burchell2012-03-301-1/+6
|\
| * 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(). Gravatar William Pitcock2012-03-291-1/+6
|/
* Merge pull request #16 from Adam-/insp20•••Fixed out of bounds memory access from malformed DNS queries that have a...Gravatar Robin Burchell2012-03-281-3/+10
|\
| * Fixed infinite loop cauesd by invalid dns packetsGravatar Adam2012-03-271-2/+9
| * Fixed out of bounds memory access from malformed DNS queries that have an inv...Gravatar Adam2012-03-261-1/+1
|/
* inspircd.com is no longer our dev blogGravatar Pogs McPoggerson2012-03-242-2/+0
* Merge pull request #8 from kylef/hostchange•••m_hostchange: Fix a typo preventing port filters from workingGravatar Robin Burchell2012-03-221-1/+1
|\
| * m_hostchange: Fix a typo preventing port filters from workingGravatar Kyle Fuller2012-03-221-1/+1
|/
* Merge pull request #6 from Shawn-Smith/insp20•••Readme/insp20Gravatar Robin Burchell2012-03-221-0/+13
|\
| * Added readmeGravatar Shawn Smith2012-03-221-0/+13
| * Merge branch 'insp20', remote-tracking branch 'Official/insp20' into insp20Gravatar Shawn Smith2012-03-210-0/+0
* | Merge pull request #5 from kylef/xcrun•••Use `xcrun clang++` on OS X as the compilerGravatar Sir Pogsalot2012-03-221-1/+1
|\ \ | |/ |/|
| * Use `xcrun clang++` on OS X as the compilerGravatar Kyle Fuller2012-03-221-1/+1
|/
* Merge pull request #2 from SaberUK/insp20•••Fixes for OS X, the ModuleManager sources and some typos.Gravatar Sir Pogsalot2012-03-213-4/+12
|\
| * Typo fixes.Gravatar Peter Powell2012-03-212-2/+2
| * Update sources.lst to point to the GitHub inspircd-extras repo.Gravatar Peter Powell2012-03-211-1/+1
| * Switch configure script to use clang on OS X as Apple no longer maintain thei...Gravatar Peter Powell2012-03-211-2/+10
|/
* Merge pull request #1 from nenolod/insp20•••DNS resolver hardening (insp20 branch)Gravatar Sir Pogsalot2012-03-211-10/+38
|\
| * dns: cleanup ResultIsReady() prototypeGravatar William Pitcock2012-03-201-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-201-2/+7
| * dns: reject messages with lengths larger than DNSHeader with prejudice•••This also includes when decompressing name entries. Gravatar William Pitcock2012-03-201-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-201-1/+1
|/
* 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
* Add note about hidewhois and idle timesGravatar Jackmcbarn2011-08-311-0/+2
* 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-1818-7301/+2759
* Final fixups for a working Windows buildGravatar Adam2011-06-089-550/+90