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
/
resume.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Prefix names for all IRCv3 modules with "ircv3_"
jesopo
2019-06-03
1
-84
/
+0
|
*
'draft/resume-0.4' -> 'draft/resume-0.5'
jesopo
2019-05-31
1
-1
/
+1
|
*
Switch resume.py to use the last `server-time` it saw, not last .recv()
jesopo
2019-05-29
1
-4
/
+6
|
*
RESUME errors now come as `FAIL RESUME`
jesopo
2019-05-22
1
-3
/
+4
|
*
We should be using `CAP.available()` as it's not a string
jesopo
2019-05-22
1
-1
/
+1
|
*
Add the basics of usig BRB instead of QUIT for draft/resume-0.4
jesopo
2019-05-20
1
-0
/
+6
|
*
Make use of Capability.copy() in resume.py
jesopo
2019-05-19
1
-2
/
+2
|
*
Don't give `draft/resume-0.4` as the non-draft arg to utils.irc.Capability
jesopo
2019-05-19
1
-1
/
+1
|
*
draft/resume-0.3 -> draft/resume-0.4
jesopo
2019-05-19
1
-1
/
+1
|
*
Revamp how CAPs are tracked through REQ and ACK/NAK etc
jesopo
2019-05-11
1
-5
/
+5
|
*
resume.py should be using IRCServer.send_raw
jesopo
2019-04-28
1
-1
/
+1
|
*
Default cap_done to True, there's only one scenario were it is false (resume.py)
jesopo
2019-02-17
1
-5
/
+2
|
*
Only completely prevent `CAP END` when we get `RESUME SUCCESS` (resume.py)
jesopo
2019-02-17
1
-2
/
+10
|
*
typo, 'server.get_settings' -> 'server.get_setting' (resume.py)
jesopo
2019-02-16
1
-1
/
+1
|
*
'received.numeric.###' -> 'received.###' throughout project
jesopo
2019-02-16
1
-1
/
+1
|
*
Keep a track of channels we're in, in case we RESUME and need to get channel
jesopo
2019-02-16
1
-0
/
+11
|
|
|
|
information (e.g. `chathistory`) (resume.py)
*
Actually grab resume timestamp before it's overwritten (resume.py)
jesopo
2019-02-15
1
-1
/
+9
|
*
Upgrade resume.py to `draft/resume-0.3` and support sending last-read timestamp
jesopo
2019-02-12
1
-22
/
+22
|
*
Only add a waiting clause for `resume` CAP if the server actually ACKs it
jesopo
2019-02-10
1
-1
/
+2
|
|
|
|
(resume.py)
*
`CAP END` for `RESUME TOKEN` and `RESUME ERR`, don't for `RESUME SUCCESS` ↵
jesopo
2019-02-10
1
-1
/
+2
|
|
|
|
(resume.py)
*
Send request to RESUME a session AFTER we have a new token (resume.py)
jesopo
2019-02-10
1
-5
/
+7
|
*
log calls need a `params` arg (resume.py)
jesopo
2019-02-10
1
-2
/
+2
|
*
'username' -> 'nickname', update RESUME nickname when our nickname changes ↵
jesopo
2019-02-09
1
-8
/
+16
|
|
|
|
(resume.py)
*
Another 'new-token' -> 'new-resume-token' (resume.py)
jesopo
2019-02-09
1
-1
/
+1
|
*
'def on_cap_new' -> 'def on_cap_ls' (resume.py)
jesopo
2019-02-09
1
-1
/
+1
|
*
Actually do 'resume' -> 'resume-token' (resume.py)
jesopo
2019-02-09
1
-2
/
+2
|
*
"resume" -> "resume-token", "new-token" -> "new-resume-token", typo that was
jesopo
2019-02-09
1
-3
/
+3
|
|
|
|
causing resume token to be deleted as soon as it was set (resume.py)
*
Remove unneeded string literal for `resume` CAP
jesopo
2018-11-09
1
-1
/
+1
|
*
Make .get() default explicit
jesopo
2018-11-09
1
-1
/
+2
|
*
Add a way to more explicitly denote when a CAP handshake has ended early
jesopo
2018-11-09
1
-1
/
+1
|
*
Add missing ".get(" in modules/resume.py
jesopo
2018-11-08
1
-1
/
+1
|
*
Add missing "," in modules/resume.py
jesopo
2018-11-08
1
-1
/
+1
|
*
Support IRCv3's `draft/resume-0.2`
jesopo
2018-11-08
1
-0
/
+38