Internet Cipher Relay Chat
Go to file
antifallobst ce4373e048
feat(relays // backend >> database): added relay user indices
2024-03-23 15:44:39 +01:00
docs docs: started a small contribution guide 2024-03-22 23:32:08 +01:00
src feat(relays // backend >> database): added relay user indices 2024-03-23 15:44:39 +01:00
.env refactor: renamed to icrc-server 2024-03-18 09:39:12 +01:00
.gitignore initial commit 2024-03-17 21:22:23 +01:00
Cargo.lock feat(api): implemented /account/invite/new 2024-03-22 16:49:41 +01:00
Cargo.toml feat(api): implemented /account/invite/new 2024-03-22 16:49:41 +01:00
LICENSE license: made LICENSE a bit more compact 2024-03-22 22:59:59 +01:00
README.md refactor: renamed to icrc-server 2024-03-18 09:39:12 +01:00
rust-toolchain.toml refactor: split backend implementation into multiple files and switched to nightly channel 2024-03-22 22:16:17 +01:00
rustfmt.toml refactor: split backend implementation into multiple files and switched to nightly channel 2024-03-22 22:16:17 +01:00

README.md

ICRC - Internet Cipher Relay Chat

Basically IRC but encrypted.

Docs (Usage, API, etc.) will follow.