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
*
Move the Go stuff to ./forged/
v0.1.32
Runxi Yu
2025-04-06
76
-51
/
+50
*
git2c, git2d: Rename cmd1 and cmd2 descriptively
v0.1.31
Runxi Yu
2025-04-06
9
-11
/
+11
*
Makefile: Silence that bunch of mkdir and cp
Runxi Yu
2025-04-06
1
-2
/
+2
*
Add missing license headers
v0.1.30
Runxi Yu
2025-04-06
14
-1
/
+39
*
Add package descriptions
Runxi Yu
2025-04-06
10
-0
/
+15
*
Fix missing initialization of globalData and ircBot
v0.1.29
Runxi Yu
2025-04-06
1
-1
/
+4
*
Add BDS, GPL, and MIT licenses
Runxi Yu
2025-04-06
6
-3
/
+718
*
Move stuff into internal/unsorted
v0.1.28
Runxi Yu
2025-04-06
43
-62
/
+83
*
Slight refactor on NewServer
Runxi Yu
2025-04-06
3
-13
/
+10
*
Ensure server is ready before Run()
Runxi Yu
2025-04-06
1
-2
/
+10
*
oldgit: Separate some go-git stuff into here
Runxi Yu
2025-04-06
4
-38
/
+46
*
irc: Factor the IRC stuff into its own package
Runxi Yu
2025-04-06
6
-53
/
+66
*
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
[next]