aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* move botsnack to bitbot-modulesGravatar jesopo2019-09-181-19/+0
|
* move timer.py to bitbot-modulesGravatar jesopo2019-09-181-31/+0
|
* move slowvoice.py to bitbot-modulesGravatar jesopo2019-09-181-44/+0
|
* don't use JOIN/QUIT as !seen events (netsplits cause these)Gravatar jesopo2019-09-181-2/+0
|
* through error when fediverse server is configured but crypto is missingGravatar jesopo2019-09-182-5/+12
|
* `first` is now a Response object, not a dictGravatar jesopo2019-09-171-1/+1
|
* 'responsedata' -> 'response.data'Gravatar jesopo2019-09-171-1/+1
|
* allow "!config #channel" for channels other than the current oneGravatar jesopo2019-09-171-15/+22
|
* Show error when actor.load() failsGravatar jesopo2019-09-171-2/+3
|
* pass full Response from ap_utils.activity_request, use it for Actor 404Gravatar jesopo2019-09-172-13/+15
|
* be explicit when a command has no help availableGravatar jesopo2019-09-171-1/+5
|
* add !myaccountGravatar jesopo2019-09-171-0/+5
|
* if a word is known as a nickname but the user has no location, treat as locationGravatar jesopo2019-09-171-2/+1
|
* don't die when channel.topic_setter is nullGravatar jesopo2019-09-171-1/+4
|
* 'srt' -> 'str'Gravatar jesopo2019-09-171-1/+1
| | | | closes #152
* allow per-server default mumble serversGravatar jesopo2019-09-171-8/+8
| | | | closes #151
* hide hidden channels from "!channels" when not pm and not current channelGravatar jesopo2019-09-171-1/+11
| | | | closes #150
* add per-channel default mumble serverGravatar jesopo2019-09-171-5/+28
| | | | closes #151
* suggest "!config <nickname> <setting> <value>" when settings are missingGravatar jesopo2019-09-171-1/+8
|
* treat config target "*" as current channel or current user in PMGravatar jesopo2019-09-171-0/+7
|
* permit '!config #channel <setting>' and '!config own_nick <setting>'Gravatar jesopo2019-09-171-1/+6
|
* 'seperate_hostmask()' -> 'parse_hostmask()'Gravatar jesopo2019-09-163-4/+4
|
* update channel.topic_setter-related codeGravatar jesopo2019-09-163-3/+3
|
* topic_setter should be stored as a HostmaskGravatar jesopo2019-09-161-2/+1
|
* add !channelsGravatar jesopo2019-09-161-0/+7
| | | | closes #147
* move getting private_key/our_actor to __init__ (for main thread)Gravatar jesopo2019-09-161-6/+8
|
* add strip_otr.pyGravatar jesopo2019-09-161-0/+15
| | | | closes #148
* url_for was moved to _module._url_forGravatar jesopo2019-09-161-1/+1
|
* expose url-for logic on Exports tooGravatar jesopo2019-09-161-20/+23
|
* pass `exports` to ap_server.pyGravatar jesopo2019-09-162-2/+4
|
* 'theading' -> 'threading'Gravatar jesopo2019-09-161-1/+1
|
* push inbox POSTs on to a background threadGravatar jesopo2019-09-162-8/+33
|
* Revert "push inbox PUSHes on to background thread"Gravatar jesopo2019-09-161-25/+6
| | | | This reverts commit 18613311f988136603b303d018b8e84ff3cb1291.
* push inbox PUSHes on to background threadGravatar jesopo2019-09-161-6/+25
|
* add !crate in rust.pyGravatar jesopo2019-09-161-0/+20
|
* eval_rust.py -> rust.pyGravatar jesopo2019-09-161-1/+0
|
* return content warning from ap_utils.format_note and show itGravatar jesopo2019-09-162-6/+11
| | | | closes #118
* use `json_body=True` for ActivityPub requestsGravatar jesopo2019-09-161-1/+2
|
* PKCS1v15 is a functionGravatar jesopo2019-09-161-1/+1
|
* refactor AP Note stringifying out to ap_utils.pyGravatar jesopo2019-09-162-34/+27
|
* [:1] -> [:-1]Gravatar jesopo2019-09-151-1/+1
|
* '[1:]' -> '[:1]'Gravatar jesopo2019-09-151-1/+1
|
* strip ":" from "nick: ++"Gravatar jesopo2019-09-151-1/+1
|
* parse "nick: ++" as "nick++"Gravatar jesopo2019-09-151-1/+3
|
* support "0" kickrejoin delay without creating a timerGravatar jesopo2019-09-151-3/+9
|
* event["channel"] -> event["target"]Gravatar jesopo2019-09-151-1/+1
|
* 'hooked_repos_lowers' -> 'hooked_repos_lower'Gravatar jesopo2019-09-151-1/+1
|
* throw on_start() exceptions when tls key/certificate are not presentGravatar jesopo2019-09-151-0/+5
|
* use PKCS1v15 for HTTP signaturesGravatar jesopo2019-09-151-3/+1
|
* `data` -> `post_data`Gravatar jesopo2019-09-151-1/+1
|