mirror of
https://github.com/kc1awv/rrcd.git
synced 2026-05-05 16:49:08 -07:00
16 lines
597 B
Markdown
16 lines
597 B
Markdown
# Changelog
|
|
|
|
This project follows the versioning policy in VERSIONING.md.
|
|
|
|
## 0.1.0 - 2025-12-29
|
|
|
|
Initial public release.
|
|
|
|
- Standalone Reticulum Relay Chat daemon (hub service)
|
|
- RRC v1 envelope + CBOR wire encoding
|
|
- Core hub features: HELLO/WELCOME gating, JOIN/PART, MSG/NOTICE forwarding, PING/PONG
|
|
- Operator and moderation commands via slash-command convention in MSG/NOTICE bodies
|
|
- Persistent config + room registry in TOML (`rrcd.toml`, `rooms.toml`)
|
|
- Reduced lock contention by flushing outbound packets outside the shared state lock
|
|
- Added small packaging metadata and README polish
|