Skip to content

V1.4.0 - #105

Merged
csd113 merged 27 commits into
mainfrom
v1.4.0
Aug 16, 2026
Merged

V1.4.0#105
csd113 merged 27 commits into
mainfrom
v1.4.0

Conversation

@csd113

@csd113 csd113 commented Aug 16, 2026

Copy link
Copy Markdown
Owner

No description provided.

csd113 added 27 commits July 30, 2026 22:24
Multiple stability, security, and correctness improvements:

- Add request-boundary middleware enforcing header-size caps and rejecting Transfer-Encoding to avoid ambiguous framing; include JSON 413/400 responses for oversized/invalid requests.
- Harden ChanNet: validate reply author/content lengths, accept optional stable UUID message_id for idempotency, compute/record replay tokens, map DB contention to 503 with Retry-After, and tighten export/import error handling.
- Restrict gateway snapshots/exports to exportable boards only (public/post_password) and update related snapshot code and tests.
- Add --data-dir CLI/config support with safe resolution and helper to configure before CONFIG access; update docs (README/SETUP).
- Improve DB pool/PRAGMA timeouts and propagate busy conditions as AppError::DbBusy; set Retry-After headers on overload responses.
- Make worker job completion persistence robust: transactional commits, retry/backoff for transient errors, bounded shutdown grace, and tests for recovery scenarios.
- Various admin/backup/handler fixes (maintenance gating), TLS/plaintext listener behavior changes (tor backend, redirects), header limits, and many new unit/integration tests.
- CI/cargo-audit tweaks, small dependency bumps and .gitignore updates.

These changes aim to make networking, federation, background jobs, and operational deployment more robust and secure.
@csd113
csd113 merged commit 29eb55f into main Aug 16, 2026
9 of 10 checks passed
@csd113
csd113 deleted the v1.4.0 branch August 16, 2026 06:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant