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
*
`yield` already generated permission check for serverset/botset
jesopo
2019-06-14
1
-1
/
+1
*
Fix utils.Check `args` type hinting
jesopo
2019-06-14
1
-2
/
+2
*
add `self` check.command, change !config to use new yields
jesopo
2019-06-14
3
-1
/
+17
*
Add a way to __or__ `utils.Check`s, as a "if one of these passes" thing
jesopo
2019-06-14
4
-12
/
+37
*
Catch `yield`s in command callbacks for e.g. permission checks
jesopo
2019-06-14
3
-27
/
+87
*
Update CHANGELOG.md
jesopo
2019-06-13
1
-0
/
+1
*
Wrap _read_loop() and _write_loop() in a try that kills the main thread
jesopo
2019-06-13
1
-2
/
+11
*
Update CHANGELOG.md
jesopo
2019-06-13
1
-1
/
+3
*
Expose IRCChannel.mode_str() on REST API stats endpoint
jesopo
2019-06-13
1
-1
/
+2
*
Mode mode (and mode arg) parsing to IRCChannel.py, add IRCChannel.mode_str
jesopo
2019-06-13
3
-19
/
+47
*
typo, 'acount' -> 'count'
jesopo
2019-06-12
1
-1
/
+1
*
"duck" when duck count is 1, "ducks" otherwise
jesopo
2019-06-12
1
-2
/
+5
*
our usage of BeautifulSoup requires lxml
jesopo
2019-06-12
2
-1
/
+2
*
WARN log (instead of exception) when we receive an unknown label
jesopo
2019-06-12
1
-0
/
+4
*
Update CHANGELOG.md
jesopo
2019-06-11
1
-0
/
+6
*
Drastically simplify karma regex: only "strip" off last 2 chars of --/++
jesopo
2019-06-11
1
-2
/
+1
*
Make root wikipedia command !wikipedia, !wi and !wiki as aliases
jesopo
2019-06-10
1
-1
/
+2
*
Add help/usage strings for ducks.py
jesopo
2019-06-10
1
-0
/
+14
*
INFO log when we drop a message in message_filter.py
jesopo
2019-06-10
1
-0
/
+2
*
Change `send_*()` function return hints to be typing.Optional
jesopo
2019-06-10
1
-24
/
+31
*
Strip font formatting chars before doing message filtering
jesopo
2019-06-10
1
-1
/
+1
*
Change message_filter.py _name to "Filter"
jesopo
2019-06-10
1
-0
/
+2
*
Ignore sts tokens on plain-text connections if no `port` key is provided
jesopo
2019-06-10
1
-4
/
+5
*
command-out truncation logic should be referencing `sent_line`
jesopo
2019-06-10
1
-3
/
+3
*
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
[next]