This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| projects:decadv:2023 [2023/12/03 11:33] – Dec 3: key-value store with http pfm | projects:decadv:2023 [2023/12/30 00:44] (current) – add Dec 29: rust cont. pfm | ||
|---|---|---|---|
| Line 18: | Line 18: | ||
| * I've implemented a tiny key-value store in Python using '' | * I've implemented a tiny key-value store in Python using '' | ||
| * Next, I've written something very similar based on [[https:// | * Next, I've written something very similar based on [[https:// | ||
| + | |||
| + | ===== December 4th ===== | ||
| + | |||
| + | * I've added support for TTL to my tiny key-value store, learning how to use [[https:// | ||
| + | |||
| + | ===== December 5th ===== | ||
| + | |||
| + | * I've fixed cron script that I've broken during refactoring. (I should rework its tests too.) | ||
| + | * I've fixed identity removal. | ||
| + | * I've added support for '' | ||
| + | |||
| + | ===== December 6th ===== | ||
| + | |||
| + | * I've written some Python [[https:// | ||
| + | |||
| + | ===== December 7th ===== | ||
| + | |||
| + | * Today I've skimmed some [[https:// | ||
| + | |||
| + | ===== December 9th ===== | ||
| + | |||
| + | * Fixed some minor error-reporting issues. Now when an expired key prevents Lacre from encrypting a message, a short error message is logged instead of a full trace-back. | ||
| + | * Updated admin CLI documentation to include info about '' | ||
| + | * Tagged 0.2 RC2. | ||
| + | * Started working on Rust re-implementation of the Lacre admin' | ||
| + | |||
| + | ===== December 10th ===== | ||
| + | |||
| + | * Fixed misbehaviour when Lacre would bounce messages upon database exception. Now we let admin decide if they want cleartext to be delivered. | ||
| + | |||
| + | ===== December 12th ===== | ||
| + | |||
| + | * Experimented with [[https:// | ||
| + | |||
| + | ===== December 13th ===== | ||
| + | |||
| + | * I had a little morning warm-up with Rust. Rust's compiler gives very helpful and detailed error messages! | ||
| + | |||
| + | ===== December 16th ===== | ||
| + | |||
| + | * I've added 3 new configuration parameters to Lacre' | ||
| + | |||
| + | ===== December 17th ===== | ||
| + | |||
| + | * Learned more about [[https:// | ||
| + | * Provided a configuration parameter in Lacre to choose optimistic or pessimistic handling of database connections. | ||
| + | |||
| + | ===== December 19th ===== | ||
| + | |||
| + | * Added more logging while hunting a bug reported by Muppeth. | ||
| + | * Lacre admin CLI tool: added '' | ||
| + | |||
| + | ===== December 29th ===== | ||
| + | |||
| + | * Continued learning Rust, this time trying to implement a [[wp> | ||