-
released this
2026-02-15 10:30:19 +00:00 | 33 commits to main since this releaseFEATURE: Autoconnect visibility for operators
Interval: 5 minutes (connectfreq)
ISSUE:- User can't see autoconnect attempts in status
- Interval unknown
SOLUTION:
✅ snomask = 157445 (includes SNO_OLDSNO)
✅ SNO_OLDSNO (1) = Link establishment messages
✅ Interval: 5 minutes (connectfreq in Class Server)
CALCULATION FINAL:
SNO_OLDSNO = 1 (Link messages) ⭐
SNO_OPERKILL = 4 (Kills)
SNO_HACK4 = 256 (OPMODE)
SNO_GLINE = 512 (G-lines)
SNO_NETWORK = 1024 (Net junction)
SNO_OLDREALOP = 8192 (Oper changes)
SNO_CONNEXIT = 16384 (Client connects)
SNO_NICKCHG = 131072 (Nick changes)
→ TOTAL = 157445
AUTOCONNECT MESSAGES:
*** Notice -- Link with HUB[IP] established
*** Notice -- Net junction: YourServer HUB
*** Notice -- Link with HUB canceled: Connection lost
*** Notice -- (5 min later) Link with HUB[IP] established
UPGRADE: git checkout v1.7.6 && ./install.sh
Manual: snomask = 157445; in Operator block
Reference: ircd/s_serv.c, doc/snomask.txt
Downloads