index
:
forge.git
broken
hare
master
[WIP] Some random software forge
Runxi Yu
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Hooks, git2d: Simplify deployment logic
v0.1.27
Runxi Yu
2025-04-06
6
-108
/
+37
*
LMTP: Fix sed mistake
Runxi Yu
2025-04-06
1
-1
/
+1
*
scfg: Handle two errors
Runxi Yu
2025-04-06
1
-2
/
+6
*
scfg: Add .golangci.yaml
Runxi Yu
2025-04-06
1
-0
/
+25
*
templates shall no longer be a global variable
Runxi Yu
2025-04-05
16
-92
/
+93
*
scfg: Remove tests for now
Runxi Yu
2025-04-05
4
-594
/
+0
*
ansiec: Use const, not var
Runxi Yu
2025-04-05
3
-4
/
+4
*
database: Separate opening the database into its own package
Runxi Yu
2025-04-05
3
-8
/
+20
*
Move trivial template functions into misc
Runxi Yu
2025-04-05
2
-6
/
+6
*
Export functions intended to be used in HTML templates
Runxi Yu
2025-04-05
2
-19
/
+19
*
misc: Move IterSeqLimit to misc
Runxi Yu
2025-04-05
1
-2
/
+2
*
Remove unused types/functions
Runxi Yu
2025-04-05
3
-144
/
+0
*
web: Separate HTTP error pages into its own package
Runxi Yu
2025-04-05
13
-71
/
+85
*
Remove an unnecessary nolint:gochecknoglobals
Runxi Yu
2025-04-05
1
-1
/
+1
*
scfg: Reformat
Runxi Yu
2025-04-05
1
-3
/
+1
*
Makefile: Fix version linker flag
v0.1.26
Runxi Yu
2025-04-05
1
-1
/
+1
*
Hooks: Fix for non-Linux systems
Runxi Yu
2025-04-05
1
-4
/
+7
*
CSS: README line height 1.3
Runxi Yu
2025-04-05
1
-0
/
+1
*
scfg: Error out when required directives are missing
v0.1.25
Runxi Yu
2025-04-05
2
-2
/
+14
*
Move scfg into the repo and don't error out on unknown fields
Runxi Yu
2025-04-05
11
-8
/
+1369
*
Unexport some other things
Runxi Yu
2025-04-05
4
-14
/
+12
*
Do not export version
Runxi Yu
2025-04-05
3
-3
/
+3
*
Unexport fields in Server
v0.1.24
Runxi Yu
2025-04-05
28
-124
/
+124
*
Add missing copyright headers
Runxi Yu
2025-04-05
11
-0
/
+33
*
Move things to internal/
v0.1.23
Runxi Yu
2025-04-05
29
-24
/
+24
*
Export symbols from database.go
Runxi Yu
2025-04-05
3
-11
/
+11
*
Use cmd/forge for the entry point
Runxi Yu
2025-04-05
48
-360
/
+372
*
git2c: git2c.go -> client.go, a more sensible name
Runxi Yu
2025-04-05
1
-0
/
+0
*
packPasses shall no longer be a global variable
Runxi Yu
2025-04-05
4
-8
/
+8
*
sshPubkey* shall no longer be global variables
Runxi Yu
2025-04-05
10
-29
/
+23
*
ircSend* shall no longer be global variables
Runxi Yu
2025-04-05
4
-15
/
+13
*
source/static-Handler shall no longer be global variables
Runxi Yu
2025-04-05
6
-27
/
+27
*
database shall no longer be a global variable
Runxi Yu
2025-04-05
20
-46
/
+47
*
misc: Move utils.go's string function to misc
Runxi Yu
2025-04-05
4
-25
/
+15
*
config shall no longer be a global variable
Runxi Yu
2025-04-05
28
-140
/
+145
*
git2d: Remove UTF-8 checks
Runxi Yu
2025-04-05
4
-129
/
+3
*
.gitattributes: Ignore CI and linter configuration
Runxi Yu
2025-04-05
1
-0
/
+2
*
misc: Move url.go into the misc package
Runxi Yu
2025-04-05
7
-41
/
+48
*
git2c: Fix regression in potential integer overflow
Runxi Yu
2025-04-05
1
-1
/
+1
*
Revert "Bump dependencies"
Runxi Yu
2025-04-05
2
-3
/
+3
*
ansiec: Move ansi escape codes to this module
Runxi Yu
2025-04-05
8
-6
/
+38
*
Bump dependencies
Runxi Yu
2025-04-05
2
-1
/
+3
*
scripts: Remove the indent script
Runxi Yu
2025-04-05
1
-14
/
+0
*
Don't vendor dependencies for now
Runxi Yu
2025-04-05
2
-4
/
+2
*
Switch to upstream scfg for now
Runxi Yu
2025-04-05
3
-2
/
+5
*
Move FirstOrPanic into this module
Runxi Yu
2025-04-05
2
-1
/
+9
*
Use log/slog instead of clog
Runxi Yu
2025-04-05
7
-48
/
+68
*
Separate code/README rendering and unsafe to their own packages
Runxi Yu
2025-04-05
12
-29
/
+45
*
Remove renderReadmeAtTree
Runxi Yu
2025-04-05
1
-18
/
+0
*
Remove ristretto as unused for now
Runxi Yu
2025-04-05
2
-12
/
+0
[next]