| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | {courses,wsm,wsp}.go: Make course.Selected atomic | Runxi Yu | 2024-10-07 | 3 | -12/+15 |
* | wsc.go: Fix race condition with usemCount atomics | Runxi Yu | 2024-10-07 | 1 | -1/+6 |
* | postgres_run.sh: Remove as unnecessary | Runxi Yu | 2024-10-07 | 1 | -3/+0 |
* | Makefile, main.go: Use cover page as iadocs/index.html | Runxi Yu | 2024-10-06 | 2 | -3/+9 |
* | {config,wsm}.go, cca.scfg.example: Configurable immediate propagation | Runxi Yu | 2024-10-06 | 3 | -10/+28 |
* | iadocs: ROT table should be HTML | Runxi Yu | 2024-10-07 | 4 | -23/+250 |
* | main.go: -config -> -c | Runxi Yu | 2024-10-06 | 1 | -1/+1 |
* | latexify-source.sh: \subsection{\texttt{%s}} | Runxi Yu | 2024-10-07 | 1 | -11/+11 |
* | iadocs: Switch back to TeX Gyre Termes/Heros with LM Mono | Runxi Yu | 2024-10-07 | 1 | -7/+7 |
* | iadocs: Use Latin Modern | Runxi Yu | 2024-10-06 | 2 | -10/+8 |
* | .editorconfig, latexify-source.sh, student.js: Indent 4, wrap 85 | Runxi Yu | 2024-10-06 | 3 | -29/+57 |
* | Makefile: lualatex -interaction batchmode | Runxi Yu | 2024-10-06 | 1 | -4/+4 |
* | *.go: Limit to approximately 80 characters per line | Runxi Yu | 2024-10-06 | 9 | -95/+431 |
* | iadocs/header.inc: link color white!40!blue!50!black | Runxi Yu | 2024-10-06 | 1 | -1/+1 |
* | Makefile: lualatex -halt-on-error | Runxi Yu | 2024-10-06 | 1 | -4/+4 |
* | iadocs, etc.: Add source to appendix | Runxi Yu | 2024-10-06 | 7 | -4/+797 |
* | iadocs: Use DejaVu Sans Mono [Scale=0.8] | Runxi Yu | 2024-10-06 | 1 | -1/+1 |
* | deploy.sh: Add deployment script | Runxi Yu | 2024-10-06 | 1 | -0/+18 |
* | index.go, login.html: Improve looks of session expired message | Runxi Yu | 2024-10-06 | 2 | -4/+4 |
* | studnet.js: TODO about configurable WebSocket URL | Runxi Yu | 2024-10-06 | 1 | -0/+17 |
* | README.md: Update | Runxi Yu | 2024-10-06 | 1 | -6/+12 |
* | main.go, Makefile: Add .editorconfig and .gitignore to srcFS | Runxi Yu | 2024-10-06 | 2 | -2/+2 |
* | Revert "Makefile, main.go: Add vendor dependencies to srcFS"v0.1.6 | Runxi Yu | 2024-10-06 | 2 | -5/+2 |
* | go.mod: Fix module URL | Runxi Yu | 2024-10-06 | 1 | -1/+1 |
* | {config,wsc}.go, cca.scfg.example: Dynamic course update delay | Runxi Yu | 2024-10-06 | 3 | -15/+24 |
* | bench: Accept courseID and connections flags | Runxi Yu | 2024-10-06 | 1 | -3/+11 |
* | wsm.go: "R" on multiple choices in group rather than closing connection | Runxi Yu | 2024-10-06 | 1 | -4/+5 |
* | Makefile, main.go: Add vendor dependencies to srcFS | Runxi Yu | 2024-10-06 | 2 | -2/+5 |
* | .gitignore: Ignore vendor | Runxi Yu | 2024-10-06 | 1 | -0/+1 |
* | .gitignore: Only ignore dist/build in rootv0.1.5 | Runxi Yu | 2024-10-06 | 1 | -2/+2 |
* | docs/.gitignore: Delete because empty | Runxi Yu | 2024-10-06 | 1 | -0/+0 |
* | wsm.go: Check course group constraint first when choosing | Runxi Yu | 2024-10-06 | 1 | -13/+15 |
* | {courses,wsc,wsm,wsp}.go: Send course number immediately on user interaction | Runxi Yu | 2024-10-06 | 4 | -14/+42 |
* | main.go: Don't embed LaTeX aux/log/etc files for iadocs | Runxi Yu | 2024-10-06 | 1 | -2/+2 |
* | main.go: Reorder startup events | Runxi Yu | 2024-10-06 | 1 | -16/+16 |
* | Makefile, main.go: Add go.* to the served sources | Runxi Yu | 2024-10-06 | 2 | -2/+2 |
* | bench.go: Use deadlock instead of timed exit | Runxi Yu | 2024-10-06 | 1 | -10/+7 |
* | bench: Fix timer | Runxi Yu | 2024-10-06 | 1 | -2/+2 |
* | *: Overhaul structure again and embed everything | Runxi Yu | 2024-10-06 | 32 | -151/+144 |
* | Makefile: Add tmpl to .PHONYv0.1.4 | Runxi Yu | 2024-10-05 | 1 | -1/+1 |
* | */Makefile: Update again | Runxi Yu | 2024-10-05 | 6 | -14/+45 |
* | *: Further restructuring | Runxi Yu | 2024-10-05 | 11 | -7/+66 |
* | *.go: Move to backend | Runxi Yu | 2024-10-05 | 18 | -2/+4 |
* | iadocs: Update IA documentation | Runxi Yu | 2024-10-05 | 10 | -44/+279 |
* | docs: max-width: 50rem; | Runxi Yu | 2024-10-05 | 1 | -1/+1 |
* | docs/admin: Document database setup | Runxi Yu | 2024-10-05 | 1 | -1/+10 |
* | docs/admin: Update protocol information | Runxi Yu | 2024-10-05 | 1 | -3/+2 |
* | iadocs: Cover page update | Runxi Yu | 2024-10-05 | 1 | -5/+5 |
* | {,u}sem.go, ws*.go: Restructure files | Runxi Yu | 2024-10-05 | 5 | -235/+319 |
* | {config,main}.go: Enhance configuration file processing | Runxi Yu | 2024-10-05 | 2 | -8/+124 |