Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 6.d has been stable a while | dakkar | 2019-12-29 |
| | |||
* | better predictions with small folders | dakkar | 2019-12-28 |
| | |||
* | no need to .key on pairs we don't care about | dakkar | 2019-12-28 |
| | |||
* | more types, counts seems to work better this way | dakkar | 2019-12-28 |
| | |||
* | one more address | dakkar | 2019-12-28 |
| | |||
* | forget about things when they go to 0 | dakkar | 2019-12-28 |
| | |||
* | naive-bayes classifying index | dakkar | 2019-12-28 |
| | | | | half-tested by hand | ||
* | make things faster by doing more work (?!??!) | dakkar | 2019-12-27 |
| | |||
* | ok, the slow bit is looking for the @separators | dakkar | 2019-12-27 |
| | |||
* | Log::Timeline | dakkar | 2019-12-27 |
| | | | | apparently reading from the socket is the slowest bit | ||
* | types in Store | dakkar | 2019-12-27 |
| | |||
* | some fixes after manual testing | dakkar | 2019-12-27 |
| | |||
* | skip non-mails based on name, first | dakkar | 2019-12-27 |
| | | | | this saves us trying to parse stuff that we then wouldn't use | ||
* | move scan-dir out of Store | dakkar | 2019-12-27 |
| | |||
* | extract addresses | dakkar | 2019-12-27 |
| | | | | | | | | | | tried to add some typing, wanted to return `Positional[Str:D]`, but half the `Array` / `List` methods return `Seq`, empty arrays are untyped, plus https://github.com/rakudo/rakudo/issues/3383 made the whole thing a mess so we're just returning `Iterable`, which is not even parametric, so we can't promise we're returning strings | ||
* | restructure store, extract server | dakkar | 2019-12-26 |
| | | | | | | | | | now Store has a set of Index, which actually do the indexing Store also runs the scan-dir (this may not be ideal, but will do for now) Server handles I/O | ||
* | test email | dakkar | 2018-11-16 |
| | |||
* | test the parser | dakkar | 2018-11-16 |
| | |||
* | look up by refs, not id! | dakkar | 2018-11-09 |
| | |||
* | feature parity! | dakkar | 2018-11-09 |
| | |||
* | fix indent | dakkar | 2018-11-09 |
| | |||
* | in-memory store, and Email class | dakkar | 2018-11-09 |
| | |||
* | move stuff into modules | dakkar | 2018-11-09 |