summaryrefslogtreecommitdiff
path: root/src/modules/m_cloaking.cpp
AgeCommit message (Expand)Author
2009-05-24OnRehash changes: split to multiple hooks to clarify use and prevent explosio...danieldg
2009-05-13Revert some files accidentally committed in r11371. I'm apparently doing a ve...special
2009-05-13Fix an issue in r11370 spotted by danieldgspecial
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-02-16Remove redundant PriorityState, enum Priority does the exact same thing.w00t
2009-01-02Update copyrights for 2009.w00t
2008-11-01Remove now-unneeded 4in6 hacks [danieldg]w00t
2008-11-01Merge commit 'ddg/out-12'w00t
2008-10-25Fix <disabled:umodes> interfering with /unloadmodule m_implementing_a_umode, ...w00t
2008-09-16Shrink users properly on quit, and make cloaks for all existing users on load...brain
2008-09-14dont try and cloak if no valid cloak was returned (eg. localhost)peavey
2008-09-13Optimisationbrain
2008-09-13Fix setting of +x before we've processed an OnUserConnectbrain
2008-09-10Back out change, as this doesn't work properly with channel bans.. Prioritise...w00t
2008-09-10Bit of a tidyup, generate cloak whenever first set, not necessarily on connectw00t
2008-08-25Change module versions to use a string instead of fixed digits, and use props...w00t
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-06-11fixed some indentation and spacing in modulespippijn
2008-05-29Apply patch to fix ipv6 builds, contributed by danieldg, thanks :-)brain
2008-05-19Convert connection::hostbrain
2008-05-19More donebrain
2008-05-01Some modules throw CoreException, this is wrong wrongitty wrong! Throw Module...brain
2008-04-10Add correct stuff so that /taxonomy can show the cloaked hosts for users in t...brain
2008-04-10Calculate hosts on connect so theres no way around a ban on your cloak, even ...brain
2008-04-10Fix for bug #513brain
2008-04-08Comment tweakagew00t
2008-03-24And more of thembrain
2008-02-18Phew. Fix a bunch of method sigs to stop warnings.w00t
2008-01-17Remove a redundant method here, call the mode manager directlyw00t
2008-01-10Header update: 2007 -> 2008w00t
2007-11-10Fix owines crashes here toobrain
2007-11-10Fix crashes found by owine (usually on startup)brain
2007-11-09We should probably UseInterface last, toobrain
2007-11-09Theres actually more to this. Before we throw, delete cu (the destructor WONT...brain
2007-11-09Same fix herebrain
2007-11-04Remove Implements() method from every module. booya.brain
2007-11-04Honking huge commit. Removal of DELETE() template that never worked right anywaybrain
2007-11-04Convert all to new Attach() system. The Implements() method needs removing fr...brain
2007-10-25Brain, look at this pls :pw00t
2007-10-23Morebrain
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-09-12Modified m_cloaking to not use need_positive (instead, cast to an unsigned in...special
2007-08-28Move everything module-related out of InspIRCd and into ModuleManager, there ...om
2007-08-27Remove unnecessary header trafficw00t
2007-08-23Add some stuff to change how we process a token sepeperated streambrain
2007-08-18Added the <cloak:ipalways> and <cloak:lowercase> options. Patch by nenolodspecial
2007-07-26Add extra detail to m_cloaking on failure to loadbrain
2007-07-23Fix a bug reported downstream regarding cloaking keysw00t