FOSS Decentralized chat platform
Go to file
shockrah cdc88b8365 * fixed formating/comments in users schema
* channels schema now uses a bigint unsigned for pid
this is to keep consistent with notion of id's being usize|u64 in rust
* foreign key constraint added to keys table referencing user rows
2020-07-04 22:52:59 -07:00
docs note regarding badges ready for actual badges notes 2020-05-26 02:40:29 -07:00
freechat-client changing initial screen to be a welcome page/nav page to other servers 2020-04-17 22:59:54 -07:00
server * fixed formating/comments in users schema 2020-07-04 22:52:59 -07:00
.gitignore ! admin update 2020-07-04 19:39:04 -07:00
design.md smol goals for now 2019-11-24 20:10:39 -08:00
Makefile updated path to client in main controller 2019-11-27 15:20:10 -08:00
readme.md updated readme to reflect state of repo 2019-11-04 12:22:22 -08:00

FreeChat

Decentralizaed chat platform

Currently in a state of design and not implementation. I.E. there's still massive amounts of groundwork that need to be reasoned about before it can be built.