freechat/server/src
shockrah 90e6496786 Auth wall now uses id for lookups
Secret is now checked against bcrypt, default cost now 13

New AuthReason::BadKey
	Meant to give us more specific auth responses but main isn't dealing w/ it yet
2020-08-07 21:23:38 -07:00
..
auth.rs Auth wall now uses id for lookups 2020-08-07 21:23:38 -07:00
channels.rs Channel changenotes: 2020-08-02 18:32:02 -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 Auth wall now uses id for lookups 2020-08-07 21:23:38 -07:00
members.rs switching to serde_json for some heavy lifting of json conversions 2020-08-06 19:56:14 -07:00
messages.rs Message changenotes 2020-08-02 18:38:07 -07:00
perms.rs Moved new member for admins logic to members module 2020-08-06 19:09:59 -07:00
routes.rs oops 2020-08-01 18:57:49 -07:00