summaryrefslogtreecommitdiff
path: root/src/modules/m_cloaking.cpp
AgeCommit message (Expand)Author
2021-05-14Update copyright headers.InspIRCd Robot
2021-03-10Fix the cloaking module on C++98 compilers.Sadie Powell
2021-03-09Add a human-readable version of the cloak list.Sadie Powell
2021-03-05Update copyright headers.InspIRCd Robot
2020-11-20Avoid doing "IP changed" event stuff on quitting users.Sadie Powell
2020-10-30Update copyright headers.InspIRCd Robot
2020-10-27Don't kill cloaking users when hash/md5 is missing.Sadie Powell
2020-04-10Update the module descriptions using mkversion.Sadie Powell
2020-01-11Update copyright headers.InspIRCd Robot
2019-10-13Convert a bunch of LocalUser* casts to IS_LOCAL.Peter Powell
2019-09-16Fix cloaking not ignoring the case of a user's hostname.Peter Powell
2019-01-24Remove trailing whitespace from various source files.Peter Powell
2018-12-13Update the cloaks of connected users when their IP address changes.Peter Powell
2018-11-19Add support for multiple cloak configurations.Peter Powell
2018-08-13Implement IRCv3 message tag support.Peter Powell
2018-07-26Use CommandBase::Params instead of std::vector<std::string>.Peter Powell
2018-07-24Make more config stuff case insensitive.Peter Powell
2018-07-18Initial support for listening on UNIX socket endpoints.Peter Powell
2018-07-18Add the family() member to the sockaddrs union.Peter Powell
2018-04-16Add ConfigTag::getUInt for reading unsigned config values.Peter Powell
2017-11-26Fix m_cloaking umode syncingB00mX0r
2017-11-21Add the override keyword in places that it is missing.Peter Powell
2017-11-17Fix a ton of -Wsign-conversion warnings.Peter Powell
2017-10-28Hide User#host and User#dhost and use accessors to modify them.Peter Powell
2017-10-11Make domainparts configureableSheogorath
2017-07-12Remove an unused variable in m_cloaking.Peter Powell
2017-07-12Add CXX11_OVERRIDE to overridden members that lack it.Peter Powell
2017-07-09Merge v2.0.23 and v2.0.24 into master.Peter Powell
2017-05-17m_cloaking: don't apply cloak to already cloaked users during registrationAdam
2016-11-13m_cloaking: fix host/ip comparisons #1249Adam
2016-09-09Replace snprintf usage with InspIRCd::Format.Peter Powell
2015-01-18Specify which Extensible subclass an ExtensionItem is valid forAttila Molnar
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