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