aboutsummaryrefslogtreecommitdiff
path: root/go.mod (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-04-05scfg: Remove tests for nowRunxi Yu1-1/+0
2025-04-05Move scfg into the repo and don't error out on unknown fieldsRunxi Yu1-1/+1
2025-04-05Revert "Bump dependencies"Runxi Yu1-1/+1
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
2025-04-05Bump dependenciesRunxi Yu1-1/+1
2025-04-05Switch to upstream scfg for nowRunxi Yu1-1/+2
2025-04-05Remove ristretto as unused for nowRunxi Yu1-3/+0
2025-04-04Bump dependenciesRunxi Yu1-1/+1
2025-04-03Update dependenciesRunxi Yu1-2/+2
2025-04-03Update go.modRunxi Yu1-3/+3
2025-04-03HTTP: Use git2d for the repo indexRunxi Yu1-0/+1
2025-04-02LMTP: Stub patch applicationRunxi Yu1-0/+1
2025-04-01Basic debugging LMTP handlerRunxi Yu1-0/+3
2025-03-30Bump dependenciesRunxi Yu1-3/+3
2025-03-25Bump dependenciesRunxi Yu1-1/+1
2025-03-25Revert "Add prometheus"Runxi Yu1-8/+0
This reverts commit bb3b881a0cef2248e15452ed1eead630b9ba0f75.
2025-03-24Add prometheusRunxi Yu1-0/+8
2025-03-22Cache tree-buildingRunxi Yu1-0/+3
2025-03-22Log incoming and outgoing messagesRunxi Yu1-1/+1
2025-03-22Bump dependenciesRunxi Yu1-2/+2
2025-03-22Add rudimentary IRC logicRunxi Yu1-0/+1
2025-03-21Bump lindenii-commonRunxi Yu1-1/+1
2025-03-21Bump Go version to 1.24.1Runxi Yu1-1/+1
2025-03-21Bump dependenciesRunxi Yu1-3/+3
2025-03-13*: go-humanize is a direct dependency, not indirectRunxi Yu1-1/+1
2025-03-09index: Humanize allocated sizeRunxi Yu1-0/+1
2025-03-08*: Downgrade go-git from main to v5.14.0Runxi Yu1-1/+4
Commit bb5c35196ee55b82f6506d69257de0e59cd8c41d from the main branch of go-git causes ridiculous amounts of CPU and RAM usage with tree.Size() for large repos like asahi-linux.git. References: https://github.com/go-git/go-git/issues/1451
2025-03-07*: Bump dependenciesRunxi Yu1-1/+1
2025-03-07http/templates: Minify templatesRunxi Yu1-0/+2
2025-03-07*: Bump go-gitRunxi Yu1-1/+1
2025-03-06*: Bump go-gitRunxi Yu1-1/+1
2025-03-06*: Bump dependenciesRunxi Yu1-7/+7
2025-03-05*: Use main branch of go-gitRunxi Yu1-4/+2
2025-03-05*: Bump dependenciesRunxi Yu1-4/+4
2025-02-20deps: Bump lindenii-commonRunxi Yu1-1/+1
2025-02-17go.mod: Bump lindenii-common (cmap split into ComparableMap and Map)Runxi Yu1-1/+1
2025-02-17go.mod: go-billy is now indirectRunxi Yu1-1/+1
2025-02-16go.mod: Move go-billy to directRunxi Yu1-1/+1
2025-02-14go.mod: Bump lindenii-commonRunxi Yu1-1/+1
2025-02-14go.mod: Bump dependenciesRunxi Yu1-2/+2
2025-02-13login: Implement password validationRunxi Yu1-0/+1
2025-02-12ssh.go: Add anonymous SSH cloningRunxi Yu1-1/+3
2025-02-12render_readme.go: Add org-mode supportRunxi Yu1-0/+1
2025-02-12config.go, etc.: Add PostgreSQLRunxi Yu1-0/+6
2025-02-11repo_commit: Don't crash on null from/to filesRunxi Yu1-1/+1
2025-02-11git_misc: Sanitize pathsRunxi Yu1-1/+1
2025-02-11go.mod: Bump dependenciesRunxi Yu1-15/+12
2025-02-10handle_repo_tree: Syntax highlightingRunxi Yu1-0/+2
2025-02-09*: Add basic repo home with a README and recent commits displayRunxi Yu1-1/+33
2025-02-05*: Basic web serverRunxi Yu1-0/+2
2025-02-05go.modRunxi Yu1-0/+3