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