• Joined on 2025-03-12
karchnu pushed to main at Baguette/authd 2026-03-29 14:59:41 +02:00
13a4ae5eb8 fix libsodium
karchnu pushed to master at Mirrors/sodium.cr 2026-03-29 14:45:42 +02:00
ba216cb937 libsodium 1.0.18 is now considered "old".
karchnu pushed to master at Mirrors/sodium.cr 2026-03-29 14:44:43 +02:00
2e1856fedb Kdf: Split initialize to [copy_key_from, move_key_from, random]. Deprecate old initialize methods.
8db8b410a2 Specs: Test Chalsa#random*
527ffe9c06 SecureBuffer inherit from Crypto::Secret
e58c7e43e2 Chalsa: Allow encrypting > 2gb
28b5467602 CryptoBox: Remove dead comments
Compare 10 commits »
karchnu created branch master in Mirrors/sodium.cr 2026-03-29 14:44:41 +02:00
karchnu created repository Mirrors/sodium.cr 2026-03-29 14:43:59 +02:00
karchnu pushed to main at Documents/book-summaries 2026-01-18 13:49:25 +01:00
b88aaadc9d Merge remote-tracking branch 'origin/master'
5b4c360f5a Macros: day and months are on 2 digits.
c511d5513c Remove EOL when ENUM
cbf3675e49 H2TB: fin de la relecture.
00cfe59ef4 Macro: redefining the HD macro within the TITLE one.
Compare 10 commits »
karchnu created branch main in Documents/book-summaries 2026-01-18 13:49:24 +01:00
karchnu created repository Documents/book-summaries 2026-01-18 13:48:46 +01:00
karchnu pushed to clear-cache at Baguette/dodb.cr 2025-12-28 02:26:23 +01:00
456117bf20 Add a little script to show comme use of the databases.
96fd8ec3a1 New load_db! method for Storage::Cached and remove puts.
Compare 2 commits »
karchnu pushed to clear-cache at Baguette/dodb.cr 2025-12-27 03:26:31 +01:00
cd1ff4de79 WIP: enable to clear the cache of storage and triggers.
karchnu created branch clear-cache in Baguette/dodb.cr 2025-12-27 03:26:28 +01:00
karchnu pushed to main at Baguette/dnsmanager 2025-12-23 14:38:54 +01:00
5f2f38f6f4 Generate zone files when the domain is delegated.
karchnu pushed to main at Documents/Netlibre-in-graphs 2025-12-15 23:24:05 +01:00
5d7ebb4a3e Init.
karchnu created branch main in Documents/Netlibre-in-graphs 2025-12-15 23:24:03 +01:00
karchnu created repository Documents/Netlibre-in-graphs 2025-12-15 23:23:33 +01:00
karchnu pushed to main at Baguette/dnsmanager-webclient 2025-12-14 12:27:52 +01:00
24d29af14d Some strong words.
karchnu pushed to main at Baguette/dnsmanager-webclient 2025-12-13 19:13:50 +01:00
407db39098 Add insecable spaces.
karchnu pushed to main at Baguette/dnsmanager-webclient 2025-12-13 18:56:55 +01:00
586018483a New page: News page.
karchnu pushed to main at Bricoles/b64-line-by-line 2025-12-01 00:53:51 +01:00
aabe00b58b Makefile rules + fix some integer comparisons between different sizes.
karchnu pushed to main at Bricoles/b64-line-by-line 2025-11-30 14:50:52 +01:00
a992bb8f3f Base64 encode and decode, line by line.