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