Vernalhav/network_irc
A C-level implementation of a chatting system. Made to consolidate networking concepts in practice.
CGPL-3.0
Issues
- 1
Create private channels
#38 opened by Vernalhav - 0
List user IP (only for moderators)
#37 opened by Vernalhav - 0
Mute users
#35 opened by Vernalhav - 0
Kick users
#36 opened by Vernalhav - 1
Create multiple channels
#34 opened by Vernalhav - 0
Prevent duplicate nicknames
#39 opened by Vernalhav - 0
Handle SIGINT
#28 opened by Vernalhav - 0
Implement nickname setting and altering
#25 opened by Vernalhav - 0
Implement /connect command in client
#27 opened by Vernalhav - 0
Implement /ping command
#26 opened by Vernalhav - 0
Resend messages on failure
#29 opened by Vernalhav - 1
Multiple client chat
#10 opened by Vernalhav - 1
Client reconnect to chat
#11 opened by Vernalhav - 1
Solve race conditions
#12 opened by Vernalhav - 0
Handle abrupt disconnects
#14 opened by Vernalhav - 0
Get /quit working properly
#9 opened by Vernalhav - 0
Error receiving bytes on /quit
#18 opened by Vernalhav - 0
Handle messages above buffer size
#15 opened by Vernalhav - 1
Connect client to client
#3 opened by Vernalhav