Working project name, not final.
Trey Del Bonis 9d70e23b09 test: reworked test entrypoint for new flexitest version | 4 ماه پیش | |
---|---|---|
client | 5 ماه پیش | |
codec | 5 ماه پیش | |
common | 6 ماه پیش | |
contrib | 11 ماه پیش | |
core | 5 ماه پیش | |
datamodel | 5 ماه پیش | |
db | 5 ماه پیش | |
docs | 5 ماه پیش | |
homeserver | 5 ماه پیش | |
ident | 5 ماه پیش | |
proto | 5 ماه پیش | |
rpc | 5 ماه پیش | |
test | 4 ماه پیش | |
tools | 5 ماه پیش | |
user | 5 ماه پیش | |
util | 5 ماه پیش | |
.gitignore | 10 ماه پیش | |
Cargo.lock | 5 ماه پیش | |
Cargo.toml | 5 ماه پیش | |
README.md | 9 ماه پیش |
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.