summaryrefslogtreecommitdiff
path: root/utils.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Overhaul structure again and embed everythingRunxi Yu11 days1-0/+58
* *.go: Move to backendRunxi Yu12 days1-58/+0
* {main,utils,ws}.go: Initialize cancelPool directly tooRunxi Yu12 days1-3/+0
* {auth,utils,ws}.go: randomBytes -> randomStringRunxi Yu2024-10-021-1/+1
* utils.go, auth.go: Rename random to randomBytesRunxi Yu2024-09-301-1/+1
* ws.go, utils.go: Document some synchronization design choicesRunxi Yu2024-09-301-0/+3
* *: Change license to AGPL-3.0-or-laterRunxi Yu2024-09-301-21/+11
* utils.go: Better logging for wstr()Runxi Yu2024-09-301-1/+1
* *.go: Wrap errorsRunxi Yu2024-09-261-1/+2
* *.go: LintingRunxi Yu2024-09-241-3/+3
* utils.go: ReformatRunxi Yu2024-09-241-2/+2
* {index,utils,ws}.go: Handle write errorsRunxi Yu2024-09-241-1/+5
* {utils,auth,index,ws}.go: Handle errors in random number generationRunxi Yu2024-09-241-3/+6
* *.go: Add commentsRunxi Yu2024-09-091-0/+4
* *: Basic authentication and templatesRunxi Yu2024-09-071-0/+56