• v1.7.2 526d318eef

    Ghost released this 2026-02-15 09:05:34 +00:00 | 40 commits to main since this release

    FEATURE: Server Notices for Operators
    Status: Monitoring Complete
    SNOMASK ACTIVATED:

    • snomask = '+s +o +c +k +f +b +n'
    • hide_oper = no (changed from yes)
      NOTIFICATIONS:
      +o = Operator mode changes (when someone becomes oper)
      +s = Server connections
      +c = Client connections
      +k = Kills
      +f = Flood detection
      +b = Bot detections
      +n = Nick changes
      RESULT:
      When someone becomes OPER:
      *** Notice -- User (~user@host) is now a global operator (O)
      When client connects:
      *** Notice -- Client connecting: User (~user@host)
      When nick changes:
      *** Notice -- Nick change: OldNick -> NewNick
      IMPACT:
      See when others become operators
      Monitor all server events
      Real-time notifications
      Complete server monitoring
      UPGRADE: git checkout v1.7.2 && ./install.sh
      Restart: pkill ircd && /home/ircd/ircd/bin/ircd
    Downloads