Commit tinylog changes
This commit is contained in:
parent
1fc5f32355
commit
895e79bdc7
1 changed files with 7 additions and 5 deletions
|
@ -3,11 +3,11 @@ Meta(
|
|||
summary: None,
|
||||
published: Some(Time(
|
||||
year: 2023,
|
||||
month: 6,
|
||||
day: 26,
|
||||
hour: 23,
|
||||
minute: 3,
|
||||
second: 1,
|
||||
month: 7,
|
||||
day: 31,
|
||||
hour: 22,
|
||||
minute: 46,
|
||||
second: 20,
|
||||
)),
|
||||
tags: [
|
||||
"tinylog",
|
||||
|
@ -18,6 +18,8 @@ Some shorter thoughts and updates that might not warrant a full gemlog entry. I'
|
|||
|
||||
=> .. Home
|
||||
|
||||
## 2023-07-31 22:46 UTC
|
||||
My Gitea instance is currently down after a package upgrade. Considering options, as I'm not 100% satisfied with Gitea to begin with.
|
||||
## 2023-06-26 23:03 UTC
|
||||
Just finished adding functionality to create unique message id's for incoming mail in Dory. The id strings will consist of the Unix timestamp upon their receipt and an 8-digit random string to avoid collisions, with a dot separator. This should make sorting your inbox by most recent trivial.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue