| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update the module descriptions using mkversion. | 2020-04-10 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright headers. | 2020-01-11 | 1 | -6/+12 | |
| | | |||||
| * | Convert a bunch of LocalUser* casts to IS_LOCAL. | 2019-10-13 | 1 | -2/+4 | |
| | | | | | This is a lot safer and handles users changing servers properly. | ||||
| * | Fix cloaking not ignoring the case of a user's hostname. | 2019-09-16 | 1 | -8/+16 | |
| | | | | | | | | | | | This new mode is recommended but disabled by default for compat reasons. Closes #480. Closes #1419. Co-Authored-By: B00mX0r <b00mx0r@aureus.pw> | ||||
| * | Remove trailing whitespace from various source files. | 2019-01-24 | 1 | -6/+6 | |
| | | |||||
| * | Update the cloaks of connected users when their IP address changes. | 2018-12-13 | 1 | -0/+18 | |
| | | |||||
| * | Add support for multiple cloak configurations. | 2018-11-19 | 1 | -90/+164 | |
| | | | | | | The first will be used for cloaking and the rest will be used for checking bans. | ||||
| * | Implement IRCv3 message tag support. | 2018-08-13 | 1 | -1/+7 | |
| | | | | | Co-authored-by: Attila Molnar <attilamolnar@hush.com> | ||||
| * | Use CommandBase::Params instead of std::vector<std::string>. | 2018-07-26 | 1 | -2/+2 | |
| | | | | | | This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters. | ||||
| * | Make more config stuff case insensitive. | 2018-07-24 | 1 | -2/+2 | |
| | | |||||
| * | Initial support for listening on UNIX socket endpoints. | 2018-07-18 | 1 | -0/+4 | |
| | | |||||
| * | Add the family() member to the sockaddrs union. | 2018-07-18 | 1 | -2/+2 | |
| | | |||||
| * | Add ConfigTag::getUInt for reading unsigned config values. | 2018-04-16 | 1 | -1/+1 | |
| | | |||||
| * | Fix m_cloaking umode syncing | 2017-11-26 | 1 | -4/+15 | |
| | | | | | Servers will now correctly show whether a remote user has +x or not. | ||||
| * | Add the override keyword in places that it is missing. | 2017-11-21 | 1 | -2/+2 | |
| | | | | | GCCs warnings for this are much better than Clangs. | ||||
| * | Fix a ton of -Wsign-conversion warnings. | 2017-11-17 | 1 | -4/+4 | |
| | | |||||
| * | Hide User#host and User#dhost and use accessors to modify them. | 2017-10-28 | 1 | -4/+4 | |
| | | | | | | This removes the need to invalidate the cache after changing a user's hostname. | ||||
| * | Make domainparts configureable | 2017-10-11 | 1 | -3/+15 | |
| | | |||||
| * | Remove an unused variable in m_cloaking. | 2017-07-12 | 1 | -1/+0 | |
| | | |||||
| * | Add CXX11_OVERRIDE to overridden members that lack it. | 2017-07-12 | 1 | -1/+1 | |
| | | | | | | This fixes a ton of warnings when building on compilers that default to C++11 or newer. | ||||
| * | Merge v2.0.23 and v2.0.24 into master. | 2017-07-09 | 1 | -1/+8 | |
| |\ | |||||
| | * | m_cloaking: don't apply cloak to already cloaked users during registration | 2017-05-17 | 1 | -0/+4 | |
| | | | | | | | | | | | This can happen if services set a vhost during registration (like with SASL) | ||||
| | * | m_cloaking: fix host/ip comparisons #1249 | 2016-11-13 | 1 | -2/+5 | |
| | | | |||||
| * | | Replace snprintf usage with InspIRCd::Format. | 2016-09-09 | 1 | -5/+3 | |
| | | | |||||
| * | | Specify which Extensible subclass an ExtensionItem is valid for | 2015-01-18 | 1 | -1/+1 | |
| | | | |||||
| * | | Fix a regression in m_cloaking | 2014-12-29 | 1 | -1/+1 | |
| | | | | | | | | | | | 5c7db14a5 made the cloak use hex-encoded hashes instead of the binary output. | ||||
| * | | Hashing: Redo API | 2014-08-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | * Don't assume the printable output of hashes is hex * Add virtual Compare() function, usable for KDFs like BCrypt Some changes and bugfixes are by @attilamolnar, original PR #767 | ||||
| * | | Fix various cases of UUID exposure. | 2014-02-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | - Introduce WriteCommand which sends * when the user has not registered. - Switch a ton of code to use WriteCommand instead of WriteServ. - Convert WriteNotice to be a wrapper around WriteCommand. - Only send * when NICK has not been sent instead of before registration. | ||||
| * | | Remove a few unnecessary .c_str() calls | 2014-01-31 | 1 | -1/+1 | |
| | | | |||||
| * | | Automatically register ServiceProviders created by modules | 2013-09-08 | 1 | -7/+0 | |
| | | | |||||
| * | | Replace OnRehash() with ReadConfig() that is called on boot, on module load ↵ | 2013-08-30 | 1 | -3/+1 | |
| | | | | | | | | | | | | | and on rehash This eliminates the need for calling OnRehash() in init() | ||||
| * | | Automatically attach modules to events | 2013-08-04 | 1 | -3/+0 | |
| | | | |||||
| * | | Remove $Core and $Mod* comments apart from $ModDep. | 2013-07-04 | 1 | -2/+0 | |
| | | | |||||
| * | | Replace hardcoded mode letters passed to IsModeSet() and GetModeParameter() ↵ | 2013-07-01 | 1 | -7/+7 | |
| | | | | | | | | | with ModeHandlers, part 1 | ||||
| * | | Tidy up keywords on module methods. | 2013-05-15 | 1 | -6/+6 | |
| | | | | | | | | | | | - Remove virtual keyword from a ton of methods which don't need it. - Add override keyword to a ton of methods which do need it. | ||||
| * | | Replace some C-isms with C++-isms. | 2013-05-15 | 1 | -3/+2 | |
| | | | | | | | | | | | | | * 'const char*' to 'const std::string&'. * snprintf to std::string concatenation. * Replace duplicated OneOfMatches with InspIRCd::MatchMask. | ||||
| * | | Add method for writing server notices. | 2013-05-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | This allows us to send a server notice to a user without worrying about whether they are registered or not. If a user receives a server notice and they are not registered then the nickname field will contain an asterisk instead of their nick name. | ||||
| * | | Tidy up source files: | 2013-04-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | | - Use #pragma once instead of include guards. - Move header files in src/modules to include/modules. - Fixed various spacing issues. | ||||
| * | | Whitespace and empty destructor removal, minor coding style changes | 2013-04-01 | 1 | -6/+0 | |
| | | | |||||
| * | | Remove legacy code, mostly related to 1.2 compatibility | 2013-04-01 | 1 | -155/+5 | |
| |/ | |||||
| * | Dynamically determine the size of the eventlist[] passed to Attach() | 2012-12-02 | 1 | -1/+1 | |
| | | | | | m_sqlauth was attached to I_OnUserDisconnect but didn't provide a handler for it, remove | ||||
| * | Replace copyright headers with headers granting specific authors copyright | 2012-04-19 | 1 | -8/+20 | |
| | | |||||
| * | Fix bug #122 | 2011-02-14 | 1 | -2/+6 | |
| | | |||||
| * | Clarify null character append in m_cloaking (fixes compiler warning) | 2010-08-17 | 1 | -1/+1 | |
| | | |||||
| * | Emulate a bug in 1.2 to get matching cloaks | 2010-04-24 | 1 | -2/+2 | |
| | | |||||
| * | Add "CLOAK" command to allow opers to see the cloaked form of any host | 2010-04-24 | 1 | -23/+51 | |
| | | |||||
| * | Fix IPv6 cloaking in compatability mode (was using the wrong xtab confusor) | 2010-04-24 | 1 | -2/+2 | |
| | | |||||
| * | Add custom suffix support for 2.0-style IP cloaking (default of ".IP") | 2010-04-24 | 1 | -8/+13 | |
| | | |||||
| * | Fix cloak key being misread in 2.0 cloaking modes | 2010-04-15 | 1 | -9/+9 | |
| | | |||||
| * | Add debouncing to m_cloaking, and fix cloak of hosts without dots | 2010-03-27 | 1 | -19/+39 | |
| | | |||||
