]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
Break! ...no actually, take the break out :)
[user/henk/code/inspircd.git] / src / modules /
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...
2008-04-06 brainFix fake direction in TOPIC, you cant use a uuid as...
2008-04-06 brainIts ok to allow remote map to non-opers now, found...
2008-04-06 brainFix bug where OPERTYPE does not propogate more than...
2008-04-06 brainRemote map only works for opers. Fix problem where...
2008-04-06 brainDebug
2008-04-06 brainThe map matrix must be static. For some reason it blows...
2008-04-06 w00tInitialise var (another valgrind warning)
2008-04-06 w00tRemote /MAP (that now doesn't confuse clients ;p)
2008-04-06 brainFix this up to convert deque to const char* const for...
2008-04-06 w00tRemote /MAP: caution, this doesn't compile
2008-04-06 brainRevert not-required hax
2008-04-06 brainFor some reason there was a FinishBurst in the encap...
2008-04-06 w00tMark ping answered when we get a two form reply
2008-04-06 w00tMake ping warnings and lag check global across all...
2008-04-06 w00tFix bug #509 reported by Casey: bans were not applied...
2008-04-06 w00tFix a silly bug we never thought was a bug, in m_messag...
2008-04-05 w00tError message tweaking
2008-04-05 w00tRemove debug, fix DELLINE: args were the wrong way...
2008-04-05 w00tdebug
2008-04-05 brainSame here
2008-04-05 brainFix showing of sid/uid instead of nick or servername...
2008-04-05 w00tResolve collisions once, don't rely on every server...
2008-04-05 w00tFix multiple burst notifications in a better way (force...
2008-04-05 brainFix IDLE sending a nick rather than a uid. Atheme shoul...
2008-04-05 brainOnly finish bursting once, thanks AnMaster
2008-04-05 brainRemove debug, thanks for reminding me danieldg
2008-04-05 brainTweaks to make some errors show server name and not...
2008-04-05 w00tUpdate ModDesc and class name
2008-04-05 w00tRedo the MODE warning stuff. Don't do some extra unneed...
2008-04-05 brainFix crash in MODE when sent for a user, with only one...
2008-04-04 w00tAdd m_nickban and documentation. Implements +b n:,...
2008-04-04 w00tOff by one
2008-04-04 w00tOnly examine local messages
2008-04-04 brainDOH
next