]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2007-01-09 brainCache channel max bans value to save an O(n) loop of...
2007-01-08 peaveycmd_whowas now uses the shiny new repeating timer.
2007-01-08 brainTweaks to mode parser
2007-01-08 brainAdd repeating timers, and make an hourly prune of the...
2007-01-08 brain user->WriteServ( "371 %s :. o O ( The Inspire...
2007-01-08 specialSomeone forgot to add clearcache to the makefile instal...
2007-01-08 peaveygetpidfile was not working at all. Fix it to work as...
2007-01-08 peaveyMove whowas containers into whowas class to avoid all...
2007-01-08 brainAdd /CLEARCACHE, oper only command which completely...
2007-01-08 peaveyNow even less leakage on add.
2007-01-08 brainOh, this tweak is for w00t -- rehash will remove expire...
2007-01-07 brainUpdate a comment, and touch a header just to make peopl...
2007-01-07 brainIf the result is cached, dont bother waiting for the...
2007-01-07 brainDocument dns caching, add a "bool cached" to OnLookupCo...
2007-01-07 brainAnd its all done and working!
2007-01-07 brainDNS caching stuff (almost done)
2007-01-07 peaveyTidy up old MaintainWhoWas.
2007-01-07 brainDNS Stuff - this wont work right yet, it will soon...
2007-01-07 peaveyMove all /WHOWAS related out of core and into cmd_whowas.
2007-01-07 brainFix m_testcommand which tries to use an undefined point...
2007-01-07 brainAdd TTL stuff to dns system (pass it to inherited objects)
2007-01-07 brainRename all the classes in m_httpd to be HttpServer...
2007-01-07 brainMake this use the newer format of class Request (this...
2007-01-07 peaveyMake this compile.
2007-01-07 specialAdded m_http_client - this is incomplete and won't...
2007-01-07 brainAdding CIDR support to m_check: as easy as adding a...
2007-01-07 peaveyadd internal cmdhandler that will make it easy to move...
2007-01-06 brainWhoops
2007-01-06 brainDont try and show idle time of remote opers in STATS P
2007-01-06 peaveyFix remote opers not being added to all_opers.
2007-01-06 w00tFix modecount on remote NICK
2007-01-06 w00tFix SVSJOIN desync (nothing too severe, don't panic...
2007-01-06 brainExtra check so that we dont get -O-s when doing:
2007-01-06 brainFix for bug #186 reported by peavey
2007-01-06 w00tFix minor NICK / modes issue that goes against our...
2007-01-06 brainFix desync with halfop and voice when opped (this happe...
2007-01-06 brain*slaps self* for not test compiling
2007-01-06 brainFix crash when unloading ssl module on shutdown --...
2007-01-06 brainTry this AnMaster
2007-01-06 brainFix oper count, we cant decrement ModeCount('o') from...
2007-01-06 brainRepeat after me class, deleting values that arent newed...
2007-01-04 brainRun ./configure -modupdate to fix "make install" error...
2007-01-04 brainMerge buildsystem tweaks from darix:
2007-01-04 brainAnd fix this bit too
2007-01-04 brainMassive speedups for applying and checking perm xlines...
2007-01-03 brainBeta 9 RELEASE .... *cough* just kidding, i mean beta...
2007-01-03 brain1.1.0+B8-Hamster!
2007-01-03 brainFix lusers breakage introduced by latest set of optimiz...
2007-01-03 brainSirOlli gets credit for this fix, because he was the...
2007-01-02 peaveyFix for crash in desync of whowas lists on rehash....
2007-01-02 peaveyRemove a TODO comment. Also added support for <database...
2007-01-02 peaveym_mysql can now do REHASH proper. Detects any changes...
2007-01-02 peaveyFix: If sql user and pass matched, but not operclass...
2007-01-02 peaveyAlso use SQLhost for host config.
2007-01-02 peaveyUse SQLhost from m_sqlv2.h and tidyup some code. Plus...
2007-01-02 peaveyAdd class SQLhost that represents a <database> config...
2007-01-02 brainUpdate cloak keys example to use hex definition of...
2007-01-02 brainAdd support for suffixes K, M, G (kilo, mega, gigabyte...
2007-01-01 specialMade 'make modclean' and 'make distclean' clean out...
2007-01-01 brainFix to allow for OnRehash to know what user initiated...
2007-01-01 brainMake sure that if an oper opers up and has an swhois...
2007-01-01 brainThis should fix it on two fronts: missing Implements...
2007-01-01 brainThis is it, i think
2007-01-01 brainBlah
2007-01-01 brainDebug stuff, pay it no attention
2007-01-01 brainWhoops, forgot to put something back that i took out...
2007-01-01 brainAgain, dont use this yet
2007-01-01 brainDo not use these tweaks yet
2007-01-01 brainFix odd desync in FJOIN (this was some hax we put in...
2007-01-01 brainFix this so it works properly, and removes the descript...
2007-01-01 brainAdd port type identifiers
2006-12-31 brainPart 1 of my plan to take over the world. pay it no...
2006-12-31 brainFix whoopsies
2006-12-31 brainAdd missing feature: /rehash reinitializes dns subsytem...
2006-12-31 brainFix broken LOLCODE
2006-12-31 peaveyTidyup a bit, get rid of some valgrind warnings.
2006-12-31 brainCasting for conciseness
2006-12-31 brainMake this new idea O(1) instead of O(x*y)
2006-12-31 brainThanks AnMaster
2006-12-31 brainCache invalidation in the wrong place, fixes FHOST...
2006-12-31 brain<hostname:charmap> defines the valid characters in...
2006-12-30 brainIf a user has a QUIT message matching a KILL type filte...
2006-12-30 brainMake filters work on PART and QUIT messages too.
2006-12-30 peaveyMake it safe to lose connection to sql server.
2006-12-30 brainInvalidate 'late' here too
2006-12-30 brainFix broken cloaking introduced by last commit (we need...
2006-12-30 peaveyRemove a line of debug that could crash Log.
2006-12-30 brainCached GetFullRealHost etc.
2006-12-30 peaveyThis is a longshot, pls test AnnMaster.
2006-12-30 brainProperly document support for libhamsters
2006-12-30 brainChange delays to 1 sec.
2006-12-30 brainThe world is coming to an end!!! RUN AWAY!
2006-12-30 peaveyFix typo in warning, and make it sound less like the...
2006-12-30 peaveyNow REHASH checks for same and old connections, same...
2006-12-30 brainTweaks to instantiate less stuff when writing to a...
2006-12-30 brainTons of optimization of WriteChannel, WriteChannelWithS...
2006-12-30 brainAdd unregistered user counter, this may also fix the...
2006-12-30 peaveyChange description for insp_aton since only a positive...
2006-12-30 peaveyMajorly funk around with this, still needs check for...
2006-12-30 peaveyThat should make it load/unload, still needs REHASH...
next