aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* 'index' -> 'inbox'Gravatar jesopo2019-09-101-2/+1
* 'get_params' -> 'get_params_str'Gravatar jesopo2019-09-101-1/+1
* 'location' -> 'self_id'Gravatar jesopo2019-09-101-2/+2
* 'for_url' -> 'url_for', '_ap_self._id' -> '_ap_self_id'Gravatar jesopo2019-09-101-2/+2
* implement ActivityPub user endpointGravatar jesopo2019-09-101-6/+44
* CaseInsensitiveDict does not implement .get() yetGravatar jesopo2019-09-101-5/+5
* 'resouce' -> 'resource'Gravatar jesopo2019-09-101-1/+1
* 'account' is no longer reformatted u@instanceGravatar jesopo2019-09-101-1/+2
* first draft of ActivityPub webfingerGravatar jesopo2019-09-102-5/+52
* don't bother sorting json keys when the json is minifiedGravatar jesopo2019-09-101-1/+1
* duplicate 'rest-api' setting - copypaste issue for rest-api-minifyGravatar jesopo2019-09-101-1/+1
* move more REST API code on to the main threadGravatar jesopo2019-09-101-17/+19
* 'code' -> 'response.code'Gravatar jesopo2019-09-101-1/+2
* set response.code=200 as soon as we know there's a hook waiting for itGravatar jesopo2019-09-101-0/+1
* 'event_response' -> 'obj' (copypaste error)Gravatar jesopo2019-09-101-3/+2
* refactor REST API to use a Response objectGravatar jesopo2019-09-101-23/+48
* don't use full event names to check what command we're inGravatar jesopo2019-09-103-5/+5
* support disabling word tracking per channel, not just per userGravatar jesopo2019-09-101-3/+7
* use rpartition, not partition, to avoid splitting on leading @Gravatar jesopo2019-09-091-1/+1
* add !unsilenceGravatar jesopo2019-09-091-0/+14
* add +time param to !silenceGravatar jesopo2019-09-091-1/+12
* add a special flag to allow commands to bypass !silenceGravatar jesopo2019-09-091-1/+2
* use detect_encoding=False in github webhook url shorteningGravatar jesopo2019-09-091-1/+1
* add !8 as alias of !8ballGravatar jesopo2019-09-091-4/+3
* remove redundant (and maybe wrong) GET params from webfinger call•••closes #143 Gravatar jesopo2019-09-091-3/+1
* support location names for !timezone tooGravatar jesopo2019-09-081-5/+9
* support showing time for locations, not just usersGravatar jesopo2019-09-081-10/+43
* remove LOW priority from youtube regex - it doesnt need itGravatar jesopo2019-09-081-1/+0
* don't disregard matched backslashes before ampersandGravatar jesopo2019-09-081-1/+1
* support sed ampersand syntaxGravatar jesopo2019-09-081-1/+6
* accept "," as well as ":" as a sed target markerGravatar jesopo2019-09-071-1/+1
* force timezone info on to badge datesGravatar jesopo2019-09-071-2/+2
* use default webfinger url when host-meta lookups failGravatar jesopo2019-09-071-2/+3
* only strip "@" once from the start of fedi usernamesGravatar jesopo2019-09-071-1/+3
* only strip "nick: " prefix from karma when the nickname is knownGravatar jesopo2019-09-071-3/+8
* don't group capture disregarded "nick: " prefix in karmaGravatar jesopo2019-09-071-1/+1
* change to karma regex to best-effort strip "nick: "Gravatar jesopo2019-09-071-1/+1
* support /embed/<id> youtube urls tooGravatar jesopo2019-09-071-0/+2
* remove try-rejoin (on 477) logic. will move to a module laterGravatar jesopo2019-09-072-12/+2
* return quote category even if =quote isnt presentGravatar jesopo2019-09-071-3/+6
* 477 should check that we're *not* in a channel before trying rejoinGravatar jesopo2019-09-071-1/+1
* better wording of "!stats <alias>"Gravatar jesopo2019-09-071-1/+1
* support showing !stats per-networkGravatar jesopo2019-09-071-20/+35
* disregard empty JOIN channel params (e.g. "JOIN #bad,")Gravatar jesopo2019-09-071-1/+1
* Show the line that was actually send from !raw, after format and filterGravatar jesopo2019-09-071-1/+5
* 'reconnections' dict is on IRCBot, not IRCServerGravatar jesopo2019-09-071-3/+3
* remove !qadd because !quote does the same things nowGravatar jesopo2019-09-051-24/+0
* show how many quotes found when searching with !quoteGravatar jesopo2019-09-051-1/+2
* support searching for quote content in !quoteGravatar jesopo2019-09-051-3/+11
* automatically PART blacklisted channels if we join them (SAJOIN e.g.)Gravatar jesopo2019-09-051-0/+5