aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* wider watch for failed translationGravatar jesopo2019-07-221-1/+1
|
* Only fill throttle when buffer is emptyGravatar jesopo2019-07-221-1/+1
|
* batch up channel_save.py JOINs in to groups of 10Gravatar jesopo2019-07-221-1/+6
|
* Remove debug print from perform.pyGravatar jesopo2019-07-221-1/+0
|
* 'event' doesn't exist in _banGravatar jesopo2019-07-171-2/+2
|
* lowerify isup.py's _nameGravatar jesopo2019-07-161-0/+2
|
* put a 4-second lifetime timeout on dns requestsGravatar jesopo2019-07-161-1/+2
|
* allow @<nameserver> arg to be anywhere in !dns commandGravatar jesopo2019-07-161-9/+7
|
* use reverse geocoding to turn location to latlon for weatherGravatar jesopo2019-07-161-7/+11
|
* expose reverse geocoding through exportsGravatar jesopo2019-07-161-0/+1
|
* Don't try to get rss urls when there are noneGravatar jesopo2019-07-161-0/+3
|
* add setting to shorten rss urls (rss-shorten)Gravatar jesopo2019-07-151-19/+21
|
* add depends-on hashflags to rss.pyGravatar jesopo2019-07-151-0/+3
|
* add isup.pyGravatar jesopo2019-07-151-0/+18
|
* gotta str()-ify `kwargs` before logging itGravatar jesopo2019-07-151-2/+2
|
* use "extended" tweet mode so long tweets are not truncatedGravatar jesopo2019-07-152-3/+4
|
* replace \n\n with \n in command outputsGravatar jesopo2019-07-151-1/+7
|
* don't silently truncate at newline in IRCLine.ParsedLine.truncate()Gravatar jesopo2019-07-151-2/+9
|
* Merge pull request #95 from Mikaela/defualtGravatar jesopo2019-07-131-2/+2
|\ | | | | src/EventManager.py: fix typo defualt -> default
| * src/EventManager.py: fix typo defualt -> defaultGravatar Mikaela Suomalainen2019-07-131-2/+2
|/
* add --remove-server/-R cli argGravatar jesopo2019-07-122-0/+19
|
* support enabling kick-rejoin per channelGravatar jesopo2019-07-111-6/+18
|
* add configurable kick-rejoin delay (default 5s)Gravatar jesopo2019-07-111-1/+11
|
* add kick-rejoin.pyGravatar jesopo2019-07-111-0/+11
|
* remove last quote if none is provided in !qdelGravatar jesopo2019-07-111-13/+23
|
* 'self.channels' -> 'self._channels'Gravatar jesopo2019-07-111-1/+1
|
* bots need snacks tooGravatar jesopo2019-07-111-0/+19
|
* Show warning for private-only commands in channels and visa versaGravatar jesopo2019-07-111-4/+28
| | | | closes #89
* Merge pull request #93 from fosslinux/todo-listGravatar jesopo2019-07-111-4/+4
|\ | | | | consistently use 'todo list' vs 'todo'
| * consistently use 'todo list' vs 'todo'Gravatar fosslinux2019-07-111-4/+4
|/
* We don't need to show all dependencies in README.mdGravatar jesopo2019-07-101-1/+1
|
* add ability to disable !mute for networks that dont support mutesGravatar jesopo2019-07-101-1/+6
|
* ircv3_botignore.py should use HIGH priorityGravatar jesopo2019-07-091-1/+2
|
* add help and channel_only kwargs to !opsGravatar jesopo2019-07-091-0/+2
|
* 'evnet' -> 'event' typoGravatar jesopo2019-07-091-1/+1
|
* add ops.pyGravatar jesopo2019-07-091-0/+18
| | | | closes #91
* add --depends-on hashflag for slowvoice.pyGravatar jesopo2019-07-091-0/+2
|
* catch and prettify dns.exception.DNSExceptionGravatar jesopo2019-07-091-0/+4
| | | | closes #90
* add slowvoice.pyGravatar jesopo2019-07-091-0/+42
|
* Return new TimersGravatar jesopo2019-07-091-10/+12
|
* Allow Timer objects to be cancelledGravatar jesopo2019-07-091-3/+5
|
* Show new label for PR 'labeled' eventsGravatar jesopo2019-07-091-0/+2
|
* show new label for issue 'labeled' eventsGravatar jesopo2019-07-091-3/+8
|
* .lower()ify webhook repo names for case insensitive checksGravatar jesopo2019-07-081-6/+12
|
* use entry["link"] for unique checking if entry["id"] isn't availableGravatar jesopo2019-07-081-7/+12
|
* asyncio.gather -> asyncio.wait (with timeout)Gravatar jesopo2019-07-081-1/+1
|
* tell asyncio.gather which loop to useGravatar jesopo2019-07-081-1/+1
|
* close event loop when we're done with it (request_many())Gravatar jesopo2019-07-081-1/+2
|
* Don't try/except async http exceptionsGravatar jesopo2019-07-081-5/+1
|
* switch request_many() to use asyncio.gatherGravatar jesopo2019-07-081-14/+18
|