aboutsummaryrefslogtreecommitdiffstats
path: root/src/archive/base_archive.cpp
Commit message (Collapse)AuthorAge
* Use smart pointers with AP classes and InstanceConfuSomu2024-03-20
|
* Implemement Actor information tabConfuSomu2024-01-20
| | | | | This class still has improvements to be made, but it works and I am satisfied with it!
* Implement "fill address" in instance settingsConfuSomu2023-08-15
| | | | | Implement the "fill address" action in the instance login settings frame that is in the network tab.
* Create an Archive base classConfuSomu2023-08-03
This class is inherited by MastodonArchive to provide Mastodon (and compatible) archive reading support. A base Archive class allows implementing reading support of other archive formats that are from other services.