aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Store more "seen ids", hash seen ids so they take up a constant spaceGravatar jesopo2019-08-121-7/+9
* throttle negative and positive karma independently of each other•••closes #117 Gravatar jesopo2019-08-121-5/+19
* `!rss read` will assume url if there's only url registered for the channelGravatar jesopo2019-08-121-2/+8
* typo, 'if seen_ids' -> 'if entries'Gravatar jesopo2019-08-091-1/+1
* implement `!rss read <url>`•••closes #94 Gravatar jesopo2019-08-091-4/+21
* v1.11.0-rc1 releaseGravatar jesopo2019-08-091-1/+1
* Update CHANGELOG.mdGravatar jesopo2019-08-091-0/+50
* Remove extraneous spaceGravatar jesopo2019-08-071-1/+0
* Change pip command in README.md to be a --user commandGravatar jesopo2019-08-061-1/+1
* 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 bypass of content-type check in utils.http.requestGravatar jesopo2019-08-051-3/+3
* 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
* not all HTTP responses have content-typeGravatar 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.py•••closes #115 Gravatar jesopo2019-08-011-0/+19
* 'amd' -> 'and'Gravatar jesopo2019-07-311-1/+1
* Support youtu.be urls in _from_urlGravatar jesopo2019-07-311-1/+3
* pull `priority` out of `kwargs` in _hookGravatar jesopo2019-07-301-0/+4
* Revert "hook priority position should default to 0, not end"•••This reverts commit ff0cc59507249da262535895129d9ec3258b56a5. Gravatar jesopo2019-07-301-4/+5
* Revert "we should be checking if the new hook has a higher priority"•••This reverts commit b145e664e1c26322c916783b910050b7393fdb83. Gravatar jesopo2019-07-301-1/+1
* we should be checking if the new hook has a higher priorityGravatar jesopo2019-07-301-1/+1
* hook priority position should default to 0, not endGravatar jesopo2019-07-301-5/+4
* Revert ".eat()ing privmsg/notice send should be high priority"•••This reverts commit d2155eb20408dcbf4ac3cc1cdca5282a2d211cd8. Gravatar jesopo2019-07-301-2/+2
* .eat()ing privmsg/notice send should be high priorityGravatar jesopo2019-07-301-2/+2
* `source` should have ':' appendedGravatar jesopo2019-07-281-1/+1
* 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.py•••closes #67 Gravatar jesopo2019-07-282-0/+41
* Remove debug printGravatar jesopo2019-07-281-1/+0
* move socket creation to it's own function, send event just prior to .connectGravatar jesopo2019-07-282-2/+6
* 'name' -> 'key' (copypaste fail)Gravatar jesopo2019-07-281-2/+2
* 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-283-14/+30
* add !timezoneGravatar jesopo2019-07-271-11/+25
* refactor youtube.py and handle playlist urls•••closes #61 Gravatar jesopo2019-07-261-42/+61
* Merge pull request #107 from irl/onionoo•••Adds an Onionoo module for looking up Tor relaysGravatar jesopo2019-07-261-0/+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
|/
* switch to function/module magic being a single objectGravatar jesopo2019-07-263-26/+43
* 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
* add set_throttle(lines, seconds) function to tweak throttle per-serverGravatar jesopo2019-07-231-3/+10