]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2007-02-06 brainChange some stuff here to bind INADDR_ANY
2007-02-05 brainNo gaurantees on this atm
2007-02-05 brainThis wont compile atm
2007-02-05 brainStuff to make dns work protocol-independent
2007-02-05 brainFix typo
2007-02-05 brainFix for allowing dns lookups to work in mixed protocol...
2007-02-05 brainNow working in svn:
2007-02-05 brainNot safe for use yet
2007-02-05 brainSmart tricks to allow for ipv4 and ipv6 bindings on...
2007-02-05 brainPass sizeof(sockaddr) to bind now. Passing the size...
2007-02-05 brainFix ipv4 bindings for ipv4 only servers
2007-02-05 brainHeavy state of debug. If you are a developer, please...
2007-02-05 peaveyMove quitting of clients to a central Cull List, and...
2007-02-05 peaveyMake checkconf handle end of line comments.
2007-02-05 specialconfigure was linking a nonexistant header with ssl...
2007-02-05 peaveyFix crash in ReportConfigError when done via SIGHUP.
2007-02-04 brainAnd another victim.
2007-02-04 brainpeaveys checkconf finds its first victim, an extra...
2007-02-04 peaveyAdd a general xml syntax checker for config files....
2007-02-04 w00tWe already have the numeric durations, why the fuck...
2007-02-04 peaveySet a few defaults for <connect> tag.
2007-02-04 w00tCall events properly on KLINE, GLINE and ZLINE for...
2007-02-03 brainBetter error reporting of failures to read certs in...
2007-02-03 brainBetter logging for openssl, using SSL_print_error_cb...
2007-02-03 brainMake this work on ancient gcc's
2007-02-03 brainOn ipv6 servers, if a user connects with 4in6 (0::ffff...
2007-02-03 w00tUpdate the date here, remove the 'updated by' list...
2007-02-03 specialFingerprint really shouldn't be in the example oper...
2007-02-03 peaveyFix this not working.
2007-02-02 w00tMention that +z means SSL only in the 489, thanks dmb
2007-02-02 w00tDon't set a user's oper host unless they are using...
2007-02-02 specialFixed a bug in m_connflood that caused the bootwait...
2007-02-02 w00tMinor OS X patch, per BuildSmart for 10.3.x users
2007-02-01 brainGrr, searchirc uses .org now
2007-02-01 brainAdd <securelist:exception> to allow certain masks to...
2007-02-01 brainChange the way versions are displayed by connect and...
2007-02-01 w00tNew patch from BuildSmart for OS X support, not broken...
2007-01-31 brain1.1.0+Diamond!
2007-01-31 brainRemove -O2, it seems to break tons of stuff with no...
2007-01-31 brainipv6 connect tweaks, to memcpy() sin6_addr's rather...
2007-01-31 brainWhy the fuck do no systems have INADDR6_ANY?!
2007-01-30 brainTweaks to backwards memcpy's that dont actually do...
2007-01-30 brainGood job we test, because often we find bugs ;p
2007-01-30 brainSupport both forms of ISON as clients seem to send...
2007-01-30 brainFix w00ts compile error :p (if you do an if without...
2007-01-30 brainDocumentation change to indicate errno is valid on...
2007-01-30 brainWhoops, fix inspsocket so that its ok to use errno...
2007-01-30 brainAdd strerror(errno) to port bind failure on TreeSocket
2007-01-30 w00tIf no topic specified, give index help, thanks Robby
2007-01-30 brainMerge spellig-mistaks patch from dmb
2007-01-30 brainFix the text in this numeric
2007-01-30 specialAlso remove the references to the commands I removed...
2007-01-30 specialFixed a typo in the helpop-full example file that broke...
2007-01-29 specialOpertype in /check is now properly spacified
2007-01-28 brainWhoops, switch around order of makefile rules so its...
2007-01-28 brainAdd message about how building with debug makes huuuuuu...
2007-01-28 brainAdded 'make debug' which does 'make all' with -g rather...
2007-01-28 brainFix this so that it works with outbound connects again.
2007-01-28 brainRemove debug, add a few comments
2007-01-28 brainFix broken openssl outbound connects.
2007-01-28 specialAdded errno to the epoll failure message for more detail
2007-01-27 brainSpellig mistak.
2007-01-27 brainOnExtendedMode was removed in 1.0, the function names...
2007-01-27 brainPotential desync on "nick collision at same time as...
2007-01-27 brainfix so that OnWhois is triggered for remote whois,...
2007-01-27 peaveyCorrectly allow all supporting versions of PostgreSQL...
2007-01-27 peaveyThe mob has spoken: PQescapeStringConn is used for...
2007-01-26 brainFix for bug #187
2007-01-25 brainFor the filter GLINE action, ban *@IP, so that they...
2007-01-25 brainCut out some code duplication by using the existing...
2007-01-24 brainThe /id command for nicks in atheme should have the...
2007-01-24 omAdd m_banredirect to example config
2007-01-24 w00tNo statserv, but we have gameserv
2007-01-24 brainExample aliases files.
2007-01-24 peaveyFix endless loop on dns hit.
2007-01-24 brainFucking grr.
2007-01-23 brainRevert some stuff back to the old way
2007-01-23 brainNote: ne is not eq.
2007-01-23 brainMake our makefile bsd compatible again :/
2007-01-23 brainIntegrate OSX patches from BuildSmart, plus a few tweak...
2007-01-23 brainBack-out OSX patches till theyre completed, our stable...
2007-01-23 brainFirst part of OSX patches for 1.1 from BuildSmart
2007-01-22 w00tTrivial fix, extra >s noted by owine
2007-01-21 brainAdd check for openssl >= 0.9.7, and fix for if the...
2007-01-21 brainWhoops put this back to 3.3
2007-01-21 brainFix broken function vcheck() that checks one dot-delimi...
2007-01-21 brainAdd extra macro pkgconfversion("packagename", "version");
2007-01-21 brainKeep gcc from whining when there is NOT an error (see...
2007-01-21 brainFix library detection flags (bad define put into the...
2007-01-21 brainNote that we dont allow upgrades to version 3 of GPL...
2007-01-20 brainFix bad duplication of filters containing spaces across...
2007-01-20 specialFixed (rewrote) m_http_client's URL parsing, it is...
2007-01-20 brainFix the commandline stuff up to actually work!
2007-01-20 brainIf we're not in interactive mode, then we dont prompt...
2007-01-20 brainAdditional feature, pass -DVERSION_PKGCONFMODNAME=...
2007-01-20 brainAnd fix it so it works
2007-01-20 brainBetter detection
2007-01-20 brainAdd caching of all detected values :)
2007-01-20 brainProritise cached value above a search
2007-01-20 brainFixes to make ./configure prompt for libs if all else...
next