Skip to content

Commit

Permalink
snac: update to 2.48. Changes:
Browse files Browse the repository at this point in the history
A new instance page, that shows all posts by users in the same instance
(like the public instance timeline, but interactive). This will help
building communities.

Follower-only replies to unknown users are not shown in timelines.

Added verification of metadata links: if the linked page contains a
link back to the snac user with a rel="me" attribute, it's marked
as verified.

Added a new server-level configuration parameter: `min_account_age`. If
this value (in seconds) is set in `server.json`, any activity coming
from accounts that were created newer than that will be discarded. This
can be used to mitigate spam.

Added a profile-page relation to links in webfinger responses
(contributed by khm).

Fixed some regressions and a crash.
  • Loading branch information
schmonz committed Feb 28, 2024
1 parent 1b3a1b5 commit 940cc83
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions www/snac/Makefile
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.1 2024/02/13 21:50:00 schmonz Exp $
# $NetBSD: Makefile,v 1.2 2024/02/28 16:30:42 schmonz Exp $

DISTNAME= snac-2.47
DISTNAME= snac-2.48
CATEGORIES= www
MASTER_SITES= ${HOMEPAGE}archive/
SITES.${DISTNAME}.tar.gz= -${MASTER_SITES}${PKGVERSION_NOREV}${EXTRACT_SUFX}
Expand Down
8 changes: 4 additions & 4 deletions www/snac/distinfo
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1 2024/02/13 21:50:00 schmonz Exp $
$NetBSD: distinfo,v 1.2 2024/02/28 16:30:42 schmonz Exp $

BLAKE2s (snac-2.47.tar.gz) = 93235955abb55e1c5838868409b3e18ed23cbf41b5a68a625e9cc067316acefa
SHA512 (snac-2.47.tar.gz) = 9259ef0f0a51b6b69f22a9c02190ac8cbc471daa7dc9aa4768b2237b5ac3e1f8a92da33eba0b84f01c4ff5e02fd27790448c6488aff5b5f67c955448d96e7e25
Size (snac-2.47.tar.gz) = 156133 bytes
BLAKE2s (snac-2.48.tar.gz) = 2a0ea1cee1a237650caff87e5cefe367c8023ea470084946a1bd97ca723d099b
SHA512 (snac-2.48.tar.gz) = 3926f9be71f8ae3e4868e71b8040f8072e43150331a75c488160e98f59335f80402c50b84f35230f876f015ac500245486b41175835eac401dd78edd80aaf49d
Size (snac-2.48.tar.gz) = 159215 bytes

0 comments on commit 940cc83

Please sign in to comment.