2024-12-03 14:45:15 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
snac: Add socket libs on SunOS.
|
2024-11-28 00:21:25 by Amitai Schleier | Files touched by this commit (2) | |
Log message:
snac: update to 2.65. Changes:
Added a new user option to disable automatic follow confirmations
(follow requests must be manually approved from the people page).
The search box also searches for accounts (via webfinger).
New command-line action `import_list`, to import a Mastodon list in CSV
format (so that Mastodon Follow Packs can be directly used).
New command-line action `import_block_list`, to import a Mastodon list
of accounts to be blocked in CSV format.
|
2024-11-22 13:30:24 by Amitai Schleier | Files touched by this commit (2) | |
Log message:
snac: update to 2.64. Changes:
Some tweaks for better integration with https://bsky.brid.gy (the
BlueSky bridge by brid.gy).
A corner case bug in the media proxying code has been fixed.
Hashtags can now include underscores.
The server now creates a pidfile inside the data directory.
Mastodon API: fixed a crash in the notification code, fixed
autocapitalization in the OAuth login field (contributed by fkooman).
|
2024-11-15 06:37:44 by Amitai Schleier | Files touched by this commit (2) | |
Log message:
snac: update to 2.63. Changes:
The server can now act as a proxy for all image, audio or video media
coming from other account's posts (both from the Web UI and the Mastodon
API). This way, other servers will see media requests coming from the
server IP, not the user's, improving privacy. This is controlled by
setting the `proxy_media` boolean field to `server.json` to true.
The `strict_public_timelines` option introduced in the previous release
now works correctly.
Fixed a crash when posting from the links browser.
Fixed some repeated images from Lemmy posts.
Fixed a crash when posting an image from the tooot mobile app.
RSS feeds are now in 2.0 version instead of 0.91.
|
2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429) |
Log message:
*: recursive bump for icu 76 shlib major version bump
|
2024-11-09 17:40:44 by Amitai Schleier | Files touched by this commit (2) | |
Log message:
snac: update to 2.62. Changes:
Added a new user option to collapse top level threads by default.
Added a new `disable_block_notifications` boolean field to `server.json`
to disable the notifications of Block activities.
Added a new `strict_public_timelines` boolean field to `server.json`
to only show an account's posts and boosts (no trees) in public
timelines.
Fixed repeated images in posts from some implementations (those
that include an image both as an attachment and as an `<img>` tag
inside the post content).
Added a small HTML/CSS tweak to improve post previews from some
implementations (contributed by nyanide).
Notifications for `EmojiReact` activities now show the emoji.
New command-line action `insert`, to insert a post by its URL in a
user's timeline.
Fixed bad processing/rendering of URLs with two or more @ symbols.
|
2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426) |
Log message:
*: revbump for icu downgrade
|
2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427) |
Log message:
*: recursive bump for icu 76.1 shlib bump
|
2024-10-26 21:26:17 by Amitai Schleier | Files touched by this commit (2) | |
Log message:
snac: update to 2.61. Changes:
Migration from a Mastodon account to a snac one has been implemented.
Please see `snac(8)` (the administrator manual) for more information.
Mastodon API: fixed `timelines/public` (it was showing less posts that
it should).
Fixed over-zealous caching to the public timeline.
Some HTML tweaks and fixes to the web interface.
|
2024-10-14 16:11:33 by Amitai Schleier | Files touched by this commit (2) | |
Log message:
snac: update to 2.60. Changes:
Migration from a snac account to a Mastodon one has been implemented.
Please see `snac(8)` (the administrator manual) for more information.
Fixed a bug in argument parsing regarding some special characters
(contributed by ndagestad).
Fixed image emojis in the public profile bio.
|