summaryrefslogtreecommitdiff
path: root/lib/MaildirIndexer/Index.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
* new module extensiondakkar2019-12-29