| Commit message (Expand) | Author | Age | Files | Lines |
| * | 'karma-verbose' -> 'karma-pattern'. don't even parse when false | jesopo | 2019-09-12 | 1 | -12/+12 |
| * | remove now-unneeded "--require-config tls-certificate" from fediverse.py | jesopo | 2019-09-12 | 1 | -2/+0 |
| * | translate INVITE from [channel_name, target] to [target, channel_name] | jesopo | 2019-09-12 | 2 | -3/+3 |
| * | Revert "INVITE should be [channel_name, target]"•••This reverts commit f3d8ffad2c8dc9444e32f65e3c78373ec6ad0661.
| jesopo | 2019-09-12 | 2 | -4/+4 |
| * | INVITE should be [channel_name, target] | jesopo | 2019-09-12 | 2 | -4/+4 |
| * | allow Requests to specify a useragent | jesopo | 2019-09-12 | 1 | -3/+4 |
| * | add !invite | jesopo | 2019-09-12 | 1 | -0/+18 |
| * | add IRCChannel.send_invite() | jesopo | 2019-09-12 | 1 | -0/+2 |
| * | Revert "add IRCBot.http_client(), to allow modules to override default http c...•••This reverts commit 81347fbba0ab9325321bc9e085b3354bb16512df.
| jesopo | 2019-09-11 | 1 | -3/+0 |
| * | Revert "switch to using IRCBot.http_client() in title.py"•••This reverts commit 748008cf360616752375f72e619f741a3b224a6a.
| jesopo | 2019-09-11 | 1 | -1/+1 |
| * | switch to using IRCBot.http_client() in title.py | jesopo | 2019-09-11 | 1 | -1/+1 |
| * | add IRCBot.http_client(), to allow modules to override default http client | jesopo | 2019-09-11 | 1 | -0/+3 |
| * | add a helper utils.http.Client static object | jesopo | 2019-09-11 | 1 | -0/+4 |
| * | add `proxy` to Request objects | jesopo | 2019-09-11 | 1 | -1/+2 |
| * | refactor utils.http.requests to support a Request object | jesopo | 2019-09-11 | 6 | -34/+83 |
| * | automatically decode certain http content types | jesopo | 2019-09-11 | 1 | -1/+6 |
| * | make context/conversation a "valid" URI | jesopo | 2019-09-11 | 1 | -1/+2 |
| * | inbox should have https:// on it | jesopo | 2019-09-11 | 1 | -4/+9 |
| * | use correct link "type" for webfinger response | jesopo | 2019-09-11 | 1 | -1/+3 |
| * | force content-length on to REST API responses | jesopo | 2019-09-11 | 1 | -0/+1 |
| * | return `url` on actor | jesopo | 2019-09-11 | 1 | -1/+1 |
| * | force "acct:" on `resource` key on webfinger response | jesopo | 2019-09-11 | 1 | -1/+1 |
| * | remove (i think) unneeded @context, add user summary and name | jesopo | 2019-09-11 | 1 | -5/+3 |
| * | set content_type=ACTIVITY_TYPE on outbox | jesopo | 2019-09-10 | 1 | -0/+1 |
| * | remove unused duplicate ACTIVITY_TYPE | jesopo | 2019-09-10 | 1 | -1/+0 |
| * | Revert "call self.finish() in rest_api.py in hopes it will force-close connec...•••This reverts commit 5d6b2ff083142f71e845d3f543fee8e6f70f6fd2.
| jesopo | 2019-09-10 | 1 | -1/+0 |
| * | call self.finish() in rest_api.py in hopes it will force-close connections | jesopo | 2019-09-10 | 1 | -0/+1 |
| * | '_prepare_actitivy' -> '_prepare_activity' | jesopo | 2019-09-10 | 1 | -1/+1 |
| * | get_activities is a list, not a dict | jesopo | 2019-09-10 | 1 | -3/+3 |
| * | implement first draft of fediverse outbox | jesopo | 2019-09-10 | 1 | -5/+85 |
| * | return error codes from webfinger | jesopo | 2019-09-10 | 1 | -0/+4 |
| * | fix setting exported from fediverse_server.py | jesopo | 2019-09-10 | 1 | -2/+3 |
| * | split out fediverse server to it's own module | jesopo | 2019-09-10 | 2 | -65/+95 |
| * | support webfinger resource not having "acct:" on the front | jesopo | 2019-09-10 | 1 | -3/+5 |
| * | .strip() client cert to remove needless newlines | jesopo | 2019-09-10 | 1 | -1/+1 |
| * | "%s", not "%d", cuz `port` is a str | jesopo | 2019-09-10 | 1 | -1/+1 |
| * | get REST API port from settings if it's not in Host header | jesopo | 2019-09-10 | 1 | -2/+6 |
| * | 'index' -> 'inbox' | jesopo | 2019-09-10 | 1 | -2/+1 |
| * | 'get_params' -> 'get_params_str' | jesopo | 2019-09-10 | 1 | -1/+1 |
| * | 'location' -> 'self_id' | jesopo | 2019-09-10 | 1 | -2/+2 |
| * | 'for_url' -> 'url_for', '_ap_self._id' -> '_ap_self_id' | jesopo | 2019-09-10 | 1 | -2/+2 |
| * | implement ActivityPub user endpoint | jesopo | 2019-09-10 | 1 | -6/+44 |
| * | CaseInsensitiveDict does not implement .get() yet | jesopo | 2019-09-10 | 1 | -5/+5 |
| * | 'resouce' -> 'resource' | jesopo | 2019-09-10 | 1 | -1/+1 |
| * | 'account' is no longer reformatted u@instance | jesopo | 2019-09-10 | 1 | -1/+2 |
| * | first draft of ActivityPub webfinger | jesopo | 2019-09-10 | 2 | -5/+52 |
| * | don't return "+" when a channel has no modes | jesopo | 2019-09-10 | 1 | -1/+4 |
| * | don't bother sorting json keys when the json is minified | jesopo | 2019-09-10 | 1 | -1/+1 |
| * | duplicate 'rest-api' setting - copypaste issue for rest-api-minify | jesopo | 2019-09-10 | 1 | -1/+1 |
| * | move more REST API code on to the main thread | jesopo | 2019-09-10 | 1 | -17/+19 |