Skip to content

1.2.2

Compare
Choose a tag to compare
@S3x0r S3x0r released this 17 Dec 21:58
· 3 commits to master since this release

v1.2.2 changes (17.12.2024):

  • added flood protection (channel, privmsg, notice, ctcp messages)

  • new options in config ('FLOOD' section):
    "flood delay": 0.5 <- interval in float
    "channel flood": "bankick" <- action after channel flood, options: 'bankick', 'kick', 'warn'
    "privmsg flood": "ignore" <- action after privmsg flood, options: 'ignore', 'warn'
    "notice flood": "ignore" <- action after notice flood, options: 'ignore', 'warn'
    "ctcp flood": "ignore" <- action after ctcp flood, options: 'ignore', 'warn'

    bankick = ban + kick in channel
    kick = kick from channel
    ignore = add user to ignore list (*!ident@hostname)
    warn = send warning to user

  • fixed ignore list and corrected channel ignore

  • fixed topic loop in timer