shockrah
|
895d7246f0
|
auth::create_new_session_key => impl not tested
auth::login now generates a 500 on db insertion failure
auth::login returning single json value instead of full struct
|
2020-05-19 20:13:56 -07:00 |
|
shockrah
|
9e59d8200d
|
added generated code from diesel migration run for sessions
|
2020-05-17 16:05:45 -07:00 |
|
shockrah
|
811c6902ac
|
new users schema
changed column names to be more concise
|
2020-05-06 00:35:01 -07:00 |
|
shockrah
|
f343f6d252
|
new field for online status of users
new short structure describing online users
|
2020-03-17 21:34:32 -07:00 |
|
shockrah
|
7c2e1abbc3
|
new channel schema which is meant to encompass both text and voice channels
|
2020-03-11 00:39:10 -07:00 |
|
shockrah
|
7e04e6010a
|
new schema to contain basic channel information
|
2020-03-10 17:59:27 -07:00 |
|
shockrah
|
924c15a436
|
No more nullable uses field(it was signed) so option was redundant
|
2020-03-09 00:52:09 -07:00 |
|
shockrah
|
d7c70afd68
|
rust code to go along with lack of optional fields
|
2020-03-08 19:49:36 -07:00 |
|
shockrah
|
ec88a08391
|
new simplified users schema
|
2020-03-07 22:06:03 -08:00 |
|
shockrah
|
57db968568
|
new_users fields are more explicit
also easier to work with given current goals
|
2020-02-07 15:43:46 -08:00 |
|
shockrah
|
12b666518c
|
schema(rust) first pass
|
2020-02-05 14:17:07 -08:00 |
|