jrollans.com is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Site description
These are the voyag... uh, things I post about.
Admin email
jrollans@gmail.com
Admin account
@jrollans@jrollans.com

Search results for tag #activitypub

AodeRelay boosted

[?]daltux » 🌐
@daltux@snac.daltux.net

Não uso com prazo tão apertado, mas a possibilidade de remoção de publicações com qualquer número de dias consta.

Mesmo que ainda não houvesse isso, o projeto tem sido bem receptivo a colaboração caso alguém queira implementar uma nova função que faça sentido no seu propósito.


    fedicat boosted

    [?]Week in Fediverse :fediverse_light: » 🌐
    @weekinfediverse@mitra.social

    fedicat boosted

    [?]ActivityPub for WordPress » 🌐
    @activitypub.blog@activitypub.blog

    7.6.0 — Command, Sync & Go

    This release puts speed and control right at your fingertips. Whether you’re jumping between settings, syncing followers, or handling quotes in real time, version 7.6.0 makes managing your Fediverse presence faster and more intuitive than ever. [SENSITIVE CONTENT]

    This release puts speed and control right at your fingertips. Whether you’re jumping between settings, syncing followers, or handling quotes in real time, version 7.6.0 makes managing your Fediverse presence faster and more intuitive than ever.

    Navigate in a Flash

    Say hello to the quickest way to move around your ActivityPub settings.

    In preparation for WordPress 6.9, which brings the Command Palette (Cmd/Ctrl + K) to the entire wp-admin, the plugin now adds its own commands, giving you instant, keyboard-driven access to your workflows anywhere in WordPress.

    Type “ActivityPub” and you’ll see context-aware commands that adapt to your site setup and user role. Whether you’re managing a blog actor or a user actor, you can open followers and following lists, check blocked actors, jump straight to your settings, or even search and edit extra fields — all without ever leaving the Command Palette.

    Every command includes the ActivityPub icon for easy recognition. Just press Cmd + K or Ctrl + K, start typing, and go — it’s the smoothest way yet to pilot your Fediverse setup.

    Stay in Sync Across the Fediverse

    Your follower lists now stay accurate wherever you connect.
    With support for Follower Synchronization (FEP-8fcf), the plugin automatically keeps your followers collection in step with other servers — even when things drift out of sync.

    If differences appear, background tasks quietly reconcile them, keeping your lists clean and consistent. The result is a smoother, more reliable experience across the entire Fediverse — no manual fixes required.

    Speed When It Counts

    Quoted posts and follow confirmations now move at the speed of conversation.

    A new immediate Accept dispatch system sends responses as soon as they’re created, instead of waiting for the next scheduled queue.

    That means faster follow confirmations and quicker quote acknowledgments, making interactions feel more natural across the Fediverse. Behind the scenes, those Accept messages go straight to the right inboxes — including mentioned and replied-to users — while a scheduled backup ensures full compatibility with slower servers.

    It’s a smart balance between speed and reliability, helping your posts and follows appear almost instantly.

    Privacy, Your Way

    Want to keep your social graph private? You can now hide your followers and following lists from public view while keeping all relationships intact. Your followers still follow — they’re just hidden when you prefer a little more privacy.

    Full Changelog

    Added

    • Add bidirectional transforms between reply and embed blocks for improved user experience.
    • Add Command Palette integration for quick navigation to ActivityPub admin pages
    • Added a new ap_object post type and taxonomies for storing and managing incoming ActivityPub objects, with updated handlers
    • Added a privacy option to hide followers and following lists from profiles while keeping follow relationships intact.
    • Added a scheduled task and setting to automatically purge old inbox items, helping maintain site performance and storage control.
    • Added fallback to trigger create handling when updates fail for missing posts or comments, ensuring objects are properly created.
    • Added immediate dispatch for Accept activities to speed up quoted posts while keeping scheduled processing for compatibility with other instances.
    • Added new configuration options to better manage traffic spikes when federating posts, allowing finer control over retry limits, delays, and batch pauses.
    • Added support for FEP-8fcf follower synchronization, improving data consistency across servers with new sync headers, digest checks, and reconciliation tasks.
    • Add LiteSpeed Cache integration to prevent ActivityPub JSON responses from being cached incorrectly. Includes automatic .htaccess rules and Site Health check to ensure proper configuration.
    • Add quote visibility setting for Classic Editor users.
    • Add unified attachment processor for handling ActivityPub media imports from both remote URLs and local files, with automatic media block generation and Classic Editor support.
    • Integrate Federated Reply block with WP.com Reader’s post share functionality, allowing users to reply to ActivityPub posts directly from the Reader.

    Changed

    • Added support for FEP-3b86 Activity Intents, extending WebFinger and REST interactions with new Create and Follow intent links.
    • Added support for the latest NodeInfo (FEP-0151), with improved federation details, staff info, and software metadata for better ActivityPub compliance.
    • Extended inbox support for undoing Like, Create, and Announce activities, with refactored undo logic and improved activity persistence.
    • Improved Classic Editor integration by adding better media handling and full test coverage for attachments, permissions, and metadata.
    • Improved delivery of public and follower activities by expanding local recipient handling to include all ActivityPub-capable users and follower collections.
    • Improved inbox performance by batching and deduplicating activities, reducing redundant processing and improving handling during high activity periods.
    • Improved REST API responses with smarter context handling.
    • Improved REST collection pagination by using explicit total item counts for more accurate results.
    • Moved default visibility handling from the server to the editor UI, ensuring consistent and flexible ActivityPub visibility settings across both block and classic editors.
    • Prevented self-announcing by ignoring announces from the blog actor, while still processing announces from user and external actors.
    • Refactored activity handling to support multiple recipients per activity, allowing posts and interactions to be linked to several local users at once.
    • Refactored avatar handling into a new system that stores and manages avatars per remote actor, improving reliability and preparing for future caching support.
    • Refactored the inbox system to use a shared inbox, storing activities once with multiple recipients for improved efficiency and reduced duplication.
    • Reorganize integration loader and move Stream integration into dedicated folder structure.
    • Reply posts: do not display post title before @mentions in posts that are replies to somebody else
    • Simplified configuration by always enabling the shared inbox and removing its separate setting, UI field, and related logic.
    • Simplified inbox storage settings, allowing certain activities (like deletes) to be skipped to reduce unnecessary database use.
    • Simplify follow() API return types to int|WP_Error for better predictability.
    • Updated inbox handling to support multiple users receiving the same activity and improve overall data consistency.
    • Updated mailer hooks to send notifications only when activities are successfully handled, preventing emails for failed events.
    • Update plugin short description to be more user-friendly.

    Fixed

    • Reply block now properly validates ActivityPub URLs before setting inReplyTo field
    • Added a safeguard to ensure the plugin works correctly even when no post types are selected.
    • Added a safety check to prevent errors when resolving comment author hostnames without a valid IP address.
    • Fixed activity processing to handle QuoteRequest and other edge cases more reliably.
    • Fixed an issue with post content templates to ensure the correct fallback is always applied.
    • Fixed fatal error when transformer Factory receives WP_Error objects.
    • Fixed HTML entity encoding in extra field names when displayed on ActivityPub platforms
    • Fixed typo in example, improve quoting description.
    • Fix Following table error message to display user input instead of empty string when webfinger lookup fails.
    • Fix infinite recursion when storing remote actors with mentions in their bios
    • Fix local inbox delivery to use internal REST API instead of HTTP, enabling local follows and proper boost counting.
    • Fix logic errors in Move handler: remove redundant assignment and fix variable name collision.
    • Fix public key retrieval for GoToSocial profiles with path-based key URLs.
    • Improved actor resolution by prioritizing blog actor detection before remote actor checks and refining home page URL handling.
    • Improved handling of empty fields for better compatibility with Pixelfed and more consistent fallback behavior across actor names, URLs, and related data.
    • Improved hashtag encoding for consistent formatting.
    • Improved Jetpack integration by initializing it during the WordPress startup process.
    • Refactored Mastodon import handling to use consistent array-based data, improving reliability and compatibility across all import scenarios.

    Downloads

    Thanks, Crew!

    Big thanks to everyone who contributed code, feedback, and testing to make this release possible. You keep ActivityPub evolving with every version.

    Version 7.6.0 is now live — update today and enjoy lightning-fast navigation, smarter synchronization, and smoother federation! ❤️

    [?]Freuwesen » 🌐
    @freuwesen@sueden.social

    Der Artikel zur Kombination des ActivityPub Plugins mit der Bridge zu Bluesky hat gerade auch nochmal ein Update bekommen.
    bunte-kuechenabenteuer.de/das-

    Viel Spaß damit.

      [?]Freuwesen » 🌐
      @freuwesen@sueden.social

      Die Zitierfunktion hält nun auf Mastodon Einzug. Und natürlich ist das ActivityPub Plugin darauf bereits vorbereitet:

      bunte-kuechenabenteuer.de/den-

        #snac2 boosted

        [?]HackerNews VN bot » 🤖 🌐
        @hackernews_bot_vn@mastodon.maobui.com

        Snac2: một ActivityPub instance cực kỳ đơn giản, viết bằng C portable, không cần phụ thuộc nặng nề, dễ triển khai trên mọi hệ thống. Dự án mã nguồn mở, nhẹ và tối giản.

        codeberg.org/grunfink/snac2

          [?]Strypey » 🌐
          @strypey@mastodon.nzoss.nz

          A 2023 blog post on the pain points of interoperating with existing fediverse server software, written by @mro, the author of Seppo;

          blog.mro.name/2023/12/implemen

            fedicat boosted

            [?]Julian Fietkau » 🌐
            @julian@fietkau.social

            RE: fietkau.software/daily_rucks/a

            I have added Mastodon-style (FEP-044f) quote post compatibility to my @DailyRucks bot. You can now quote post the daily voice lines as much as you want! 🥳

            This would be noteworthy on its own if there weren't already a bunch of non-Mastodon implementations, but I'm actually late to the party. WordPress, Bonfire, micro.blog, dotmakeup, and ActivityBot all got there before I did.

            However, I think my approach is novel for being *stateless*. Thread incoming.

            🧵 1/6

              fedicat boosted

              [?]Week in Fediverse :fediverse_light: » 🌐
              @weekinfediverse@mitra.social

              fedicat boosted

              [?]FediHost » 🌐
              @fedihost@mstdn.social

              All fedihost.co instances have been updated to v4.5.0

              Big new changes are the new quote posts and remote replies fetching.

              Learn more about this release here:
              blog.joinmastodon.org/2025/11/

                [?]Tom Casavant » 🌐
                @tom@tomkahe.com

                Oh I didn't realize the entire vidzy github project was nuked github.com/vidzy-social/vidzy

                There's a couple of archive snapshots of it though web.archive.org/web/2024110418 so at least somewhat preserved

                Screenshot of the github vidzy repository showing the README which says "this project has been discontinued we suggest using loops.social

                Alt...Screenshot of the github vidzy repository showing the README which says "this project has been discontinued we suggest using loops.social

                fedicat boosted

                [?]FediHost » 🌐
                @fedihost@mstdn.social

                It's been a while!

                All fedihost.co/ instances have been upgraded to v7.3.0

                Find out what's new in 7.3.0
                github.com/Chocobozzz/PeerTube

                ps: v4.5.0 to follow shortly!

                  [?]Linux Is Best » 🌐
                  @Tempest@burningboard.net

                  Sind Sie Administrator einer Mastodon-Instanz?

                  ⚠️ Aktualisieren Sie jetzt auf Version 4.5! ⚠️

                  Ältere Versionen von Mastodon enthalten bekannte Sicherheitslücken. Außerdem können veraltete Instanzen bestimmte Arten von Inhalten (z. B. Zitate), die in der neuesten Version eingeführt wurden, möglicherweise nicht richtig anzeigen oder übermitteln.

                  Um die Sicherheit, Kompatibilität und Benutzerfreundlichkeit für Ihre Nutzer zu gewährleisten, sollten Sie Ihre Mastodon-Instanz so bald wie möglich auf Version 4.5 aktualisieren.

                    AodeRelay boosted

                    [?]⚯ Michel de Cryptadamus ⚯ » 🌐
                    @cryptadamist@universeodon.com

                    [?]Linux Is Best » 🌐
                    @Tempest@burningboard.net

                    ⚠️ Do not be HACKED !! 😱

                    Software updates include not only new features but also critical security fixes. To keep your site secure and stable, ensure you always use the latest version.

                    We frequently observe numerous sites across the Fediverse running very outdated versions of Mastodon or Misskey. Some sites are even using versions over a year old.

                    Be the smart administrator and keep your site up to date.

                      [?]Linux Is Best » 🌐
                      @Tempest@burningboard.net

                      ⚠️ Please update your site

                      We frequently observe numerous sites across the Fediverse running very outdated versions of Mastodon or Misskey. Some sites are even using versions over a year old.

                      Software updates include not only new features but also critical security fixes. To keep your site secure and stable, ensure you always use the latest version.

                        [?]Evan Genest » 🌐
                        @mistergenest@c.im

                        Standing together.
                        Looking out for Federales in Oak Park Illinois

                        Sign showing steps to take if ice agents are seen in our community

                        Alt...Sign showing steps to take if ice agents are seen in our community

                          fedicat boosted

                          [?]The Real Grunfink » 🌐
                          @grunfink@comam.es

                          I'm glad to announce the release of version 2.78 of , the simple, minimalistic instance server written in C. It includes the following changes:

                          Hashtag following also allow URLs to RSS feeds of ActivityPub objects (like e.g. https://mastodon.social/tags/ThankYouTuesday).

                          Users can now configure a webhook to receive an HTTP POST for every notification. This can be useful for implementing bots that react to activities, like autorepliers, chatbots or interactive textual games (see snac(1) for more information).

                          The number of pending follow confirmations is shown next to the "people" link.

                          Faster performance metrics (contributed by dandelions).

                          Improved lowercasing in hashtags (contributed by postscriptum).

                          A search-by-url tweak for implementations that return 200 for invalid webfinger queries (e.g. piefed).

                          Mastodon API: added follow confirmation endpoints, fixed collisions in attachment file names.

                          Fixed potential crashes in attachment uploads.

                          https://comam.es/what-is-snac

                          If you find useful, please consider buying grunfink a coffee or contributing via LiberaPay.


                            [?]Chris Trottier » 🌐
                            @atomicpoet@atomicpoet.org

                            #Elgg is getting an #ActivityPub plugin!

                            Now if you’re not familiar with Elgg, it’s one of the first ever open source social media platforms. It launched all the way back in 2004 and was founded by @ben and Dave Tosh.

                            I remember installing Elgg 15 years ago, playing around with it for a bit, and not doing much with it because there wasn’t anyone I knew who used it. So ActivityPub will definitely extend its network effect.

                            https://github.com/RiverVanRain/activitypub/wiki/Welcome#groups

                              gyptazy boosted

                              [?]The Real Grunfink » 🌐
                              @grunfink@comam.es

                              I'm glad to announce the release of version 2.70 of , the simple, minimalistic instance server written in C. It includes the following changes:

                              Notifications are now shown in a more compact way (i.e. all reactions are shown just above your post, instead of repeating the post ad nauseam for every reaction).

                              New command-line option unmute to, well, no-longer-mute an actor.

                              The private timeline now includes an approximate mark between new posts and "already seen" ones.

                              Fixed a spurious 404 error in the instance root URL for some configurations.

                              https://comam.es/what-is-snac

                              If you find useful, please consider contributing via LiberaPay: https://liberapay.com/grunfink/

                              This release has been inspired by the song The Answers to the Questions by and .