Giter VIP home page Giter VIP logo

Comments (4)

jelmer avatar jelmer commented on August 15, 2024 1

An alternative to a plugin system might be to have say a good Python package that uses the API to automatically moderate? That might be simpler to set up and easier to extend in the future. It also allows isso itself to stay fairly lean.

from isso.

ix5 avatar ix5 commented on August 15, 2024

That certainly is an annoying issue to deal with.

At the heart of the issue (IMO) is the fact that for Isso, commenters are mostly ephemeral. As of right now, Isso doesn't have much in the way of user management - #261 has been open for quite some time without a resolution.

Hardcoding blocked or allowed users into the config seems kind of iffy to me as well.

@fluffy-critter do you have any ideas which would be elegant but still fit within the project's current paradigms?

from isso.

fluffy-critter avatar fluffy-critter commented on August 15, 2024

I feel like a good solution in general would be to have a plugin architecture of some sort where all incoming comments can call into a function which takes all of the message data and returns a disposition, such as "delete," "post," or "hold for moderation," which could then also be a good spot to hook in a spam filter. I seem to have mentioned the nucleus of idea on #11 (without going into any actual details of what I had in mind, oops) and I still feel like it's a fundamentally good idea, and maybe now that I have some free time I can bring myself to actually work on it.

from isso.

ix5 avatar ix5 commented on August 15, 2024

That sounds lovely!

Make sure to include the other maintainers and regular contributors into your thought process - I'm already onboard with your plugin idea, and we do have a signals architecture in place that might prove useful for it.

from isso.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.