echo/.gitignore
Jean d1685f7e53
All checks were successful
CI / check (push) Successful in 3m49s
inspircd: include membid in outbound IJOIN
Services IJOIN was ':<uid> IJOIN <chan>' with no membership id, but InspIRCd
requires <chan> <membid> (min 2 params). On link the ircd rejected the whole
server connection with 'Insufficient parameters' the moment a BotServ bot joined
its assigned channel, splitting services. Add a monotonic membid, matching how
InspIRCd itself sends IJOIN. Validated against a real InspIRCd 4 with production
data: full burst to ENDBURST, all bot IJOINs accepted, no split.
2026-07-16 16:36:19 +00:00

19 lines
307 B
Text

/target
config.toml
# Local operator notes — may contain real uplink secrets. Never commit.
*.local.md
fedserv.db.jsonl
# Local demo/test scaffolding
/demo-certs
/demo-start.sh
/demo-stop.sh
/test-net
/test-net-b
# Runtime data/logs
echo.db.jsonl
cutover-echo.log
test-net/echo.db.jsonl
test-net/*.log