aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add !editserver commandGravatar jesopo2019-07-042-0/+44
* WARN log when a RSS feed throws in _check_urlGravatar jesopo2019-07-041-1/+2
* add botset IntSetting for RSS intervalGravatar jesopo2019-07-041-1/+4
* add line about `/msg <bot> identify` in setup.mdGravatar jesopo2019-07-041-0/+1
* treat 437 the same as 433 (nickname already in use)Gravatar jesopo2019-07-042-2/+11
* threading.Lock() around any access to _write_bufferGravatar jesopo2019-07-041-22/+26
* use stdout.append_prefix to put user nickname in without colorGravatar jesopo2019-07-031-1/+1
* Allow commands to append to out/err prefixGravatar jesopo2019-07-031-7/+11
* Merge pull request #78 from AntonMcClure/master•••Add user nickname to !weather prefixGravatar jesopo2019-07-031-0/+6
|\
| * Add user nickname to \!weather prefixGravatar Anton McClure2019-07-031-0/+6
|/
* &lt; is important!Gravatar jesopo2019-07-031-2/+2
* extra newline between '>' lines so they don't get joined togetherGravatar jesopo2019-07-031-0/+2
* '``' -> '>'Gravatar jesopo2019-07-031-4/+4
* '-' is a special char in markdownGravatar jesopo2019-07-031-1/+1
* Add docs/help/channels.mdGravatar jesopo2019-07-031-0/+21
* update setup.md to reflect new `!perform` interfaceGravatar jesopo2019-07-031-1/+1
* unset saved channel key on -kGravatar jesopo2019-07-031-0/+4
* remove debug printsGravatar jesopo2019-07-031-2/+0
* catch +k cmodes (MODE, 324) and store themGravatar jesopo2019-07-031-0/+11