summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* iadocs: Switch back to TeX Gyre Termes/Heros with LM MonoRunxi Yu13 days1-7/+7
* iadocs: Use Latin ModernRunxi Yu13 days2-10/+8
* .editorconfig, latexify-source.sh, student.js: Indent 4, wrap 85Runxi Yu13 days3-29/+57
* Makefile: lualatex -interaction batchmodeRunxi Yu13 days1-4/+4
* *.go: Limit to approximately 80 characters per lineRunxi Yu13 days9-95/+431
* iadocs/header.inc: link color white!40!blue!50!blackRunxi Yu13 days1-1/+1
* Makefile: lualatex -halt-on-errorRunxi Yu13 days1-4/+4
* iadocs, etc.: Add source to appendixRunxi Yu13 days7-4/+797
* iadocs: Use DejaVu Sans Mono [Scale=0.8]Runxi Yu13 days1-1/+1
* deploy.sh: Add deployment scriptRunxi Yu13 days1-0/+18
* index.go, login.html: Improve looks of session expired messageRunxi Yu13 days2-4/+4
* studnet.js: TODO about configurable WebSocket URLRunxi Yu13 days1-0/+17
* README.md: UpdateRunxi Yu13 days1-6/+12
* main.go, Makefile: Add .editorconfig and .gitignore to srcFSRunxi Yu13 days2-2/+2
* Revert "Makefile, main.go: Add vendor dependencies to srcFS"v0.1.6Runxi Yu14 days2-5/+2
* go.mod: Fix module URLRunxi Yu14 days1-1/+1
* {config,wsc}.go, cca.scfg.example: Dynamic course update delayRunxi Yu14 days3-15/+24
* bench: Accept courseID and connections flagsRunxi Yu14 days1-3/+11
* wsm.go: "R" on multiple choices in group rather than closing connectionRunxi Yu14 days1-4/+5
* Makefile, main.go: Add vendor dependencies to srcFSRunxi Yu14 days2-2/+5
* .gitignore: Ignore vendorRunxi Yu14 days1-0/+1
* .gitignore: Only ignore dist/build in rootv0.1.5Runxi Yu14 days1-2/+2
* docs/.gitignore: Delete because emptyRunxi Yu14 days1-0/+0
* wsm.go: Check course group constraint first when choosingRunxi Yu14 days1-13/+15
* {courses,wsc,wsm,wsp}.go: Send course number immediately on user interactionRunxi Yu14 days4-14/+42
* main.go: Don't embed LaTeX aux/log/etc files for iadocsRunxi Yu14 days1-2/+2
* main.go: Reorder startup eventsRunxi Yu14 days1-16/+16
* Makefile, main.go: Add go.* to the served sourcesRunxi Yu14 days2-2/+2
* bench.go: Use deadlock instead of timed exitRunxi Yu14 days1-10/+7
* bench: Fix timerRunxi Yu14 days1-2/+2
* *: Overhaul structure again and embed everythingRunxi Yu14 days32-151/+144
* Makefile: Add tmpl to .PHONYv0.1.4Runxi Yu2024-10-051-1/+1
* */Makefile: Update againRunxi Yu2024-10-056-14/+45
* *: Further restructuringRunxi Yu2024-10-0511-7/+66
* *.go: Move to backendRunxi Yu2024-10-0518-2/+4
* iadocs: Update IA documentationRunxi Yu2024-10-0510-44/+279
* docs: max-width: 50rem;Runxi Yu2024-10-051-1/+1
* docs/admin: Document database setupRunxi Yu2024-10-051-1/+10
* docs/admin: Update protocol informationRunxi Yu2024-10-051-3/+2
* iadocs: Cover page updateRunxi Yu2024-10-051-5/+5
* {,u}sem.go, ws*.go: Restructure filesRunxi Yu2024-10-055-235/+319
* {config,main}.go: Enhance configuration file processingRunxi Yu2024-10-052-8/+124
* bench.go: ReformatRunxi Yu2024-10-051-2/+2
* bench.go: Separate connection stage from selection stagev0.1.3Runxi Yu2024-10-051-2/+10
* bench.go: More realistic benchmark for one course onlyRunxi Yu2024-10-051-9/+18
* Makefile: BSD Make also supports wildcards in targetsRunxi Yu2024-10-051-1/+1
* Makefile: Add sem.go to source file listRunxi Yu2024-10-051-1/+1
* {config,ws}.go, cca.scfg.example: Add perf.course_update_intervalRunxi Yu2024-10-053-6/+14
* {courses,wsm}.go: Use in-memory structure to fetch cgroup, not SQLRunxi Yu2024-10-052-26/+18
* {config,ws}.go, cca.scfg.example: Remove chanPool/SendQRunxi Yu2024-10-053-59/+0