aboutsummaryrefslogtreecommitdiff
path: root/modules/sts.py
Commit message (Collapse)AuthorAgeFilesLines
* Prefix names for all IRCv3 modules with "ircv3_"Gravatar jesopo2019-06-031-69/+0
|
* Switch to using utils.irc.Capability in sts.pyGravatar jesopo2019-05-151-5/+5
|
* INFO instead of TRACE log for STS policy setting and connection upgradeGravatar jesopo2018-11-081-2/+2
|
* Change modules/sts.py to reference connection_params, fix some typos and logigGravatar jesopo2018-11-051-19/+13
| | | | issues
* Explicitly disconnect before reconnecting in modules/sts.pyGravatar jesopo2018-11-051-0/+1
|
* Pass connection parameters around in their own object (IRCConnectionParameters)Gravatar jesopo2018-11-051-1/+2
|
* Check that a server's STS policy has a `duration` before doingGravatar jesopo2018-11-051-1/+1
| | | | rescheduling-on-disconnect
* TRACE log when we set an STS policyGravatar jesopo2018-11-051-0/+1
|
* Support `draft/sts` as well as `sts`Gravatar jesopo2018-11-051-7/+9
|
* "Applying STS policy" should be TRACE, not DEBUGGravatar jesopo2018-11-051-1/+1
|
* Add missing ")" in modules/sts.pyGravatar jesopo2018-11-051-1/+1
|
* Add missing "," in modules/sts.pyGravatar jesopo2018-11-051-1/+1
|
* Reschedule STS expiration on disconnectGravatar jesopo2018-11-051-9/+23
|
* Explicitly *remove* STS policy when we get a duration of 0Gravatar jesopo2018-11-051-5/+9
|
* `info` does not exist in on_cap_new context in modules/sts.pyGravatar jesopo2018-11-051-0/+2
|
* One-shot STS policies should still be cleared if a reconnect failsGravatar jesopo2018-11-051-13/+10
|
* Made STS policies one-shot when upgrading from plaintext to tlsGravatar jesopo2018-11-051-4/+11
|
* `duration` does not exist in the context of _change_durationGravatar jesopo2018-11-051-1/+1
|
* Add support for IRCv3's STSGravatar jesopo2018-11-051-0/+46