| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Hide User#host and User#dhost and use accessors to modify them. | 2017-10-28 | 1 | -1/+1 | |
| | | | | | | This removes the need to invalidate the cache after changing a user's hostname. | ||||
| * | Merge the latest changes from insp20 into master. | 2017-10-12 | 1 | -0/+1 | |
| |\ | |||||
| | * | Include connection security with the SASL host information. | 2017-10-11 | 1 | -0/+9 | |
| | | | | | | | | | See atheme/atheme@b41753f740 for more details. | ||||
| * | | Clean up m_sasl slightly by making SendSASL take common params. | 2017-10-12 | 1 | -19/+10 | |
| | | | | | | | | | Also, fix a minor issue caused by the last insp20 merge. | ||||
| * | | Send ERR_SASLTOOLONG when a client sends an oversized AUTHENTICATE. | 2017-10-12 | 1 | -0/+11 | |
| | | | |||||
| * | | Don't abort the SASL authentication in OnUserConnect. | 2017-10-11 | 1 | -17/+2 | |
| | | | | | | | | | | | SASL-3.2 allows SASL auth to happen post-registration so this is no longer correct. | ||||
| * | | Get rid of ReadCGIIRCExt() in m_sasl. | 2017-10-11 | 1 | -39/+2 | |
| | | | | | | | | | This is unnecessary since 852dd0337a. | ||||
| * | | 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 | 2017-07-12 | 1 | -1/+1 | |
| |\ \ | | | | | | | Always append the SSL fingerprint even if EXTERNAL is not used. | ||||
| | * | | 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 | 2016-04-25 | 1 | -2/+9 | |
| | | | | | | | | | Issue #812 | ||||
| * | | 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 | |
| | | | | | | | | | parameters | ||||
| * | | Fix some numerics | 2016-02-24 | 1 | -1/+1 | |
| | | | |||||
| * | | Remove some IS_SERVER() checks | 2015-12-07 | 1 | -1/+1 | |
| | | | | | | | | | | | - 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 | ||||
| * | | 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 ↵ | 2015-12-05 | 1 | -2/+21 | |
| | | | | | | | | | | | | | OnRequest() | ||||
| | * | | Add rewritten m_cap module | 2015-12-05 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | - Caps are now managed by m_cap - Each cap uses one bit in an extension item shared with other caps | ||||
| * | | | 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 | 2014-01-26 | 1 | -5/+1 | |
| | | | | | | | | | | | | | - 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 | ||||
| * | | 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 ↵ | 2013-11-12 | 1 | -3/+3 | |
| | | | | | | | | | automatically | ||||
| * | | Automatically register ServiceProviders created by modules | 2013-09-08 | 1 | -3/+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 | -2/+0 | |
| | | | |||||
| * | | Change modules to use the MODNAME constant when logging. | 2013-08-04 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | 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. | ||||
| * | | 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 | |
| | | | |||||
