summaryrefslogtreecommitdiff
path: root/wsh.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* wsh.go: Remove old TODO about limiting connections per userRunxi Yu6 days1-7/+0
| | | | This has been implemented quite a while ago.
* wsh.go: Remove TODO about checking pgErrRunxi Yu6 days1-1/+0
| | | | | | | If the UUIDs actually collide, we're doomed anyway. Okay... this isn't the best way to write software that must be ultra-reliable, but this doesn't need to be ultra-reliable.
* *.go: Limit to approximately 80 characters per lineRunxi Yu10 days1-4/+18
|
* *: Overhaul structure again and embed everythingRunxi Yu11 days1-0/+165
| | | | | | | | - Remove sub-Makefiles; recursive make is annoying - Just use one top-level Makefile that builds everything - Embed templates and minified static resources into the binary - Embed all compiled documentation into the binary and serve - Embed all source into the binary and serve
* *.go: Move to backendRunxi Yu12 days1-165/+0
| | | | And adjust Makefiles, admin handbook, and lint.sh accordingly.
* {,u}sem.go, ws*.go: Restructure filesRunxi Yu12 days1-0/+165