index
:
meseircd.git
master
[WIP] Internet Relay Chat daemon
Runxi Yu
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.go
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2024-12-30
Revamp
Runxi Yu
1
-79
/
+11
2024-12-12
Use meselog instead of slog
Runxi Yu
1
-14
/
+11
2024-12-12
Use CID instead of connection pointers while logging
Runxi Yu
1
-1
/
+1
2024-12-12
Use uint32 for SIDs, uint64 for CIDs
Runxi Yu
1
-1
/
+1
2024-12-08
Server & Client should only have pointer receivers
Runxi Yu
1
-1
/
+1
2024-12-08
Send 002 to 005 stubs on registration
Runxi Yu
1
-0
/
+2
2024-12-08
commandHandlers -> CommandHandlers
Runxi Yu
1
-1
/
+1
2024-12-08
CAP: Primitive negotiation
Runxi Yu
1
-0
/
+2
2024-12-08
Handle send failures
Runxi Yu
1
-9
/
+25
2024-12-08
Remove another unnecessary anonymous function
Runxi Yu
1
-3
/
+1
2024-12-08
Remove unnecessary anonymous function
Runxi Yu
1
-3
/
+1
2024-12-08
Proper UID handling
Runxi Yu
1
-13
/
+10
2024-12-08
Client teardown and proper nick changes
Runxi Yu
1
-0
/
+1
2024-12-08
Primitive nick registration
Runxi Yu
1
-1
/
+4
2024-12-08
Primitive client states
Runxi Yu
1
-0
/
+6
2024-12-08
Make Client.conn optional
Runxi Yu
1
-4
/
+4
2024-12-08
Server and self awareness
Runxi Yu
1
-10
/
+17
2024-12-08
Add basic command handling
Runxi Yu
1
-6
/
+35