]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2006-01-22 brainAnd yae, the compiler sayeth to brain, fix thine warnin...
2006-01-22 brainFixed simple typos
2006-01-22 brainFixes to make server kicks work
2006-01-22 brainAdded facility for servers to send KICK message (ew...
2006-01-22 brainMade '*' ban-specifier work
2006-01-22 brainFixed typos etc to make this compile now
2006-01-22 brainFixed 005 to be f not L
2006-01-22 brainAdded OnChannelDelete() method (called on KICK, PART...
2006-01-22 brainTweaks for openssl compatibility
2006-01-22 frostycoolslugStopped lines longer than 512b from being killed, inste...
2006-01-21 brainFix to m_redirect to prevent circular link to self
2006-01-19 brainAdded <allowchannel:name> to allow specific channels
2006-01-18 brainTest-fix for crazy's bug (/who 0 * as oper while on...
2006-01-18 brainTony hart stars in a new show, to replace hart attack...
2006-01-18 brainUmode +R was broken (only worked for channels) -- fixed
2006-01-18 brainRemoved all strncpy() calls and replaced with strlcpy()
2006-01-18 brainstrncpy sucks ass! -- Old code was using strncpy which...
2006-01-17 brainAdded unlink() to tidy up /tmp after each dlopen()
2006-01-17 brainAdded support for part messages in the module API ...
2006-01-16 brainFixed bug with {} -> [] etc in NICK where nick == newni...
2006-01-16 brainFixed so that ONLY ports of type "" or type "clients...
2006-01-15 brainFixed deprecated checks here that potentially break...
2006-01-15 brainChanged lots of icky #define's to enums
2006-01-15 brainmissing linefeed
2006-01-15 brainMade <disabled> non-manditory, added check for when...
2006-01-15 brainCleanFilename movage
2006-01-15 brainFixed SIGHUP rehash to actually send rehash event to...
2006-01-15 brainFixes to make this actually WORK.
2006-01-15 brainAdded checks to forbid declaring certain config tags...
2006-01-15 brainFix for warning in OpenLog call
2006-01-15 brainTest-compiled m_vhost, compiles fine
2006-01-15 brainAdded m_vhost, authenticated vhosts from the conf simil...
2006-01-15 brainChanged some .cpp to .so in the this->source field
2006-01-15 brainRemoved deprecated default= for bind tags
2006-01-15 brainRemoved deprecated LocalOp type
2006-01-15 brainAdded support for <options customversion> to customize...
2006-01-15 brainBug found by PinkFreud - If an oper deopers themselves...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2006-01-15 brainMade inspircd close and reopen its log on rehash
2006-01-15 brainRemoved some redundant (and commented out) functions
2006-01-15 brainMade InspSocket::Read return an empty but non-NULL...
2006-01-14 brainSQL uses some crappy structs with pointer voodoo that...
2006-01-14 brainFix to parentheses and chown to brain
2006-01-14 rootExtra m_sql field checking
2006-01-14 brainFixed 'stops responding after server pingout, while...
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...
next