<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minor-skulk.git/src, branch main</title>
<subtitle>a firefox accounts server that does sync and nothing more</subtitle>
<id>https://git.eno.space/minor-skulk.git/atom?h=main</id>
<link rel='self' href='https://git.eno.space/minor-skulk.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.eno.space/minor-skulk.git/'/>
<updated>2024-08-16T23:23:36Z</updated>
<entry>
<title>update for deps</title>
<updated>2024-08-16T23:23:36Z</updated>
<author>
<name>pennae</name>
<email>github@quasiparticle.net</email>
</author>
<published>2024-08-16T23:23:36Z</published>
<link rel='alternate' type='text/html' href='https://git.eno.space/minor-skulk.git/commit/?id=22711c21d0213ae78132c28b56be98f9d53af456'/>
<id>urn:sha1:22711c21d0213ae78132c28b56be98f9d53af456</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add support for smtp authentication</title>
<updated>2022-07-25T18:36:15Z</updated>
<author>
<name>pennae</name>
<email>github@quasiparticle.net</email>
</author>
<published>2022-07-25T18:36:15Z</published>
<link rel='alternate' type='text/html' href='https://git.eno.space/minor-skulk.git/commit/?id=38e3b847f5f3e1bd40fa6261c3b313f4bab7af85'/>
<id>urn:sha1:38e3b847f5f3e1bd40fa6261c3b313f4bab7af85</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove dependency on chrono</title>
<updated>2022-07-25T00:45:55Z</updated>
<author>
<name>pennae</name>
<email>github@quasiparticle.net</email>
</author>
<published>2022-07-25T00:26:35Z</published>
<link rel='alternate' type='text/html' href='https://git.eno.space/minor-skulk.git/commit/?id=9e6572fa282a18fecfb31a2c35c17c0e8c23e371'/>
<id>urn:sha1:9e6572fa282a18fecfb31a2c35c17c0e8c23e371</id>
<content type='text'>
prompted by a cargo audit run. time works just as well and is better
maintained. web-push still uses chrono, but from the looks of things it
won't be affected.
</content>
</entry>
<entry>
<title>add mail_starttls parameter, default off</title>
<updated>2022-07-18T22:01:29Z</updated>
<author>
<name>pennae</name>
<email>github@quasiparticle.net</email>
</author>
<published>2022-07-18T19:56:40Z</published>
<link rel='alternate' type='text/html' href='https://git.eno.space/minor-skulk.git/commit/?id=0d5f948b5a5d52de08b65ff1a91132e8a2aa1d33'/>
<id>urn:sha1:0d5f948b5a5d52de08b65ff1a91132e8a2aa1d33</id>
<content type='text'>
local mail connections are much preferred for this service, and those
needn't be encrypted.
</content>
</entry>
<entry>
<title>cancel periodic task runners on shutdown</title>
<updated>2022-07-18T06:34:48Z</updated>
<author>
<name>pennae</name>
<email>github@quasiparticle.net</email>
</author>
<published>2022-07-18T06:34:48Z</published>
<link rel='alternate' type='text/html' href='https://git.eno.space/minor-skulk.git/commit/?id=a4a929218528920c4ae525e2510562dd209f6b3a'/>
<id>urn:sha1:a4a929218528920c4ae525e2510562dd209f6b3a</id>
<content type='text'>
not necessary for the standalone server, but if we want to launch many
server for testing it'll be relevant.
</content>
</entry>
<entry>
<title>make the Clone bytes types Copy as well</title>
<updated>2022-07-17T15:32:54Z</updated>
<author>
<name>pennae</name>
<email>github@quasiparticle.net</email>
</author>
<published>2022-07-17T15:32:54Z</published>
<link rel='alternate' type='text/html' href='https://git.eno.space/minor-skulk.git/commit/?id=3eda99e9efbdfc2cb0e20932f20018d53baf5a64'/>
<id>urn:sha1:3eda99e9efbdfc2cb0e20932f20018d53baf5a64</id>
<content type='text'>
u8 arrays are copy, no need to not have our wrappers be copy.
</content>
</entry>
<entry>
<title>remove Seal from crypto</title>
<updated>2022-07-17T15:26:42Z</updated>
<author>
<name>pennae</name>
<email>github@quasiparticle.net</email>
</author>
<published>2022-07-17T13:21:27Z</published>
<link rel='alternate' type='text/html' href='https://git.eno.space/minor-skulk.git/commit/?id=1ef9d67fb6979ea91812c4ea892f7ecc12b3170f'/>
<id>urn:sha1:1ef9d67fb6979ea91812c4ea892f7ecc12b3170f</id>
<content type='text'>
the trait doesn't leave the module, so sealing doesn't do anything useful.
</content>
</entry>
<entry>
<title>remove SecretBytes</title>
<updated>2022-07-17T15:26:24Z</updated>
<author>
<name>pennae</name>
<email>github@quasiparticle.net</email>
</author>
<published>2022-07-17T12:30:31Z</published>
<link rel='alternate' type='text/html' href='https://git.eno.space/minor-skulk.git/commit/?id=2743fb077862f9228ca0b7d1b9056b4253cdcc70'/>
<id>urn:sha1:2743fb077862f9228ca0b7d1b9056b4253cdcc70</id>
<content type='text'>
there's no benefit to keeping it around, the zeroing behavior it had was
never any good and without it it's just a fancy [u8; N]
</content>
</entry>
<entry>
<title>use SecretKey for key material in crypto</title>
<updated>2022-07-17T15:26:05Z</updated>
<author>
<name>pennae</name>
<email>github@quasiparticle.net</email>
</author>
<published>2022-07-17T12:13:53Z</published>
<link rel='alternate' type='text/html' href='https://git.eno.space/minor-skulk.git/commit/?id=56499a11ad76afce78f2344ebfcb2b1ce1ee437f'/>
<id>urn:sha1:56499a11ad76afce78f2344ebfcb2b1ce1ee437f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use HawkKey everywhere hawk keys are handled</title>
<updated>2022-07-17T15:25:48Z</updated>
<author>
<name>pennae</name>
<email>github@quasiparticle.net</email>
</author>
<published>2022-07-17T11:21:16Z</published>
<link rel='alternate' type='text/html' href='https://git.eno.space/minor-skulk.git/commit/?id=5d7f509f1a98c2d45870e3877b4d7bfa756d2d2a'/>
<id>urn:sha1:5d7f509f1a98c2d45870e3877b4d7bfa756d2d2a</id>
<content type='text'>
the db already does this, crypto did not.
</content>
</entry>
</feed>
