veza/veza-chat-server/src
senke f25cc115b2
Some checks failed
Chat Server CI / test (push) Failing after 0s
Stream Server CI / test (push) Failing after 0s
test(rust): add 51 unit tests across chat and stream servers
INT-05: 26 tests in chat-server (config, error, permissions, rate
limiter, logging, utils) and 25 tests in stream-server (config,
error, auth, HLS, signature, utils). All test pure logic.
2026-02-22 17:55:27 +01:00
..
core P0: stabilisation backend/chat/stream + nouvelle base migrations v1 2025-12-06 11:14:38 +01:00
database adding initial chat server (Rust) 2025-12-03 20:33:26 +01:00
generated adding initial chat server (Rust) 2025-12-03 20:33:26 +01:00
hub chore: consolidate CI, E2E, backend and frontend updates 2026-02-17 16:43:21 +01:00
middleware fix(chat): resolve compilation errors and clean all warnings 2026-02-12 23:33:02 +01:00
models P0: stabilisation backend/chat/stream + nouvelle base migrations v1 2025-12-06 11:14:38 +01:00
repository STABILISATION: phase 3–5 – API contract, tests & chat-server hardening 2025-12-06 17:21:59 +01:00
security feat(chat-server): add C2.1 WebRTC call signaling (CallOffer, CallAnswer, ICECandidate, CallHangup, CallReject) 2026-02-22 03:42:47 +01:00
services STABILISATION: phase 3–5 – API contract, tests & chat-server hardening 2025-12-06 17:21:59 +01:00
websocket feat(chat): add call signaling types 2026-02-22 03:46:10 +01:00
advanced_moderation.rs fix(audit-1.5): replace critical .unwrap() in Rust production paths 2026-02-15 14:14:29 +01:00
auth.rs P0: stabilisation backend/chat/stream + nouvelle base migrations v1 2025-12-06 11:14:38 +01:00
authentication.rs P0: stabilisation backend/chat/stream + nouvelle base migrations v1 2025-12-06 11:14:38 +01:00
cache.rs adding initial chat server (Rust) 2025-12-03 20:33:26 +01:00
chat_management.rs adding initial chat server (Rust) 2025-12-03 20:33:26 +01:00
client.rs adding initial chat server (Rust) 2025-12-03 20:33:26 +01:00
config.rs test(rust): add 51 unit tests across chat and stream servers 2026-02-22 17:55:27 +01:00
delivered_status.rs fix(chat): resolve compilation errors and clean all warnings 2026-02-12 23:33:02 +01:00
env.rs test(rust): add 51 unit tests across chat and stream servers 2026-02-22 17:55:27 +01:00
error.rs test(rust): add 51 unit tests across chat and stream servers 2026-02-22 17:55:27 +01:00
event_bus.rs fix(chat): resolve compilation errors and clean all warnings 2026-02-12 23:33:02 +01:00
grpc_client.rs adding initial chat server (Rust) 2025-12-03 20:33:26 +01:00
grpc_server.rs adding initial chat server (Rust) 2025-12-03 20:33:26 +01:00
jwt_manager.rs chore: consolidate CI, E2E, backend and frontend updates 2026-02-17 16:43:21 +01:00
jwt_revocation_store.rs feat(chat): add JWT revocation persistante Redis (P3.1) 2026-02-11 22:06:25 +01:00
lib.rs fix(audit-1.5): replace critical .unwrap() in Rust production paths 2026-02-15 14:14:29 +01:00
main.rs fix(chat): ensure WebSocket auth token from query or cookie 2026-02-18 12:42:48 +01:00
message_handler.rs chore: consolidate CI, E2E, backend and frontend updates 2026-02-17 16:43:21 +01:00
message_store.rs fix(security): correct SQL injection in chat server cleanup_old_messages 2026-02-15 12:36:59 +01:00
message_store_simple.rs adding initial chat server (Rust) 2025-12-03 20:33:26 +01:00
messages.rs P0: stabilisation backend/chat/stream + nouvelle base migrations v1 2025-12-06 11:14:38 +01:00
moderation.rs adding initial chat server (Rust) 2025-12-03 20:33:26 +01:00
monitoring.rs fix(audit-1.5): replace critical .unwrap() in Rust production paths 2026-02-15 14:14:29 +01:00
optimized_persistence.rs adding initial chat server (Rust) 2025-12-03 20:33:26 +01:00
permissions.rs test(rust): add 51 unit tests across chat and stream servers 2026-02-22 17:55:27 +01:00
presence.rs adding initial chat server (Rust) 2025-12-03 20:33:26 +01:00
prometheus_metrics.rs fix(chat): replace .unwrap() with safe alternatives in production code 2026-02-11 23:20:49 +01:00
rate_limiter.rs test(rust): add 51 unit tests across chat and stream servers 2026-02-22 17:55:27 +01:00
reactions.rs stabilisation commit 2026-01-04 01:44:23 +01:00
read_receipts.rs chore: consolidate CI, E2E, backend and frontend updates 2026-02-17 16:43:21 +01:00
simple_message_store.rs adding initial chat server (Rust) 2025-12-03 20:33:26 +01:00
structured_logging.rs test(rust): add 51 unit tests across chat and stream servers 2026-02-22 17:55:27 +01:00
test_simple_store.rs adding initial chat server (Rust) 2025-12-03 20:33:26 +01:00
typing_indicator.rs fix(chat): resolve compilation errors and clean all warnings 2026-02-12 23:33:02 +01:00
utils.rs test(rust): add 51 unit tests across chat and stream servers 2026-02-22 17:55:27 +01:00
validation.rs adding initial chat server (Rust) 2025-12-03 20:33:26 +01:00