aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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/defualt•••src/EventManager.py: fix typo defualt -> defaultGravatar jesopo2019-07-131-2/+2
|\
| * 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 versa•••closes #89 Gravatar jesopo2019-07-111-4/+28
* Merge pull request #93 from fosslinux/todo-list•••consistently use 'todo list' vs 'todo'Gravatar jesopo2019-07-111-4/+4
|\
| * 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.py•••closes #91 Gravatar jesopo2019-07-091-0/+18
* add --depends-on hashflag for slowvoice.pyGravatar jesopo2019-07-091-0/+2
* catch and prettify dns.exception.DNSException•••closes #90 Gravatar jesopo2019-07-091-0/+4
* 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
* TRACE log RSS timingGravatar jesopo2019-07-081-0/+7
* Handle request_many() not returning a Response for a urlGravatar jesopo2019-07-081-0/+4
* catch async exceptions in utils.http.request_many()Gravatar jesopo2019-07-081-1/+6
* add missing schema in utils.http.sanitise_url, use in rss.pyGravatar jesopo2019-07-082-2/+5
* switch rss.py to use utils.http.request_manyGravatar jesopo2019-07-081-9/+3
* switch to using asyncio's event loopGravatar jesopo2019-07-081-6/+7
* implement utils.http.request_many as a tonado ioloop yieldGravatar jesopo2019-07-083-2/+21
* only set last_stdout/last_stderr when there's actually outputGravatar jesopo2019-07-071-8/+9
* support rss/atom feeds that have no feed titleGravatar jesopo2019-07-071-2/+4
* Merge pull request #81 from fosslinux/master•••fix typo; closes issue #80Gravatar jesopo2019-07-061-1/+1
|\
| * fix typo; closes issue #80Gravatar fosslinux2019-07-061-1/+1
|/
* "paramatered" -> "parametered"Gravatar jesopo2019-07-043-3/+3
* add bot-wide command-method optionGravatar jesopo2019-07-041-1/+4
* Add -D cli arg to tolerate disconnections on startupGravatar jesopo2019-07-041-3/+6