| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | typo, 'if seen_ids' -> 'if entries' | 2019-08-09 | 1 | -1/+1 | |
| | | |||||
| * | implement `!rss read <url>` | 2019-08-09 | 1 | -4/+21 | |
| | | | | | closes #94 | ||||
| * | Remove debug prints | 2019-08-05 | 1 | -2/+0 | |
| | | |||||
| * | Use host-meta to find webfinger url, indent-flatten by `raise` calls | 2019-08-05 | 1 | -55/+71 | |
| | | |||||
| * | Allow url shorteners to be specified per-channel | 2019-08-05 | 2 | -4/+12 | |
| | | |||||
| * | 'and' -> 'in'. typo | 2019-08-03 | 1 | -1/+1 | |
| | | |||||
| * | move record type out of `try`, .upper() it | 2019-08-02 | 1 | -1/+1 | |
| | | |||||
| * | Show error when a fedi user isn't found | 2019-08-02 | 1 | -0/+2 | |
| | | |||||
| * | support pleroma-style outbox `first` | 2019-08-02 | 1 | -3/+9 | |
| | | |||||
| * | 'itme' -> 'item' | 2019-08-02 | 1 | -1/+1 | |
| | | |||||
| * | 'Note' -> 'Create' for activity type | 2019-08-02 | 1 | -1/+1 | |
| | | |||||
| * | use "id" not "url", support boosts | 2019-08-02 | 1 | -7/+33 | |
| | | |||||
| * | add fediverse.py | 2019-08-02 | 1 | -0/+59 | |
| | | |||||
| * | add acronym.py | 2019-08-01 | 1 | -0/+19 | |
| | | | | | closes #115 | ||||
| * | 'amd' -> 'and' | 2019-07-31 | 1 | -1/+1 | |
| | | |||||
| * | Support youtu.be urls in _from_url | 2019-07-31 | 1 | -1/+3 | |
| | | |||||
| * | Revert ".eat()ing privmsg/notice send should be high priority" | 2019-07-30 | 1 | -2/+2 | |
| | | | | | This reverts commit d2155eb20408dcbf4ac3cc1cdca5282a2d211cd8. | ||||
| * | .eat()ing privmsg/notice send should be high priority | 2019-07-30 | 1 | -2/+2 | |
| | | |||||
| * | handle 'CAP DEL' for something that wasn't advertised | 2019-07-28 | 1 | -1/+2 | |
| | | |||||
| * | Use _make_socket provided timeout | 2019-07-28 | 1 | -1/+1 | |
| | | |||||
| * | add proxy.py | 2019-07-28 | 1 | -0/+40 | |
| | | | | | closes #67 | ||||
| * | Show available hash algorithms when none is provided | 2019-07-28 | 1 | -7/+11 | |
| | | |||||
| * | Refactor hook kwargs to be stored as a list of tuples to support key duplicates | 2019-07-28 | 1 | -5/+1 | |
| | | | | | closes #108 | ||||
| * | add !timezone | 2019-07-27 | 1 | -11/+25 | |
| | | |||||
| * | refactor youtube.py and handle playlist urls | 2019-07-26 | 1 | -42/+61 | |
| | | | | | closes #61 | ||||
| * | Adds an Onionoo module for looking up Tor relays | 2019-07-26 | 1 | -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.py | 2019-07-26 | 1 | -0/+2 | |
| | | | | | closes #106 | ||||
| * | have !unshorten look back throgh logs for a url | 2019-07-23 | 1 | -13/+16 | |
| | | |||||
| * | add throttle.py | 2019-07-23 | 1 | -0/+18 | |
| | | | | | closes #101 | ||||
| * | wider watch for failed translation | 2019-07-22 | 1 | -1/+1 | |
| | | |||||
| * | batch up channel_save.py JOINs in to groups of 10 | 2019-07-22 | 1 | -1/+6 | |
| | | |||||
| * | Remove debug print from perform.py | 2019-07-22 | 1 | -1/+0 | |
| | | |||||
| * | 'event' doesn't exist in _ban | 2019-07-17 | 1 | -2/+2 | |
| | | |||||
| * | lowerify isup.py's _name | 2019-07-16 | 1 | -0/+2 | |
| | | |||||
| * | put a 4-second lifetime timeout on dns requests | 2019-07-16 | 1 | -1/+2 | |
| | | |||||
| * | allow @<nameserver> arg to be anywhere in !dns command | 2019-07-16 | 1 | -9/+7 | |
| | | |||||
| * | use reverse geocoding to turn location to latlon for weather | 2019-07-16 | 1 | -7/+11 | |
| | | |||||
| * | expose reverse geocoding through exports | 2019-07-16 | 1 | -0/+1 | |
| | | |||||
| * | Don't try to get rss urls when there are none | 2019-07-16 | 1 | -0/+3 | |
| | | |||||
| * | add setting to shorten rss urls (rss-shorten) | 2019-07-15 | 1 | -19/+21 | |
| | | |||||
| * | add depends-on hashflags to rss.py | 2019-07-15 | 1 | -0/+3 | |
| | | |||||
| * | add isup.py | 2019-07-15 | 1 | -0/+18 | |
| | | |||||
| * | use "extended" tweet mode so long tweets are not truncated | 2019-07-15 | 2 | -3/+4 | |
| | | |||||
| * | replace \n\n with \n in command outputs | 2019-07-15 | 1 | -1/+7 | |
| | | |||||
| * | support enabling kick-rejoin per channel | 2019-07-11 | 1 | -6/+18 | |
| | | |||||
| * | add configurable kick-rejoin delay (default 5s) | 2019-07-11 | 1 | -1/+11 | |
| | | |||||
| * | add kick-rejoin.py | 2019-07-11 | 1 | -0/+11 | |
| | | |||||
| * | remove last quote if none is provided in !qdel | 2019-07-11 | 1 | -13/+23 | |
| | | |||||
| * | bots need snacks too | 2019-07-11 | 1 | -0/+19 | |
| | | |||||
| * | Show warning for private-only commands in channels and visa versa | 2019-07-11 | 1 | -4/+28 | |
| | | | | | closes #89 | ||||
