freechat/server-api
shockrah 3b3fa14496 * Db::Messages::get_time_range now handles case where
start_time >= end_time
	Which means we won't get weird requests from clients anymore(hopefully)

* Route handler for /message/time_range now handles db::Response::RestrictedInput
Responds with a simple 400 and nothing else
2021-01-19 19:43:21 -08:00
..
client-tests adding more tests for the new message fetch route 2021-01-18 23:25:11 -08:00
db * Db::Messages::get_time_range now handles case where 2021-01-19 19:43:21 -08:00
migrations JWT Table in mysql, querying with user id's and keeping tokens in string format 2020-12-28 21:56:22 -08:00
scripts Script for generating a smiple hmac value 2020-12-22 21:28:57 -08:00
src * Db::Messages::get_time_range now handles case where 2021-01-19 19:43:21 -08:00
.env New server meta endpoint to help out clients remember stuff about that server 2020-12-30 01:47:12 -08:00
.gitignore new build + test scripst for ci/cd pipelines 2020-10-21 19:36:47 -07:00
build.sh + Adding option to test everything including cargo and client tests 2020-12-30 00:13:18 -08:00
Cargo.lock Removing fluff dependancies from db-lib: lazy_static + jsonwebtoken 2020-12-28 21:52:49 -08:00
Cargo.toml sample .env now uses redis 2020-12-22 21:28:38 -08:00
endpoints.md More notes on jwt authentication 2020-12-22 21:52:30 -08:00