aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use a WebAssembly solverv0.1.10Runxi Yu2025-03-2417-382/+638
|
* tmpl.go: Separate the template into its own fileRunxi Yu2025-03-242-287/+290
|
* main.go: Set HttpOnly on cookiev0.1.9Runxi Yu2025-03-241-3/+4
|
* identifier.go: Remove paranoid checks for buffer lengthsRunxi Yu2025-03-241-6/+0
|
* identifier.go, unsafe.go: Document unsafe usageRunxi Yu2025-03-242-0/+5
|
* main.go: Log template execution errorsv0.1.8Runxi Yu2025-03-241-0/+1
|
* README.md: Clarify hash algorithm selection issueRunxi Yu2025-03-241-2/+4
|
* README.md: Add known issue about Safari address familiesRunxi Yu2025-03-241-0/+2
|
* Update READMERunxi Yu2025-03-241-24/+5
|
* csolver.go: Notice about 'you should read/understand before running'v0.1.7Runxi Yu2025-03-241-1/+5
|
* Revert "identifier.go: Remove many elements (some mobile browsers mess it up?)"v0.1.6Runxi Yu2025-03-241-4/+4
| | | | | | This reverts commit c752e8159e7dcfb531bbc1a7a190f61c7c0072cc. Problem was Safari using multiple IPs for the same session or something
* main.go: Secure cookieRunxi Yu2025-03-241-2/+3
|
* identifier.go: Remove many elements (some mobile browsers mess it up?)Runxi Yu2025-03-231-4/+4
|
* main.go: Log each condition differentlyv0.1.5Runxi Yu2025-03-231-2/+9
|
* tmpl.go: A few more styling improvementsv0.1.4Runxi Yu2025-03-231-1/+2
|
* tmpl.go: Message should go after the submit buttonv0.1.3Runxi Yu2025-03-231-6/+6
|
* tmpl.go: The identifier is I, not Nv0.1.2Runxi Yu2025-03-231-1/+1
|
* Add MathML notationRunxi Yu2025-03-234-4/+9
|
* tmpl.go: Remove unnecessary version prosev0.1.1Runxi Yu2025-03-231-1/+1
|
* tmpl.go: Monospace input fields and consistent font sizesRunxi Yu2025-03-231-1/+3
|
* tmpl.go: Capitalization and hyphenation of proof-of-workRunxi Yu2025-03-231-3/+3
|
* README.md: SHA-256 isn't a good choice for thisRunxi Yu2025-03-231-0/+2
|
* Update demo instanceRunxi Yu2025-03-231-4/+2
|
* Rename token.go to identifier.gov0.1.0Runxi Yu2025-03-231-0/+0
|
* ReformatRunxi Yu2025-03-231-4/+4
|
* Rename token -> identifierRunxi Yu2025-03-233-19/+19
|
* BSD-2-ClauseRunxi Yu2025-03-2313-693/+77
|
* Fix digest sizeTest_User2025-03-231-1/+1
|
* Make it (hopefully) work on non-8-bit systemsTest_User2025-03-231-9/+9
|
* Fix box-sizingRunxi Yu2025-03-231-0/+1
|
* Note OpenSSL neededRunxi Yu2025-03-231-1/+3
|
* Reindent the HTMLRunxi Yu2025-03-231-93/+93
|
* Remove extra newlines from tmpl and csolverRunxi Yu2025-03-232-8/+4
|
* Note the JS solver is extra slowRunxi Yu2025-03-231-0/+2
|
* Cut half of the cookie, the HMAC is enoughRunxi Yu2025-03-233-19/+20
|
* Disable the readonly input boxRunxi Yu2025-03-231-1/+1
|
* More CSS updatesRunxi Yu2025-03-231-10/+7
|
* Decrease padding for detailsRunxi Yu2025-03-231-1/+1
|
* Add iteration count to "found" messageRunxi Yu2025-03-231-1/+1
|
* Better HTML/CSSRunxi Yu2025-03-231-93/+235
|
* More detailed READMERunxi Yu2025-03-231-2/+24
|
* Remove the <strong> it's too distractingRunxi Yu2025-03-231-1/+1
|
* Fix source URLRunxi Yu2025-03-232-2/+2
|
* Use a global struct with version and source infoRunxi Yu2025-03-237-19/+36
|
* Revert "Remove the trivial habitual makefile"Runxi Yu2025-03-231-0/+2
| | | | This reverts commit d678c34a10e713f2e30f77406a2302a1983caf76.
* Add SPDX headersRunxi Yu2025-03-2310-0/+30
|
* Separate proxy stuffRunxi Yu2025-03-233-49/+61
|
* Separate privkey stuffRunxi Yu2025-03-232-15/+21
|
* Separate flagsRunxi Yu2025-03-232-16/+18
|
* Separate unsafe operations to unsafe.goRunxi Yu2025-03-232-5/+7
|