aboutsummaryrefslogtreecommitdiff
path: root/main.go (unfollow)
Commit message (Expand)AuthorFilesLines
2025-03-23Add SPDX headersRunxi Yu1-0/+3
2025-03-23Separate proxy stuffRunxi Yu1-49/+0
2025-03-23Separate privkey stuffRunxi Yu1-15/+0
2025-03-23Separate flagsRunxi Yu1-16/+0
2025-03-23Separate unsafe operations to unsafe.goRunxi Yu1-5/+0
2025-03-23Separate validateBitZeros into a separate fileRunxi Yu1-20/+0
2025-03-23Support secondary reverse proxyingRunxi Yu1-3/+19
2025-03-23Separate them into different filesRunxi Yu1-299/+0
2025-03-23Use httputil's reverse proxyRunxi Yu1-21/+14
2025-03-23Add missing error returnRunxi Yu1-0/+1
2025-03-23Forbid long submissionsRunxi Yu1-2/+7
2025-03-23Lower default difficultyRunxi Yu1-1/+1
2025-03-23Handle (i.e. ignore) all missing error checksRunxi Yu1-2/+2
2025-03-23Update every 256 triesRunxi Yu1-2/+2
2025-03-23Add JS solverRunxi Yu1-3/+82
2025-03-23Use C program instead of Python script to solve the challengeRunxi Yu1-33/+179
2025-03-23Fix error messageRunxi Yu1-1/+1
2025-03-23Add solver python scriptRunxi Yu1-0/+40
2025-03-23ReformatRunxi Yu1-6/+6
2025-03-23Add link to sourceRunxi Yu1-0/+1
2025-03-23Basic proof of workRunxi Yu1-10/+214
2025-03-23Basic reverse proxyRunxi Yu1-0/+33