Toot-Mastodon-CLI-TUI-clien.../toot
Daniel Schwarz 56cc056639 Login to servers that don't honor the uri spec for V1::Instance
Pleroma, Akkoma, and other servers do not follow the Mastodon spec
for the 'uri' attribute which specifies that it contains the domain
name of the instance. Instead, they return a complete URI.

As a workaround, we now detect this situation and parse out the
domain from the URI when necessary. This fixes issue #347.

Thanks to @laleanor for their patch and @rjp for ideas on how to
make it work with GotoSocial and other servers
2023-05-27 05:51:00 +02:00
..
tui Added "toot list_delete" and "toot list_create" commands 2023-03-30 10:01:03 +02:00
utils Add support for custom instance domains 2023-03-09 11:00:45 +01:00
__init__.py Update changelog, bump version 2023-03-09 11:54:19 +01:00
api.py Added toot list_remove_account command 2023-03-30 10:01:04 +02:00
auth.py Login to servers that don't honor the uri spec for V1::Instance 2023-05-27 05:51:00 +02:00
commands.py Remove unused import 2023-04-06 21:36:09 +02:00
config.py Sort keys when saving JSON config 2020-05-11 13:20:08 +02:00
console.py Changed parameters for list cmds 2023-03-30 10:03:34 +02:00
exceptions.py Extract exceptions 2017-12-30 13:32:52 +01:00
http.py Added "toot list_delete" and "toot list_create" commands 2023-03-30 10:01:03 +02:00
logging.py Cleanup logging, remove color 2023-02-04 09:01:56 +01:00
output.py Add integration tests for lists 2023-03-30 12:00:12 +02:00
wcstring.py Spelling fixes (#215) 2022-11-09 14:24:48 +01:00