other accounts:
- @MrKaplan@piefed.world
- @MrKaplan@discuss.online (not actively monitored)
- 0 Posts
- 201 Comments
hello,
based on your other post, which has since been removed by moderators of that community, it seems that you are looking for the !perchance@lemmy.world community instead of this one.
you’re not going to have much luck here, as here people won’t even understand what you’re talking about.
MrKaplan@lemmy.worldto sh.itjust.works Main Community@sh.itjust.works•NSFW community bug?English5·6 days agothat’s because SJW is still on 0.19.11. 0.19.12 fixes this by forcing new posts in NSFW communities to be NSFW. see #5649. the UI change made it in 0.19.11 already but the backend change was broken and not backported.
MrKaplan@lemmy.worldto Lemmy Apps@lemmy.world•Mlmym (also known as old.lemmy) isn't maintained anymore, and features are starting to become unusable as instances are migrating to newer versions. Would someone be interested in forking the project?English1·7 days agothat’s answered in the comment i linked
MrKaplan@lemmy.worldto Fediverse@lemmy.world•⚠️ATTENTION!⚠️ - Several messages are circulating from fake "official Mastodon accounts" that are stealing credentials!English4·8 days agoplease remove the phishing link from this post immediately. you can defuse it e.g. by putting it in a code snippet and replacing the dots with
[.]
, e.g.netprocesse[.]com
.
MrKaplan@lemmy.worldto Lemmy Apps@lemmy.world•Mlmym (also known as old.lemmy) isn't maintained anymore, and features are starting to become unusable as instances are migrating to newer versions. Would someone be interested in forking the project?English2·8 days agohttps://lemmy.world/comment/16818450
if you’re talking about the image issue from this post, I have no plans to work on that as we don’t use the image proxy but if anyone wants to PR that they’re more than welcome to do so.
MrKaplan@lemmy.worldto MeanwhileOnGrad@sh.itjust.works•You Don't Fix Anything By Getting Rid of Democracy and TransparencyEnglish5·9 days agowe’re currently looking into some performance issues, we’re looking into updating to the latest version this weekend, which fixes a few potential deadlocks. lately we’ve been getting DB deadlocks rather frequently, which results in significantly worse performance until we restart one of the services.
i see. for PWAs that’s expected, for the native app i would’ve expected a consistent UA for all requests.
our current blocks/challenges are explicitly targeting things that pretend to be browsers while not actually being browsers. we try to exclude requests that are expected to be accessed by browser based clients that aren’t directly on the main site. appending to browser user agents still matches our browser user agent detection.
i’m not sure why this was causing issues here though, especially with the login, as that should just be 100% api stuff and therefore use
VoyagerApp/1.0
from the native app?
Hi,
this was possibly an unintended side-effect of our increasingly aggressive AI crawler DDoS blocking. When increasing the scope of issuing Cloudflare challenges we missed excluding API endpoints from the rule, that should be fixed now.
This should only have affected clients with browser user agents though, and I see requests with user agent
VoyagerApp/1.0
. @aeharding@vger.social do you know if Voyager can send browser-like user agents when installed from App Store?
it’s in the main settings area:
check if your piefed account has pms from other instances enabled. afaik piefed.social had this disabled by default for some time during the nicole spamwave.
fyi also @Bonus@lemmy.world
lemmy currently doesn’t have granular federation controls. the only option right now is to defederate from mbin instances, but other instances might still announce your users’ votes to mbin instances. the more hacky way would be to also block federation related http requests from mbin instances to prevent them from retrieving user profiles, which is probably the most effective method that could be used.
piefeds non-federated votes are a user setting for the default value and users have the option for each vote whether it should be federated. see also https://piefed.social/post/982478
as explained in this post, the original implementation of “private voting” has already been replaced with non-federated voting, which addresses the abuse concerns, as it’s then limited to just the instance the votes are cast on.
it’s the software, similar to how you’re using lemmy right now
no notification of a moderation event
lemmy.world has notifications for local users or users in local communities for removed content.
piefed is a fair bit younger, the first commitin the git repo was on Fri Jul 28 02:07:44 2023 +0000. it has only in recent months started really picking up some traction with several lemmy instances already creating piefed instances as well.
did you see an orange/white cloudflare error page or something else? i tried searching for it in our server logs but i don’t find it.
you may however have hit an outage we had for several minutes around an hour before your comment due to running out of memory on the host.
lemmy doesn’t support subscribing to users, but you can subscribe to communities the same way you’d subscribe to other communities from other instances.
this is a bug in lemmy-ui. it works in alternative interfaces, e.g. at https://t.lemmy.world/c/إسلام.
the bug report about this was just recently closed due to a lack of external contributions to address the issue: https://github.com/LemmyNet/lemmy-ui/issues/2207