Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-04-05 | Move scfg into the repo and don't error out on unknown fields | Runxi Yu | 1 | -1/+1 | |
2025-04-05 | Revert "Bump dependencies" | Runxi Yu | 1 | -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-05 | Bump dependencies | Runxi Yu | 1 | -1/+1 | |
2025-04-05 | Switch to upstream scfg for now | Runxi Yu | 1 | -1/+2 | |
2025-04-05 | Remove ristretto as unused for now | Runxi Yu | 1 | -3/+0 | |
2025-04-04 | Bump dependencies | Runxi Yu | 1 | -1/+1 | |
2025-04-03 | Update dependencies | Runxi Yu | 1 | -2/+2 | |
2025-04-03 | Update go.mod | Runxi Yu | 1 | -3/+3 | |
2025-04-03 | HTTP: Use git2d for the repo index | Runxi Yu | 1 | -0/+1 | |
2025-04-02 | LMTP: Stub patch application | Runxi Yu | 1 | -0/+1 | |
2025-04-01 | Basic debugging LMTP handler | Runxi Yu | 1 | -0/+3 | |
2025-03-30 | Bump dependencies | Runxi Yu | 1 | -3/+3 | |
2025-03-25 | Bump dependencies | Runxi Yu | 1 | -1/+1 | |
2025-03-25 | Revert "Add prometheus" | Runxi Yu | 1 | -8/+0 | |
This reverts commit bb3b881a0cef2248e15452ed1eead630b9ba0f75. | |||||
2025-03-24 | Add prometheus | Runxi Yu | 1 | -0/+8 | |
2025-03-22 | Cache tree-building | Runxi Yu | 1 | -0/+3 | |
2025-03-22 | Log incoming and outgoing messages | Runxi Yu | 1 | -1/+1 | |
2025-03-22 | Bump dependencies | Runxi Yu | 1 | -2/+2 | |
2025-03-22 | Add rudimentary IRC logic | Runxi Yu | 1 | -0/+1 | |
2025-03-21 | Bump lindenii-common | Runxi Yu | 1 | -1/+1 | |
2025-03-21 | Bump Go version to 1.24.1 | Runxi Yu | 1 | -1/+1 | |
2025-03-21 | Bump dependencies | Runxi Yu | 1 | -3/+3 | |
2025-03-13 | *: go-humanize is a direct dependency, not indirect | Runxi Yu | 1 | -1/+1 | |
2025-03-09 | index: Humanize allocated size | Runxi Yu | 1 | -0/+1 | |
2025-03-08 | *: Downgrade go-git from main to v5.14.0 | Runxi Yu | 1 | -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 dependencies | Runxi Yu | 1 | -1/+1 | |
2025-03-07 | http/templates: Minify templates | Runxi Yu | 1 | -0/+2 | |
2025-03-07 | *: Bump go-git | Runxi Yu | 1 | -1/+1 | |
2025-03-06 | *: Bump go-git | Runxi Yu | 1 | -1/+1 | |
2025-03-06 | *: Bump dependencies | Runxi Yu | 1 | -7/+7 | |
2025-03-05 | *: Use main branch of go-git | Runxi Yu | 1 | -4/+2 | |
2025-03-05 | *: Bump dependencies | Runxi Yu | 1 | -4/+4 | |
2025-02-20 | deps: Bump lindenii-common | Runxi Yu | 1 | -1/+1 | |
2025-02-17 | go.mod: Bump lindenii-common (cmap split into ComparableMap and Map) | Runxi Yu | 1 | -1/+1 | |
2025-02-17 | go.mod: go-billy is now indirect | Runxi Yu | 1 | -1/+1 | |
2025-02-16 | go.mod: Move go-billy to direct | Runxi Yu | 1 | -1/+1 | |
2025-02-14 | go.mod: Bump lindenii-common | Runxi Yu | 1 | -1/+1 | |
2025-02-14 | go.mod: Bump dependencies | Runxi Yu | 1 | -2/+2 | |
2025-02-13 | login: Implement password validation | Runxi Yu | 1 | -0/+1 | |
2025-02-12 | ssh.go: Add anonymous SSH cloning | Runxi Yu | 1 | -1/+3 | |
2025-02-12 | render_readme.go: Add org-mode support | Runxi Yu | 1 | -0/+1 | |
2025-02-12 | config.go, etc.: Add PostgreSQL | Runxi Yu | 1 | -0/+6 | |
2025-02-11 | repo_commit: Don't crash on null from/to files | Runxi Yu | 1 | -1/+1 | |
2025-02-11 | git_misc: Sanitize paths | Runxi Yu | 1 | -1/+1 | |
2025-02-11 | go.mod: Bump dependencies | Runxi Yu | 1 | -15/+12 | |
2025-02-10 | handle_repo_tree: Syntax highlighting | Runxi Yu | 1 | -0/+2 | |
2025-02-09 | *: Add basic repo home with a README and recent commits display | Runxi Yu | 1 | -1/+33 | |
2025-02-05 | *: Basic web server | Runxi Yu | 1 | -0/+2 | |
2025-02-05 | go.mod | Runxi Yu | 1 | -0/+3 | |