Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main.go: Log template execution errorsv0.1.8 | Runxi Yu | 2025-03-24 | 1 | -0/+1 |
| | |||||
* | README.md: Clarify hash algorithm selection issue | Runxi Yu | 2025-03-24 | 1 | -2/+4 |
| | |||||
* | README.md: Add known issue about Safari address families | Runxi Yu | 2025-03-24 | 1 | -0/+2 |
| | |||||
* | Update README | Runxi Yu | 2025-03-24 | 1 | -24/+5 |
| | |||||
* | csolver.go: Notice about 'you should read/understand before running'v0.1.7 | Runxi Yu | 2025-03-24 | 1 | -1/+5 |
| | |||||
* | Revert "identifier.go: Remove many elements (some mobile browsers mess it up?)"v0.1.6 | Runxi Yu | 2025-03-24 | 1 | -4/+4 |
| | | | | | | This reverts commit c752e8159e7dcfb531bbc1a7a190f61c7c0072cc. Problem was Safari using multiple IPs for the same session or something | ||||
* | main.go: Secure cookie | Runxi Yu | 2025-03-24 | 1 | -2/+3 |
| | |||||
* | identifier.go: Remove many elements (some mobile browsers mess it up?) | Runxi Yu | 2025-03-23 | 1 | -4/+4 |
| | |||||
* | main.go: Log each condition differentlyv0.1.5 | Runxi Yu | 2025-03-23 | 1 | -2/+9 |
| | |||||
* | tmpl.go: A few more styling improvementsv0.1.4 | Runxi Yu | 2025-03-23 | 1 | -1/+2 |
| | |||||
* | tmpl.go: Message should go after the submit buttonv0.1.3 | Runxi Yu | 2025-03-23 | 1 | -6/+6 |
| | |||||
* | tmpl.go: The identifier is I, not Nv0.1.2 | Runxi Yu | 2025-03-23 | 1 | -1/+1 |
| | |||||
* | Add MathML notation | Runxi Yu | 2025-03-23 | 4 | -4/+9 |
| | |||||
* | tmpl.go: Remove unnecessary version prosev0.1.1 | Runxi Yu | 2025-03-23 | 1 | -1/+1 |
| | |||||
* | tmpl.go: Monospace input fields and consistent font sizes | Runxi Yu | 2025-03-23 | 1 | -1/+3 |
| | |||||
* | tmpl.go: Capitalization and hyphenation of proof-of-work | Runxi Yu | 2025-03-23 | 1 | -3/+3 |
| | |||||
* | README.md: SHA-256 isn't a good choice for this | Runxi Yu | 2025-03-23 | 1 | -0/+2 |
| | |||||
* | Update demo instance | Runxi Yu | 2025-03-23 | 1 | -4/+2 |
| | |||||
* | Rename token.go to identifier.gov0.1.0 | Runxi Yu | 2025-03-23 | 1 | -0/+0 |
| | |||||
* | Reformat | Runxi Yu | 2025-03-23 | 1 | -4/+4 |
| | |||||
* | Rename token -> identifier | Runxi Yu | 2025-03-23 | 3 | -19/+19 |
| | |||||
* | BSD-2-Clause | Runxi Yu | 2025-03-23 | 13 | -693/+77 |
| | |||||
* | Fix digest size | Test_User | 2025-03-23 | 1 | -1/+1 |
| | |||||
* | Make it (hopefully) work on non-8-bit systems | Test_User | 2025-03-23 | 1 | -9/+9 |
| | |||||
* | Fix box-sizing | Runxi Yu | 2025-03-23 | 1 | -0/+1 |
| | |||||
* | Note OpenSSL needed | Runxi Yu | 2025-03-23 | 1 | -1/+3 |
| | |||||
* | Reindent the HTML | Runxi Yu | 2025-03-23 | 1 | -93/+93 |
| | |||||
* | Remove extra newlines from tmpl and csolver | Runxi Yu | 2025-03-23 | 2 | -8/+4 |
| | |||||
* | Note the JS solver is extra slow | Runxi Yu | 2025-03-23 | 1 | -0/+2 |
| | |||||
* | Cut half of the cookie, the HMAC is enough | Runxi Yu | 2025-03-23 | 3 | -19/+20 |
| | |||||
* | Disable the readonly input box | Runxi Yu | 2025-03-23 | 1 | -1/+1 |
| | |||||
* | More CSS updates | Runxi Yu | 2025-03-23 | 1 | -10/+7 |
| | |||||
* | Decrease padding for details | Runxi Yu | 2025-03-23 | 1 | -1/+1 |
| | |||||
* | Add iteration count to "found" message | Runxi Yu | 2025-03-23 | 1 | -1/+1 |
| | |||||
* | Better HTML/CSS | Runxi Yu | 2025-03-23 | 1 | -93/+235 |
| | |||||
* | More detailed README | Runxi Yu | 2025-03-23 | 1 | -2/+24 |
| | |||||
* | Remove the <strong> it's too distracting | Runxi Yu | 2025-03-23 | 1 | -1/+1 |
| | |||||
* | Fix source URL | Runxi Yu | 2025-03-23 | 2 | -2/+2 |
| | |||||
* | Use a global struct with version and source info | Runxi Yu | 2025-03-23 | 7 | -19/+36 |
| | |||||
* | Revert "Remove the trivial habitual makefile" | Runxi Yu | 2025-03-23 | 1 | -0/+2 |
| | | | | This reverts commit d678c34a10e713f2e30f77406a2302a1983caf76. | ||||
* | Add SPDX headers | Runxi Yu | 2025-03-23 | 10 | -0/+30 |
| | |||||
* | Separate proxy stuff | Runxi Yu | 2025-03-23 | 3 | -49/+61 |
| | |||||
* | Separate privkey stuff | Runxi Yu | 2025-03-23 | 2 | -15/+21 |
| | |||||
* | Separate flags | Runxi Yu | 2025-03-23 | 2 | -16/+18 |
| | |||||
* | Separate unsafe operations to unsafe.go | Runxi Yu | 2025-03-23 | 2 | -5/+7 |
| | |||||
* | Separate validateBitZeros into a separate file | Runxi Yu | 2025-03-23 | 3 | -20/+21 |
| | |||||
* | Reorganize README | Runxi Yu | 2025-03-23 | 1 | -5/+35 |
| | |||||
* | Remove the trivial habitual makefile | Runxi Yu | 2025-03-23 | 1 | -2/+0 |
| | |||||
* | LibreJS support? | Runxi Yu | 2025-03-23 | 1 | -0/+26 |
| | |||||
* | Support secondary reverse proxying | Runxi Yu | 2025-03-23 | 1 | -3/+19 |
| |