99507302f980cfac59e7dff88f524965a1c253d0
Base member creation being added in this commit notes to follow struct Member has had its field types changed to db_types::* types Member::to_json was added to support simple json serialization into responses struct InsertableMember added because `id` is generated by SQL for us - this means we have to do two queries 1 to insert and 2 to fetch - mysql_async does not provide an inlined way of fetching a recently added row func general_new_user is only checking for a `name`parameter - falls back to a basic default name for those that don't set a name on jooin - handles its own sub errors so the main dispatcher doesn't care about after move
FreeChat
Decentralizaed chat platform
Currently in a state of design and not implementation. I.E. there's still massive amounts of groundwork that need to be reasoned about before it can be built.
Description
Languages
Rust
69.1%
JavaScript
12.5%
Python
7.2%
TypeScript
3.4%
Shell
3.1%
Other
4.7%