summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-28Put in msg timeout waiting for ping responseHEADmasterAaron Ball
Before, occasionally, the server would not respond (usually due to connection flood when used with a scheduler) with a ping response. This caused the get_ping function to infinitely loop, very quickly, causing the cpu to spike and the process to never exit. This commit fixes that behavior by looping no more than 50 times with an empty response before exiting. Also added a "no ping response received" error message to better explain when exiting with failure in this scenario.
2016-04-09Added QUIT commandAaron Ball
IRC server was logging read errors on ircmsg quit. This was due to it not sending a quit command before closing the socket.
2016-03-31Initial commit of ircmsgAaron Ball
This will connect to a server and post the specified message to the channel of choice. Handles server ping/pong process correctly. Added license header and license file.

Generated by cgit