summaryrefslogtreecommitdiff
path: root/src/modules/m_cloaking.cpp
AgeCommit message (Expand)Author
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-22Describe module purpose in /MODULES outputdanieldg
2009-09-15Remove Extensible items from user, channel, and Membership on module unloaddanieldg
2009-09-13Fix cloaking/invite exception for new extban checksdanieldg
2009-09-13Simplify ModeHandler constructordanieldg
2009-09-13Change Extensible to use strongly typed entriesdanieldg
2009-09-02ModResult conversion: Change return type of all module functionsdanieldg
2009-09-02Remove "servermode" parameter, replace with IS_FAKE() which is more reliabledanieldg
2009-09-02Add Module* creator to Command and ModeHandlerdanieldg
2009-09-02MetaData reworkdanieldg
2009-09-02Change allocation of commands/modesdanieldg
2009-09-01Move IP<->sockaddr conversions into irc::sockets:: namespacedanieldg
2009-09-01Remove more text<->binary IP conversions, making code more IPv4/IPv6 independentdanieldg
2009-09-01Change IP address storage in User to use more IPv4/IPv6 common codedanieldg
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