]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
fix some unitialised vectors and tidy up a bit.
[user/henk/code/inspircd.git] / src / modules /
2008-05-05 peaveyfix some unitialised vectors and tidy up a bit.
2008-05-05 peaveyConversion complete, distclean compiles cleanly again...
2008-05-05 peaveyConvert a few missing
2008-05-05 peaveyConvertions
2008-05-05 peaveyoops, fix this one.
2008-05-05 peaveyConvert a few
2008-05-05 peaveyConvert a few
2008-05-05 peaveyConvert even more
2008-05-05 peaveyConvert more
2008-05-05 aquanightConversions
2008-05-05 aquanightConvert m_spanningtree
2008-05-05 peaveyand now aquanight, you can compile from m_m*
2008-05-05 peaveyConvert convert convert
2008-05-04 peaveyconverting m_d* done
2008-05-04 peaveyDone up to and including m_c.. sigh
2008-05-04 peaveyConvert a few more
2008-05-04 peaveyConvert a whole bunch more
2008-05-04 peaveyConvert this one too
2008-05-04 peaveyoops strgecos is already a std::string
2008-05-04 peaveyConvert a few more modules to new API and command handler.
2008-05-04 peaveyOk 3rd time lucky, thanks for the pointers Brain
2008-05-04 peaveyfix this
2008-05-04 peaveyFirst attempt at converting to new command handler...
2008-05-01 brainSome modules throw CoreException, this is wrong wrongit...
2008-05-01 brain#define NO_CLIENT_LONG_LONG, makes mysql.h ANSI C+...
2008-05-01 brainSimple user/channel mode patch
2008-04-29 brainremove debug
2008-04-29 brainBackport fix for stripcolour not stripping colour codes...
2008-04-27 brainMore stuff so that freebsd users can still use the...
2008-04-27 brainand make it work right...
2008-04-27 brainAdd some stuff from the freebsd port based on ideas...
2008-04-26 brickerI not i
2008-04-26 brickera long road of uniformed messages ;)
2008-04-23 brainFix from yesterday, properly fix timedbans, much neater
2008-04-22 brainBreak! ...no actually, take the break out :)
2008-04-21 w00tHack, hack, hack, hack hack. Hack hack. Probably fix...
2008-04-21 w00tRemove OnRehash of m_chanprotect: bad idea, and it...
2008-04-21 brainRemove the craqy self-restarting loop in trunk, and...
2008-04-21 brainPatch to fix timedbans crash reported earlier today...
2008-04-19 brainBad test code here
2008-04-19 brainEventlist one item too short, makes this module not...
2008-04-18 aquanightMake the CAPAB sender in spanningtree more readable
2008-04-17 w00tAdd todo note
2008-04-17 w00tRemove SpanningTreeProtocolInterface::SendOperNotice...
2008-04-17 w00tFix format fuckup I introduced (that warning shows...
2008-04-17 w00tRemove completed XXX: override is now only checked...
2008-04-17 w00tm_override now has a 'requirekey' option, that requires...
2008-04-16 brainMaybe make this the right way around...
2008-04-16 brainChange that allows the m_override module to not announc...
2008-04-14 brainMove options vlaues netbuffersize, maxwho, maxconn...
2008-04-14 brainTRUNK CONFIG BREAKAGE WARNING: Move a bunch of options...
2008-04-13 w00tCast these to shut up compiler
2008-04-12 brainTrunk fix for bug #505 reported by nenolod
2008-04-12 brainIn visual studio, CRT crashes when strftime() is given...
2008-04-12 brainFix crash in m_stripcolor on windows when the colour...
2008-04-12 brainReplace here too
2008-04-10 brainAdd correct stuff so that /taxonomy can show the cloake...
2008-04-10 brainCalculate hosts on connect so theres no way around...
2008-04-10 brainFix for bug #513
2008-04-10 brainThis now passes all the RIPEMD160 test vectors and...
2008-04-10 brainWhoops, overwriting hash with the hex isnt a good idea
2008-04-10 brainFix ripemd160 warnings
2008-04-10 w00tAdd m_ripemd160 on behalf of Brain. Adds ripemd-160...
2008-04-09 w00tFix these
2008-04-09 w00tMove QuitUser into UserManager class, and unstaticize...
2008-04-09 w00tApply brain's patch for binary safety of hash providers...
2008-04-08 brainOddness
2008-04-08 brainExtra debug
2008-04-08 brainFix authentication logic, someone forgot to change...
2008-04-08 w00tFix a bug with /SHUN deletion (it didn't work)
2008-04-08 w00tCBan rewritten to use the XLine API. Untested as yet.
2008-04-08 w00tChanges needed to get open-linking working.
2008-04-08 w00tFix compile error I introduced
2008-04-08 w00tComment tweakage
2008-04-08 w00tThis comment is slightly out of date: we do write to...
2008-04-08 w00tNo longer deprecated, just may not be used
2008-04-08 brainadd a couple of parenthesis to the password comparison...
2008-04-08 w00tAllow for open link networks (<link:name> to *) and...
2008-04-08 w00tRemote REHASH stuff, this drove me nuts but should...
2008-04-08 w00tUpdate syntax
2008-04-08 w00tFinally apply my patch simplifying RSQUIT. Fixes bug...
2008-04-08 w00tFix compile error
2008-04-08 w00tREG_ALL check is not required, since OnUserConnect...
2008-04-08 w00tSHUN: check SHUN on connect, extend user with shunned...
2008-04-08 brainUgh, fixify. msms?
2008-04-07 brainWhen map says 0ms, make it read "<1ms" instead of 0...
2008-04-07 brainHosts vector not cleared on rehash, made rehashing...
2008-04-07 w00tSHUN works (locally at least)
2008-04-07 w00tHook events properly.
2008-04-07 w00tAdd a factory to produce shuns, don't autoapply to...
2008-04-07 w00tUse SHUN, not S, try match on std::string for removal
2008-04-07 w00tUnrestrict users before REG_ALL
2008-04-07 brainThis should probably be tested, but makes a whole lot...
2008-04-07 w00tShow SID on /map
2008-04-07 brainremote MAP reply is backwards :p
2008-04-07 w00tUse server names for introduction of servers, not SIDs
2008-04-07 w00tTypo x 2 (ta Zaba)
2008-04-07 w00tTypo
2008-04-07 w00tConvert this to use the new XLine API, this results...
2008-04-07 w00tAdd m_shun from third party to 1.2, update it to compil...
next