• Joined on 2023-07-22
Oneric commented on pull request AkkomaGang/akkoma#856 2024-11-29 00:01:45 +00:00
Don’t pretend internal actors have follow(er|ing) collections

yeah, that change apparently didn't really do anything wrt federation

it might have done something for relay depending on when its nickname stopped being NULL

relay’s nickname…

Oneric commented on pull request AkkomaGang/akkoma#856 2024-11-28 23:20:11 +00:00
Don’t pretend internal actors have follow(er|ing) collections

yeah, that change apparently didn't really do anything wrt federation

it might have done something for relay depending on when its nickname stopped being NULL

huh, that shouldn't be…

Oneric commented on pull request AkkomaGang/akkoma#856 2024-11-28 19:52:40 +00:00
Don’t pretend internal actors have follow(er|ing) collections

Thank you it is helpful and showed yet aother thing: both relay and internal.actor also are marked as actor_type = Person in my database °~°

Oneric commented on pull request AkkomaGang/akkoma#856 2024-11-28 19:13:21 +00:00
Don’t pretend internal actors have follow(er|ing) collections

So maybe that's why you don't see it in your DB.

Nope, the thing is i checked this before and it does show up, but behold:

SELECT nickname, ap_id, local
FROM users
WHERE nickname
Oneric pushed to trunk at Oneric/wf_akkoma 2024-11-26 18:26:04 +00:00
74074a77f0 Add patch avoiding request flood in one common'ish scenario
20e9175799 readme: add more patch types
Compare 2 commits »
Oneric approved AkkomaGang/akkoma#642 2024-11-25 23:43:03 +00:00
FEP-dc88: Formatting Mathematics
Oneric pushed to trunk at Oneric/wf_akkoma 2024-11-24 22:11:22 +00:00
a2591110d7 Extend invalid AP reception patch
Oneric commented on issue AkkomaGang/akkoma#826 2024-11-24 20:51:52 +00:00
[bug] Content from peertube isn't recognized as video

works for me

Oneric pushed to trunk at Oneric/wf_akkoma 2024-11-24 15:23:25 +00:00
65ef261737 Fix NodeInfoWorker patch
Oneric pushed to trunk at Oneric/wf_akkoma 2024-11-24 02:01:27 +00:00
bdabfb2b33 Update NodeInfoWorker dedupe patch
Oneric pushed to trunk at Oneric/wf_akkoma 2024-11-24 01:14:31 +00:00
a1c72d077e Add experimental optimisation patches
Oneric commented on pull request AkkomaGang/akkoma#854 2024-11-23 02:19:10 +00:00
Use magick command from ImageMagick

We still support environments without ImageMagick 7 readily available. E.g. current Debian stable doesn’t have it yet and we even support oldstable atm. So I don’t think we can just indiscriminately migrate everyone to magick yet.

Oneric pushed to trunk at Oneric/wf_akkoma 2024-11-23 01:54:35 +00:00
9a91841097 Add patch dropping bogus follow* collections for internal actors
Oneric created pull request AkkomaGang/akkoma#856 2024-11-23 01:51:48 +00:00
Don’t pretend internal actors have follow(er
Oneric pushed to fetch-actor-follow-collections at Oneric/akkoma 2024-11-23 01:47:09 +00:00
778e0ef196 cosmetic: adapt software name in internal actor descriptions
429575adb5 Don't advertise follow(er|ing) collections for internal actors
Compare 2 commits »
Oneric pushed to fetch-actor-follow-collections at Oneric/akkoma 2024-11-23 01:42:26 +00:00
930a3c2c50 cosmetic: adapt software name in internal actor descriptions
Oneric pushed to fetch-actor-follow-collections at Oneric/akkoma 2024-11-23 01:33:19 +00:00
b1b9ecd91f cosmetic: adapt software name in internal actor descriptions
98238a4e48 Don't advertise follow(er|ing) collections for internal actors
Compare 2 commits »
Oneric created branch fetch-actor-follow-collections in Oneric/akkoma 2024-11-23 01:33:19 +00:00
Oneric commented on issue AkkomaGang/akkoma#855 2024-11-23 01:22:08 +00:00
[bug] instance actor object (/internal/fetch) does not have a valid following/follower collection

Yeah, if the collection is advertised it should also behave like an AP object; thanks for the report.

I still cannot attest to whether dropping the "following" and "follower" attributes would…

Oneric pushed to trunk at Oneric/wf_akkoma 2024-11-19 18:40:17 +00:00
7defdc9770 Add patch fixing NodeInfo Contnet-Type