summaryrefslogtreecommitdiff
path: root/lib/MaildirIndexer/Store.rakumod
Commit message (Collapse)AuthorAge
* indices can now return confidence levelsbayesdakkar2020-03-16
| | | | also, tests pass again
* more async!dakkar2020-03-16
| | | | | | | | | | indices now work from channels, so we have a bunch of workers doing the parsing, and one worker per index, no lock needed (the implicit lock in the react/whenever is enough) next: indices return confidence level, store returns best response next next: spamc as an index
* Revert "fewer temporary variables"dakkar2020-01-25
| | | | | | | This reverts commit 314ee051c170c33d2c912b6750f916b73f9cb507. I think that the bug with LEAVE messes up return values inside Log::Timeline as well
* say where things went wrongdakkar2020-01-25
|
* fewer temporary variablesdakkar2020-01-25
| | | | | we can `return` from an inner block, even when that block is executed somewhere else: `return` is lexical!
* lock when reading, toodakkar2020-01-03
|
* more sensible worker count defaultdakkar2019-12-31
|
* log end-of-scandakkar2019-12-29
|
* better scandirdakkar2019-12-29
| | | | | | * breadth-first, not depth-first * emits an `End` once all files that were there at the start have been emit-ed
* new module extensiondakkar2019-12-29