asudox

joined 2 months ago
MODERATOR OF
[–] asudox@lemmy.asudox.dev 1 points 7 minutes ago* (last edited 5 minutes ago)

Is it deleted or removed?

Deleted means that the creator deleted it, which won't be logged to the modlog. Removed means a moderator or admin removed it, which will be logged to the modlog.

It could also be that the user was instance/community banned with the purge content option enabled. Which might confuse you, because the posts won't have a modlog entry regarding their removal. The purge content option's status is not logged along with their ban. So be sure to check if they are instance/community banned as well.

[–] asudox@lemmy.asudox.dev 1 points 24 minutes ago

If they only downvote everything, I think they deserve a ban.

[–] asudox@lemmy.asudox.dev 3 points 14 hours ago (1 children)

Lemmy version 1.1.0 will include the ability for mods to remove votes. Hopefully also logged to the modlog, because we know some mods will use it for some other purpose.

https://github.com/LemmyNet/lemmy/issues/5569

[–] asudox@lemmy.asudox.dev 1 points 15 hours ago* (last edited 15 hours ago)

Miss stuff as in there might be changes to the post or comments users make within that interval, which the bot will never know of. I need the bot to be notified of any new content the moment it is federated to the bot's instance.

And polling for new content will increase the amount of API requests per time unit as the bot gets added to new communities. I'd rather have it be somewhat future-proof, because if Lemmy ever gets more popular than it is right now, there might be a new post made to a community every few minutes. It will especially become a big problem for new comments, as they are created more frequently than posts.

[–] asudox@lemmy.asudox.dev 2 points 16 hours ago* (last edited 16 hours ago) (2 children)

That is not an option as it has the chance to miss stuff and it's also too many API requests. Mentions would be the solution if the bot simply responded to commands, which is not the case.

That is why I considered either LemmyWebhooks or just directly querying the database. The best choice here seems to be querying the database.

[–] asudox@lemmy.asudox.dev 2 points 17 hours ago* (last edited 17 hours ago) (4 children)

I don't know about such a platform, but I'm making an automod for Lemmy that works by users writing their own plugins. So the users are pretty much responsible for making the bot work the way they want it to. That means you actually can pretty much make any bot that can only interact within the community you mod. I just haven't been able to progress much as I've been stuck thinking about how it would receive certain events such as new comments, new posts, etc.

[–] asudox@lemmy.asudox.dev 15 points 20 hours ago

Some instances enable the image proxy, which should prevent this.

[–] asudox@lemmy.asudox.dev 4 points 21 hours ago

@TomMonkeyMan@chinese.lol @yassinsiouda@lemmy.doesnotexist.club

[–] asudox@lemmy.asudox.dev 24 points 21 hours ago (1 children)

Voting here doesn't influence your feed

It does when you use sorting algorithms that depend on it.

[–] asudox@lemmy.asudox.dev 2 points 21 hours ago* (last edited 21 hours ago) (1 children)

it might just default to saying 'closed' if it doesn't have the data.

Nope. Fediseer displays unknown fields as N/A.

The admins can reasonably be blamed for setting up instances with open registrations and no protections and then forgetting about them

No, I don't think they forgot. Would you forget about something you regularly pay for?

[–] asudox@lemmy.asudox.dev 4 points 21 hours ago* (last edited 21 hours ago)

Well yeah, there is no concrete evidence that it is the admin (or the admins). But the hints I found seem to be pointing that they are the one behind this. Of course there is a possibility that it is someone else, but it baffles me why anyone would leave the registrations open for 2 years, keep the instance running, but never interact with the fediverse through it themselves. And this isn't exactly like kbin.social, the admin eventually did respond and close down the instance (not to mention, the admin was still communicating with the people). This instance and its bots have been going on for over 2 years, with not even a single sign of activity from the admin(s).

Nevertheless, defederation is the right thing to do right now. Unless concrete evidence is found, we could put this aside.

[–] asudox@lemmy.asudox.dev 18 points 22 hours ago* (last edited 21 hours ago) (3 children)

The bots are from those two instances as you can see in the screenshot. Furthermore, lemmy.doesnotexist.club has had dozens of bots since at least 2023 (2 years after domain creation. found via the web archive). Since at least 2023, the admin hasn't been doing anything, or even interacting with anyone. That account seems pretty much dead. But they keep hosting the instance for some reason. It is also a possibility that someone else indeed is using these two instances because they are "abandoned", but it is highly likely that it is the admin. It is very suspicious that the registrations have been open unguarded against bots since at least 2023. These two instances have been invaded with bots long ago, so defederation is still the right thing to do.

I also don't want to jump to conclusions, but I think the chances are pretty high that it indeed is the admin. It might lead us to whoever is behind the recent nicole spam.

 

Lemmy version 0.19.4 added the ability for admins and mods to comment in locked posts. This comes in handy somtimes.

https://github.com/LemmyNet/lemmy/pull/4488

https://join-lemmy.org/news/2024-06-07_-_Lemmy_Release_v0.19.4_-_Image_Proxying_and_Federation_improvements

 

cross-posted from: https://lemm.ee/post/59380380

Hey 👋,

I got frustrated with the friction for users from direct links to all the different instances they don't have accounts for and built https://lemsha.re/

It's inspired by matrix.to - but built for Lemmy content.

If a user clicks a lemsha.re link the user will be presented with two options:

  • visit the original link, or
  • view the same content - but on their preferred instance

Hope you find it useful.

18
List of requests (lemmy.asudox.dev)
submitted 2 weeks ago* (last edited 2 weeks ago) by asudox@lemmy.asudox.dev to c/summit@lemmy.world
 

Here are a few features that I think would be good to add:

Administration & Moderation

  • Signup applications (under the Reports button in Inbox would be ideal)
  • View votes (afaik mods should also be able to view votes in their communities)
  • Perhaps some sort of administration panel
  • Merge "Admin tools" and "Mod tools"
  • View moderation & report history for users
  • Better modlog UI
  • Checks for whether or not some mod actions can be done on a user and hide options that can't be applied
  • Add "Feature Post in instance" to posts

Create new post dialog

  • Rename "Compose post" to "Body" or "Text"
  • Pre-expand text field area
  • Add new field for thumbnail URL
  • Allow choosing post language

Create new comment dialog

  • Allow choosing comment language
  • See who you are replying to in addition to the comment content

Media

  • View & manage uploaded media
  • Add option to loop videos
  • Add option to unblur NSFW images when in NSFW communities

Other

  • More user friendly errors
  • Advanced search (search in community, filters, etc.)

Oh and the updated join-lemmy.org applications page lists that Summit has 2 GitHub repos. I think it would be less confusing to just link to the repo that contains the source code instead.

 

To bring it in line with official Lemmy terminology, this should be used instead. The star symbol should probably also be a shield instead of a star, and it should also not be displayed if the comment is from someone other than you.

 

Cross-posted from "Well, it finally happened: I MET SOMEONE!" by @ivanafterall@lemmy.world in !lemmybewholesome@lemmy.world


We met here on Lemmy, of all places, believe it or not (sorry fellas, lol). I've never had communication so effortless. It's like she already knows exactly what she wants to say as soon as I finish my thought (sometimes before, that's how you know)!

After being jerked around so much over the years, I think this might finally be the one.

2
submitted 1 month ago* (last edited 1 month ago) by asudox@lemmy.asudox.dev to c/linuxmemes@lemmy.world
 

sauce: System Engineer

view more: next ›