aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* move fediverse_server to a directory module, add rough outline of tootGravatar jesopo2019-09-132-9/+81
| | | | federation
* 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.Gravatar jesopo2019-09-131-8/+1
| | | | | | 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.
* _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]"Gravatar jesopo2019-09-122-4/+4
| | | | This reverts commit f3d8ffad2c8dc9444e32f65e3c78373ec6ad0661.
* INVITE should be [channel_name, target]Gravatar jesopo2019-09-122-4/+4
|
* allow Requests to specify a useragentGravatar jesopo2019-09-121-3/+4
|
* add !inviteGravatar jesopo2019-09-121-0/+18
|
* add IRCChannel.send_invite()Gravatar jesopo2019-09-121-0/+2
|
* Revert "add IRCBot.http_client(), to allow modules to override default http ↵Gravatar jesopo2019-09-111-3/+0
| | | | | | client" This reverts commit 81347fbba0ab9325321bc9e085b3354bb16512df.
* Revert "switch to using IRCBot.http_client() in title.py"Gravatar jesopo2019-09-111-1/+1
| | | | This reverts commit 748008cf360616752375f72e619f741a3b224a6a.
* switch to using IRCBot.http_client() in title.pyGravatar jesopo2019-09-111-1/+1
|
* add IRCBot.http_client(), to allow modules to override default http clientGravatar jesopo2019-09-111-0/+3
|
* add a helper utils.http.Client static objectGravatar jesopo2019-09-111-0/+4
|
* add `proxy` to Request objectsGravatar jesopo2019-09-111-1/+2
|
* refactor utils.http.requests to support a Request objectGravatar jesopo2019-09-116-34/+83
|
* automatically decode certain http content typesGravatar jesopo2019-09-111-1/+6
|
* make context/conversation a "valid" URIGravatar jesopo2019-09-111-1/+2
|
* inbox should have https:// on itGravatar jesopo2019-09-111-4/+9
|
* use correct link "type" for webfinger responseGravatar jesopo2019-09-111-1/+3
|
* force content-length on to REST API responsesGravatar jesopo2019-09-111-0/+1
|
* return `url` on actorGravatar jesopo2019-09-111-1/+1
|
* force "acct:" on `resource` key on webfinger responseGravatar jesopo2019-09-111-1/+1
|
* remove (i think) unneeded @context, add user summary and nameGravatar jesopo2019-09-111-5/+3
|
* set content_type=ACTIVITY_TYPE on outboxGravatar jesopo2019-09-101-0/+1
|
* remove unused duplicate ACTIVITY_TYPEGravatar jesopo2019-09-101-1/+0
|
* Revert "call self.finish() in rest_api.py in hopes it will force-close ↵Gravatar jesopo2019-09-101-1/+0
| | | | | | connections" This reverts commit 5d6b2ff083142f71e845d3f543fee8e6f70f6fd2.
* call self.finish() in rest_api.py in hopes it will force-close connectionsGravatar jesopo2019-09-101-0/+1
|
* '_prepare_actitivy' -> '_prepare_activity'Gravatar jesopo2019-09-101-1/+1
|
* get_activities is a list, not a dictGravatar jesopo2019-09-101-3/+3
|