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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update CHANGELOG.md
jesopo
2019-06-10
1
-0
/
+5
*
Add message_filter.py
jesopo
2019-06-10
1
-0
/
+81
*
Add `.assure()` to ParsedLine, to make it immune from `.valid()`
jesopo
2019-06-10
4
-12
/
+27
*
Allow preprocess.send callbacks to request a line not be sent at all
jesopo
2019-06-10
2
-8
/
+17
*
Update CHANGELOG, v1.9.2 release
jesopo
2019-06-09
2
-1
/
+14
*
`draft/resume-0.4` -> `draft/resume-0.5`
jesopo
2019-06-09
1
-1
/
+1
*
manage tweet thread ourselves to make sure it's a daemon
jesopo
2019-06-09
1
-2
/
+7
*
Put responsbility of `self.running = False` on to the event loop
jesopo
2019-06-09
1
-15
/
+34
*
Remove debug print
jesopo
2019-06-09
1
-1
/
+0
*
only add to IRCBuffer when there's actually a message (e.g. exclude TAGMSG)
jesopo
2019-06-08
1
-4
/
+6
*
Add missing `time` import
jesopo
2019-06-08
1
-1
/
+1
*
Show how many seconds it took to !bef/!trap a duck
jesopo
2019-06-08
1
-5
/
+8
*
IRCServer.statusmsg type hint
jesopo
2019-06-08
1
-1
/
+1
*
Add missing ":" to CHANGELOG
jesopo
2019-06-08
1
-1
/
+1
*
v1.9.1 release
jesopo
2019-06-08
2
-2
/
+2
*
Update CHANGELOG
jesopo
2019-06-08
1
-0
/
+7
*
We should look at ISUPPORT's STATUSMSG token instead of PREFIX
jesopo
2019-06-08
3
-1
/
+4
*
Only request a CAP once. closes #66
jesopo
2019-06-08
2
-4
/
+14
*
self._get_sts no longer exists
jesopo
2019-06-08
1
-2
/
+2
*
Fixes for tweet streaming found from finally testing it
jesopo
2019-06-07
1
-13
/
+25
*
v1.9.0 release
jesopo
2019-06-07
2
-2
/
+2
*
Wrap commands in backticks
jesopo
2019-06-07
1
-3
/
+3
*
CHANGELOG -> CHANGELOG.md
jesopo
2019-06-07
1
-0
/
+0
*
Update CHANGELOG
jesopo
2019-06-07
1
-0
/
+6
*
check stdout/stderr `has_text()` before .send() gets rid of it
jesopo
2019-06-07
1
-2
/
+3
*
actually return `ret`
jesopo
2019-06-07
1
-0
/
+2
*
Only show typing indicators for commands that expect output
jesopo
2019-06-07
2
-4
/
+7
*
Send `+draft/typing` tag when processing commands
jesopo
2019-06-07
1
-4
/
+18
*
Merge branch 'master' into feature/write-thread
jesopo
2019-06-07
4
-20
/
+24
|
\
|
*
Logging._log()'s `params` arg should be typing.Optiona[]
jesopo
2019-06-07
1
-1
/
+2
|
*
typehint for IRCBuffer._lines
jesopo
2019-06-07
1
-1
/
+2
|
*
Use a deque for temp chathistory storage (src/IRCBuffer.py)
jesopo
2019-06-07
1
-9
/
+8
|
*
Better formating for pull_request ready_for_review event
jesopo
2019-06-07
1
-0
/
+2
|
*
select.poll, as opposed to select.epoll, uses milliseconds not seconds for
•••
timeout
jesopo
2019-06-06
1
-1
/
+2
|
*
Merge pull request #65 from jesopo/feature/poll
•••
select.epoll -> select.poll
jesopo
2019-06-06
1
-10
/
+10
|
|
\
|
|
*
select.epoll -> select.poll
jesopo
2019-06-06
1
-10
/
+10
|
|
/
*
|
We need to wait for _check to finish so read/writes can be triggered correctly
jesopo
2019-06-07
1
-2
/
+2
*
|
"send" event on SentLines should be run on the main thread
jesopo
2019-06-07
2
-3
/
+2
*
|
Call _check *after* read epoll call - to make sure timeouts are hit accurately
jesopo
2019-06-07
1
-2
/
+2
*
|
Switch to using threading.Condition to trigger write thread
jesopo
2019-06-07
1
-19
/
+15
*
|
Checking if we should enable write buffer should be in _fill_throttle()
jesopo
2019-06-07
1
-6
/
+5
*
|
Remove debug print
jesopo
2019-06-06
1
-1
/
+0
*
|
Use .trigger (without triggering read/write threads) to call _check
jesopo
2019-06-06
1
-5
/
+8
*
|
use trigger_write() instead of a raw .send(b"")
jesopo
2019-06-06
1
-1
/
+2
*
|
List()ify self.bot.servers.values() as it can change mid-QUIT
jesopo
2019-06-06
1
-1
/
+1
*
|
use _event_queue for _check, don't .disconnect() from outside of respective
•••
loops
jesopo
2019-06-06
1
-17
/
+15
*
|
remove _trigger_function code, it's not used any more
jesopo
2019-06-06
1
-12
/
+2
*
|
Remove +draft/typing TAGMSG - that was for testing
jesopo
2019-06-06
1
-3
/
+0
*
|
Lambda scopes are irritating
jesopo
2019-06-06
1
-2
/
+9
*
|
call timer callbacks and expire cach objects on main thread
jesopo
2019-06-06
1
-4
/
+5
[next]