aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Working on DAV routerQuentin Dufour2024-02-271-11/+19
|
* RefactorQuentin Dufour2024-02-2712-200/+231
|
* WIP loginQuentin Dufour2024-02-271-3/+49
|
* basic router, define URI patternQuentin Dufour2024-02-271-2/+7
|
* Add basic DAV serverQuentin Dufour2024-02-266-13/+129
|
* bump rust toolchain + fix publish script bugQuentin Dufour2024-02-242-6/+5
|
* Merge pull request 'Perf measurement & bottleneck fix' (#102) from ↵0.2.2Quentin2024-02-2330-781/+3803
|\ | | | | | | | | | | perf/cpu-ram-bottleneck into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/aerogramme/pulls/102
| * bumping to 0.2.2Quentin Dufour2024-02-233-6/+6
| |
| * fix code formattingQuentin Dufour2024-02-231-19/+20
| |
| * Upgrade Cargo.nixQuentin Dufour2024-02-231-281/+381
| |
| * Also share HTTPClient for K2Vperf/cpu-ram-bottleneckQuentin Dufour2024-02-235-111/+164
| |
| * Replace with a single AWS HTTP clientQuentin Dufour2024-02-235-147/+225
| |
| * update flake dependencyQuentin Dufour2024-02-231-15/+15
| |
| * upgrade cargo2nixQuentin Dufour2024-02-221-9/+9
| |
| * formattingQuentin Dufour2024-02-227-41/+54
| |
| * Update imap-flow, clean IDLEQuentin Dufour2024-02-2213-120/+175
| |
| * fix testQuentin Dufour2024-02-221-1/+1
| |
| * Compile streamsQuentin Dufour2024-02-224-118/+98
| |
| * Upgrade Cargo.nixQuentin Dufour2024-02-201-3/+5
| |
| * Unsollicited response on APPEND was wrong, upgrade imap-flow to fix LITERAL+Quentin Dufour2024-02-203-13/+16
| |
| * Unsollicited responses on APPENDQuentin Dufour2024-02-203-9/+14
| |
| * Add datasetsQuentin Dufour2024-02-166-3/+2730
| |
| * Add a 100 emails dataset on Git LFSQuentin Dufour2024-02-153-0/+5
|/
* Set pipelinable commands to 64Quentin Dufour2024-02-151-1/+3
|
* Merge pull request 'Debug the Dovecot Auth Protocol' (#95) from ↵Quentin2024-02-133-68/+74
|\ | | | | | | | | | | bug/dovecot-auth-resp into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/aerogramme/pulls/95
| * Accept authz id == auth idbug/dovecot-auth-respQuentin Dufour2024-02-131-1/+2
| |
| * dovecot plain auth inline continuation supportQuentin Dufour2024-02-132-52/+57
| |
| * Fix nix developQuentin Dufour2024-02-131-16/+16
|/
* automate publishing with nixQuentin Dufour2024-02-102-19/+122
|
* add building scripts0.2.1Quentin Dufour2024-02-101-8/+38
|
* fix cargo.nixQuentin Dufour2024-02-101-4/+4
|
* Merge pull request 'WIP 0.2.1' (#93) from bug/deployment into mainQuentin2024-02-1010-181/+320
|\ | | | | | | Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/aerogramme/pulls/93
| * Escape LMTP dataQuentin Dufour2024-02-102-2/+8
| |
| * Switch version to 0.2.1bug/deploymentQuentin Dufour2024-02-081-1/+1
| |
| * fix idle loop errorQuentin Dufour2024-02-081-1/+2
| |
| * add way more loggingQuentin Dufour2024-02-081-1/+16
| |
| * format + fix storage bugQuentin Dufour2024-01-315-172/+286
| |
| * upgrade k2v to 0.9.1Quentin Dufour2024-01-303-4/+4
| |
| * retrieve missing attributes ldapQuentin Dufour2024-01-301-0/+3
|/
* Various post-release fixesQuentin Dufour2024-01-254-14/+13
|
* Update cargo.nix0.2.0Quentin Dufour2024-01-251-1/+2
|
* Merge pull request 'feat/finalize-v0.2' (#82) from feat/finalize-v0.2 into mainQuentin2024-01-2510-25/+1802
|\ | | | | | | Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/aerogramme/pulls/82
| * Fix postfix bugfeat/finalize-v0.2Quentin Dufour2024-01-241-9/+17
| |
| * correctly parse saslQuentin Dufour2024-01-241-1/+8
| |
| * Encoding of server commmandsQuentin Dufour2024-01-241-8/+125
| |
| * implemented business logicQuentin Dufour2024-01-241-36/+206
| |
| * Basic response encodingQuentin Dufour2024-01-241-1/+44
| |
| * AuthOptions parsingQuentin Dufour2024-01-241-15/+75
| |
| * QoL connection managementQuentin Dufour2024-01-241-5/+19
| |
| * Basic parsing of Dovecot Client CommandsQuentin Dufour2024-01-244-16/+186
| |