aboutsummaryrefslogtreecommitdiff
path: root/config.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Automatically deploy and run git2dRunxi Yu2025-04-031-2/+3
* config: Add git.socket for git2dRunxi Yu2025-04-031-0/+1
* LMTP configuration updateRunxi Yu2025-04-011-2/+5
* Basic debugging LMTP handlerRunxi Yu2025-04-011-1/+2
* Stub LMTP listenerRunxi Yu2025-04-011-0/+3
* Add descriptive comments to most Go functionsRunxi Yu2025-03-311-5/+13
* Replace FileContributor with FileCopyrightTextRunxi Yu2025-03-311-1/+1
* LintRunxi Yu2025-03-271-3/+3
* Support X-Forwarded-For for reverse proxiesRunxi Yu2025-03-221-0/+1
* Configurable timeoutRunxi Yu2025-03-221-0/+3
* IRC sending queuesRunxi Yu2025-03-221-3/+7
* Add rudimentary IRC logicRunxi Yu2025-03-221-0/+5
* Remove underscores from Go code, pt 2Runxi Yu2025-03-181-1/+1
* Remove underscores from Go code, pt 1Runxi Yu2025-03-181-8/+6
* group/index: Allow repo creation via webRunxi Yu2025-03-061-0/+3
* *: Replace some := with varRunxi Yu2025-03-051-7/+8
* Add SPDX license headers to all Go filesRunxi Yu2025-03-031-0/+3
* *.go: Use lowercase error valuesRunxi Yu2025-02-191-1/+1
* git_init.go: git_bare_init_with_default_hooksRunxi Yu2025-02-171-3/+4
* config.go: git.hooks_socketRunxi Yu2025-02-171-0/+3
* ssh_server: Add link to sourceRunxi Yu2025-02-151-0/+1
* config.go: Remove git.rootRunxi Yu2025-02-141-3/+0
* *: Make the forge title configurableRunxi Yu2025-02-141-0/+5
* ssh_url_generation.go, etc.: Add config ssh.root and use itRunxi Yu2025-02-131-0/+1
* http_*.go: Use http.ErrorRunxi Yu2025-02-131-3/+3
* login: Set cookieRunxi Yu2025-02-131-0/+1
* ssh.go: Add anonymous SSH cloningRunxi Yu2025-02-121-0/+5
* config.go: Close opened config_fileRunxi Yu2025-02-121-0/+1
* config.go, etc.: Add PostgreSQLRunxi Yu2025-02-121-0/+15
* *: Add basic repo home with a README and recent commits displayRunxi Yu2025-02-091-0/+3
* *: Basic web serverRunxi Yu2025-02-051-0/+34