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
*
gotta str()-ify `kwargs` before logging it
jesopo
2019-07-15
1
-2
/
+2
*
use "extended" tweet mode so long tweets are not truncated
jesopo
2019-07-15
2
-3
/
+4
*
replace \n\n with \n in command outputs
jesopo
2019-07-15
1
-1
/
+7
*
don't silently truncate at newline in IRCLine.ParsedLine.truncate()
jesopo
2019-07-15
1
-2
/
+9
*
Merge pull request #95 from Mikaela/defualt
•••
src/EventManager.py: fix typo defualt -> default
jesopo
2019-07-13
1
-2
/
+2
|
\
|
*
src/EventManager.py: fix typo defualt -> default
Mikaela Suomalainen
2019-07-13
1
-2
/
+2
|
/
*
add --remove-server/-R cli arg
jesopo
2019-07-12
2
-0
/
+19
*
support enabling kick-rejoin per channel
jesopo
2019-07-11
1
-6
/
+18
*
add configurable kick-rejoin delay (default 5s)
jesopo
2019-07-11
1
-1
/
+11
*
add kick-rejoin.py
jesopo
2019-07-11
1
-0
/
+11
*
remove last quote if none is provided in !qdel
jesopo
2019-07-11
1
-13
/
+23
*
'self.channels' -> 'self._channels'
jesopo
2019-07-11
1
-1
/
+1
*
bots need snacks too
jesopo
2019-07-11
1
-0
/
+19
*
Show warning for private-only commands in channels and visa versa
•••
closes #89
jesopo
2019-07-11
1
-4
/
+28
*
Merge pull request #93 from fosslinux/todo-list
•••
consistently use 'todo list' vs 'todo'
jesopo
2019-07-11
1
-4
/
+4
|
\
|
*
consistently use 'todo list' vs 'todo'
fosslinux
2019-07-11
1
-4
/
+4
|
/
*
We don't need to show all dependencies in README.md
jesopo
2019-07-10
1
-1
/
+1
*
add ability to disable !mute for networks that dont support mutes
jesopo
2019-07-10
1
-1
/
+6
*
ircv3_botignore.py should use HIGH priority
jesopo
2019-07-09
1
-1
/
+2
*
add help and channel_only kwargs to !ops
jesopo
2019-07-09
1
-0
/
+2
*
'evnet' -> 'event' typo
jesopo
2019-07-09
1
-1
/
+1
*
add ops.py
•••
closes #91
jesopo
2019-07-09
1
-0
/
+18
*
add --depends-on hashflag for slowvoice.py
jesopo
2019-07-09
1
-0
/
+2
*
catch and prettify dns.exception.DNSException
•••
closes #90
jesopo
2019-07-09
1
-0
/
+4
*
add slowvoice.py
jesopo
2019-07-09
1
-0
/
+42
*
Return new Timers
jesopo
2019-07-09
1
-10
/
+12
*
Allow Timer objects to be cancelled
jesopo
2019-07-09
1
-3
/
+5
*
Show new label for PR 'labeled' events
jesopo
2019-07-09
1
-0
/
+2
*
show new label for issue 'labeled' events
jesopo
2019-07-09
1
-3
/
+8
*
.lower()ify webhook repo names for case insensitive checks
jesopo
2019-07-08
1
-6
/
+12
*
use entry["link"] for unique checking if entry["id"] isn't available
jesopo
2019-07-08
1
-7
/
+12
*
asyncio.gather -> asyncio.wait (with timeout)
jesopo
2019-07-08
1
-1
/
+1
*
tell asyncio.gather which loop to use
jesopo
2019-07-08
1
-1
/
+1
*
close event loop when we're done with it (request_many())
jesopo
2019-07-08
1
-1
/
+2
*
Don't try/except async http exceptions
jesopo
2019-07-08
1
-5
/
+1
*
switch request_many() to use asyncio.gather
jesopo
2019-07-08
1
-14
/
+18
*
TRACE log RSS timing
jesopo
2019-07-08
1
-0
/
+7
*
Handle request_many() not returning a Response for a url
jesopo
2019-07-08
1
-0
/
+4
*
catch async exceptions in utils.http.request_many()
jesopo
2019-07-08
1
-1
/
+6
*
add missing schema in utils.http.sanitise_url, use in rss.py
jesopo
2019-07-08
2
-2
/
+5
*
switch rss.py to use utils.http.request_many
jesopo
2019-07-08
1
-9
/
+3
*
switch to using asyncio's event loop
jesopo
2019-07-08
1
-6
/
+7
*
implement utils.http.request_many as a tonado ioloop yield
jesopo
2019-07-08
3
-2
/
+21
*
only set last_stdout/last_stderr when there's actually output
jesopo
2019-07-07
1
-8
/
+9
*
support rss/atom feeds that have no feed title
jesopo
2019-07-07
1
-2
/
+4
*
Merge pull request #81 from fosslinux/master
•••
fix typo; closes issue #80
jesopo
2019-07-06
1
-1
/
+1
|
\
|
*
fix typo; closes issue #80
fosslinux
2019-07-06
1
-1
/
+1
|
/
*
"paramatered" -> "parametered"
jesopo
2019-07-04
3
-3
/
+3
*
add bot-wide command-method option
jesopo
2019-07-04
1
-1
/
+4
*
Add -D cli arg to tolerate disconnections on startup
jesopo
2019-07-04
1
-3
/
+6
[next]