summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-08-22Actually, we did manage to make a faster match than znc, when casemapping is ...w00t
2008-08-22Add OnSendSnotice(char &, std::string &, const std::string &) to modify/block...w00t
2008-08-22Add even more edge case matching tests (they all pass yay)peavey
2008-08-22There is no breakage here *jedi mind trick*w00t
2008-08-22Match with the right args at least..w00t
2008-08-22Nuke last references to MatchTextw00t
2008-08-22Match conversion stuff.w00t
2008-08-22Revert automated conversion by Special, as it (unfortunately) neglects some d...w00t
2008-08-22Fix a lot of calls to match() and uses of wildcard.h (which doesn't exist any...special
2008-08-21match() is no longer a function+no header, now a static method of InspIRCd cl...w00t
2008-08-21Typow00t
2008-08-21Don't even touch remote joins.w00t
2008-08-21Use ERR_BANNEDFROMCHAN, not ERR_TOOMANYCHANNELSw00t
2008-08-21comments to explain wtf 'ENTRYPOINT' is where main() should be. In the future...brain
2008-08-21add support for windows service. This now is part of inspircd itself being as...brain
2008-08-20properly coreexport the getcpu() function etcbrain
2008-08-20We can finally have percent cpu in the stats z on windows now, same as it is ...brain
2008-08-18Apply to clictx toobrain
2008-08-18Forward-port r10160: openssl partial write fucking shit up, add Namegduf to c...w00t
2008-08-18Increase the size of the matrix for map drawing to 250x250brain
2008-08-17Fix const_iterator issue in m_callerid (when did we alter this?)brain
2008-08-17These are not percentagesbrain
2008-08-17Add OnParameterMissing to modehandler, called when the mode handler should ha...brain
2008-08-17Another edge case suggested by peavey (passes)brain
2008-08-17Fix missing bounds checks in wildcard.cpp causing crash in bug #590 and relatedbrain
2008-08-12Drift now has to be >= 3 secs in either direction to trigger a warning, this ...brain
2008-08-10Fix bug #555 : <options:deprotectothers> now works correctly, and applies to ...aquanight
2008-08-10Fix RPL_NAMREPLY sometimes fucking upw00t
2008-08-10Fix checks on GetExt everywhere its used.peavey
2008-08-10Forward port r10133.peavey
2008-08-09Unbreak compile for real.aquanight
2008-08-09Add translation type TR_CUSTOM, and fix up callerid some.aquanight
2008-08-09Fix for bug #583 reported by Deyan, thanks for the heads upbrain
2008-08-07I am a retard, mixx941 is my godw00t
2008-08-07Don't add duplicate invitesw00t
2008-08-07Implement <options:invitebypassmodes>, optionally circumvent +blk if invited ...w00t
2008-08-07Restrict uninvitew00t
2008-08-07Rethink that. Remove noinvite since it's essentially useless now, so we have ...w00t
2008-08-07Use correct char in exemption.. could lead to chanops being exempted incorrec...w00t
2008-08-07Add module implementing +A and extban +b A: which explicitly allow users to u...w00t
2008-08-07Always deny invite to users below halfop status, move OnUserPreInvite up to a...w00t
2008-08-07Fix two modules set VF_COMMON incorrectly, closes bug #587w00t
2008-08-07Fixes to m_satopic from danieldg, closes bug #586. Thanks.w00t
2008-08-06Hoorayw00t
2008-08-06Give feedback to remote usersw00t
2008-08-06fix compile errors under debug profile in windows.brain
2008-08-06Change extban seperator in 005 to match charybdis and unrealw00t
2008-08-05Fix bug #584 (not with the provided patch) and stuff nobody really cares aboutw00t
2008-08-05Fix TOPIC to work on propegation againw00t
2008-08-05Make this fit in with the rest of the codew00t