aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* typo, 'if seen_ids' -> 'if entries'Gravatar jesopo2019-08-091-1/+1
|
* implement `!rss read <url>`Gravatar jesopo2019-08-091-4/+21
| | | | closes #94
* Remove debug printsGravatar jesopo2019-08-051-2/+0
|
* Use host-meta to find webfinger url, indent-flatten by `raise` callsGravatar jesopo2019-08-051-55/+71
|
* Allow url shorteners to be specified per-channelGravatar jesopo2019-08-052-4/+12
|
* 'and' -> 'in'. typoGravatar jesopo2019-08-031-1/+1
|
* move record type out of `try`, .upper() itGravatar jesopo2019-08-021-1/+1
|
* Show error when a fedi user isn't foundGravatar jesopo2019-08-021-0/+2
|
* support pleroma-style outbox `first`Gravatar jesopo2019-08-021-3/+9
|
* 'itme' -> 'item'Gravatar jesopo2019-08-021-1/+1
|
* 'Note' -> 'Create' for activity typeGravatar jesopo2019-08-021-1/+1
|
* use "id" not "url", support boostsGravatar jesopo2019-08-021-7/+33
|
* add fediverse.pyGravatar jesopo2019-08-021-0/+59
|
* add acronym.pyGravatar jesopo2019-08-011-0/+19
| | | | closes #115
* 'amd' -> 'and'Gravatar jesopo2019-07-311-1/+1
|
* Support youtu.be urls in _from_urlGravatar jesopo2019-07-311-1/+3
|
* Revert ".eat()ing privmsg/notice send should be high priority"Gravatar jesopo2019-07-301-2/+2
| | | | This reverts commit d2155eb20408dcbf4ac3cc1cdca5282a2d211cd8.
* .eat()ing privmsg/notice send should be high priorityGravatar jesopo2019-07-301-2/+2
|
* handle 'CAP DEL' for something that wasn't advertisedGravatar jesopo2019-07-281-1/+2
|
* Use _make_socket provided timeoutGravatar jesopo2019-07-281-1/+1
|
* add proxy.pyGravatar jesopo2019-07-281-0/+40
| | | | closes #67
* 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 duplicatesGravatar jesopo2019-07-281-5/+1
| | | | closes #108
* add !timezoneGravatar jesopo2019-07-271-11/+25
|
* refactor youtube.py and handle playlist urlsGravatar jesopo2019-07-261-42/+61
| | | | closes #61
* Adds an Onionoo module for looking up Tor relaysGravatar Iain R. Learmonth2019-07-261-0/+61
| | | | | | | 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.
* 8ball.py -> eightball.pyGravatar jesopo2019-07-261-0/+2
| | | | closes #106
* have !unshorten look back throgh logs for a urlGravatar jesopo2019-07-231-13/+16
|
* add throttle.pyGravatar jesopo2019-07-231-0/+18
| | | | closes #101
* 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 versaGravatar jesopo2019-07-111-4/+28
| | | | closes #89