#Misskey

Sharkey - Official Account's avatar
Sharkey - Official Account

@[email protected]

Sharkey project Security Announcement

The recent CVE-2024-29510 vulnerability (Remote Code Execution in Ghostscript) has been found to be exploitable against Sharkey and other Misskey-based software under specific environments. This is not a vulnerability in Sharkey itself, but in an optional dependency that
may be installed as a system library. The official Sharkey docker images are not vulnerable, but bare-metal installations may be affected.

An instance may be vulnerable if:
-
libgs and imagemagick are both installed.
-
libgs is older than 10.02.1, 10.01.2, 9.55.0, or 9.50.

To check the version of
libgs:
- Execute
dpkg -l | grep -P "ii\s+libgs\d".
- If no results are found, then
libgs is not installed and not vulnerable.
- If the third column starts with
10.02.1, 10.01.2, 9.55.0, or 9.50, then libgs is patched and not vulnerable.
- Otherwise,
libgs is vulnerable.

To patch the vulnerability:
- Update
libgs to the latest available version. The instructions will vary between environments.

wakest ⁂'s avatar
wakest ⁂

@[email protected]

There is a new Brazilian fork called @kookie (kookie.app)
It was started by @lucas, and they are about to launch an app for it in the Google Play store (play.google.com/store/apps/dev) and iOS afterwards.

a screenshot of Kookie.app
a screenshot of Kookie.app
wakest ⁂'s avatar
wakest ⁂

@[email protected]

Threads implements 's `_misskey_quote` standard and gives them a shutout in the Facebook Engineering blog and then *blocks them* for "No publicly accessible feed" which is a completely baseless reason for blocking a server.

"We chose _misskey_quote because its naming makes it clear that it’s not an official ActivityPub method, and because we know that it’s supported by Misskey, Firefish, and potentially other servers that use quote posts." engineering.fb.com/2024/03/21/

misskey.io, the biggest instance of misskey, on threads block list
misskey.io, the biggest instance of misskey, on threads block list
Darnell Clayton :verified:'s avatar
Darnell Clayton :verified:

@[email protected]

Threads released a public list of blocked instances:

👉🏾 threads.net/moderated_servers

Many & instances are mistakenly blocked for not having a publicly accessible feed.

I wanted to appeal on their behalf, but requires admins to appeal.

👉🏾 help.instagram.com/contact/157

List of notable blocked instances with admin:

👉🏾 Misskey.io | @syuilo
👉🏾 Mastodon.cloud & mstdn.jp | @Sujiyan

I am just letting the know!

surchaw's avatar
surchaw

@[email protected]

What is your ninja-technique to convince people to join the ?

Daniel Appelquist's avatar
Daniel Appelquist

@[email protected]

Just gave a talk to Japanese @w3c member companies, presenting about the and encouraging some more engagement between W3C Japan and local communities & projects that are working with . Already, one person on the call said they are active on and will reach out to them. 💗

Hollo's avatar
Hollo

@[email protected]

Improved compatibility with in ! Fixed issues where post contents were invisible and hashtags were rendered as regular links.

Pierre's avatar
Pierre

@[email protected]

Federated single user microblogging software through activitypub that is also compatible with mitra

Interact with users on Mastodon, Pixelfed, Misskey, etc

Github repo here: github.com/dahlia/hollo

Federated single user microblogging software through activitypub that is also compatible with mitra

Interact with users on Mastodon, Pixelfed, Misskey, etc

Github repo here: https://github.com/dahlia/hollo
Federated single user microblogging software through activitypub that is also compatible with mitra Interact with users on Mastodon, Pixelfed, Misskey, etc Github repo here: https://github.com/dahlia/hollo
Deekshith Allamaneni's avatar
Deekshith Allamaneni

@[email protected]

It almost feels like Mastodon do not want us to self host. There is no direct link on the main webpage to install on server. Digging through the docs, finally found documentation and there is no Docker container or a package for any OS for easy installation. They require us to install from source along with all the dependencies. I don't mean to bad mouth it but they do not do enough to encourage self hosting (if not discourage).

Would like to know your opinions or ideas on how to self host it easily with minimum maintenance (auto upgrades, etc).

Source: Mastodon server install docs: docs.joinmastodon.org/admin/in

洪 民憙 (Hong Minhee) 🤏🏼's avatar
洪 民憙 (Hong Minhee) 🤏🏼

@[email protected] · Reply to 洪 民憙 (Hong Minhee) 🤏🏼's post

throws an error when a remote actor has multiple public keys, so I sent a patch to fix this bug.

This is my first patch for Misskey!

github.com/misskey-dev/misskey

洪 民憙 (Hong Minhee) 🤏🏼's avatar
洪 民憙 (Hong Minhee) 🤏🏼

@[email protected]

Version 0.9.0 of , an server framework, has been released! Here are the main changes:

• Added Tombstone, Hashtag, and Emoji classes.
• Added normalizeActorHandle() function to normalize an actor handle. This is needed when the domain of the actor handle is an IDN, or when the domain contains capital letters.
• Added an option to the sendActivity() function, excludeBaseUris, to exclude specified servers from sending activities. This can be used when you don't want to send activities to your own server.
• Added Context.parseUri(), a method to parse actor, object, inbox, and collection URIs.
• The time window for HTTP Signatures verification is now configurable.
• The @fedify/fedify/httpsig module has been renamed to . This is in preparation for implementing additional object integrity proofs other than HTTP Signatures.
• Improved interoperability with .

github.com/dahlia/fedify/relea