snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit 4e6c08ae12fe06302570c1f6b4b1adbb205ffd67
parent 885031bed9e54876fb262921b11df23aa00cedb6
Author: default <nobody@localhost>
Date:   Wed, 12 Apr 2023 11:25:39 +0200

Updated RELEASE_NOTES.

Diffstat:
MRELEASE_NOTES.md | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md @@ -2,10 +2,12 @@ ## 2.27 -Fixed overzealous rejection of some local boosts. +Added (partial) support for the Mastodon API, so you can use Mastodon-compatible apps to access #snac accounts. What works by far: login, the personal timeline, full status (post) information (replies and ancestors), liking and boosting posts. What doesn't work yet but eventually will: posting and replying to messages (I still have to figure out how some things work, like posting images), notifications (needs some internal support), the instance timeline (snac does not have it, but it can be simulated with not much effort), probably many other things. What will never be implemented: bookmarks, pinning, a federated timeline, other things that I don't remember right now. Please note that if you want to use this API in your instance, you must add some lines to your HTTP proxy support, see the snac(8) (administrator documentation) manual page. I'm doing my tests using the #Tusky, #AndStatus, #Fedilab and #Husky Android apps. Fixed some buffer overflows (contributed by Saagar Jha). +Fixed overzealous rejection of some local boosts. + ## 2.26 The OpenSSL code has been refactored to avoid using deprecated functions.