freechat/server-api
shockrah 2448e1b200 get_online_members now uses db-lib for its back end
This means we've removed a ton of old raw sql code
2020-11-16 20:20:37 -08:00
..
client-tests updated /channel/delete test to pass in correct params, was always workign correctly however 2020-11-07 21:33:03 -08:00
db First pass build of messages::send functionality 2020-11-12 13:16:50 -08:00
migrations Messages schema now contains foreign references to channel_id; not channel_name 2020-11-12 13:17:19 -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 get_online_members now uses db-lib for its back end 2020-11-16 20:20:37 -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 For now the test flag just dumps _everything_ to stdout instead of for the sake of usability 2020-11-03 21:42:40 -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