summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-07-12Added lots of stuffHEADmasterAaron Ball
Added 'say' command, 'quit' command, and support for interrupt signal handling. Also added more logging. A bit of code cleanup. Replaced strcpy and strcat with sprintf wheren appropriate. This is still pretty hacky and needs refactoring for the long run, but it works for now.
2016-04-10Removed old newconn functionAaron Ball
New function performs DNS lookup rather than requiring an ip address. Also cleaned up a few other lines
2016-04-10Initial commitAaron Ball
Currently logs in to irc channel #general (will be parametarized later) and posts "I'm here!". Stays connected to the channel by responding to all PING requests with appropriate PONG response. Prints all irc network traffic to terminal, currently preceeded with ---. Includes GPLv3 license.

Generated by cgit