Internet Cipher Relay Chat
Go to file
antifallobst 1d1f4896a4
feat(relays): layed the foundations for the relay runtime manager
2024-03-24 19:40:52 +01:00
docs docs: documented /account/auth and fixed the Auth header in /account/register 2024-03-24 16:26:50 +01:00
src feat(relays): layed the foundations for the relay runtime manager 2024-03-24 19:40:52 +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 docs: updated README and corrected the copyright year in the license 2024-03-23 16:09:59 +01:00
README.md docs: updated the API docs link in the README 2024-03-24 16:36:44 +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

ICRC is a chat protocol / system designed similar to IRC, but it has a heavy focus on security and privacy. All messages in a relay are end-to-end encrypted using strong encryption schemes. Messages are not saved persistent on the server, but only routed through the server. The only public identity a user has is a UUID, that is also unique per relay.

Project Status

ICRC is at the moment work in progress and not functional yet. Contribution is very welcome :)

Documentation

Shortcuts to different documentation parts:

  • Server API (WIP)
  • Server Admin Docs (Coming Soon)

License (MIT)

Copyright 2024 antifallobst <antifallobst@systemausfall.org>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
documentation files (the “Software”), to deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.