• exec/load/ircd/server.js

    From Deuc¿@VERT to Git commit to main/sbbs/master on Thursday, May 07, 2026 15:39:18
    https://gitlab.synchro.net/main/sbbs/-/commit/847f5ff9839565b22cdb09ba
    Modified Files:
    exec/load/ircd/server.js
    Log Message:
    ircd.js: add diagnostic logging to server KICK handler

    Log each early-exit path (missing target, unknown channel, unknown
    user, user not in channel) and the full kick context (origin, target,
    local status, source server) to help diagnose the kick propagation
    desync across linked servers.

    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¨@VERT to Git commit to main/sbbs/master on Thursday, May 07, 2026 15:47:42
    https://gitlab.synchro.net/main/sbbs/-/commit/d4dd731ad1217764de26f8b9
    Modified Files:
    exec/load/ircd/server.js
    Log Message:
    ircd.js: add diagnostic logging to SJOIN and TOPIC server handlers

    Same propagation pattern as KICK Ä origin.bcast_to_channel with
    bounce=false. Log origin resolution, local status, and source server
    to help diagnose any desync across linked servers.

    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net