Working project name, not final.
Trey Del Bonis 9d70e23b09 test: reworked test entrypoint for new flexitest version | 1 month ago | |
---|---|---|
client | 2 months ago | |
codec | 2 months ago | |
common | 3 months ago | |
contrib | 8 months ago | |
core | 2 months ago | |
datamodel | 2 months ago | |
db | 2 months ago | |
docs | 2 months ago | |
homeserver | 2 months ago | |
ident | 2 months ago | |
proto | 2 months ago | |
rpc | 2 months ago | |
test | 1 month ago | |
tools | 2 months ago | |
user | 2 months ago | |
util | 2 months ago | |
.gitignore | 7 months ago | |
Cargo.lock | 2 months ago | |
Cargo.toml | 2 months ago | |
README.md | 6 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.