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