this post was submitted on 08 Jul 2023
17 points (100.0% liked)

Programming.dev Meta

2530 readers
1 users here now

Welcome to the Programming.Dev meta community!

This is a community for discussing things about programming.dev itself. Things like announcements, site help posts, site questions, etc. are all welcome here.

Links

Credits

founded 2 years ago
MODERATORS
 

UPDATE: seems like this has been fixed with the update to 0.18.1 https://programming.dev/instances

I can see their posts so I know they aren't actually banned

https://programming.dev/instances

looks like maybe they had their domain name set with the https:// in it and that was breaking stuff? has this been fixed in the Lemmy code yet? we shouldn't have to manually ban invalid domain names

top 3 comments
sorted by: hot top controversial new old
[–] ruffsl 2 points 2 years ago (1 children)

It looks like midwest.social is listed as both linked and blocked. Quite strange. That instance is rather benign, as far as I can tell. @[email protected] , did we block that domain temporarily due to federation load issues?

[–] Die4Ever 2 points 2 years ago* (last edited 2 years ago) (1 children)

I think it's literally blocking a misconfigured domain name, like at one point their config might've had the domain name specified as "https://midwest.social" when it should be just "midwest.social"

since federation by default is allow-all, any bugs like that should be fixed so we don't have to manually block all the bad config values possible, or imagine if an instance was maliciously using invalid config values

[–] snowe 5 points 2 years ago

@[email protected] yes, @[email protected] is correct, we were having tons of retries bogging down the server due to attempts to connect to the https://midwest.social domain. I think it should be fixed in the 0.18.1 update, which I hope to roll out in a few hours.