summaryrefslogtreecommitdiff
path: root/src/modules/m_cloaking.cpp
AgeCommit message (Expand)Author
2014-12-29Fix a regression in m_cloakingThomas Fargeix
2014-08-04Hashing: Redo APIDaniel Vassdal
2014-02-06Fix various cases of UUID exposure.Peter Powell
2014-01-31Remove a few unnecessary .c_str() callsAttila Molnar
2013-09-08Automatically register ServiceProviders created by modulesattilamolnar
2013-08-30Replace OnRehash() with ReadConfig() that is called on boot, on module load a...attilamolnar
2013-08-04Automatically attach modules to eventsattilamolnar
2013-07-04Remove $Core and $Mod* comments apart from $ModDep.Peter Powell
2013-07-01Replace hardcoded mode letters passed to IsModeSet() and GetModeParameter() w...attilamolnar
2013-05-15Tidy up keywords on module methods.Peter Powell
2013-05-15Replace some C-isms with C++-isms.Peter Powell
2013-05-14Add method for writing server notices.Peter Powell
2013-04-12Tidy up source files:Peter Powell
2013-04-01Whitespace and empty destructor removal, minor coding style changesattilamolnar
2013-04-01Remove legacy code, mostly related to 1.2 compatibilityattilamolnar
2012-12-02Dynamically determine the size of the eventlist[] passed to Attach()attilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2011-02-14Fix bug #122Jackmcbarn
2010-08-17Clarify null character append in m_cloaking (fixes compiler warning)Daniel De Graaf
2010-04-24Emulate a bug in 1.2 to get matching cloaksDaniel De Graaf
2010-04-24Add "CLOAK" command to allow opers to see the cloaked form of any hostDaniel De Graaf
2010-04-24Fix IPv6 cloaking in compatability mode (was using the wrong xtab confusor)Daniel De Graaf
2010-04-24Add custom suffix support for 2.0-style IP cloaking (default of ".IP")Daniel De Graaf
2010-04-15Fix cloak key being misread in 2.0 cloaking modesDaniel De Graaf
2010-03-27Add debouncing to m_cloaking, and fix cloak of hosts without dotsDaniel De Graaf
2010-03-23Fix CommandFloodPenalty overflow on connectdanieldg
2010-03-23Change 2.0 cloak function to use variable-length segmentsdanieldg
2010-03-04Unset umode +x when a different vhost is set on a userdanieldg
2010-02-21Add HMAC implementation to HashProviderdanieldg
2010-02-21Fix exception on m_cloaking GetVersion if run without a hash providerdanieldg
2010-01-28Fix empty FMODE being sent if SendMode mode changesdanieldg
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