index
:
~steering
/
bitbot.git
this commit
master
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
sts.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Prefix names for all IRCv3 modules with "ircv3_"
jesopo
2019-06-03
1
-69
/
+0
|
*
Switch to using utils.irc.Capability in sts.py
jesopo
2019-05-15
1
-5
/
+5
|
*
INFO instead of TRACE log for STS policy setting and connection upgrade
jesopo
2018-11-08
1
-2
/
+2
|
*
Change modules/sts.py to reference connection_params, fix some typos and logig
jesopo
2018-11-05
1
-19
/
+13
|
|
|
|
issues
*
Explicitly disconnect before reconnecting in modules/sts.py
jesopo
2018-11-05
1
-0
/
+1
|
*
Pass connection parameters around in their own object (IRCConnectionParameters)
jesopo
2018-11-05
1
-1
/
+2
|
*
Check that a server's STS policy has a `duration` before doing
jesopo
2018-11-05
1
-1
/
+1
|
|
|
|
rescheduling-on-disconnect
*
TRACE log when we set an STS policy
jesopo
2018-11-05
1
-0
/
+1
|
*
Support `draft/sts` as well as `sts`
jesopo
2018-11-05
1
-7
/
+9
|
*
"Applying STS policy" should be TRACE, not DEBUG
jesopo
2018-11-05
1
-1
/
+1
|
*
Add missing ")" in modules/sts.py
jesopo
2018-11-05
1
-1
/
+1
|
*
Add missing "," in modules/sts.py
jesopo
2018-11-05
1
-1
/
+1
|
*
Reschedule STS expiration on disconnect
jesopo
2018-11-05
1
-9
/
+23
|
*
Explicitly *remove* STS policy when we get a duration of 0
jesopo
2018-11-05
1
-5
/
+9
|
*
`info` does not exist in on_cap_new context in modules/sts.py
jesopo
2018-11-05
1
-0
/
+2
|
*
One-shot STS policies should still be cleared if a reconnect fails
jesopo
2018-11-05
1
-13
/
+10
|
*
Made STS policies one-shot when upgrading from plaintext to tls
jesopo
2018-11-05
1
-4
/
+11
|
*
`duration` does not exist in the context of _change_duration
jesopo
2018-11-05
1
-1
/
+1
|
*
Add support for IRCv3's STS
jesopo
2018-11-05
1
-0
/
+46