]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src
Remove m_operflood, add privs: users/flood/no-throttle & users/flood/increased-buffers.
[user/henk/code/inspircd.git] / src /
2008-12-01 w00tRemove m_operflood, add privs: users/flood/no-throttle...
2008-12-01 w00tRemove OverPenalty, saves sizeof(bool) per user.
2008-11-30 w00tRemove unused variable (thanks to everyone who noticed it)
2008-11-27 w00tDon't append server name to kill reasons.
2008-11-27 w00tForward-port: Created commit fcadb0b: Change rm to...
2008-11-24 w00tAdd OperPrefixMode::GetPrefixRank(), so +y is ranked...
2008-11-24 w00tOff-by-one without a rehash event, causes cores on...
2008-11-24 w00tAdd m_operprefix, more simplified version of module...
2008-11-24 w00tDon't check permission to +Q for remote users, probably...
2008-11-24 w00tFix crashes in m_joinflood and m_nickflood, found by...
2008-11-23 brainBraunvieh!
2008-11-22 brainThread safety fixes to avoid crashes on rehash, dont...
2008-11-20 brainFix for potential crash with invalid prefixes (prefixes...
2008-11-17 w00tFix recursion in QuitUser
2008-11-16 w00tDon't burst expired X:, should help stop bounce wars..
2008-11-10 w00tAdd Phoenix to regular contributors list
2008-11-08 brainModule class was still called QuitBan, rename to Connec...
2008-11-08 brainFix a log source
2008-11-04 brainFix malformed UID errors so that w00t can troubleshoot! :)
2008-11-02 w00tRemove +s when no snomasks are set.. bug found (indirec...
2008-11-02 w00tThis was never supposed to be invoked on /rehash, only...
2008-11-02 w00tFix incorrect watch usage, patch from dz (thanks).
2008-11-02 w00tForward-port: Fix an uninitialised variable in ConfigRe...
2008-11-02 w00tLeak fix on /rehash
2008-11-02 w00tFire every debug.
2008-11-01 w00tObsolete m_restrictbanned, add <security:restrictbanned...
2008-11-01 w00tCorrect this error message to confuse people less.
2008-11-01 w00tSecond attempt at time() -> SI->Time(), now problems...
2008-11-01 w00tFix opercert to behave correctly, patch from and tested...
2008-11-01 w00tRemove now-unneeded 4in6 hacks [danieldg]
2008-11-01 w00tAdd comments on Daniel's work
2008-11-01 w00tSimulate AF_INET addresses for 4in6 connections [danieldg]
2008-11-01 w00tMerge commit 'ddg/out-12'
2008-11-01 w00tFix bug #630, reported by Jorijn, fix by dz. Bitmask...
2008-11-01 w00tSend remote de-oper to REMOTEOPER snomask.
2008-11-01 w00tResolve a conflict by changing override to +s +G (godmo...
2008-11-01 w00tFix a result of Tired Coding (tm)
2008-10-31 w00tIt is not my %$"*&%" day. This never happened.
2008-10-31 w00tTidy up FJOIN processing somewhat - don't bother faking...
2008-10-31 w00tI am a retard. Hear me DROOOOOOOOOOOOOOOOOOOOLLLLLLLLLL...
2008-10-31 w00tAdd REMOTEOPER snomask.. use it.
2008-10-31 w00tMove some messages (correctly) to remote link snomask.
2008-10-31 w00tFix crash.
2008-10-31 w00tRemove m_services and documentation relating to it...
2008-10-31 w00tMerge m_services functionality into m_services_account.
2008-10-31 w00tAdd snomask +s +L - remote link notices.
2008-10-31 w00tRevert "Remove user no longer being watched, not the...
2008-10-30 w00tBetter error message for erroring on loading server...
2008-10-30 w00tRevert "Add option to allow +q to +q users, +a to ...
2008-10-30 psychonFix a compiler warning about a redefinition of some...
2008-10-29 w00tFix for "unknown commands" w/ m_abbreviation, thanks...
2008-10-29 w00tAdd +s +J - for remote channel creation. This helps...
2008-10-28 w00tMake this less confusing for us and users
2008-10-28 w00tFix 4in6 IP resolution hack now that the leading :...
2008-10-28 w00tRemove one (now unneeded) 4in6 hack.
2008-10-28 w00tRemove ancient comment.
2008-10-28 w00tAdd reasons to other modules that implement XLines...
2008-10-28 w00tRemove comment, as it is now done.
2008-10-28 w00tMove chanprotect settings from <options> to <chanprotect>.
2008-10-28 w00tAdd option to allow +q to +q users, +a to +a users.
2008-10-28 w00tWatch visibility test was working the wrong way. Patch...
2008-10-28 w00tdz added to /info, psychon (omitted?!) added to startup :)
2008-10-27 w00tAdd user/channel mode synchronisation detection to...
2008-10-27 w00tMerge commit 'danieldg/out-12'
2008-10-27 w00tBe a hell of a lot more strict about malformed UID...
2008-10-27 w00tFix redundant stats snotice, thanks dz.
2008-10-27 w00tRemove user no longer being watched, not the quitting...
2008-10-26 brainD'oh
2008-10-26 brainEpic fail, did someone order a shipment of fail?
2008-10-26 brainThis one too
2008-10-26 brainFix obvious oversight spotted by Ankit, provide xline...
2008-10-26 peaveyfix for banwalk and keys reported by mix941
2008-10-25 w00tFix a number of commands to have max_params field....
2008-10-25 w00tExplain the duplicate OnPreCommand call.
2008-10-25 w00tBy moving OnPreCommand call in two places, modules...
2008-10-25 w00tAdd optional max_params for commands, which means that...
2008-10-25 aquanightMissed one, w00t :)
2008-10-25 w00tFix <disabled:umodes> interfering with /unloadmodule...
2008-10-25 w00tFix another connect class bug on rehash
2008-10-25 w00tUse TargetTypeFlags instead of int in a few places.
2008-10-25 w00tAs we have an enum for type, why not ..use it?
2008-10-25 w00tNote where to find the docs.
2008-10-25 w00tNuke space indents from orbit. (die!!)
2008-10-25 w00tMove spanningtree to use OnChangeLocalUserHost instead...
2008-10-25 w00t(sort of..) Revert commit 7736e920fe6ccaf9ad1984afc70db...
2008-10-24 w00tConsistancy: Allow opers to +L to a nonexistant channel...
2008-10-24 w00tRemove (redundant and O(n)) error checking on +L, we...
2008-10-24 w00tFix a plausible memory leak on rehash, thanks dz.
2008-10-24 w00tFix broken stuff.
2008-10-23 w00tAdd <showwhois:showfromopers> setting, requested by...
2008-10-23 w00tRevert earlier time() -> SI->Time() diff for now, this...
2008-10-23 w00tMake this un-rehashable due to complications/ugliness...
2008-10-23 w00tAdd <showwhois:opersonly>, allows server admins to...
2008-10-23 w00tAdd/document channels/set-permanent priv, and tie setti...
2008-10-23 w00tPatch from Namegduf converting all instances (where...
2008-10-23 w00tPatch from dz to fix bug 622 (config errors build up...
2008-10-22 w00tRemove debug logging, problem over..
2008-10-22 w00tFix MacGyver's rehash woes..
2008-10-22 w00tBit of debug in case this goes wrong again...
2008-10-22 w00tOnly announce Q:Line hits on NICK from unregistered...
next