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
path:
root
/
forged
/
internal
/
irc
/
bot.go
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2025-04-06
irc: Move everything from lindenii-irc
Runxi Yu
1
-3
/
+2
2025-04-06
Add more documentation comments
Runxi Yu
1
-1
/
+10
2025-04-06
Move the Go stuff to ./forged/
v0.1.32
Runxi Yu
1
-1
/
+1
2025-04-06
Add missing license headers
v0.1.30
Runxi Yu
1
-0
/
+3
2025-04-06
Add package descriptions
Runxi Yu
1
-0
/
+1
2025-04-06
irc: Factor the IRC stuff into its own package
Runxi Yu
1
-28
/
+52
2025-04-05
Unexport fields in Server
v0.1.24
Runxi Yu
1
-12
/
+12
2025-04-05
Use cmd/forge for the entry point
Runxi Yu
1
-16
/
+16
2025-04-05
ircSend* shall no longer be global variables
Runxi Yu
1
-13
/
+8
2025-04-05
config shall no longer be a global variable
Runxi Yu
1
-10
/
+10
2025-04-05
Use log/slog instead of clog
Runxi Yu
1
-6
/
+6
2025-03-31
Add descriptive comments to most Go functions
Runxi Yu
1
-0
/
+3
2025-03-31
Add missing license header to irc.go
Runxi Yu
1
-0
/
+3
2025-03-25
Remove test message in IRC
Runxi Yu
1
-5
/
+0
2025-03-22
Variable name lengths
Runxi Yu
1
-7
/
+7
2025-03-22
Initial linting
Runxi Yu
1
-1
/
+1
2025-03-22
Log incoming and outgoing messages
Runxi Yu
1
-10
/
+21
2025-03-22
Handle error when doing NICK/USER
Runxi Yu
1
-1
/
+4
2025-03-22
Only say test when self-joining
Runxi Yu
1
-0
/
+7
2025-03-22
IRC sending queues
Runxi Yu
1
-17
/
+94
2025-03-22
Add rudimentary IRC logic
Runxi Yu
1
-0
/
+46