aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "open private key as a bytestring""•••This reverts commit 97afbc1e40a005d66321fcadf971e2adcd955733. Gravatar jesopo2019-09-151-1/+1
* load tls-key, not tls-certificateGravatar jesopo2019-09-151-1/+1
* Revert "open private key as a bytestring"•••This reverts commit 07e73a534e848514423b21dbff1612c1e6d327f6. Gravatar jesopo2019-09-151-1/+1
* open private key as a bytestringGravatar jesopo2019-09-151-1/+1
* why would we be getting the *filename* from security.private_key()?Gravatar jesopo2019-09-151-1/+1
* url_for does not exist in _private_key()Gravatar jesopo2019-09-151-3/+4
* missing json importGravatar jesopo2019-09-151-1/+1
* allow configuring REST API Host, have default public and local portsGravatar jesopo2019-09-151-6/+17
* _ap_self_url no longer takes a username paramGravatar jesopo2019-09-151-1/+1
* 'consts' -> 'ap_utils'Gravatar jesopo2019-09-151-4/+4
* ap_server needs ap_utils import, pass bot instance to it tooGravatar jesopo2019-09-152-3/+4
* temp remove commands from ap_server.pyGravatar jesopo2019-09-151-13/+0
* move AP server event/exports to __init__.pyGravatar jesopo2019-09-153-66/+48
* activities.py -> ap_activities.pyGravatar jesopo2019-09-151-0/+0
* send_mode() args should be an arrayGravatar jesopo2019-09-151-2/+2
* re-merge fediverse an fediverse_server, so they can share utilsGravatar jesopo2019-09-157-185/+293
* remove unneeded "`"sGravatar jesopo2019-09-131-2/+2
* absolutify link to nginx exaple urlGravatar jesopo2019-09-131-1/+1
* fix markdown references to rest_api.md from git_webhooks.mdGravatar jesopo2019-09-131-1/+1
* '<' -> '&lt;'Gravatar jesopo2019-09-131-2/+2
* space out ">" linesGravatar jesopo2019-09-131-0/+2
* add rest_api.md and git_webhook.md help documentsGravatar jesopo2019-09-132-0/+32
* add rest_api example nginx configGravatar jesopo2019-09-131-0/+13
* default REST API port to 5001, not 5000Gravatar jesopo2019-09-131-1/+1
* move fediverse_server to a directory module, add rough outline of toot•••federation Gravatar jesopo2019-09-132-9/+81
* update bot.conf.example to reflect localhost-onlyGravatar jesopo2019-09-131-3/+1
* remove TLS code from rest_api.py and force it to listen on localhost.•••this is to force people to put something like nginx proxy_pass between the wider internet and bitbot's rest api as the python stdlib http.server is not production-secure. Gravatar jesopo2019-09-131-8/+1
* _parse_flags() should always return 2 objectsGravatar jesopo2019-09-121-1/+1
* only apply modes for !flags when the user doesn't have them alreadyGravatar jesopo2019-09-121-5/+12
* _check_flags() when flags are changedGravatar jesopo2019-09-121-0/+3
* get_user_status() -> get_user_modes(), filter in format_activity.pyGravatar jesopo2019-09-122-2/+3
* add !b as an alias of !banGravatar jesopo2019-09-121-0/+1
* set a bitbot-specific useragent for fediverse requestsGravatar jesopo2019-09-121-8/+10
* 'resetkarme' -> 'resetkarma'Gravatar jesopo2019-09-121-1/+1
* return command (in case resolved alias) from _find_command_hook()Gravatar jesopo2019-09-121-6/+6
* limit !flags mode changes to 3-per-line, add comment as to whyGravatar jesopo2019-09-121-1/+3
* remove debug printsGravatar jesopo2019-09-121-2/+0
* remove extra ")"Gravatar jesopo2019-09-121-1/+1
* sort uppercase chars after lowercase chars for !flagsGravatar jesopo2019-09-121-1/+4
* remove auto_mode.py, it has been superseded by !flagsGravatar jesopo2019-09-121-140/+0
* check a user is authenticated before applying modes, catch login tooGravatar jesopo2019-09-121-19/+28
* first draft of !flags systemGravatar jesopo2019-09-121-0/+73
* use utils.SensitiveSetting in nickserv.pyGravatar jesopo2019-09-121-1/+1
* add utils.SensitiveSetting, to .format() hide valueGravatar jesopo2019-09-121-0/+4
* add utils.Setting.format() so subtypes can format differentlyGravatar jesopo2019-09-122-1/+5
* 'karma-verbose' -> 'karma-pattern'. don't even parse when falseGravatar jesopo2019-09-121-12/+12
* remove now-unneeded "--require-config tls-certificate" from fediverse.pyGravatar jesopo2019-09-121-2/+0
* translate INVITE from [channel_name, target] to [target, channel_name]Gravatar jesopo2019-09-122-3/+3
* Revert "INVITE should be [channel_name, target]"•••This reverts commit f3d8ffad2c8dc9444e32f65e3c78373ec6ad0661. Gravatar jesopo2019-09-122-4/+4
* INVITE should be [channel_name, target]Gravatar jesopo2019-09-122-4/+4