Working project name, not final.
|
4 months ago | |
---|---|---|
client | 5 months ago | |
codec | 5 months ago | |
common | 6 months ago | |
contrib | 11 months ago | |
core | 5 months ago | |
datamodel | 5 months ago | |
db | 5 months ago | |
docs | 5 months ago | |
homeserver | 5 months ago | |
ident | 5 months ago | |
proto | 5 months ago | |
rpc | 5 months ago | |
test | 4 months ago | |
tools | 5 months ago | |
user | 5 months ago | |
util | 5 months ago | |
.gitignore | 10 months ago | |
Cargo.lock | 5 months ago | |
Cargo.toml | 5 months ago | |
README.md | 9 months ago |
A better messaging and chat protocol. Building it the right way.
These are handwavy milestones that I expect to change.
Keeping this list here so that I remember what I'm doing.
// TODO
s on them because we query more columns than we need to, that could be reduced.JOIN
s but I don't know how to express that to SeaORM correctly.Codec
serialization is "self-documenting" in the bad way (the source code is the only documentation), switch to using Stencil when it's mature enough.