Skip to content

1.2.1

Compare
Choose a tag to compare
@S3x0r S3x0r released this 15 Dec 14:40
· 3 commits to master since this release

v1.2.1 changes (15.12.2024):

  • bug with increased CPU usage fixed
  • from now on, with each server it is possible to separately set the connection type (plain/ssl), port and password
    eg. "localhost:6667:plain", "localhost:6679:ssl:123", etc,.
  • added checking configuration file for errors
  • added compression of logs from the previous day
    creates an '.zip' file and deletes the folder
  • ctrl+c, ctrl+break handler corrected for windows only
  • bot can now ignore users, new structure in config:
    "IGNORE": {
    "users": [
    "nick!ident@hostname",
    "..."
    bot ignores all plugins, register, ctcp, privmsg, channel messages, invites, notice - commands/messages
  • new plugin 'ignore' Adds host to ignore list (!ignore nick!ident@hostname)
  • new ban list format:
    "ban list": [
    "nick!ident@hostname",
    "*!ident@hostname",
    "..."
  • new auto op list format:
    "auto op list": [
    "nick!ident@hostname",
    "..."
  • new cli argument '-x' create default configuration file (config.json)
  • updated 'config info.txt' file
  • updated php from 7.4.5 to 7.4.33