aboutsummaryrefslogtreecommitdiff
path: root/go.sum (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Bump dependencies"Runxi Yu2025-04-051-2/+2
| | | | | | | | | | | 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 moduleRunxi Yu2025-04-051-2/+0
|
* Bump dependenciesRunxi Yu2025-04-051-0/+2
|
* Switch to upstream scfg for nowRunxi Yu2025-04-051-0/+2
|
* Remove ristretto as unused for nowRunxi Yu2025-04-051-9/+0
|
* Bump dependenciesRunxi Yu2025-04-041-0/+3
|
* Update dependenciesRunxi Yu2025-04-031-3/+4
|
* HTTP: Use git2d for the repo indexRunxi Yu2025-04-031-0/+4
|
* LMTP: Stub patch applicationRunxi Yu2025-04-021-0/+2
|
* Basic debugging LMTP handlerRunxi Yu2025-04-011-0/+7
|
* Bump dependenciesRunxi Yu2025-03-301-4/+4
|
* Bump dependenciesRunxi Yu2025-03-251-2/+2
|
* Revert "Add prometheus"Runxi Yu2025-03-251-16/+0
| | | | This reverts commit bb3b881a0cef2248e15452ed1eead630b9ba0f75.
* Add prometheusRunxi Yu2025-03-241-0/+16
|
* Cache tree-buildingRunxi Yu2025-03-221-0/+6
|
* Log incoming and outgoing messagesRunxi Yu2025-03-221-2/+2
|
* Bump dependenciesRunxi Yu2025-03-221-4/+4
|
* Add rudimentary IRC logicRunxi Yu2025-03-221-0/+2
|
* Bump lindenii-commonRunxi Yu2025-03-211-2/+2
|
* Bump dependenciesRunxi Yu2025-03-211-9/+8
|
* index: Humanize allocated sizeRunxi Yu2025-03-091-0/+2
|
* *: Downgrade go-git from main to v5.14.0Runxi Yu2025-03-081-6/+20
| | | | | | | | 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 dependenciesRunxi Yu2025-03-071-2/+2
|
* http/templates: Minify templatesRunxi Yu2025-03-071-2/+7
|
* *: Bump go-gitRunxi Yu2025-03-071-2/+2
|
* *: Bump go-gitRunxi Yu2025-03-061-0/+2
|
* *: Bump dependenciesRunxi Yu2025-03-061-16/+16
|
* *: Use main branch of go-gitRunxi Yu2025-03-051-22/+8
|
* *: Bump dependenciesRunxi Yu2025-03-051-14/+14
|
* deps: Bump lindenii-commonRunxi Yu2025-02-201-2/+2
|
* go.mod: Bump lindenii-common (cmap split into ComparableMap and Map)Runxi Yu2025-02-171-2/+2
|
* go.mod: Bump lindenii-commonRunxi Yu2025-02-141-2/+2
|
* go.mod: Bump dependenciesRunxi Yu2025-02-141-4/+4
|
* login: Implement password validationRunxi Yu2025-02-131-0/+36
|
* render_readme.go: Add org-mode supportRunxi Yu2025-02-121-0/+2
|
* config.go, etc.: Add PostgreSQLRunxi Yu2025-02-121-2/+13
|
* repo_commit: Don't crash on null from/to filesRunxi Yu2025-02-111-0/+2
|
* git_misc: Sanitize pathsRunxi Yu2025-02-111-2/+2
|
* go.mod: Bump dependenciesRunxi Yu2025-02-111-32/+32
|
* handle_repo_tree: Syntax highlightingRunxi Yu2025-02-101-0/+4
|
* *: Add basic repo home with a README and recent commits displayRunxi Yu2025-02-091-0/+116
|
* *: Basic web serverRunxi Yu2025-02-051-0/+2