]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
Move all the parameters around AGAIN. See docs shortly
[user/henk/code/inspircd.git] / src / modules /
2008-08-31 brainMove all the parameters around AGAIN. See docs shortly
2008-08-31 brainTwo fixes: First, change the error message for too...
2008-08-31 w00tWhat the fuck am I doing.
2008-08-31 w00tOff-by-one on params also == masskill, woo
2008-08-31 w00tAdd snomasks to UID command, after 'modes', bump protoc...
2008-08-31 w00tRemove a redundant check, and fix user-mode change...
2008-08-31 w00tAdd <connect:useident> as part of m_ident, original...
2008-08-30 w00tMake m_alltime easier to scan read for discrepancies...
2008-08-29 brainTidier /modules generation. faster for non-opers, neate...
2008-08-29 w00tMake these more descriptive/easy to grok
2008-08-29 w00tSafeguards
2008-08-29 w00tDon't try destroy on -P of a 0 user chan, as this cause...
2008-08-29 peaveyFix extra End of /STATS on spanningtree override of...
2008-08-29 psychonSome fixes for the ziplinks modules.
2008-08-29 w00tRemove some old stuff
2008-08-29 w00tRemove two unused parameters
2008-08-28 w00tNewly revamped ziplinks module, work of psychon.. resol...
2008-08-28 w00tFix: 'Notice' vs 'NOTICE' as a command. I bet this...
2008-08-28 w00tFix aliases stuff.
2008-08-28 w00tPatch modifying these modules to work on older gcc...
2008-08-28 brainthis new stuff in m_ssl_gnutls is NOT in our spec!...
2008-08-28 w00tMake this comply with the spec; that is - CAP may be...
2008-08-28 w00tAdd CAP REQ tls support, thanks to psychon
2008-08-27 w00tDon't force-finish a burst on a timer, instead, set...
2008-08-27 w00tClean up opering a tiny bit.. pave the way for SVSOPER
2008-08-27 w00tFix ident using uninitialised memory, forward-port...
2008-08-27 w00tUSERHOST/USERIP fix, return '-' char, not '+' if the...
2008-08-27 w00tAdd <shun:notifyuser>, default on, which notifies the...
2008-08-27 w00tAdd and document <shun:enabledcommands>, allowing custo...
2008-08-27 w00tDelete R:Lines from memory on destroy
2008-08-25 w00tFix build.
2008-08-25 w00tFix a few malformed Id tags
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-08-25 w00tAdd and document <permchannels> block for m_permchannel...
2008-08-24 w00tForward port r10255: prevent redundant mode changes...
2008-08-24 w00tRemove m_proxyscan; not functional and not targetted...
2008-08-23 w00tMove unused code to the bottom of the file
2008-08-23 w00tFix bug that would cause tags to be ignored (etc),...
2008-08-23 w00tConvert m_chanlog from using logfile output (dangerous...
2008-08-23 w00tRemove (unnecessary) compiler warning bypass; we don...
2008-08-22 w00tNuke last references to MatchText
2008-08-22 w00tMatch conversion stuff.
2008-08-22 w00tRevert automated conversion by Special, as it (unfortun...
2008-08-22 specialFix a lot of calls to match() and uses of wildcard...
2008-08-21 w00tTypo
2008-08-21 w00tDon't even touch remote joins.
2008-08-21 w00tUse ERR_BANNEDFROMCHAN, not ERR_TOOMANYCHANNELS
2008-08-18 brainApply to clictx too
2008-08-18 w00tForward-port r10160: openssl partial write fucking...
2008-08-18 brainIncrease the size of the matrix for map drawing to...
2008-08-17 brainFix const_iterator issue in m_callerid (when did we...
2008-08-10 aquanightFix bug #555 : <options:deprotectothers> now works...
2008-08-10 peaveyFix checks on GetExt everywhere its used.
2008-08-10 peaveyForward port r10133.
2008-08-09 aquanightUnbreak compile for real.
2008-08-09 aquanightAdd translation type TR_CUSTOM, and fix up callerid...
2008-08-09 brainFix for bug #583 reported by Deyan, thanks for the...
2008-08-07 w00tRestrict uninvite
2008-08-07 w00tRethink that. Remove noinvite since it's essentially...
2008-08-07 w00tUse correct char in exemption.. could lead to chanops...
2008-08-07 w00tAdd module implementing +A and extban +b A: which expli...
2008-08-07 w00tFix two modules set VF_COMMON incorrectly, closes bug...
2008-08-07 w00tFixes to m_satopic from danieldg, closes bug #586....
2008-08-05 w00tFix bug #584 (not with the provided patch) and stuff...
2008-08-05 w00tMake this fit in with the rest of the code
2008-08-05 w00tReturn the right thing.
2008-08-05 w00tBetter Way(TM) of doing easy routing of commands with...
2008-08-05 w00tForward-port r10098 and r10099, fixing anope+inspircd...
2008-08-05 w00tCopypasta
2008-08-05 w00tMissed another
2008-08-05 w00tMissed one.
2008-08-05 w00tSend ERR_BANNEDFROMCHAN on all extbans preventing join
2008-08-05 w00tFix banredirect modifying extban masks, patch based...
2008-08-05 w00tAdd m_serverban, implements extban +b s:server.mask...
2008-08-05 w00tAdd m_channelban: implements extban +b j: - prevents...
2008-08-05 w00tUse correct method for adding extban type in m_gecosban...
2008-08-05 w00tAdd extban +b C: - blocks matching masks from sending...
2008-08-05 w00tFix this class name
2008-08-04 omInitial commit of m_satopic, provides /satopic. Needs...
2008-08-04 w00tAdd TOPIC overriding to m_override, requested by Namegduf.
2008-08-04 w00tFix override snotices for KICK not being sent for some...
2008-07-30 w00tAdd extban +b O: for opertype banning.. mostly useful...
2008-07-24 w00tMake m_operflood actually work, thanks to KrazyBox...
2008-07-23 peaveyfix a little typo I found while checking some other...
2008-07-22 w00tFix bug #575, taxonomy finally works properly
2008-07-21 w00tAdd extban +b S:, strips colours, same as chmode +S
2008-07-21 w00tAdd extban +b Q: - prevents matching users from kicking
2008-07-21 w00tAdd extban +b T:, prevents /notice to channel, same...
2008-07-21 w00tAdd CHANOPS_EXEMPT support to m_noinvite, also add...
2008-07-21 w00tAdd extban +b c: - blocks colour from matching users...
2008-07-21 w00tAdd extban +b B: - matching users may not use caps...
2008-07-20 w00tRemove custom members for +lk storage
2008-07-20 w00tFixes to some stuff that writes on memory it shouldn...
2008-07-19 brainFix total mess of makefile dependency macros (all depen...
2008-07-19 w00tHook OnUserPreKick and disallow kick on +k users also
2008-07-19 w00tSpaces to tabs, EXORCISE THE DEMON. Thanks psychon.
2008-07-19 brainjackmcbarn's patch left something out
2008-07-19 brainCrash fix from jackmcbarn, thanks, fixes bug #578
2008-07-18 w00tSet parent to empty if there is no parent, pippijn...
next