summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2025-10-07LogRose Hogenson1-0/+1
2025-10-07Use an INI file for configRose Hogenson1-23/+91
2025-10-07Fix vendor hashRose Hogenson2-4/+4
2025-10-07Downgrade required Go versionRose Hogenson2-4/+4
2025-10-07Make redirects configurableRose Hogenson1-15/+27
2025-10-07AGPL and some cleanupRose Hogenson4-4/+682
2025-10-07Move hole to a separate repoRose Hogenson1-129/+0
2025-10-07Fix vanity URL (again)Rose Hogenson1-1/+18
2025-10-07Remove unnecessary package redirectionRose Hogenson1-17/+0
2025-10-07Print password correctlyRose Hogenson1-1/+1
2025-10-07Use a vanity URLRose Hogenson5-6/+23
2025-10-07Vanity url?Rose Hogenson1-0/+19
2025-10-07Bring back pbkdf2Rose Hogenson10-55/+204
2025-10-06Add uploader toolRose Hogenson4-8/+112
2025-10-06Simplify simplify simplifyRose Hogenson8-192/+38
2025-10-05Remove timeoutsRose Hogenson1-6/+1
2025-10-05Fix depsRose Hogenson2-1/+5
2025-10-05Bring back the notepadRose Hogenson11-39/+405
2025-10-05Games firstRose Hogenson1-1/+1
2025-10-05Remove unused flagsRose Hogenson4-31/+3
2025-10-05Implement a "magic wormhole" file-sharing solutionRose Hogenson14-1788/+136
2025-10-04Allow downloading without gobRose Hogenson4-172/+98
2025-10-04Correctly handle errors in the readerRose Hogenson1-3/+4
2025-10-04Add some extra methods to oae2Rose Hogenson1-7/+127
2025-10-04Use a tiny read bufferRose Hogenson1-21/+26
2025-10-04Fix testsRose Hogenson1-8/+8
2025-10-04Allow http multipart uploadRose Hogenson5-61/+238
2025-10-01Linked list is cool, but have you heard of arrayRose Hogenson2-52/+48
2025-10-01Fix the n^2 using a linked listRose Hogenson3-88/+103
2025-09-30Allow appending to notesRose Hogenson6-111/+199
Right now it's n^2 which is a big problem (to be fixed later)
2025-09-30Fix a small issue with updating the block indexRose Hogenson1-2/+6
For the reader, we should only update the block index once we've successfully read a block.
2025-09-30Use some standard data structures for readabilityRose Hogenson1-58/+42
2025-09-30Add a benchmarkRose Hogenson1-16/+79
2025-09-30Make the oae2 implementation a bit easier to readRose Hogenson1-89/+89
2025-09-29Implement "online authenticated encryption"Rose Hogenson5-216/+325
2025-09-28Fix vendor hashRose Hogenson2-2/+2
2025-09-28Add a gob APIRose Hogenson8-36/+9011
2025-09-26Turn up all the parametersRose Hogenson2-37/+42
Hopefully this makes it secure 😳
2025-09-25Fix testRose Hogenson1-4/+4
2025-09-25Set read and write timeoutsRose Hogenson1-1/+6
2025-09-25Make CheckPassword a methodRose Hogenson2-5/+5
This works better in godoc
2025-09-25Move complex crypto logic into a helper packageRose Hogenson6-152/+302
2025-09-25Use AES-CTR-HMAC-SHA256 instead of AES-GCMRose Hogenson2-28/+72
2025-09-25Use a slightly more conservative cookie expirationRose Hogenson1-1/+1
2025-09-25Remove temp file on errorRose Hogenson1-0/+2
2025-09-25Use HMAC-SHA256 for authenticationRose Hogenson1-47/+67
2025-09-25Hard-code the redirect pathRose Hogenson2-38/+5
We can add back all that garbage when it's necessary
2025-09-24Rename cmd -> toolsRose Hogenson2-0/+0
2025-09-24Tweak defaultIterations for tanjiroRose Hogenson1-1/+1
2025-09-24Fix the open redirect vulnerabilityRose Hogenson1-5/+36