Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-28 | Put in msg timeout waiting for ping responseHEADmaster | Aaron 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-09 | Added QUIT command | Aaron 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-31 | Initial commit of ircmsg | Aaron 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. |