An implementation of (parts of) the irc server protocol written in C. Currently in the process of debugging to the point that it works and supports basic join/privmsg messages.
- Connection registration commands
- Client data structure and functions
- Channel data structure and functions
- Main loop(select() based)
- Sending/receiving correctly formatted IRC messages over the network
- Join/part channels
- Quit command
- Privmsg command
- Welcome messages