| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 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 |
| * | 'code' -> 'response.code' | jesopo | 2019-09-10 | 1 | -1/+2 |
| * | set response.code=200 as soon as we know there's a hook waiting for it | jesopo | 2019-09-10 | 1 | -0/+1 |
| * | 'event_response' -> 'obj' (copypaste error) | jesopo | 2019-09-10 | 1 | -3/+2 |
| * | refactor REST API to use a Response object | jesopo | 2019-09-10 | 1 | -23/+48 |
| * | don't use full event names to check what command we're in | jesopo | 2019-09-10 | 3 | -5/+5 |
| * | support disabling word tracking per channel, not just per user | jesopo | 2019-09-10 | 1 | -3/+7 |
| * | use rpartition, not partition, to avoid splitting on leading @ | jesopo | 2019-09-09 | 1 | -1/+1 |
| * | add !unsilence | jesopo | 2019-09-09 | 1 | -0/+14 |
| * | add +time param to !silence | jesopo | 2019-09-09 | 1 | -1/+12 |
| * | add a special flag to allow commands to bypass !silence | jesopo | 2019-09-09 | 1 | -1/+2 |
| * | use detect_encoding=False in github webhook url shortening | jesopo | 2019-09-09 | 1 | -1/+1 |
| * | add !8 as alias of !8ball | jesopo | 2019-09-09 | 1 | -4/+3 |
| * | remove redundant (and maybe wrong) GET params from webfinger call•••closes #143
| jesopo | 2019-09-09 | 1 | -3/+1 |
| * | support location names for !timezone too | jesopo | 2019-09-08 | 1 | -5/+9 |
| * | support showing time for locations, not just users | jesopo | 2019-09-08 | 1 | -10/+43 |
| * | remove LOW priority from youtube regex - it doesnt need it | jesopo | 2019-09-08 | 1 | -1/+0 |
| * | don't disregard matched backslashes before ampersand | jesopo | 2019-09-08 | 1 | -1/+1 |
| * | support sed ampersand syntax | jesopo | 2019-09-08 | 1 | -1/+6 |
| * | accept "," as well as ":" as a sed target marker | jesopo | 2019-09-07 | 1 | -1/+1 |
| * | force timezone info on to badge dates | jesopo | 2019-09-07 | 1 | -2/+2 |
| * | use default webfinger url when host-meta lookups fail | jesopo | 2019-09-07 | 1 | -2/+3 |
| * | only strip "@" once from the start of fedi usernames | jesopo | 2019-09-07 | 1 | -1/+3 |
| * | only strip "nick: " prefix from karma when the nickname is known | jesopo | 2019-09-07 | 1 | -3/+8 |
| * | don't group capture disregarded "nick: " prefix in karma | jesopo | 2019-09-07 | 1 | -1/+1 |
| * | change to karma regex to best-effort strip "nick: " | jesopo | 2019-09-07 | 1 | -1/+1 |
| * | support /embed/<id> youtube urls too | jesopo | 2019-09-07 | 1 | -0/+2 |
| * | remove try-rejoin (on 477) logic. will move to a module later | jesopo | 2019-09-07 | 2 | -12/+2 |
| * | return quote category even if =quote isnt present | jesopo | 2019-09-07 | 1 | -3/+6 |
| * | 477 should check that we're *not* in a channel before trying rejoin | jesopo | 2019-09-07 | 1 | -1/+1 |
| * | better wording of "!stats <alias>" | jesopo | 2019-09-07 | 1 | -1/+1 |
| * | support showing !stats per-network | jesopo | 2019-09-07 | 1 | -20/+35 |
| * | disregard empty JOIN channel params (e.g. "JOIN #bad,") | jesopo | 2019-09-07 | 1 | -1/+1 |
| * | Show the line that was actually send from !raw, after format and filter | jesopo | 2019-09-07 | 1 | -1/+5 |