| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Get rid of ReadCGIIRCExt() in m_sasl.•••This is unnecessary since 852dd0337a. | 2017-10-11 | 1 | -39/+2 | ||
| * | | Convert the AUTHENTICATE handler to use SplitCommand. | 2017-10-11 | 1 | -13/+10 | ||
| * | | Convert uncontroversial anonymous numerics to use constants. | 2017-09-06 | 1 | -4/+13 | ||
| * | | Remove module file extensions from user-visible messages. | 2017-08-27 | 1 | -1/+1 | ||
| * | | Merge pull request #1270 from SaberUK/master+sasl•••Always append the SSL fingerprint even if EXTERNAL is not used. | 2017-07-12 | 1 | -1/+1 | ||
| |\ \ | ||||||
| | * | | Always append the SSL fingerprint even if EXTERNAL is not used. | 2016-12-22 | 1 | -1/+1 | ||
| * | | | Merge v2.0.23 and v2.0.24 into master. | 2017-07-09 | 1 | -3/+58 | ||
| |\ \ \ | |/ / |/| / | |/ | ||||||
| | * | m_sasl: use host/ip from m_cgiirc if applicable | 2017-02-26 | 1 | -2/+39 | ||
| | * | m_sasl: send host/ip info | 2016-12-19 | 1 | -0/+16 | ||
| | * | m_sasl: really abort sasl session on register | 2016-09-05 | 1 | -4/+2 | ||
| | * | m_sasl: don't allow AUTHENTICATE with mechanisms with a space | 2016-09-03 | 1 | -0/+4 | ||
| * | | Merge insp20 | 2016-08-17 | 1 | -1/+1 | ||
| |\| | ||||||
| | * | Fix more incorrect std::string::operator[] usage | 2016-08-13 | 1 | -1/+1 | ||
| * | | m_sasl Advertise the sasl capability only if the target server is online•••Issue #812 | 2016-04-25 | 1 | -2/+9 | ||
| * | | m_sasl Add ServerTracker class for tracking sasl_target | 2016-04-25 | 1 | -1/+65 | ||
| * | | Add support for SASL reauthentication. | 2016-03-24 | 1 | -2/+0 | ||
| * | | Convert WriteNumeric() calls to pass the parameters of the numeric as method ... | 2016-02-25 | 1 | -4/+4 | ||
| * | | Fix some numerics | 2016-02-24 | 1 | -1/+1 | ||
| * | | Remove some IS_SERVER() checks•••- InspIRCd::FindUUID() and FindNick() no longer return FakeUsers so checking the user returned from those methods is needless - m_dccallow is calling FindNickOnly() so it had the check needlessly | 2015-12-07 | 1 | -1/+1 | ||
| * | | Merge branch 'master+cap' | 2015-12-06 | 1 | -5/+46 | ||
| |\ \ | ||||||
| | * | | m_sasl Advertise SASL mechanism list to supporting clients | 2015-12-05 | 1 | -0/+22 | ||
| | * | | m_sasl Create SASLCap which subclasses Cap::Capability and implements OnReque... | 2015-12-05 | 1 | -2/+21 | ||
| | * | | Add rewritten m_cap module•••- Caps are now managed by m_cap - Each cap uses one bit in an extension item shared with other caps | 2015-12-05 | 1 | -4/+4 | ||
| * | | | m_sasl Enforce usage of uuids in server-to-server SASL command | 2015-12-05 | 1 | -1/+1 | ||
| |/ / | ||||||
| * | | Merge insp20 | 2015-04-20 | 1 | -1/+4 | ||
| |\| | ||||||
| | * | m_sasl Update description, SASL is no longer exclusive to Atheme | 2015-04-16 | 1 | -1/+1 | ||
| | * | m_sasl Add missing validation for server-to-server SASL message | 2015-04-16 | 1 | -0/+3 | ||
| * | | Convert the SASL fallback event to use the new cross-module event system | 2015-02-11 | 1 | -1/+5 | ||
| * | | Convert the CAP event to use the new cross-module event system | 2015-02-11 | 1 | -5/+0 | ||
| * | | Specify which Extensible subclass an ExtensionItem is valid for | 2015-01-18 | 1 | -1/+4 | ||
| * | | ProtocolInterface::SendEncapsulatedData() changes•••- Pass command name and destination as real parameters - Allow callers to specify the command source - Send a SID instead of a server name if the target is a single server | 2014-01-26 | 1 | -5/+1 | ||
| * | | Merge insp20 | 2014-01-21 | 1 | -4/+7 | ||
| |\| | ||||||
| | * | Support SASL messages other than 'C' and 'D' | 2014-01-11 | 1 | -2/+6 | ||
| | * | Handle SASL failures during SASL_INIT (wrong mechanism, etc.) | 2014-01-11 | 1 | -2/+1 | ||
| * | | Use WriteNumeric() everywhere we send numerics and include the user's nick au... | 2013-11-12 | 1 | -3/+3 | ||
| * | | Automatically register ServiceProviders created by modules | 2013-09-08 | 1 | -3/+0 | ||
| * | | Replace OnRehash() with ReadConfig() that is called on boot, on module load a...•••This eliminates the need for calling OnRehash() in init() | 2013-08-30 | 1 | -3/+1 | ||
| * | | Automatically attach modules to events | 2013-08-04 | 1 | -2/+0 | ||
| * | | Change modules to use the MODNAME constant when logging.•••The majority of modules were logging with their module name as the log type. There was a few places which were logging to a non-name type but, with the exception of CONFIG, those messages are so uncommon that it doesn't make sense to use a seperate type for them. | 2013-08-04 | 1 | -3/+3 | ||
| * | | Remove $Core and $Mod* comments apart from $ModDep. | 2013-07-04 | 1 | -2/+0 | ||
| * | | Create SSLIOHook interface that provides GetCertificate() | 2013-06-07 | 1 | -3/+3 | ||
| * | | Merge insp20 | 2013-06-06 | 1 | -2/+2 | ||
| |\| | ||||||
| | * | Remove unnecessary string copies and dead code | 2013-06-05 | 1 | -2/+2 | ||
| * | | Fix spacing in calls to LogManager::Log. | 2013-05-19 | 1 | -1/+1 | ||
| * | | Tidy up keywords on module methods.•••- 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. | 2013-05-15 | 1 | -5/+5 | ||
| * | | Tidy up source files:•••- Use #pragma once instead of include guards. - Move header files in src/modules to include/modules. - Fixed various spacing issues. | 2013-04-12 | 1 | -4/+4 | ||
| * | | Add LOG_ prefix to the log level enum values. | 2013-04-12 | 1 | -3/+3 | ||
| * | | Whitespace and empty destructor removal, minor coding style changes | 2013-04-01 | 1 | -0/+1 | ||
| |/ | ||||||
| * | Added support for EXTERNAL | 2013-03-25 | 1 | -0/+10 | ||
| * | Add IS_SERVER() and REG_ALL checks to (mostly oper only) commands taking a ta...•••If a SID was passed as the target user parameter or when it's an unregistered user reply with the "no such nick" (or the moral equivalent) message | 2012-12-15 | 1 | -1/+1 | ||
