freechat/server/src
shockrah cb3aec0696 + updated parsing funcs to take advantage of serde_json
+removed unused code segmments
+added helper function to pull string from Option<i64> for serde_json
*exposing Channel struct to other modules
2020-07-04 19:37:42 -07:00
..
auth.rs auth::wall_entry now uses &serde_json::Value's as a param 2020-06-18 22:31:15 -07:00
badges.rs structures for members and badges 2020-06-17 12:37:37 -07:00
channels.rs + updated parsing funcs to take advantage of serde_json 2020-07-04 19:37:42 -07:00
err.rs Removed used Generic error response 2020-05-27 19:59:01 -07:00
http_params.rs http_params::parse_params now using serde_json to convert the body into a Value set 2020-06-18 22:30:40 -07:00
invites.rs converting route_join_invite_code to use new json Value types 2020-06-18 22:04:45 -07:00
main.rs converting route_join_invite_code to use new json Value types 2020-06-18 22:04:45 -07:00
members.rs structures for members and badges 2020-06-17 12:37:37 -07:00
messages.rs messaging module ready to start testing send functionalities 2020-06-18 20:11:31 -07:00
models.rs Moved VOICE_CHANNEL & TEXT_CHANNEL const's to channels module 2020-05-27 21:29:27 -07:00
payload.rs dumy commit as work will continue on new async branch 2020-05-05 17:09:18 -07:00
routes.rs new static route string for /message/send 2020-06-17 12:38:33 -07:00
schema.rs auth::create_new_session_key => impl not tested 2020-05-19 20:13:56 -07:00
users.rs utils::new_key now has a larger entropy pool + is generally smaller/quicker 2020-05-20 02:05:06 -07:00
utils.rs new test for encode params 2020-05-20 02:05:43 -07:00