freechat/server/src
2020-07-30 23:50:03 -07:00
..
auth.rs user name+id now added to params and channels table now accepts channel_name 2020-07-30 23:50:03 -07:00
channels.rs channel deletion seems to pass basic unit tests 2020-07-29 19:46:44 -07:00
db_types.rs list channels and create channels behaving properly based on inputs, delete_channel not working just yet 2020-07-29 00:26:19 -07:00
http_params.rs making auth wall a little bit more lenient for now until testing has some reasonable methodology 2020-07-13 19:40:13 -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 user name+id now added to params and channels table now accepts channel_name 2020-07-30 23:50:03 -07:00
members.rs Removing api tests form members mod as those are done with curl in tests/ 2020-07-13 21:59:28 -07:00
messages.rs user name+id now added to params and channels table now accepts channel_name 2020-07-30 23:50:03 -07:00
perms.rs container module for later permission flags 2020-07-12 22:27:20 -07:00
routes.rs new channel create/delete routes added 2020-07-29 00:28:09 -07:00