]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src
remove the testing debug setting
[user/henk/code/inspircd.git] / src /
2008-08-26 peaveyformatting..
2008-08-26 peaveyIteration 5 of wildcard matching. Fixes broken matching...
2008-08-26 peaveyAdd test cases that fails current matching, fix to...
2008-08-26 brainSomeone messed this up
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 w00tBounds checking on IsModeSet, etc, to stop silly problems
2008-08-25 w00tImplement /who 1d t (search for who matches for users...
2008-08-25 w00tAdd opt_time to WHO (will be /who +t flag) and clean...
2008-08-25 w00tAdd and document <permchannels> block for m_permchannel...
2008-08-25 w00tAllow Channel::SetTopic with a NULL user record, which...
2008-08-25 w00tFixes to make poll(2) socket engine work properly
2008-08-25 w00tNumerous changes to make this build..
2008-08-25 w00tAdd poll to build system if kqueue/epoll/ports are...
2008-08-25 w00tFixes, this can't be taken directly from 1.1
2008-08-25 w00tForward-port poll socket engine as it seems reasonably...
2008-08-24 w00tForward-port r10257, fixes bug #599 reported by mixx941.
2008-08-24 w00tForward port r10255: prevent redundant mode changes...
2008-08-24 brainProperly name the windows service error constants and...
2008-08-24 brainNo names for the service specific errors, probably...
2008-08-24 brainProperly give the service specific exit code on failure...
2008-08-24 brainwork in progress
2008-08-24 w00tRemove m_proxyscan; not functional and not targetted...
2008-08-23 w00tForward port r10234, thanks psychon
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-23 w00tRemove unused itab array
2008-08-23 peaveynuke some debug not needed anymore
2008-08-22 w00tActually call OnSendSnotice event.
2008-08-22 w00tActually, we did manage to make a faster match than...
2008-08-22 w00tAdd OnSendSnotice(char &, std::string &, const std...
2008-08-22 peaveyAdd even more edge case matching tests (they all pass...
2008-08-22 w00tThere is no breakage here *jedi mind trick*
2008-08-22 w00tMatch with the right args at least..
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 w00tmatch() is no longer a function+no header, now a static...
2008-08-21 w00tTypo
2008-08-21 w00tDon't even touch remote joins.
2008-08-21 w00tUse ERR_BANNEDFROMCHAN, not ERR_TOOMANYCHANNELS
2008-08-21 braincomments to explain wtf 'ENTRYPOINT' is where main...
2008-08-21 brainadd support for windows service. This now is part of...
2008-08-20 brainproperly coreexport the getcpu() function etc
2008-08-20 brainWe can finally have percent cpu in the stats z on windo...
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-17 brainThese are not percentages
2008-08-17 brainAdd OnParameterMissing to modehandler, called when...
2008-08-17 brainAnother edge case suggested by peavey (passes)
2008-08-17 brainFix missing bounds checks in wildcard.cpp causing crash...
2008-08-12 brainDrift now has to be >= 3 secs in either direction to...
2008-08-10 aquanightFix bug #555 : <options:deprotectothers> now works...
2008-08-10 w00tFix RPL_NAMREPLY sometimes fucking up
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 w00tI am a retard, mixx941 is my god
2008-08-07 w00tDon't add duplicate invites
2008-08-07 w00tImplement <options:invitebypassmodes>, optionally circu...
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 w00tAlways deny invite to users below halfop status, move...
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-06 w00tHooray
2008-08-06 w00tGive feedback to remote users
2008-08-06 brainfix compile errors under debug profile in windows.
2008-08-06 w00tChange extban seperator in 005 to match charybdis and...
2008-08-05 w00tFix bug #584 (not with the provided patch) and stuff...
2008-08-05 w00tFix TOPIC to work on propegation again
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 omAdd optional 3rd parameter to Channel::SetTopic() which...
2008-08-04 w00tAdd TOPIC overriding to m_override, requested by Namegduf.
2008-08-04 w00tOops, actually, return 1 to block change, 0 to check...
next