summaryrefslogtreecommitdiff
path: root/docs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cca.scfg.example: Listen on 127.0.0.1:5555 only by defaultRunxi Yu13 days1-3/+3
| | | | | | I would have used IPv6, i.e. [::1]:5555, but our school network only has IPv4 and it'd be easier to keep everything on the same protocol, though this probably wouldn't matter for standard reverse proxy setups.
* {config,ws}.go, cca.scfg.example: Allow same-user fake authRunxi Yu13 days1-5/+0
| | | | This is useful for testing whether connection collisions work well.
* {config,ws}.go, cca.scfg.example: Add fake auth supportRunxi Yu2024-10-021-0/+5
| | | | | Fake authentication is useful when benchmarking the server with an external program without going insane with the OpenID Connect forms.
* admin_handbook: List configuration caveatsRunxi Yu2024-09-301-3/+7
|
* docs, iadocs: RevampRunxi Yu2024-09-303-0/+187
|
* docs: TeXinfo kinda sucks, removingRunxi Yu2024-09-303-57/+0
|
* {config,index}.go, cca.scfg.example, style.css, *.html: Link to sourceRunxi Yu2024-09-301-0/+4
|
* auth.go, config.go, cca.scfg.example: Issue expiring cookiesRunxi Yu2024-09-301-0/+3
|
* ws.go, config.go, config.scfg.example: Attempt to fix deadlockRunxi Yu2024-09-291-0/+4
| | | | | | | When propagate tries to propagate a message to a connection that actually called propagate, it deadlocks because the it tries to send to that connection's send channel in the same goroutine. This is an attempt at a fix.
* Add phony all target for the handbooksRunxi Yu2024-09-271-0/+3
|
* Add an admin handbook stubRunxi Yu2024-09-273-0/+51
|
* Add a .gitignore to ignore generated .html files from TeXinfoRunxi Yu2024-09-271-0/+3
|
* courses.go, etc: Make courses a map instead of a sliceRunxi Yu2024-09-261-4/+0
| | | | | We need to refer to courses by their ID, and a map makes significantly more sense than a slice.
* *.go, cca.scfg.example: Expose performance optionsRunxi Yu2024-09-261-0/+20
|
* cca.scfg.example -> docs/Runxi Yu2024-09-241-0/+65
|
* docs, scripts, sql: Sort support files into subdirectoriesRunxi Yu2024-09-241-0/+26