I'm glad to announce the release of version 2.43 of #snac, the simple, minimalistic #ActivityPub instance server written in C. It includes the following changes:
Tags in posts are now indexed and searching by tag is possible. It's still not very useful, but at least new user posts contain links that return real search-by-tag results. Also, no "re-indexing" of the previously stored data is done (only new local and remote posts will be searchable by tag).
Added FastCGI support. This allows for simpler setups (e.g. on #OpenBSD, it's no longer necessary to enable and configure
History can be disabled by administrators by setting the
New command-line option
Mastodon API: account lookups has been implemented.
Fixed a minor memory leak 🤦
Fixed some HTML errors 🤦
https://comam.es/what-is-snac
If you find #snac useful, please consider buying grunfink a coffee: https://ko-fi.com/grunfink
This release has been inspired by the album Essentials by #AnnaBMay.
Tags in posts are now indexed and searching by tag is possible. It's still not very useful, but at least new user posts contain links that return real search-by-tag results. Also, no "re-indexing" of the previously stored data is done (only new local and remote posts will be searchable by tag).
Added FastCGI support. This allows for simpler setups (e.g. on #OpenBSD, it's no longer necessary to enable and configure
relayd
, as the native httpd
daemon includes FastCGI support).
History can be disabled by administrators by setting the
disable_history
field to true.
New command-line option
deluser
, to delete a user (including unfollowing everybody).
Mastodon API: account lookups has been implemented.
Fixed a minor memory leak 🤦
Fixed some HTML errors 🤦
https://comam.es/what-is-snac
If you find #snac useful, please consider buying grunfink a coffee: https://ko-fi.com/grunfink
This release has been inspired by the album Essentials by #AnnaBMay.