]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src
Part 1 of my plan to take over the world. pay it no attention.
[user/henk/code/inspircd.git] / src /
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 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 peaveyMajorly funk around with this, still needs check for...
2006-12-30 peaveyThat should make it load/unload, still needs REHASH...
2006-12-29 brainFix for w00t
2006-12-29 brainFix my whoopsies
2006-12-29 brainAdd counter system for umodes to get rid of some O(n)
2006-12-29 brainFixed search and replace, code pilfered from m_alias...
2006-12-29 brainA few fixes, but i cant see why the reverse check doesn...
2006-12-29 peaveyOops slippy fingers.
2006-12-29 peaveyLess debug.
2006-12-29 peaveyFix for rehash/load/unload.
2006-12-29 brainFix desync (modes not being pushed to remote servers...
2006-12-29 peaveyMajorly rewrite to totally funk up SQL logging module...
2006-12-29 peaveyWriting beyond malloc'ed mem of a char pointer will...
2006-12-29 specialShould fix bug #183 (rconnect issues), thanks Bricker
2006-12-29 peaveyWriting beyond malloc'ed mem of a char pointer will...
2006-12-29 peaveyForgot to init it, clean up mem leakage too and log...
2006-12-29 peaveyAlso using new interface methods, and maybe less crashage.
2006-12-28 peaveyChange the SQLutils and SQL providers to also use inter...
2006-12-28 peaveyCopyright header added.
2006-12-28 peaveyFix mem leakage in reading in and connecting to databas...
2006-12-28 brainFix for empty 005 lines
2006-12-28 brainTidy up indenting in here and remove a ^M
2006-12-28 brainReasonably sized fix - when adding modes in modules...
2006-12-28 peaveyAdd support for LOCKSERV/UNLOCKSERV to block/open for...
2006-12-28 peaveyTidyup and is now a vendor module.
2006-12-28 peaveyWhoops unused variable.
2006-12-28 peaveyAdd cleanup of objects on readconf and in destructor.
2006-12-28 peaveyRemove an extra delete that caused a segfault.
2006-12-26 peaveyFix deprotectself=no not working.
2006-12-26 brainBeta 8 track! (oh, and there are now officially more...
2006-12-26 brainCrux!
2006-12-26 brainhave configure detect SOMAXCONN and store it in a strin...
2006-12-26 brainAdd defaults for a ton of config vars, fix indentation...
2006-12-26 brainChange to use std::string::iterator rather than making...
2006-12-26 peaveyJust a little tweak so trigger values makes more sense.
2006-12-26 peaveyAdd support for config option for percent and minimum...
2006-12-26 peaveyAdd some defaults to serverconfig, removing need to...
2006-12-26 peaveyAlso add support for default values for ConfValueBool...
2006-12-26 peaveyTidyup a few var inits for whowas and ircu style prefix.
2006-12-26 peaveyAdd possibility to define default value for ConfValue...
2006-12-25 peaveyFix m_httpd always crashing in destructor if no active...
2006-12-25 peaveyCosmetic fix to stats z output.
2006-12-24 brainFix ISON with multiple lines of ISON response, canonize...
2006-12-24 brainFix broken +G for AnMaster (thanks for pointing out...
2006-12-24 brainDouble whoops
2006-12-24 brainWhoops!
2006-12-24 brainSQLQuery operator% and operator, now support any data...
2006-12-24 brainTidyup
2006-12-24 brainTidyup
2006-12-24 brainAdd new people to /info
2006-12-24 brainAnd fix obligitary brainfarts
2006-12-24 brainWhoops, crash on sighup due to passing null argv and...
2006-12-24 brainDamnit, the comment caused a conflict :<
2006-12-24 brainw00t was right, freebsd needs <getopt.h> too
2006-12-24 brainAdded a comment /* GNUs smell */ to an #ifdef linux...
2006-12-24 brainChange argument parsing to use getopt_long_only().
2006-12-24 peaveyFix a bug in whowas that could desync list.
2006-12-24 peaveyAdd whowas usage to stats z.
2006-12-24 brainNeither should this
2006-12-24 brainRelatively small typo fix
2006-12-24 brainAdd call for OnGarbageCollect to the hourly cleanup
2006-12-24 brainAdd OnGarbageCollect method
2006-12-24 brainDo garbage collection of hash map automatically every...
2006-12-24 brainFix loop when quitting multiple users (this is probably...
2006-12-23 brainBetter checks for NULL log handles
2006-12-23 brainWe can't log in SocketEngine::DelFd(), because the...
2006-12-23 brainCrash on /rehash fixed (old code in here passed NULL...
2006-12-23 brainHash rehashing change
2006-12-23 brainClose logfile on rehash and reopen (it was only doing...
2006-12-23 brainDont sleep if there is a diedelay of 0
2006-12-23 brainFix exit in wrong place, and add new exitcodes.h
2006-12-23 brainFix bug in m_dnsbl, a condition is always matched becau...
2006-12-23 brainProgram termination (including SIGTERM) now calls InspI...
2006-12-23 brainFix issue where the last module to be loaded wasnt...
2006-12-23 brainCut down on debug on restart
2006-12-23 brainUse GetModuleCount() rather than the member var
next