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