I've just published version 2.88 of #snac, the simple, minimalistic #ActivityPub instance server written in C. It includes the following changes:
If disable_emojireact is set to true in server.json, EmojiReacts (incoming and outgoing) are totally disabled.
New command-line option top_ten, that returns the top ten most popular posts by a user (ordered by the sum of likes and boosts) (contributed by aov).
Added a new set of per-user muted words; if a post contains any of them, it's hidden behind a dropdown (contributed by byte).
If an account has a metadata named pronouns, it's shown by the name (contributed by violette).
Mastodon API: children of a post are returned recursively, not just the first level (contributed by violette).
Implemented optional metadata stripping for images and videos using external tools (contributed by Stefano Marinelli).
https://comam.es/what-is-snac
If you find #snac useful, please consider buying grunfink a coffee or contributing via LiberaPay.
#snacAnnounces #FrugalFediverse
I've just published version 2.88 of #snac, the simple, minimalistic #ActivityPub instance server written in C. It includes the following changes:
If disable_emojireact is set to true in server.json, EmojiReacts (incoming and outgoing) are totally disabled.
New command-line option top_ten, that returns the top ten most popular posts by a user (ordered by the sum of likes and boosts) (contributed by aov).
Added a new set of per-user muted words; if a post contains any of them, it's hidden behind a dropdown (contributed by byte).
If an account has a metadata named pronouns, it's shown by the name (contributed by violette).
Mastodon API: children of a post are returned recursively, not just the first level (contributed by violette).
Implemented optional metadata stripping for images and videos using external tools (contributed by Stefano Marinelli).
https://comam.es/what-is-snac
If you find #snac useful, please consider buying grunfink a coffee or contributing via LiberaPay.
#snacAnnounces #FrugalFediverse
Hi, everyone. I've just published version 2.87 of #snac, the simple, minimalistic #ActivityPub instance server written in C. It only includes a single change, to avoid using EmojiReacts to harass users:
Hide EmojiReacts from muted actors and blocked instances.
Sorry for the inconvenience. Bad people creativity always gets me off-guard. Upgrade your snac to this version ASAP, or revert to 2.85.
There will be another release pretty soon with a better solution to delete offending EmojiReacts.
https://comam.es/what-is-snac
#snacAnnounces #FrugalFediverse
Hi, everyone. I've just published version 2.87 of #snac, the simple, minimalistic #ActivityPub instance server written in C. It only includes a single change, to avoid using EmojiReacts to harass users:
Hide EmojiReacts from muted actors and blocked instances.
Sorry for the inconvenience. Bad people creativity always gets me off-guard. Upgrade your snac to this version ASAP, or revert to 2.85.
There will be another release pretty soon with a better solution to delete offending EmojiReacts.
https://comam.es/what-is-snac
#snacAnnounces #FrugalFediverse
I've just published version 2.86 of #snac, the simple, minimalistic #ActivityPub instance server written in C. Once again, most of the work has been done by fellow developers because they are the best. It includes the following changes:
Truncate RSS titles at UTF-8 character boundaries (contributed by lxo).
Link contacts to single-user people pages. Also, user's posts are shown (contributed by lxo).
Added emoji reactions (contributed by violette).
Mastodon API: Fix for some client notifications (contributed by violette), fix for a status visibility error (contributed by fruye).
If the query variable terse of a public post page is set to anything, no header is shown.
Fixed search failures when the query string has any leading blank.
https://comam.es/what-is-snac
If you find #snac useful, please consider buying grunfink a coffee or contributing via LiberaPay.
#snacAnnounces #FrugalFediverse
I've just published version 2.86 of #snac, the simple, minimalistic #ActivityPub instance server written in C. Once again, most of the work has been done by fellow developers because they are the best. It includes the following changes:
Truncate RSS titles at UTF-8 character boundaries (contributed by lxo).
Link contacts to single-user people pages. Also, user's posts are shown (contributed by lxo).
Added emoji reactions (contributed by violette).
Mastodon API: Fix for some client notifications (contributed by violette), fix for a status visibility error (contributed by fruye).
If the query variable terse of a public post page is set to anything, no header is shown.
Fixed search failures when the query string has any leading blank.
https://comam.es/what-is-snac
If you find #snac useful, please consider buying grunfink a coffee or contributing via LiberaPay.
#snacAnnounces #FrugalFediverse
I've just published version 2.85 of #snac, the simple, minimalistic #ActivityPub instance server written in C. It includes the following changes:
Quoted posts are now shown.
Added metadata to remote users in the people page (contributed by dandelions).
Fixed memory leak (contributed by dandelions).
Fixed user matching (contributed by rakoo).
Rendering visibility conditionally, with lesser reach if needed (contributed by byte).
Added a button next to a follow notification to follow back.
Fixed typo in man page (contributed by spky).
Updated Czech and German translations (contributed by pmjv and zen).
https://comam.es/what-is-snac
If you find #snac useful, please consider buying grunfink a coffee or contributing via LiberaPay.
#snacAnnounces #FrugalFediverse
I've just published version 2.85 of #snac, the simple, minimalistic #ActivityPub instance server written in C. It includes the following changes:
Quoted posts are now shown.
Added metadata to remote users in the people page (contributed by dandelions).
Fixed memory leak (contributed by dandelions).
Fixed user matching (contributed by rakoo).
Rendering visibility conditionally, with lesser reach if needed (contributed by byte).
Added a button next to a follow notification to follow back.
Fixed typo in man page (contributed by spky).
Updated Czech and German translations (contributed by pmjv and zen).
https://comam.es/what-is-snac
If you find #snac useful, please consider buying grunfink a coffee or contributing via LiberaPay.
#snacAnnounces #FrugalFediverse
I've just published version 2.85 of #snac, the simple, minimalistic #ActivityPub instance server written in C. It includes the following changes:
Quoted posts are now shown.
Added metadata to remote users in the people page (contributed by dandelions).
Fixed memory leak (contributed by dandelions).
Fixed user matching (contributed by rakoo).
Rendering visibility conditionally, with lesser reach if needed (contributed by byte).
Added a button next to a follow notification to follow back.
Fixed typo in man page (contributed by spky).
Updated Czech and German translations (contributed by pmjv and zen).
https://comam.es/what-is-snac
If you find #snac useful, please consider buying grunfink a coffee or contributing via LiberaPay.
#snacAnnounces #FrugalFediverse
I've just published version 2.84 of #snac, the simple, minimalistic #ActivityPub instance server written in C. This time, it includes mostly work by great, brilliant fellow developers while I was just sitting in the porch with the cats in my lap and a beer in my hand:
Implemented more scopes to match other ActivityPub implementations (public, unlisted, followers-only and direct message) (contributed by byte).
New icons showing instance and actor failures.
Mastodon API: Added remote accounts follow metrics and statuses when viewing profiles (contributed by Stefano Marinelli), fixed post deletion.
Fixed outbox collection (contributed by byte).
New file FEDERATION.md (contributed by andypiper).
Updated Czech, Spanish and Brazilian Portuguese translations (contributed by pmjv and daltux).
Fixed manpage typos (contributed by r-ricci).
https://comam.es/what-is-snac
If you find #snac useful, please consider buying grunfink a coffee or contributing via LiberaPay.
#snacAnnounces #FrugalFediverse
I've just published version 2.84 of #snac, the simple, minimalistic #ActivityPub instance server written in C. This time, it includes mostly work by great, brilliant fellow developers while I was just sitting in the porch with the cats in my lap and a beer in my hand:
Implemented more scopes to match other ActivityPub implementations (public, unlisted, followers-only and direct message) (contributed by byte).
New icons showing instance and actor failures.
Mastodon API: Added remote accounts follow metrics and statuses when viewing profiles (contributed by Stefano Marinelli), fixed post deletion.
Fixed outbox collection (contributed by byte).
New file FEDERATION.md (contributed by andypiper).
Updated Czech, Spanish and Brazilian Portuguese translations (contributed by pmjv and daltux).
Fixed manpage typos (contributed by r-ricci).
https://comam.es/what-is-snac
If you find #snac useful, please consider buying grunfink a coffee or contributing via LiberaPay.
#snacAnnounces #FrugalFediverse