summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-12-31Fix broken LOLCODEbrain
2006-12-31Tidyup a bit, get rid of some valgrind warnings.peavey
2006-12-31Casting for concisenessbrain
2006-12-31Make this new idea O(1) instead of O(x*y)brain
2006-12-31Thanks AnMasterbrain
2006-12-31Cache invalidation in the wrong place, fixes FHOST remote host change bugbrain
2006-12-31<hostname:charmap> defines the valid characters in a hostmask (this is for yo...brain
2006-12-30If a user has a QUIT message matching a KILL type filter, we cant KILL someon...brain
2006-12-30Make filters work on PART and QUIT messages too.brain
2006-12-30Make it safe to lose connection to sql server.peavey
2006-12-30Invalidate 'late' here toobrain
2006-12-30Fix broken cloaking introduced by last commit (we need to invalidate the cach...brain
2006-12-30Remove a line of debug that could crash Log.peavey
2006-12-30Cached GetFullRealHost etc.brain
2006-12-30This is a longshot, pls test AnnMaster.peavey
2006-12-30Change delays to 1 sec.brain
2006-12-30The world is coming to an end!!! RUN AWAY!brain
2006-12-30Fix typo in warning, and make it sound less like the world is coming to an end.peavey
2006-12-30Now REHASH checks for same and old connections, same as the DNS resolver. So ...peavey
2006-12-30Tweaks to instantiate less stuff when writing to a bunch of usersbrain
2006-12-30Tons of optimization of WriteChannel, WriteChannelWithServ, WriteCommon etc, ...brain
2006-12-30Add unregistered user counter, this may also fix the (minor) m_conn_lusers sh...brain
2006-12-30Majorly funk around with this, still needs check for config change on REHASH.peavey
2006-12-30That should make it load/unload, still needs REHASH done proper.peavey
2006-12-29Fix for w00tbrain
2006-12-29Fix my whoopsiesbrain
2006-12-29Add counter system for umodes to get rid of some O(n)brain
2006-12-29Fixed search and replace, code pilfered from m_alias (i think someone misread...brain
2006-12-29A few fixes, but i cant see why the reverse check doesnt workbrain
2006-12-29Oops slippy fingers.peavey
2006-12-29Less debug.peavey
2006-12-29Fix for rehash/load/unload.peavey
2006-12-29Fix desync (modes not being pushed to remote servers with send_mode event)brain
2006-12-29Majorly rewrite to totally funk up SQL logging module. Works well with both M...peavey
2006-12-29Writing beyond malloc'ed mem of a char pointer will crash with a vengeance. F...peavey
2006-12-29Should fix bug #183 (rconnect issues), thanks Brickerspecial
2006-12-29Writing beyond malloc'ed mem of a char pointer will crash with a vengeance. F...peavey
2006-12-29Forgot to init it, clean up mem leakage too and log X-Lines proper.peavey
2006-12-29Also using new interface methods, and maybe less crashage.peavey
2006-12-28Change the SQLutils and SQL providers to also use interfaces for proper unloa...peavey
2006-12-28Copyright header added.peavey
2006-12-28Fix mem leakage in reading in and connecting to databases and have destructor...peavey
2006-12-28Fix for empty 005 linesbrain
2006-12-28Tidy up indenting in here and remove a ^Mbrain
2006-12-28Reasonably sized fix - when adding modes in modules, be sure to check the ret...brain
2006-12-28Add support for LOCKSERV/UNLOCKSERV to block/open for new connections. Thanks...peavey
2006-12-28Tidyup and is now a vendor module.peavey
2006-12-28Whoops unused variable.peavey
2006-12-28Add cleanup of objects on readconf and in destructor.peavey
2006-12-28Remove an extra delete that caused a segfault.peavey