freechat/server-api
shockrah 56041c1da5 db-lib::Member::Update no longer does 2 network hits
Also is a lot more straight forward to use as it basically return Response::Success and Other in case of issue

Member::update_perms now a thing which is again pasted from previously working code and uses Result<_, _> return types so we can ? everywhere
$ Using ? is basically a try so latency should be reduced in this method
2020-11-17 22:29:58 -08:00
..
client-tests changed dev account because i nuked my db again lmao 2020-11-17 00:06:09 -08:00
db db-lib::Member::Update no longer does 2 network hits 2020-11-17 22:29:58 -08:00
migrations Messages now has a correct reference type to author_id 2020-11-17 00:05:38 -08:00
scripts renamed server/ to api/ since this is really only the api portion of the typical fc server 2020-08-22 15:52:37 -07:00
src l a r g e visual cleanup 2020-11-17 00:09:03 -08:00
.env renamed server/ to api/ since this is really only the api portion of the typical fc server 2020-08-22 15:52:37 -07:00
.gitignore new build + test scripst for ci/cd pipelines 2020-10-21 19:36:47 -07:00
build.sh removing cargo test from actual tests because they by passed way too much logic 2020-11-17 00:04:08 -08:00
Cargo.lock New dependancy for db-lib chrono 2020-11-12 13:11:00 -08:00
Cargo.toml updated cargo deps to include the soon coming db interface 2020-08-29 22:09:33 -07:00