| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-10-07 | Make redirects configurable | Rose Hogenson | 1 | -15/+27 | |
| 2025-10-07 | AGPL and some cleanup | Rose Hogenson | 4 | -4/+682 | |
| 2025-10-07 | Move hole to a separate repo | Rose Hogenson | 1 | -129/+0 | |
| 2025-10-07 | Fix vanity URL (again) | Rose Hogenson | 1 | -1/+18 | |
| 2025-10-07 | Remove unnecessary package redirection | Rose Hogenson | 1 | -17/+0 | |
| 2025-10-07 | Print password correctly | Rose Hogenson | 1 | -1/+1 | |
| 2025-10-07 | Use a vanity URL | Rose Hogenson | 5 | -6/+23 | |
| 2025-10-07 | Vanity url? | Rose Hogenson | 1 | -0/+19 | |
| 2025-10-07 | Bring back pbkdf2 | Rose Hogenson | 10 | -55/+204 | |
| 2025-10-06 | Add uploader tool | Rose Hogenson | 4 | -8/+112 | |
| 2025-10-06 | Simplify simplify simplify | Rose Hogenson | 8 | -192/+38 | |
| 2025-10-05 | Remove timeouts | Rose Hogenson | 1 | -6/+1 | |
| 2025-10-05 | Fix deps | Rose Hogenson | 2 | -1/+5 | |
| 2025-10-05 | Bring back the notepad | Rose Hogenson | 11 | -39/+405 | |
| 2025-10-05 | Games first | Rose Hogenson | 1 | -1/+1 | |
| 2025-10-05 | Remove unused flags | Rose Hogenson | 4 | -31/+3 | |
| 2025-10-05 | Implement a "magic wormhole" file-sharing solution | Rose Hogenson | 14 | -1788/+136 | |
| 2025-10-04 | Allow downloading without gob | Rose Hogenson | 4 | -172/+98 | |
| 2025-10-04 | Correctly handle errors in the reader | Rose Hogenson | 1 | -3/+4 | |
| 2025-10-04 | Add some extra methods to oae2 | Rose Hogenson | 1 | -7/+127 | |
| 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 | |||||
