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