jdev - 2025-12-30


  1. notusefe

    Java

  2. notusefe

    moparisthebest: karma

  3. notusefe

    Continue to be a bad narcissist, will continue to fail

  4. lovetox

    Does someone has good values for prosodys mod_limit to start out?

  5. lovetox

    we are plagued with MUC spam

  6. jjj333_p (any pronouns)

    lovetox, here is what i have set, it seems sufficiently permissive but enough that this particular spammer seems to not attempt my muc anymore ```lua -- https://modules.prosody.im/mod_muc_limits muc_event_rate = 1 muc_burst_factor = 10 muc_max_line_count = 50 muc_max_nick_length = 100 ```

  7. jjj333_p (any pronouns)

    (the rest are left unset, aka default)

  8. jjj333_p (any pronouns)

    also with the pastebin utility the gajim muc seems to have, i have no idea how line_count will play into that

  9. lovetox

    thanks

  10. jjj333_p (any pronouns)

    btw when your dms ineviatably get hit in retaliation, you'll probably want https://modules.prosody.im/mod_throttle_unsolicited i have ```lua unsolicited_messages_per_minute = 100 unsolicited_s2s_messages_per_minute = 100 ``` set

  11. jjj333_p (any pronouns)

    top one is just because my server is private, id probably lower it in any case

  12. wha

    hola