Conversation
Notices
-
Embed this notice
(mint@ryona.agency)'s status on Monday, 08-Apr-2024 04:43:47 JST >enter IPv6 address during pleromer setup
>open config.exs
:heyface:
Снимок экрана_20240407_224248.p…-
Embed this notice
(mint@ryona.agency)'s status on Monday, 08-Apr-2024 04:48:34 JST Bitchin'.
Снимок экрана_20240407_224720.p… -
Embed this notice
(mint@ryona.agency)'s status on Monday, 08-Apr-2024 04:49:38 JST Okay, apparently it adds brackets for you.
Снимок экрана_20240407_224844.p… -
Embed this notice
Zergling_man (zergling_man@sacred.harpy.faith)'s status on Monday, 08-Apr-2024 04:50:43 JST Zergling_man @mint [[[pleroma]]] likes this. -
Embed this notice
(mint@ryona.agency)'s status on Monday, 08-Apr-2024 04:57:46 JST The instance also works, but I couldn't get it to federate since Hackney strikes again.
Снимок экрана_20240407_225601.p… -
Embed this notice
(mint@ryona.agency)'s status on Monday, 08-Apr-2024 04:58:35 JST https://github.com/benoitc/hackney/issues/554 -
Embed this notice
(mint@ryona.agency)'s status on Monday, 08-Apr-2024 05:03:03 JST Or maybe I'm blaming it too early. Pleroma clearly managed to grab the user's AP ID from the object, what crashes is the fucking webfinger function. In conversation permalink -
Embed this notice
(mint@ryona.agency)'s status on Monday, 08-Apr-2024 05:11:18 JST https://git.pleroma.social/pleroma/pleroma/-/blob/develop/lib/pleroma/web/activity_pub/activity_pub.ex?ref_type=heads#L1623
Username generator uses the host value of URI.parse which returns raw IP without the brackets of port. I guess it could be fixed by simply replacing the value with authority (which returns both the bracketed address and port if present), but I'm not sure if this won't break anything else.In conversation permalink Attachments
-
Embed this notice
(mint@ryona.agency)'s status on Monday, 08-Apr-2024 05:22:00 JST Okay, setting update_nickname_on_user_fetch to false lets me proceed further, but then nickname validation fails.
Снимок экрана_20240407_232129.p…In conversation permalink Attachments
-
Embed this notice
(mint@ryona.agency)'s status on Monday, 08-Apr-2024 05:26:04 JST Apparently it's using some email regex which doesn't like IPv6 addresses despite them being valid.
https://git.pleroma.social/pleroma/pleroma/-/blob/develop/lib/pleroma/user.ex?ref_type=heads#L55In conversation permalink Attachments
-
Embed this notice