summaryrefslogtreecommitdiff
path: root/src/modules/m_cloaking.cpp
AgeCommit message (Expand)Author
2010-01-17Move initialization that throws configuration exceptions to init()danieldg
2010-01-14Verify cloak keys match during CAPAB negotiationdanieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-11-16Use ServiceProvider for inter-module dependenciesdanieldg
2009-11-11Add fine-grained command flood controlsdanieldg
2009-10-30m_cloaking: extend IPv6 mask from /48 to /32, add IPv6/64 and IPv4/24 to half...danieldg
2009-10-21Move all local-only fields to LocalUserdanieldg
2009-10-21Change module API to use LocalUser* where correctdanieldg
2009-10-21Split LocalUser and RemoteUserdanieldg
2009-10-17Fix array out-of-bounds accessesdanieldg
2009-10-17Remove dummy API_VERSION from Version constructordanieldg
2009-10-14Move static map of extensions into ServerInstance, add const-correctnessdanieldg
2009-10-13Update documentation for cloakingdanieldg
2009-10-11Octets in an IPv4 address are unsigneddanieldg
2009-10-10Fix double dot in half-cloaked resolved hostsdanieldg
2009-10-10Update m_cloaking to use free-form keys instead of weakening the hash IVdanieldg
2009-10-10m_cloaking: Error out on "wrong" cloaking keyspsychon
2009-10-08Add names for all modes (part 1 of named channel mode list)danieldg
2009-10-08Update Event and Request APIsdanieldg
2009-10-05Run DelMode and DelModeWatcher in RemoveModuledanieldg
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