aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Hooks, git2d: Simplify deployment logicv0.1.27Runxi Yu2025-04-066-108/+37
* LMTP: Fix sed mistakeRunxi Yu2025-04-061-1/+1
* scfg: Handle two errorsRunxi Yu2025-04-061-2/+6
* scfg: Add .golangci.yamlRunxi Yu2025-04-061-0/+25
* templates shall no longer be a global variableRunxi Yu2025-04-0516-92/+93
* scfg: Remove tests for nowRunxi Yu2025-04-054-594/+0
* ansiec: Use const, not varRunxi Yu2025-04-053-4/+4
* database: Separate opening the database into its own packageRunxi Yu2025-04-053-8/+20
* Move trivial template functions into miscRunxi Yu2025-04-052-6/+6
* Export functions intended to be used in HTML templatesRunxi Yu2025-04-052-19/+19
* misc: Move IterSeqLimit to miscRunxi Yu2025-04-051-2/+2
* Remove unused types/functionsRunxi Yu2025-04-053-144/+0
* web: Separate HTTP error pages into its own packageRunxi Yu2025-04-0513-71/+85
* Remove an unnecessary nolint:gochecknoglobalsRunxi Yu2025-04-051-1/+1
* scfg: ReformatRunxi Yu2025-04-051-3/+1
* Makefile: Fix version linker flagv0.1.26Runxi Yu2025-04-051-1/+1
* Hooks: Fix for non-Linux systemsRunxi Yu2025-04-051-4/+7
* CSS: README line height 1.3Runxi Yu2025-04-051-0/+1
* scfg: Error out when required directives are missingv0.1.25Runxi Yu2025-04-052-2/+14
* Move scfg into the repo and don't error out on unknown fieldsRunxi Yu2025-04-0511-8/+1369
* Unexport some other thingsRunxi Yu2025-04-054-14/+12
* Do not export versionRunxi Yu2025-04-053-3/+3
* Unexport fields in Serverv0.1.24Runxi Yu2025-04-0528-124/+124
* Add missing copyright headersRunxi Yu2025-04-0511-0/+33
* Move things to internal/v0.1.23Runxi Yu2025-04-0529-24/+24
* Export symbols from database.goRunxi Yu2025-04-053-11/+11
* Use cmd/forge for the entry pointRunxi Yu2025-04-0548-360/+372
* git2c: git2c.go -> client.go, a more sensible nameRunxi Yu2025-04-051-0/+0
* packPasses shall no longer be a global variableRunxi Yu2025-04-054-8/+8
* sshPubkey* shall no longer be global variablesRunxi Yu2025-04-0510-29/+23
* ircSend* shall no longer be global variablesRunxi Yu2025-04-054-15/+13
* source/static-Handler shall no longer be global variablesRunxi Yu2025-04-056-27/+27
* database shall no longer be a global variableRunxi Yu2025-04-0520-46/+47
* misc: Move utils.go's string function to miscRunxi Yu2025-04-054-25/+15
* config shall no longer be a global variableRunxi Yu2025-04-0528-140/+145
* git2d: Remove UTF-8 checksRunxi Yu2025-04-054-129/+3
* .gitattributes: Ignore CI and linter configurationRunxi Yu2025-04-051-0/+2
* misc: Move url.go into the misc packageRunxi Yu2025-04-057-41/+48
* git2c: Fix regression in potential integer overflowRunxi Yu2025-04-051-1/+1
* Revert "Bump dependencies"Runxi Yu2025-04-052-3/+3
* ansiec: Move ansi escape codes to this moduleRunxi Yu2025-04-058-6/+38
* Bump dependenciesRunxi Yu2025-04-052-1/+3
* scripts: Remove the indent scriptRunxi Yu2025-04-051-14/+0
* Don't vendor dependencies for nowRunxi Yu2025-04-052-4/+2
* Switch to upstream scfg for nowRunxi Yu2025-04-053-2/+5
* Move FirstOrPanic into this moduleRunxi Yu2025-04-052-1/+9
* Use log/slog instead of clogRunxi Yu2025-04-057-48/+68
* Separate code/README rendering and unsafe to their own packagesRunxi Yu2025-04-0512-29/+45
* Remove renderReadmeAtTreeRunxi Yu2025-04-051-18/+0
* Remove ristretto as unused for nowRunxi Yu2025-04-052-12/+0