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).
24 lines
268 B
Plaintext
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/
|