• v1.7.5 3ddce7ee04

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

    FEATURE: OPMODE notifications for operators
    Status: Complete monitoring
    ADDED:

    • SNO_HACK4 (256) for OPMODE notifications
    • snomask = 157444 (was 157188)
      OPMODE NOTIFICATIONS:
      MODE changes by operators (+o/-o, +v/-v, +l, etc.)
      KICK by operators
      OPER JOIN to channels
      All privileged channel operations
      CALCULATION:
      SNO_OPERKILL = 4
      SNO_HACK4 = 256 (OPMODE) NEW!
      SNO_GLINE = 512
      SNO_NETWORK = 1024
      SNO_OLDREALOP = 8192
      SNO_CONNEXIT = 16384
      SNO_NICKCHG = 131072
      → TOTAL = 157444
      EXAMPLES:
      *** Notice -- HACK(4): Oper MODE #chan +o User
      *** Notice -- HACK(4): Oper MODE #chan -o User
      *** Notice -- HACK(4): Oper MODE #chan +l 50
      *** Notice -- HACK: Oper KICK #chan User reason
      UPGRADE: git checkout v1.7.5 && ./install.sh
      Manual: Change snomask from 157188 to 157444
      Reference: doc/snomask.txt, ircd/channel.c
    Downloads