mirror of
https://github.com/J3vb/OwnCord.git
synced 2026-09-03 03:50:00 +03:00
- #16: Fix golangci-lint issues (unchecked Close(), unused funcs, naming) - #17: Add KeybindsTab and LogsTab unit tests (19 tests, 81%+ coverage) - #18: Add rate limiting to chat_edit and chat_delete handlers - #19: Fix cert mismatch handling via event listener instead of string match - #20: Validate SHA-256 colon-hex fingerprint format in Rust ws_proxy - #21: Optimize session+ban check with single JOIN query - #22: Sort channels by position when redirecting after deletion - #23: Rename admin test files for clarity Also fixes ban expiry regression (H-1 from code review) by using auth.IsEffectivelyBanned() to properly respect temporary ban expiry.