Files
bouncer/.gitignore
user 2f40f5e508 feat: add CertFP authentication with SASL EXTERNAL
Per-network, per-nick client certificates (EC P-256, self-signed,
10-year validity) stored as combined PEM files. Authentication
cascade: SASL EXTERNAL > SASL PLAIN > NickServ IDENTIFY.

New commands: GENCERT, CERTFP, DELCERT. GENCERT auto-registers
the fingerprint with NickServ CERT ADD when the network is connected.

Includes email verification module for NickServ registration and
expanded NickServ interaction (IDENTIFY, REGISTER, VERIFY).
2026-02-21 01:15:25 +01:00

24 lines
268 B
Plaintext

__pycache__/
*.py[cod]
*$py.class
*.so
.venv/
*.egg-info/
*.egg
dist/
build/
.eggs/
*.db
*.sqlite
*.sqlite3
.ruff_cache/
.pytest_cache/
.mypy_cache/
*.log
# Personal config (keep example only)
config/bouncer.toml
# Client certificates (generated per-network)
certs/