| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Store more "seen ids", hash seen ids so they take up a constant space | 2019-08-12 | 1 | -7/+9 | ||
| | | ||||||
| * | throttle negative and positive karma independently of each other | 2019-08-12 | 1 | -5/+19 | ||
| | | | | | closes #117 | |||||
| * | `!rss read` will assume url if there's only url registered for the channel | 2019-08-12 | 1 | -2/+8 | ||
| | | ||||||
| * | typo, 'if seen_ids' -> 'if entries' | 2019-08-09 | 1 | -1/+1 | ||
| | | ||||||
| * | implement `!rss read <url>` | 2019-08-09 | 1 | -4/+21 | ||
| | | | | | closes #94 | |||||
| * | v1.11.0-rc1 release | 2019-08-09 | 1 | -1/+1 | ||
| | | ||||||
| * | Update CHANGELOG.md | 2019-08-09 | 1 | -0/+50 | ||
| | | ||||||
| * | Remove extraneous space | 2019-08-07 | 1 | -1/+0 | ||
| | | ||||||
| * | Change pip command in README.md to be a --user command | 2019-08-06 | 1 | -1/+1 | ||
| | | ||||||
| * | 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 bypass of content-type check in utils.http.request | 2019-08-05 | 1 | -3/+3 | ||
| | | ||||||
| * | 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 | ||
| | | ||||||
| * | not all HTTP responses have content-type | 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 | ||
| | | ||||||
| * | pull `priority` out of `kwargs` in _hook | 2019-07-30 | 1 | -0/+4 | ||
| | | ||||||
| * | Revert "hook priority position should default to 0, not end" | 2019-07-30 | 1 | -4/+5 | ||
| | | | | | This reverts commit ff0cc59507249da262535895129d9ec3258b56a5. | |||||
| * | Revert "we should be checking if the new hook has a higher priority" | 2019-07-30 | 1 | -1/+1 | ||
| | | | | | This reverts commit b145e664e1c26322c916783b910050b7393fdb83. | |||||
| * | we should be checking if the new hook has a higher priority | 2019-07-30 | 1 | -1/+1 | ||
| | | ||||||
| * | hook priority position should default to 0, not end | 2019-07-30 | 1 | -5/+4 | ||
| | | ||||||
| * | 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 | ||
| | | ||||||
| * | `source` should have ':' appended | 2019-07-28 | 1 | -1/+1 | ||
| | | ||||||
| * | 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 | 2 | -0/+41 | ||
| | | | | | closes #67 | |||||
| * | Remove debug print | 2019-07-28 | 1 | -1/+0 | ||
| | | ||||||
| * | move socket creation to it's own function, send event just prior to .connect | 2019-07-28 | 2 | -2/+6 | ||
| | | ||||||
| * | 'name' -> 'key' (copypaste fail) | 2019-07-28 | 1 | -2/+2 | ||
| | | ||||||
| * | 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 | 3 | -14/+30 | ||
| | | | | | 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 | |||||
| * | Merge pull request #107 from irl/onionoo | 2019-07-26 | 1 | -0/+61 | ||
| |\ | | | | | Adds an Onionoo module for looking up Tor relays | |||||
| | * | 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. | |||||
| * | switch to function/module magic being a single object | 2019-07-26 | 3 | -26/+43 | ||
| | | ||||||
| * | 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 | |||||
| * | add set_throttle(lines, seconds) function to tweak throttle per-server | 2019-07-23 | 1 | -3/+10 | ||
| | | ||||||
