Fix formatting in tinylog
This commit is contained in:
parent
c1ebbf999a
commit
d726a1d501
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ Working through issues with the lang/zig port on FreeBSD, trying to get it ready
|
|||
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.
|
||||
|
||||
There is already a function for actually reading and processing a request in the Dory codebase, and passing the mail off to storage. It's just currently a bit naive, and doesn't send any feedback back to the client and exits on failure. Once that's working, the only thing left in scope is going to be getting the server side connection setup and client certificate validated. Then it's off to incorporating it into a live server application.
|
||||
=======
|
||||
|
||||
## 2023-06-24 14:06 UTC
|
||||
Since switching back to FreeBSD on one of my computers there have been just a few packages that I have wished were a little more up to date. Generally the ports tree is extremely up to date, with the packages collection being built on a quarterly basis. Some packages have definitely gone longer than that, however, so I decided to switch from packages to ports. This is pretty easy, just a little time consuming on the first run since you get one rather large batch of upgrades. I'm using portupgrade since that is the tool I remember, but there are a few others such as portmaster.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue