aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/instance.cpp
Commit message (Collapse)AuthorAge
* Use smart pointers with AP classes and InstanceConfuSomu2024-03-20
|
* Make mastodonpp support configurableConfuSomu2024-01-08
|
* Implement basic Mastodon API supportConfuSomu2023-08-24
Implement support for OAuth 2.0 code entry, which is then used to retrieve a token that is stored in the application's settings. Authentification allowed the implementation of a basic "get post from URL" feature mostly made for testing.