]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2006-01-14 brainAdded RemoveSocket as a test fix for merwins bug
2006-01-14 brainReplaced some 'n' with '*n' that was breaking userrec...
2006-01-13 brainAdded extra safety check for a condition that should...
2006-01-12 brainGCC 4.0.2 warns because we assign in an if. we want...
2006-01-12 brainTypo (whoops)
2006-01-12 brainxline tweaks
2006-01-12 brainReplaced sprintf's with some char* voodoo
2006-01-12 brainChanged channel user lists from vector to map
2006-01-12 brainTest change to level-triggered epoll
2006-01-12 brainI dont know what ive been told, but extra brackets...
2006-01-12 brain<Bender> Who put this in here? O_o
2006-01-11 brainChanged to ignore error when file is same as target
2006-01-11 brain-C is not available on linux
2006-01-11 brainChanged to using 'install'
2006-01-11 brainChanged makefile to use 'install'
2006-01-11 frostycoolslugFixed massivly huge bug in showwhois, MASSIVE undertaki...
2006-01-11 brainFixed compile error
2006-01-11 brainMoved to RC3+SVN
2006-01-11 brainChanged fd_ref_table from 65536 to more correct MAX_DES...
2006-01-10 brainFixed methods being used for wrong object type
2006-01-10 brainFixed to not bother pinging an active server
2006-01-10 brainIncreased ping frequency from 1 minute to 5 minutes...
2006-01-10 brainAdded anti-newbie warning, if attempt is made to use...
2006-01-09 brainFix to naming scheme
2006-01-09 brainMissing classname
2006-01-09 brainFixed compile issue
2006-01-09 brainAdded Priority method to move this module to end of...
2006-01-09 brainUntested priority system for modules to move themselves...
2006-01-09 brainMoved to RC2+KingArthur
2006-01-09 brainAdded 'a' flag to STATS c which indicates autoconnect...
2006-01-09 brainRemoved tab characters from example conf
2006-01-09 brainSilly brain left off a printf specifier
2006-01-09 brainFixed warning about missing return value
2006-01-09 brainOnly perform check if OperOnlyStats is defined
2006-01-09 brainChanged %s to %c for statschar
2006-01-09 brain*TEST* Oper-Only-Stats (not yet tested)
2006-01-09 brainAdded chmodes-with-params
2006-01-09 brainUnneccessary colon
2006-01-09 brainUpdated mode lists in 004 to more accurately reflect...
2006-01-09 brainAdded 005 stuff after VERSION
2006-01-09 brainSync fixes for m_park et al
2006-01-09 brainDouble checking to make sure that non-local users dont...
2006-01-09 brainMore usertopseudo fixes
2006-01-09 brainm_park.cpp fixes (and anything else using UserToPseudo...
2006-01-08 brainUsed mkstemp trick similar to anope and unreal which...
2006-01-08 brainAligned % fields in map
2006-01-08 brainChanged printf specifiers in map to right-align digits
2006-01-08 frostycoolslugAdded User Counts to /map
2006-01-04 brainRenumber the implement lists after a module is unloaded
2006-01-04 brainAdded a TODO
2006-01-04 brainNicer mode character loop
2006-01-04 w00tRevise some serious craq++ in AddBan
2006-01-03 brainFixed to not crash on /PARK (still more to test)
2006-01-03 brainAdded CASEMAPPING and CHARSET to ISUPPORT (005)
2006-01-02 brainGCC 4.1 is more strict about extra qualification on...
2006-01-02 brainUpdated example configuration file
2006-01-01 brainFixes to typos and change to return by reference on...
2006-01-01 brainClass lookup adjustment
2006-01-01 brainChanges to how classes are looked up (connects slightly...
2005-12-31 brainRemoved cvsignores, set svn:ignore property using ...
2005-12-31 brainTest
2005-12-31 brainTest
2005-12-31 brainAdded specific errors relating to invalid link tags...
2005-12-31 brainTidyup of K&R style indenting, comments in silly places...
2005-12-31 brainChanged to QueryType rather than short int for query...
2005-12-31 brainRemoved crappy linked list stuff and replaced with...
2005-12-31 brainImproving niceness of DNS code, i WILL make this readable!
2005-12-31 w00tMinor cosmetic fault pointed out by Trystan
2005-12-31 brainBlockcolor now blocks reverse and other mirc sillies
2005-12-30 brainOmmitting \r and \n from debug display of outbound...
2005-12-30 brainNow uses two AES contexts, an 'in' context and an ...
2005-12-30 brainTEST CODE: CBC encryption type in AES rather than ECB
2005-12-30 brainChanged background stuff to occur more often
2005-12-30 brainMade socket.cpp flush its write buffer more often ...
2005-12-30 brainFixed broken checks to allow overriding
2005-12-30 brainOptimized out some more redundant va_args voodoo
2005-12-29 brainDouble copies due to bad chop()
2005-12-29 brainMore removal of formatting where its not neccessary...
2005-12-29 brainAttempt to cut out unneccessary printf() va_args voodoo...
2005-12-29 brainCached ISUPPORT
2005-12-29 brainAdded output of error if file descriptor given to AddFd...
2005-12-29 brainChanged to MAX_DESCRIPTORS
2005-12-29 brainChanged 65535 to MAX_DESCRIPTORS calculated at configur...
2005-12-29 brain*FIX* 'No more connections allowed' was comparing again...
2005-12-29 brainAdded extra checking to socketengine to refuse connecti...
2005-12-29 brainAdded counters for MAX_DESCRIPTORS etc which allows...
2005-12-29 w00tInitial revision of /devoice.
2005-12-29 w00tRemoved an unused OnUserConnect() method
2005-12-29 brainChanged some little bits and bobs here
2005-12-29 brainFixed an extremely n00bish mistake involving referencin...
2005-12-29 brainOptimizing to not use so much cpu with high user loads
2005-12-28 brainMade 'fake direction' less loud, removed 'invalid source'
2005-12-28 brainAdded SetSignals()
2005-12-28 brainSignal handlers were not being set when -nofork was...
2005-12-28 brainChanged some other stuff that used the old vector/deque...
2005-12-28 brainChanged from std::map to hash_map
2005-12-28 brainFixed typos
2005-12-28 brainEXPERIMENTAL: Command search function now uses std...
2005-12-28 brainRemoved useless isnick() checks in Give* and Take*...
2005-12-28 brainTidyups to mainloop, why were we using isnick() to...
next