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
*
add throttle.py
•••
closes #101
jesopo
2019-07-23
1
-0
/
+18
*
add set_throttle(lines, seconds) function to tweak throttle per-server
jesopo
2019-07-23
1
-3
/
+10
*
wider watch for failed translation
jesopo
2019-07-22
1
-1
/
+1
*
Only fill throttle when buffer is empty
jesopo
2019-07-22
1
-1
/
+1
*
batch up channel_save.py JOINs in to groups of 10
jesopo
2019-07-22
1
-1
/
+6
*
Remove debug print from perform.py
jesopo
2019-07-22
1
-1
/
+0
*
'event' doesn't exist in _ban
jesopo
2019-07-17
1
-2
/
+2
*
lowerify isup.py's _name
jesopo
2019-07-16
1
-0
/
+2
*
put a 4-second lifetime timeout on dns requests
jesopo
2019-07-16
1
-1
/
+2
*
allow @<nameserver> arg to be anywhere in !dns command
jesopo
2019-07-16
1
-9
/
+7
*
use reverse geocoding to turn location to latlon for weather
jesopo
2019-07-16
1
-7
/
+11
*
expose reverse geocoding through exports
jesopo
2019-07-16
1
-0
/
+1
*
Don't try to get rss urls when there are none
jesopo
2019-07-16
1
-0
/
+3
*
add setting to shorten rss urls (rss-shorten)
jesopo
2019-07-15
1
-19
/
+21
*
add depends-on hashflags to rss.py
jesopo
2019-07-15
1
-0
/
+3
*
add isup.py
jesopo
2019-07-15
1
-0
/
+18
*
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
[next]