Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cargo fmt + WIP uid index improvement | Quentin Dufour | 2022-06-14 | 6 | -67/+125 |
* | Handle select | Quentin Dufour | 2022-06-13 | 4 | -38/+90 |
* | Improve SELECT | Quentin Dufour | 2022-06-13 | 3 | -3/+16 |
* | Add response | Quentin Dufour | 2022-06-13 | 1 | -6/+13 |
* | It compiles | Quentin Dufour | 2022-06-13 | 4 | -55/+112 |
* | Compiling with a MPSC channel | Quentin Dufour | 2022-06-09 | 2 | -36/+51 |
* | Start implementing other endpoints | Quentin Dufour | 2022-06-07 | 3 | -7/+21 |
* | Add some more commands | Quentin Dufour | 2022-06-07 | 2 | -11/+35 |
* | Implement a Mutex | Quentin Dufour | 2022-06-07 | 2 | -6/+20 |
* | Refactor | Quentin Dufour | 2022-06-07 | 4 | -38/+30 |
* | Comment test code again | Quentin Dufour | 2022-06-03 | 1 | -2/+2 |
* | Working login | Quentin Dufour | 2022-06-03 | 1 | -12/+12 |
* | Put commands in a dedicated file | Quentin Dufour | 2022-06-03 | 3 | -35/+50 |
* | Run cargo fmt | Quentin Dufour | 2022-06-03 | 4 | -38/+33 |
* | Split in multiple files | Quentin Dufour | 2022-06-03 | 5 | -132/+153 |
* | Reproduce with a sleep | Quentin Dufour | 2022-06-03 | 1 | -2/+4 |
* | Add test code | Quentin Dufour | 2022-06-03 | 1 | -3/+6 |
* | WIP login | Quentin Dufour | 2022-06-03 | 2 | -5/+25 |
* | Log on server startup | Quentin Dufour | 2022-06-03 | 1 | -2/+1 |
* | Create a Mailstore object | Quentin Dufour | 2022-06-03 | 1 | -22/+33 |
* | Pass data through the stack | Quentin Dufour | 2022-06-03 | 2 | -17/+36 |
* | Use BoxFuture | Quentin Dufour | 2022-06-03 | 1 | -2/+3 |
* | Working server | Quentin Dufour | 2022-06-02 | 4 | -35/+53 |
* | Replace with async | Quentin Dufour | 2022-06-02 | 1 | -29/+13 |
* | Working services | Quentin Dufour | 2022-06-02 | 1 | -3/+19 |
* | Simplified types | Quentin Dufour | 2022-06-02 | 1 | -10/+6 |
* | Working integration v1 | Quentin Dufour | 2022-06-02 | 1 | -1/+36 |
* | Start bal in mailrage | Quentin Dufour | 2022-06-01 | 5 | -41/+548 |
* | Add some log | Quentin Dufour | 2022-05-30 | 1 | -0/+17 |
* | Add some doc | Quentin Dufour | 2022-05-30 | 3 | -1/+56 |
* | Explore config file generation | Quentin Dufour | 2022-05-25 | 4 | -7/+42 |
* | Update deps | Alex Auvolat | 2022-05-24 | 1 | -9/+9 |
* | First impl of LDAP login | Alex Auvolat | 2022-05-23 | 5 | -22/+318 |
* | Delete password easilyier | Alex Auvolat | 2022-05-23 | 2 | -5/+7 |
* | Add user secret in mix to encrypt keys with password | Alex Auvolat | 2022-05-23 | 6 | -30/+160 |
* | Fix things | Alex Auvolat | 2022-05-20 | 4 | -29/+62 |
* | Simplify | Alex Auvolat | 2022-05-20 | 1 | -18/+10 |
* | Fix things | Alex Auvolat | 2022-05-20 | 5 | -14/+94 |
* | Implement add_password and delete_password | Alex Auvolat | 2022-05-20 | 1 | -3/+92 |
* | Implement some crypto | Alex Auvolat | 2022-05-20 | 3 | -12/+281 |
* | implement hash_password and verify_password | Alex Auvolat | 2022-05-20 | 4 | -12/+101 |
* | cleanup | Alex Auvolat | 2022-05-19 | 5 | -9/+4 |
* | CLI skeleton | Alex Auvolat | 2022-05-19 | 10 | -53/+380 |
* | Some refactoring | Alex Auvolat | 2022-05-19 | 9 | -82/+173 |
* | Refactor K2V/S3 client creation | Alex Auvolat | 2022-05-19 | 4 | -47/+58 |
* | cleanup | Alex Auvolat | 2022-05-19 | 3 | -30/+29 |
* | More construction of things | Alex Auvolat | 2022-05-19 | 9 | -69/+338 |
* | More crypto | Alex Auvolat | 2022-05-18 | 1 | -8/+21 |
* | crypto notes | Alex Auvolat | 2022-05-18 | 1 | -0/+2 |
* | Add information about cryptography to readme | Alex Auvolat | 2022-05-18 | 1 | -0/+110 |