A modern BBS written in Rust
Go to file
famfo 8e316d8fde Updated client authentification 2022-08-24 10:18:38 +02:00
catbbs-client Updated client authentification 2022-08-24 10:18:38 +02:00
catbbs-common make message enums more consistent 2022-08-23 20:35:51 +02:00
catbbs-server Fix c_key being c_name 2022-08-24 09:06:45 +02:00
.gitignore Project structure cleanup 2022-08-14 13:29:32 +02:00
Cargo.lock Make the transport even more generic 2022-08-19 14:20:09 +02:00
Cargo.toml Project structure cleanup, part two 2022-08-18 20:46:20 +02:00
README.md update the readme 2022-08-22 22:53:42 +02:00

README.md

catBBS

Work in progress, somewhat scalable BBS-like service using modern standards.

Documentation will be added when the project reaches usable status.

Security note

If you want to run the TCP client->server connection over the Internet, use a tunnel such as stunnel or WireGuard - there's no encryption by default.