| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-10-04 | Use a tiny read buffer | Rose Hogenson | 1 | -21/+26 | |
| 2025-10-04 | Fix tests | Rose Hogenson | 1 | -8/+8 | |
| 2025-10-04 | Allow http multipart upload | Rose Hogenson | 5 | -61/+238 | |
| 2025-10-01 | Linked list is cool, but have you heard of array | Rose Hogenson | 2 | -52/+48 | |
| 2025-10-01 | Fix the n^2 using a linked list | Rose Hogenson | 3 | -88/+103 | |
| 2025-09-30 | Allow appending to notes | Rose Hogenson | 6 | -111/+199 | |
| Right now it's n^2 which is a big problem (to be fixed later) | |||||
| 2025-09-30 | Fix a small issue with updating the block index | Rose Hogenson | 1 | -2/+6 | |
| For the reader, we should only update the block index once we've successfully read a block. | |||||
| 2025-09-30 | Use some standard data structures for readability | Rose Hogenson | 1 | -58/+42 | |
| 2025-09-30 | Add a benchmark | Rose Hogenson | 1 | -16/+79 | |
| 2025-09-30 | Make the oae2 implementation a bit easier to read | Rose Hogenson | 1 | -89/+89 | |
| 2025-09-29 | Implement "online authenticated encryption" | Rose Hogenson | 5 | -216/+325 | |
| 2025-09-28 | Fix vendor hash | Rose Hogenson | 2 | -2/+2 | |
| 2025-09-28 | Add a gob API | Rose Hogenson | 8 | -36/+9011 | |
| 2025-09-26 | Turn up all the parameters | Rose Hogenson | 2 | -37/+42 | |
| Hopefully this makes it secure 😳 | |||||
| 2025-09-25 | Fix test | Rose Hogenson | 1 | -4/+4 | |
| 2025-09-25 | Set read and write timeouts | Rose Hogenson | 1 | -1/+6 | |
| 2025-09-25 | Make CheckPassword a method | Rose Hogenson | 2 | -5/+5 | |
| This works better in godoc | |||||
| 2025-09-25 | Move complex crypto logic into a helper package | Rose Hogenson | 6 | -152/+302 | |
| 2025-09-25 | Use AES-CTR-HMAC-SHA256 instead of AES-GCM | Rose Hogenson | 2 | -28/+72 | |
| 2025-09-25 | Use a slightly more conservative cookie expiration | Rose Hogenson | 1 | -1/+1 | |
| 2025-09-25 | Remove temp file on error | Rose Hogenson | 1 | -0/+2 | |
| 2025-09-25 | Use HMAC-SHA256 for authentication | Rose Hogenson | 1 | -47/+67 | |
| 2025-09-25 | Hard-code the redirect path | Rose Hogenson | 2 | -38/+5 | |
| We can add back all that garbage when it's necessary | |||||
| 2025-09-24 | Rename cmd -> tools | Rose Hogenson | 2 | -0/+0 | |
| 2025-09-24 | Tweak defaultIterations for tanjiro | Rose Hogenson | 1 | -1/+1 | |
| 2025-09-24 | Fix the open redirect vulnerability | Rose Hogenson | 1 | -5/+36 | |
| 2025-09-24 | Use PBKDF2-HMAC-SHA512 for key derivation | Rose Hogenson | 2 | -36/+11 | |
| 2025-09-24 | Don't attach CSRF token on login | Rose Hogenson | 1 | -19/+14 | |
| There's just no reason to | |||||
| 2025-09-23 | Use HKDF to expand key into both auth and encrypt | Rose Hogenson | 2 | -23/+57 | |
| I guess having the password hash depend on the encryption key isn't a great idea. Let's make them independent using hkdf | |||||
| 2025-09-23 | Don't reuse cipher.AEAD between threads | Rose Hogenson | 1 | -19/+34 | |
| I'm not sure if it's safe or not, but better to be cautious | |||||
| 2025-09-23 | Combine password hash and salt secrets | Rose Hogenson | 3 | -8/+6 | |
| 2025-09-23 | Use HMAC instead of ed25519 | Rose Hogenson | 1 | -18/+20 | |
| 2025-09-23 | Encrypt notepad at rest | Rose Hogenson | 3 | -7/+44 | |
| 2025-09-23 | Use pbkdf2 for password hashing instead of sha512 | Rose Hogenson | 8 | -10/+129 | |
| 2025-09-23 | Add CSRF protection | Rose Hogenson | 2 | -12/+37 | |
| 2025-09-20 | Autofocus password box | Rose Hogenson | 1 | -1/+1 | |
| 2025-09-20 | Ditch HTMX | Rose Hogenson | 6 | -32/+68 | |
| 2025-09-20 | Don't use http basic auth | Rose Hogenson | 3 | -45/+63 | |
| I think http basic auth kind of sucks | |||||
| 2025-09-20 | Allow basic auth for manual save | Rose Hogenson | 1 | -1/+1 | |
| 2025-09-20 | Revert "Add temporary logging" | Rose Hogenson | 1 | -7/+0 | |
| This reverts commit 413535b9c6d76f57e17bec50131e3144be421c05. | |||||
| 2025-09-20 | Revert "idk" | Rose Hogenson | 1 | -1/+1 | |
| This reverts commit 88270f9fe48149fb382441466575dbb40744d06d. | |||||
| 2025-09-20 | idk | Rose Hogenson | 1 | -1/+1 | |
| 2025-09-20 | Add temporary logging | Rose Hogenson | 1 | -0/+7 | |
| 2025-09-20 | Add manual save | Rose Hogenson | 1 | -36/+72 | |
| 2025-09-20 | Turn on security | Rose Hogenson | 1 | -8/+8 | |
| 2025-09-20 | Revert "Support systemd dynamic user" | Rose Hogenson | 1 | -5/+7 | |
| This reverts commit 3d0eb1e9d214b8a0652b360313aa2d27eacc3a3a. | |||||
| 2025-09-20 | Support systemd dynamic user | Rose Hogenson | 1 | -7/+5 | |
| 2025-09-20 | Add support for a private notepad | Rose Hogenson | 6 | -6/+228 | |
| 2025-09-13 | Fix flake | Rose Hogenson | 2 | -2/+28 | |
| 2025-09-07 | Fart | Rose Hogenson | 1 | -0/+0 | |
