aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Show available hash algorithms when none is providedGravatar jesopo2019-07-281-7/+11
* Refactor hook kwargs to be stored as a list of tuples to support key duplicates•••closes #108 Gravatar jesopo2019-07-281-5/+1
* add !timezoneGravatar jesopo2019-07-271-11/+25
* refactor youtube.py and handle playlist urls•••closes #61 Gravatar jesopo2019-07-261-42/+61
* Adds an Onionoo module for looking up Tor relays•••Adds a new torrelay command that can be used to search for a Tor relay by fingerprint/nickname and also a new channel setting that allows relay details to be automatically looked up when a 40-char hex fingerprint appears in the channel. Gravatar Iain R. Learmonth2019-07-261-0/+61
* 8ball.py -> eightball.py•••closes #106 Gravatar jesopo2019-07-261-0/+2
* have !unshorten look back throgh logs for a urlGravatar jesopo2019-07-231-13/+16
* add throttle.py•••closes #101 Gravatar jesopo2019-07-231-0/+18
* wider watch for failed translationGravatar 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
* 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
* 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
* 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
* consistently use 'todo list' vs 'todo'Gravatar fosslinux2019-07-111-4/+4
* 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
* 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
* TRACE log RSS timingGravatar jesopo2019-07-081-0/+7
* Handle request_many() not returning a Response for a urlGravatar jesopo2019-07-081-0/+4
* add missing schema in utils.http.sanitise_url, use in rss.pyGravatar jesopo2019-07-081-2/+2
* switch rss.py to use utils.http.request_manyGravatar jesopo2019-07-081-9/+3
* 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
* fix typo; closes issue #80Gravatar fosslinux2019-07-061-1/+1
* "paramatered" -> "parametered"Gravatar jesopo2019-07-041-1/+1