aboutsummaryrefslogtreecommitdiff
path: root/go.mod (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Import cmap from lindenii-commonv0.1.34Runxi Yu2025-04-061-1/+0
|
* Remove org-mode support for now, due to dependency issuesRunxi Yu2025-04-061-1/+0
|
* Import argon2idRunxi Yu2025-04-061-1/+0
|
* Import BARERunxi Yu2025-04-061-1/+0
|
* Don't use humanize as a dependencyRunxi Yu2025-04-061-1/+0
|
* irc: Move everything from lindenii-ircRunxi Yu2025-04-061-1/+0
|
* scfg: Remove tests for nowRunxi Yu2025-04-051-1/+0
|
* Move scfg into the repo and don't error out on unknown fieldsRunxi Yu2025-04-051-1/+1
|
* Revert "Bump dependencies"Runxi Yu2025-04-051-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 dependenciesRunxi Yu2025-04-051-1/+1
|
* Switch to upstream scfg for nowRunxi Yu2025-04-051-1/+2
|
* Remove ristretto as unused for nowRunxi Yu2025-04-051-3/+0
|
* Bump dependenciesRunxi Yu2025-04-041-1/+1
|
* Update dependenciesRunxi Yu2025-04-031-2/+2
|
* Update go.modRunxi Yu2025-04-031-3/+3
|
* HTTP: Use git2d for the repo indexRunxi Yu2025-04-031-0/+1
|
* LMTP: Stub patch applicationRunxi Yu2025-04-021-0/+1
|
* Basic debugging LMTP handlerRunxi Yu2025-04-011-0/+3
|
* Bump dependenciesRunxi Yu2025-03-301-3/+3
|
* Bump dependenciesRunxi Yu2025-03-251-1/+1
|
* Revert "Add prometheus"Runxi Yu2025-03-251-8/+0
| | | | This reverts commit bb3b881a0cef2248e15452ed1eead630b9ba0f75.
* Add prometheusRunxi Yu2025-03-241-0/+8
|
* Cache tree-buildingRunxi Yu2025-03-221-0/+3
|
* Log incoming and outgoing messagesRunxi Yu2025-03-221-1/+1
|
* Bump dependenciesRunxi Yu2025-03-221-2/+2
|
* Add rudimentary IRC logicRunxi Yu2025-03-221-0/+1
|
* Bump lindenii-commonRunxi Yu2025-03-211-1/+1
|
* Bump Go version to 1.24.1Runxi Yu2025-03-211-1/+1
|
* Bump dependenciesRunxi Yu2025-03-211-3/+3
|
* *: go-humanize is a direct dependency, not indirectRunxi Yu2025-03-131-1/+1
|
* index: Humanize allocated sizeRunxi Yu2025-03-091-0/+1
|
* *: Downgrade go-git from main to v5.14.0Runxi Yu2025-03-081-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 dependenciesRunxi Yu2025-03-071-1/+1
|
* http/templates: Minify templatesRunxi Yu2025-03-071-0/+2
|
* *: Bump go-gitRunxi Yu2025-03-071-1/+1
|
* *: Bump go-gitRunxi Yu2025-03-061-1/+1
|
* *: Bump dependenciesRunxi Yu2025-03-061-7/+7
|
* *: Use main branch of go-gitRunxi Yu2025-03-051-4/+2
|
* *: Bump dependenciesRunxi Yu2025-03-051-4/+4
|
* deps: Bump lindenii-commonRunxi Yu2025-02-201-1/+1
|
* go.mod: Bump lindenii-common (cmap split into ComparableMap and Map)Runxi Yu2025-02-171-1/+1
|
* go.mod: go-billy is now indirectRunxi Yu2025-02-171-1/+1
|
* go.mod: Move go-billy to directRunxi Yu2025-02-161-1/+1
|
* go.mod: Bump lindenii-commonRunxi Yu2025-02-141-1/+1
|
* go.mod: Bump dependenciesRunxi Yu2025-02-141-2/+2
|
* login: Implement password validationRunxi Yu2025-02-131-0/+1
|
* ssh.go: Add anonymous SSH cloningRunxi Yu2025-02-121-1/+3
|
* render_readme.go: Add org-mode supportRunxi Yu2025-02-121-0/+1
|
* config.go, etc.: Add PostgreSQLRunxi Yu2025-02-121-0/+6
|
* repo_commit: Don't crash on null from/to filesRunxi Yu2025-02-111-1/+1
|