| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move stuff into internal/unsortedv0.1.28 | Runxi Yu | 2025-04-06 | 43 | -62/+83 |
| | | |||||
| * | Slight refactor on NewServer | Runxi Yu | 2025-04-06 | 3 | -13/+10 |
| | | |||||
| * | Ensure server is ready before Run() | Runxi Yu | 2025-04-06 | 1 | -2/+10 |
| | | |||||
| * | oldgit: Separate some go-git stuff into here | Runxi Yu | 2025-04-06 | 4 | -38/+46 |
| | | |||||
| * | irc: Factor the IRC stuff into its own package | Runxi Yu | 2025-04-06 | 6 | -53/+66 |
| | | |||||
| * | Hooks, git2d: Simplify deployment logicv0.1.27 | Runxi Yu | 2025-04-06 | 6 | -108/+37 |
| | | |||||
| * | LMTP: Fix sed mistake | Runxi Yu | 2025-04-06 | 1 | -1/+1 |
| | | |||||
| * | scfg: Handle two errors | Runxi Yu | 2025-04-06 | 1 | -2/+6 |
| | | |||||
| * | scfg: Add .golangci.yaml | Runxi Yu | 2025-04-06 | 1 | -0/+25 |
| | | |||||
| * | templates shall no longer be a global variable | Runxi Yu | 2025-04-05 | 16 | -92/+93 |
| | | |||||
| * | scfg: Remove tests for now | Runxi Yu | 2025-04-05 | 4 | -594/+0 |
| | | |||||
| * | ansiec: Use const, not var | Runxi Yu | 2025-04-05 | 3 | -4/+4 |
| | | |||||
| * | database: Separate opening the database into its own package | Runxi Yu | 2025-04-05 | 3 | -8/+20 |
| | | |||||
| * | Move trivial template functions into misc | Runxi Yu | 2025-04-05 | 2 | -6/+6 |
| | | |||||
| * | Export functions intended to be used in HTML templates | Runxi Yu | 2025-04-05 | 2 | -19/+19 |
| | | |||||
| * | misc: Move IterSeqLimit to misc | Runxi Yu | 2025-04-05 | 1 | -2/+2 |
| | | |||||
| * | Remove unused types/functions | Runxi Yu | 2025-04-05 | 3 | -144/+0 |
| | | |||||
| * | web: Separate HTTP error pages into its own package | Runxi Yu | 2025-04-05 | 13 | -71/+85 |
| | | |||||
| * | Remove an unnecessary nolint:gochecknoglobals | Runxi Yu | 2025-04-05 | 1 | -1/+1 |
| | | |||||
| * | scfg: Reformat | Runxi Yu | 2025-04-05 | 1 | -3/+1 |
| | | |||||
| * | Makefile: Fix version linker flagv0.1.26 | Runxi Yu | 2025-04-05 | 1 | -1/+1 |
| | | |||||
| * | Hooks: Fix for non-Linux systems | Runxi Yu | 2025-04-05 | 1 | -4/+7 |
| | | |||||
| * | CSS: README line height 1.3 | Runxi Yu | 2025-04-05 | 1 | -0/+1 |
| | | |||||
| * | scfg: Error out when required directives are missingv0.1.25 | Runxi Yu | 2025-04-05 | 2 | -2/+14 |
| | | |||||
| * | Move scfg into the repo and don't error out on unknown fields | Runxi Yu | 2025-04-05 | 11 | -8/+1369 |
| | | |||||
| * | Unexport some other things | Runxi Yu | 2025-04-05 | 4 | -14/+12 |
| | | |||||
| * | Do not export version | Runxi Yu | 2025-04-05 | 3 | -3/+3 |
| | | |||||
| * | Unexport fields in Serverv0.1.24 | Runxi Yu | 2025-04-05 | 28 | -124/+124 |
| | | |||||
| * | Add missing copyright headers | Runxi Yu | 2025-04-05 | 11 | -0/+33 |
| | | |||||
| * | Move things to internal/v0.1.23 | Runxi Yu | 2025-04-05 | 29 | -24/+24 |
| | | |||||
| * | Export symbols from database.go | Runxi Yu | 2025-04-05 | 3 | -11/+11 |
| | | |||||
| * | Use cmd/forge for the entry point | Runxi Yu | 2025-04-05 | 48 | -360/+372 |
| | | |||||
| * | git2c: git2c.go -> client.go, a more sensible name | Runxi Yu | 2025-04-05 | 1 | -0/+0 |
| | | |||||
| * | packPasses shall no longer be a global variable | Runxi Yu | 2025-04-05 | 4 | -8/+8 |
| | | |||||
| * | sshPubkey* shall no longer be global variables | Runxi Yu | 2025-04-05 | 10 | -29/+23 |
| | | |||||
| * | ircSend* shall no longer be global variables | Runxi Yu | 2025-04-05 | 4 | -15/+13 |
| | | |||||
| * | source/static-Handler shall no longer be global variables | Runxi Yu | 2025-04-05 | 6 | -27/+27 |
| | | |||||
| * | database shall no longer be a global variable | Runxi Yu | 2025-04-05 | 20 | -46/+47 |
| | | |||||
| * | misc: Move utils.go's string function to misc | Runxi Yu | 2025-04-05 | 4 | -25/+15 |
| | | |||||
| * | config shall no longer be a global variable | Runxi Yu | 2025-04-05 | 28 | -140/+145 |
| | | |||||
| * | git2d: Remove UTF-8 checks | Runxi Yu | 2025-04-05 | 4 | -129/+3 |
| | | |||||
| * | .gitattributes: Ignore CI and linter configuration | Runxi Yu | 2025-04-05 | 1 | -0/+2 |
| | | |||||
| * | misc: Move url.go into the misc package | Runxi Yu | 2025-04-05 | 7 | -41/+48 |
| | | |||||
| * | git2c: Fix regression in potential integer overflow | Runxi Yu | 2025-04-05 | 1 | -1/+1 |
| | | |||||
| * | Revert "Bump dependencies" | Runxi Yu | 2025-04-05 | 2 | -3/+3 |
| | | | | | | | | | | | | This reverts commit ae9c65a8d2b1a1c1ee680a8ac3997f356cf86ad8. github.com/tdewolff/parse/v2 v2.7.22 seems to have introduced a regression (or perhaps other form of a change if not considered a regression – using it to minify Go's HTML templates has always been a bit of a hack) that causes templates to stop working. References: https://github.com/tdewolff/minify/issues/807 | ||||
| * | ansiec: Move ansi escape codes to this module | Runxi Yu | 2025-04-05 | 8 | -6/+38 |
| | | |||||
| * | Bump dependencies | Runxi Yu | 2025-04-05 | 2 | -1/+3 |
| | | |||||
| * | scripts: Remove the indent script | Runxi Yu | 2025-04-05 | 1 | -14/+0 |
| | | |||||
| * | Don't vendor dependencies for now | Runxi Yu | 2025-04-05 | 2 | -4/+2 |
| | | |||||
| * | Switch to upstream scfg for now | Runxi Yu | 2025-04-05 | 3 | -2/+5 |
| | | |||||
