]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
Fixed 005 to be f not L
[user/henk/code/inspircd.git] / src / modules /
2006-01-22 brainFixed 005 to be f not L
2006-01-22 brainAdded OnChannelDelete() method (called on KICK, PART...
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 brainUmode +R was broken (only worked for channels) -- fixed
2006-01-18 brainRemoved all strncpy() calls and replaced with strlcpy()
2006-01-17 brainAdded support for part messages in the module API ...
2006-01-15 brainFixed deprecated checks here that potentially break...
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 brainUpdated copyrights in headers etc using perl inplace...
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-13 brainAdded extra safety check for a condition that should...
2006-01-12 brainChanged channel user lists from vector to map
2006-01-12 brainI dont know what ive been told, but extra brackets...
2006-01-11 frostycoolslugFixed massivly huge bug in showwhois, MASSIVE undertaki...
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 brainAdded Priority method to move this module to end of...
2006-01-09 brainAdded 'a' flag to STATS c which indicates autoconnect...
2006-01-09 brainChanged %s to %c for statschar
2006-01-09 brain*TEST* Oper-Only-Stats (not yet tested)
2006-01-09 brainAdded 005 stuff after VERSION
2006-01-09 brainSync fixes for m_park et al
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
2005-12-31 brainRemoved cvsignores, set svn:ignore property using ...
2005-12-31 brainAdded specific errors relating to invalid link tags...
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-29 w00tInitial revision of /devoice.
2005-12-29 w00tRemoved an unused OnUserConnect() method
2005-12-28 brainMade 'fake direction' less loud, removed 'invalid source'
2005-12-27 brainCheck on upper bounds of base64 decode
2005-12-27 brainAdded checking for bad base64 decodes
2005-12-27 frostycoolslugUpdated chanfilter to use irc::string
2005-12-26 brainMissing Implements section
2005-12-26 brainFixed missing I_On005Numeric
2005-12-26 brainLast set converted to 'Implements'
2005-12-26 brainConverted to 'Implements' system
2005-12-26 brainPorted to new system
2005-12-26 brainCorrections
2005-12-26 brainConverted to new Implements system
2005-12-26 brainMore 'Implements' Conversions
2005-12-26 brainMore conversions to 'Implements'
2005-12-26 brainAnd more
2005-12-26 brainMore stuff converted to new faster system
2005-12-26 brainConverted more stuff to 'Implements' system
2005-12-26 brainConverted to new implements system
2005-12-26 brainFixed to new new 'Implements' array
2005-12-26 brainNew 'Implements' system
2005-12-23 brainAttempted fix for munged ctcps during encryption
2005-12-23 brainReview and optimize
2005-12-23 brainFixed (hopefully) m_blockcolor
2005-12-23 w00tStylistic changes, added a comment on possible configur...
2005-12-23 w00tAdded query about printf() use
2005-12-23 w00tHopefully sped things up here -- I need to check this...
2005-12-23 w00t(Probably) major speed improvements, nuked a hell of...
2005-12-23 w00tSmall change to logic in m_alias, tidies an if ()....
2005-12-23 w00tSemi-pointless commit to see CIA in action...
2005-12-22 brainOptimized out strcpys that copy empty strings (craq++)
2005-12-22 brainFixed encryption being set on a connection that has...
2005-12-22 brainAllowed capab unencrypted in an encrypted connection
2005-12-22 w00tMaybe done removing of CBans?
2005-12-22 brainFixed
2005-12-22 w00tAdded debugging. Let's fix this sucker >:/
2005-12-22 w00tWell, it should do something useful now
2005-12-22 w00tAnother commit, just because I can :P
2005-12-22 brainChanged to use []
2005-12-22 w00tc++ errors, ftw
2005-12-22 w00tGetting closer...
2005-12-22 w00tFixed compile problems... Move along please, nothing...
2005-12-21 w00tMore CBAN structuring... getting there :-)
2005-12-21 brainUpdated m_alias to fix bug #92, updated configs
2005-12-21 brainFixed to include new parameter
2005-12-21 brainImproved m_alias to only capture complete commands...
2005-12-21 brainAdded more verbose error output during link
2005-12-21 brainMoved CAPAB
2005-12-21 brainAdded CAPAB checking to prevent some obvious n00biness...
2005-12-21 w00tInitiial revision of CBAN. It doesn't do anything usefu...
2005-12-21 brainChanged $CompileFlags to seperate $CompileFlags and...
2005-12-21 brainRemoved some redundant code that was commented out
2005-12-20 brainAdded extra sanity check in squit to make sure REMOTE...
2005-12-20 brainAdded Socket = NULL for local server class to prevent...
2005-12-20 brainPrevent user from squitting server from itself using...
2005-12-20 brainMade linking more nazi, will drop connections that...
2005-12-20 brainAdded extra diagnostic messages during connect, if...
2005-12-20 brainAdded stricter checking for encryption on connect,...
next