summaryrefslogtreecommitdiff
path: root/docs/cca.scfg.example (follow)
Commit message (Collapse)AuthorAgeFilesLines
* {config,index}.go, cca.scfg.example, style.css, *.html: Link to sourceRunxi Yu6 days1-0/+4
|
* auth.go, config.go, cca.scfg.example: Issue expiring cookiesRunxi Yu6 days1-0/+3
|
* ws.go, config.go, config.scfg.example: Attempt to fix deadlockRunxi Yu6 days1-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.
* courses.go, etc: Make courses a map instead of a sliceRunxi Yu9 days1-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 Yu10 days1-0/+20
|
* cca.scfg.example -> docs/Runxi Yu11 days1-0/+65