simple RAC server
Go to file
2025-04-23 03:44:53 +03:00
src fix duplicate shortnames 2025-04-23 03:44:53 +03:00
.gitignore merge commit 2025-04-21 21:04:40 +03:00
Cargo.lock wrac protocol 2025-04-19 21:57:15 +03:00
Cargo.toml wrac protocol 2025-04-19 21:57:15 +03:00
LICENSE init commit 2025-04-14 01:55:25 +03:00
PROTOCOL.md contexts 2025-04-23 00:27:44 +03:00
README.md roadmap update 2025-04-20 00:39:14 +03:00

sRAC

simple server for RAC

Usage

git clone https://github.com/MeexReay/sRAC
cd sRAC
cargo run -- -H 127.0.0.1:42666

My server config

cargo run -- \
  --host 127.0.0.1:42666 \
  --splash "please register (/register and /login commands in bRAC)" \
  --messages-file "messages.txt" \
  --accounts-file "accounts.txt" \
  --register-timeout 3600 \
  --sanitize \
  --auth-only

Roadmap

  • Notifications by ip
  • Server commands
  • WRAC protocol
  • RACS protocol