gjp -> encryption, xor, level db boilerplate

This commit is contained in:
Reid 2023-09-02 21:05:08 -07:00
parent 847d8ea35c
commit 1b40b16fd8
Signed by: reidlab
GPG key ID: 6C9EAA3364F962C8
12 changed files with 160 additions and 17 deletions

View file

@ -34,4 +34,6 @@ _these features are implemented_
## todo
- move authorization logic to (./src/helpers/accounts.rs)[./src/helpers/accounts.rs]
- green name users (fuck green names!!)
- move authorization logic to (./src/helpers/accounts.rs)[./src/helpers/accounts.rs]
- maybe swap to timestamp type instead of `(TO_CHAR(CURRENT_TIMESTAMP, 'YYYY-MM-DD HH24:MI:SS.MS'))` (thats REALLY ugly!!)