| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #27 from DjSlash/maxconnwarn•••Add <connect:maxconnwarn> v2.0.6rc1 | 2012-04-09 | 4 | -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. | 2012-04-01 | 4 | -4/+15 | |
| * | | Merge pull request #25 from DjSlash/colour-to-color•••Replace [cC]olour with [cC]olor | 2012-04-09 | 6 | -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'. | 2012-04-01 | 6 | -19/+19 | |
| | |/ | |||||
| * | | Merge pull request #32 from SaberUK/remove-svn-references•••Remove outdated references to SVN. | 2012-04-09 | 2 | -22/+8 | |
| |\ \ | |||||
| | * | | Remove outdated references to SVN. | 2012-04-09 | 2 | -22/+8 | |
| | |/ | |||||
| * | | Merge pull request #26 from DjSlash/typofix-m_ojoin•••Typofix in m_ojoin | 2012-04-09 | 1 | -1/+1 | |
| |\ \ | |/ |/| | |||||
| | * | Typofix in m_ojoin•••In m_ojoin 'business' was miss-spelled. | 2012-04-01 | 1 | -1/+1 | |
| |/ | |||||
| * | Merge pull request #21 from nenolod/insp20•••configure: fix check for eventfd support. | 2012-03-30 | 1 | -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(). | 2012-03-29 | 1 | -1/+6 | |
| |/ | |||||
| * | Merge pull request #16 from Adam-/insp20•••Fixed out of bounds memory access from malformed DNS queries that have a... | 2012-03-28 | 1 | -3/+10 | |
| |\ | |||||
| | * | Fixed infinite loop cauesd by invalid dns packets | 2012-03-27 | 1 | -2/+9 | |
| | * | Fixed out of bounds memory access from malformed DNS queries that have an inv... | 2012-03-26 | 1 | -1/+1 | |
| |/ | |||||
| * | inspircd.com is no longer our dev blog | 2012-03-24 | 2 | -2/+0 | |
| * | Merge pull request #8 from kylef/hostchange•••m_hostchange: Fix a typo preventing port filters from working | 2012-03-22 | 1 | -1/+1 | |
| |\ | |||||
| | * | m_hostchange: Fix a typo preventing port filters from working | 2012-03-22 | 1 | -1/+1 | |
| |/ | |||||
| * | Merge pull request #6 from Shawn-Smith/insp20•••Readme/insp20 | 2012-03-22 | 1 | -0/+13 | |
| |\ | |||||
| | * | Added readme | 2012-03-22 | 1 | -0/+13 | |
| | * | Merge branch 'insp20', remote-tracking branch 'Official/insp20' into insp20 | 2012-03-21 | 0 | -0/+0 | |
| * | | Merge pull request #5 from kylef/xcrun•••Use `xcrun clang++` on OS X as the compiler | 2012-03-22 | 1 | -1/+1 | |
| |\ \ | |/ |/| | |||||
| | * | Use `xcrun clang++` on OS X as the compiler | 2012-03-22 | 1 | -1/+1 | |
| |/ | |||||
| * | Merge pull request #2 from SaberUK/insp20•••Fixes for OS X, the ModuleManager sources and some typos. | 2012-03-21 | 3 | -4/+12 | |
| |\ | |||||
| | * | Typo fixes. | 2012-03-21 | 2 | -2/+2 | |
| | * | Update sources.lst to point to the GitHub inspircd-extras repo. | 2012-03-21 | 1 | -1/+1 | |
| | * | Switch configure script to use clang on OS X as Apple no longer maintain thei... | 2012-03-21 | 1 | -2/+10 | |
| |/ | |||||
| * | Merge pull request #1 from nenolod/insp20•••DNS resolver hardening (insp20 branch) | 2012-03-21 | 1 | -10/+38 | |
| |\ | |||||
| | * | dns: cleanup ResultIsReady() prototype | 2012-03-20 | 1 | -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) | 2012-03-20 | 1 | -2/+7 | |
| | * | dns: reject messages with lengths larger than DNSHeader with prejudice•••This also includes when decompressing name entries. | 2012-03-20 | 1 | -10/+33 | |
| | * | dns: iterators which are integer should always be unsigned, else an integer u...•••Signed-off-by: William Pitcock <nenolod@dereferenced.org> | 2012-03-20 | 1 | -1/+1 | |
| |/ | |||||
| * | m_remove: forbid removing ulined users | 2012-02-25 | 1 | -0/+5 | |
| * | m_chghost: Fix incorrect length check pointed out by Thales | 2012-02-25 | 1 | -5/+6 | |
| * | Make m_shun work on aliases | 2012-01-21 | 1 | -0/+6 | |
| * | Move my name from regular contributors to developers | 2011-09-28 | 2 | -12/+13 | |
| * | Add note about hidewhois and idle times | 2011-08-31 | 1 | -0/+2 | |
| * | Fix stats letter for shuns | 2011-08-27 | 1 | -2/+1 | |
| * | Add -lgcrypt to m_ssl_gnutls because this is no longer pulled in by all versi... | 2011-08-07 | 1 | -1/+1 | |
| * | Fix compile warning | 2011-07-23 | 1 | -2/+0 | |
| * | Remove harmless but scary-looking logfile lines | 2011-07-19 | 2 | -7/+0 | |
| * | Allow use of absolute paths with m_nationalchars | 2011-07-19 | 1 | -1/+2 | |
| * | <connect deny=""> (or allow="") should not match all users | 2011-07-17 | 1 | -1/+1 | |
| * | Only write pidfile if we have parsed a valid configuration | 2011-07-17 | 1 | -3/+4 | |
| * | 2.0.5 release v2.0.5 | 2011-06-23 | 1 | -1/+1 | |
| * | Always use local SID as the source for PONG replies | 2011-06-23 | 1 | -1/+1 | |
| * | Resolve /STATS S conflict between SVSHOLD and SHUN | 2011-06-23 | 1 | -1/+1 | |
| * | Remove possibly dangerous skip of VerifyCertificate | 2011-06-23 | 2 | -2/+2 | |
| * | Fix initialization of SSL certificate field on connect | 2011-06-23 | 1 | -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. | 2011-06-18 | 1 | -0/+1 | |
| * | Fix extras compilation under Windows | 2011-06-18 | 18 | -7301/+2759 | |
| * | Final fixups for a working Windows build | 2011-06-08 | 9 | -550/+90 | |
