freechat/server/src
shockrah 08e5b87ba4 Helper functionality
InviteRow now has some utilities built into it to help with translating values from various types needed throughout the codebase
+from_tuple -> because mysql is used to grab tuples before structs
+as_json_str -> because we respond primarily with json payloads
list_channels is considered a main entry point from the dispather and thus handles errors  itself
2020-06-02 22:04:54 -07:00
..
auth.rs auth::wall_entry now follows the same error system as invites module 2020-06-02 17:05:54 -07:00
channels.rs Helper functionality 2020-06-02 22:04:54 -07:00
err.rs Removed used Generic error response 2020-05-27 19:59:01 -07:00
invites.rs added result return types to invites module functions 2020-06-02 17:05:14 -07:00
main.rs Helper functionality 2020-06-02 22:04:54 -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 Helper functionality 2020-06-02 22:04:54 -07:00
schema.rs auth::create_new_session_key => impl not tested 2020-05-19 20:13:56 -07:00
sql_traits.rs Helper functionality 2020-06-02 22:04:54 -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