aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Breakable SSH keysv0.1.41Runxi Yu2025-04-112-2/+9
|
* CSS: Smaller tab buttonsv0.1.40Runxi Yu2025-04-081-1/+1
|
* Bump dependenciesv0.1.39Runxi Yu2025-04-072-6/+19
|
* forge.scfg: Use tcp addr for tcp netv0.1.38Runxi Yu2025-04-061-1/+1
|
* Makefile: Fix version specv0.1.37Runxi Yu2025-04-061-1/+1
|
* Remove tenv from scfg's lintersv0.1.36Runxi Yu2025-04-061-0/+1
|
* Replace PtrTo with PointerToRunxi Yu2025-04-063-3/+3
|
* HTTP: git log should stop on context donev0.1.35Runxi Yu2025-04-062-3/+11
|
* CSS: Make lists in the README a bit more sparseRunxi Yu2025-04-061-0/+4
|
* CSS: Remove --light-text-color from pull-right for accessibilityRunxi Yu2025-04-061-1/+0
|
* Makefile: Don't overwrite forged/internal/embed/.gitignoreRunxi Yu2025-04-061-0/+3
|
* Import cmap from lindenii-commonv0.1.34Runxi Yu2025-04-065-4/+986
|
* Remove org-mode support for now, due to dependency issuesRunxi Yu2025-04-063-10/+0
|
* Import argon2idRunxi Yu2025-04-064-12/+186
|
* bare: Zero-copy []byte and string conversionsRunxi Yu2025-04-062-2/+6
|
* Update go.sumRunxi Yu2025-04-061-6/+0
|
* Import BARERunxi Yu2025-04-0611-2/+1176
|
* Add the Apache licenseRunxi Yu2025-04-061-0/+203
|
* Don't report memory stats to the templateRunxi Yu2025-04-061-6/+0
|
* Don't use humanize as a dependencyRunxi Yu2025-04-062-1/+35
|
* irc: Move everything from lindenii-ircRunxi Yu2025-04-067-6/+235
|
* Add more documentation commentsRunxi Yu2025-04-0614-3/+56
|
* Fix load ordering issue that causes the forge title to disappearv0.1.33Runxi Yu2025-04-061-4/+4
|
* Restructure static/templates into forgedRunxi Yu2025-04-0635-4/+6
|
* Move the Go stuff to ./forged/v0.1.32Runxi Yu2025-04-0676-51/+50
|
* git2c, git2d: Rename cmd1 and cmd2 descriptivelyv0.1.31Runxi Yu2025-04-069-11/+11
|
* Makefile: Silence that bunch of mkdir and cpRunxi Yu2025-04-061-2/+2
|
* Add missing license headersv0.1.30Runxi Yu2025-04-0614-1/+39
|
* Add package descriptionsRunxi Yu2025-04-0610-0/+15
|
* Fix missing initialization of globalData and ircBotv0.1.29Runxi Yu2025-04-061-1/+4
|
* Add BDS, GPL, and MIT licensesRunxi Yu2025-04-066-3/+718
|
* Move stuff into internal/unsortedv0.1.28Runxi Yu2025-04-0643-62/+83
|
* Slight refactor on NewServerRunxi Yu2025-04-063-13/+10
|
* Ensure server is ready before Run()Runxi Yu2025-04-061-2/+10
|
* oldgit: Separate some go-git stuff into hereRunxi Yu2025-04-064-38/+46
|
* irc: Factor the IRC stuff into its own packageRunxi Yu2025-04-066-53/+66
|
* Hooks, git2d: Simplify deployment logicv0.1.27Runxi Yu2025-04-066-108/+37
|
* LMTP: Fix sed mistakeRunxi Yu2025-04-061-1/+1
|
* scfg: Handle two errorsRunxi Yu2025-04-061-2/+6
|
* scfg: Add .golangci.yamlRunxi Yu2025-04-061-0/+25
|
* templates shall no longer be a global variableRunxi Yu2025-04-0516-92/+93
|
* scfg: Remove tests for nowRunxi Yu2025-04-054-594/+0
|
* ansiec: Use const, not varRunxi Yu2025-04-053-4/+4
|
* database: Separate opening the database into its own packageRunxi Yu2025-04-053-8/+20
|
* Move trivial template functions into miscRunxi Yu2025-04-052-6/+6
|
* Export functions intended to be used in HTML templatesRunxi Yu2025-04-052-19/+19
|
* misc: Move IterSeqLimit to miscRunxi Yu2025-04-051-2/+2
|
* Remove unused types/functionsRunxi Yu2025-04-053-144/+0
|
* web: Separate HTTP error pages into its own packageRunxi Yu2025-04-0513-71/+85
|
* Remove an unnecessary nolint:gochecknoglobalsRunxi Yu2025-04-051-1/+1
|