]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
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...
2007-01-20 brainFixing
2007-01-20 brainApply fixes for buffering of headers, and a test module...
2007-01-20 brain1.1.0+SVN!
2007-01-20 brainBeta9+Finale!
2007-01-20 omMøøses > Yøuses
2007-01-20 brainBetter way even than suggested.
2007-01-20 brainNow wont even try to read an empty file
2007-01-19 brainFix for NthDegree, thanks for the info :)
2007-01-19 brainFix dependencies
2007-01-19 brainAs suggested (and coded) by w00t, show * as the nick...
2007-01-19 brainSplit out rconnect command into its own file (this...
2007-01-19 brainSplit this up even more, much smaller files that are...
2007-01-19 peaveyfix for installing modules twice.
2007-01-18 brainAdd support for: "make modinstall"
2007-01-18 brainA readme file, mainly for devs.
2007-01-18 brainCommit #999999, Brain learns to spell.
2007-01-18 brain$(FLAGS) was omitted from build line of a directory...
2007-01-18 brainFix the dependency checking to not rebuild an entire...
2007-01-18 brainMore complex module directories complicate make clean
2007-01-18 brainMove this over to left margin now, is no longer part...
2007-01-18 brainRemove space indents
2007-01-18 brainAdd all this crapola
2007-01-18 brainMuch more tidyup, and yes, tons more to go
2007-01-18 brainStart of splitting up. WARNING: This is far from tidy...
2007-01-18 brainWhoops, and commit this :p
2007-01-18 brainMove some stuff into utils.h
2007-01-18 brainChange stuff around
2007-01-18 brainYAY I FIXED IT!
2007-01-18 brainReverting this back to normality
next