Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | covering imap commands | Quentin Dufour | 2023-12-29 | 5 | -12/+15 |
* | fix "fetch x rfc822" | Quentin Dufour | 2023-12-29 | 1 | -1/+1 |
* | add a --dev mode | Quentin Dufour | 2023-12-27 | 5 | -4/+75 |
* | drop old code | Quentin Dufour | 2023-12-27 | 1 | -174/+0 |
* | fix metadata | Quentin Dufour | 2023-12-27 | 1 | -1/+6 |
* | debug implementationin-memory | Quentin Dufour | 2023-12-27 | 1 | -2/+16 |
* | cargo format | Quentin Dufour | 2023-12-27 | 12 | -347/+546 |
* | implemente garage storage | Quentin Dufour | 2023-12-27 | 5 | -40/+95 |
* | implement poll | Quentin Dufour | 2023-12-26 | 1 | -1/+30 |
* | insert logic | Quentin Dufour | 2023-12-26 | 1 | -24/+58 |
* | WIP k2v | Quentin Dufour | 2023-12-22 | 1 | -20/+98 |
* | s3 is now implemented | Quentin Dufour | 2023-12-22 | 6 | -10/+83 |
* | implemented blob_fetch | Quentin Dufour | 2023-12-21 | 1 | -3/+40 |
* | initialize aws sdk with our info | Quentin Dufour | 2023-12-21 | 7 | -16/+36 |
* | upgrade argon2, add aws-sdk-s3 | Quentin Dufour | 2023-12-21 | 1 | -9/+6 |
* | fix how mem storage is created | Quentin Dufour | 2023-12-21 | 1 | -5/+7 |
* | move storage logic into the storage module | Quentin Dufour | 2023-12-21 | 2 | -16/+20 |
* | avoid infinite loop | Quentin Dufour | 2023-12-21 | 1 | -0/+2 |
* | working in memory storage | Quentin Dufour | 2023-12-20 | 2 | -11/+30 |
* | better handle non existing keys | Quentin Dufour | 2023-12-19 | 2 | -8/+37 |
* | wip in mem storage bug fixes | Quentin Dufour | 2023-12-19 | 1 | -7/+13 |
* | implemented an in memory storage | Quentin Dufour | 2023-12-19 | 5 | -66/+202 |
* | Storage trait new implementation | Quentin Dufour | 2023-12-18 | 10 | -369/+311 |
* | new new new storage interface | Quentin Dufour | 2023-12-16 | 5 | -202/+219 |
* | implement the reload feature | Quentin Dufour | 2023-12-14 | 3 | -13/+48 |
* | add support for hot reloading | Quentin Dufour | 2023-12-14 | 3 | -34/+49 |
* | add a password hash tool | Quentin Dufour | 2023-12-14 | 1 | -0/+12 |
* | use bail! instead of panic! | Quentin Dufour | 2023-12-13 | 1 | -2/+2 |
* | CLI tools | Quentin Dufour | 2023-12-13 | 4 | -14/+146 |
* | it compiles again! | Quentin Dufour | 2023-12-13 | 5 | -402/+149 |
* | WIP | Quentin Dufour | 2023-12-12 | 4 | -8/+41 |
* | implement account create | Quentin Dufour | 2023-12-08 | 2 | -11/+78 |
* | rework static login provider | Quentin Dufour | 2023-12-08 | 2 | -7/+14 |
* | now compile again | Quentin Dufour | 2023-12-08 | 3 | -26/+4 |
* | WIP refactor | Quentin Dufour | 2023-12-06 | 5 | -129/+177 |
* | WIP config rework | Quentin Dufour | 2023-12-04 | 2 | -36/+53 |
* | reworked configuration file | Quentin Dufour | 2023-11-24 | 2 | -1/+33 |
* | it compiles! | Quentin Dufour | 2023-11-23 | 4 | -59/+80 |
* | various fixes | Quentin Dufour | 2023-11-23 | 4 | -10/+10 |
* | extract setup logic | Quentin Dufour | 2023-11-23 | 4 | -250/+179 |
* | fix login mod | Quentin Dufour | 2023-11-21 | 5 | -108/+62 |
* | rewrite CryptoKeys with Storage abstraction | Quentin Dufour | 2023-11-21 | 4 | -84/+38 |
* | remove old storagecredentials | Quentin Dufour | 2023-11-21 | 2 | -68/+5 |
* | WIP provider config | Quentin Dufour | 2023-11-17 | 4 | -25/+17 |
* | integrate storage choice in config | Quentin Dufour | 2023-11-17 | 2 | -18/+40 |
* | no more error on baiyou | Quentin Dufour | 2023-11-17 | 4 | -13/+8 |
* | fix orphan storage compatibility | Quentin Dufour | 2023-11-17 | 5 | -7/+8 |
* | incoming has been fully ported | Quentin Dufour | 2023-11-17 | 5 | -44/+47 |
* | introduce an "orphan" enum | Quentin Dufour | 2023-11-17 | 5 | -21/+66 |
* | not very clear how we pass data across channel | Quentin Dufour | 2023-11-16 | 5 | -78/+89 |