aboutsummaryrefslogtreecommitdiff
path: root/server.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move stuff into internal/unsortedv0.1.28Runxi Yu2025-04-061-212/+0
* Slight refactor on NewServerRunxi Yu2025-04-061-2/+8
* Ensure server is ready before Run()Runxi Yu2025-04-061-2/+10
* irc: Factor the IRC stuff into its own packageRunxi Yu2025-04-061-4/+4
* Hooks, git2d: Simplify deployment logicv0.1.27Runxi Yu2025-04-061-12/+6
* templates shall no longer be a global variableRunxi Yu2025-04-051-1/+4
* database: Separate opening the database into its own packageRunxi Yu2025-04-051-5/+2
* Do not export versionRunxi Yu2025-04-051-1/+1
* Unexport fields in Serverv0.1.24Runxi Yu2025-04-051-49/+49
* Add missing copyright headersRunxi Yu2025-04-051-0/+3
* Use cmd/forge for the entry pointRunxi Yu2025-04-051-16/+183
* packPasses shall no longer be a global variableRunxi Yu2025-04-051-0/+4
* sshPubkey* shall no longer be global variablesRunxi Yu2025-04-051-0/+8
* ircSend* shall no longer be global variablesRunxi Yu2025-04-051-0/+3
* source/static-Handler shall no longer be global variablesRunxi Yu2025-04-051-1/+8
* database shall no longer be a global variableRunxi Yu2025-04-051-0/+7
* config shall no longer be a global variableRunxi Yu2025-04-051-0/+5