summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-19Adds timeout to connection test.Nathanael Sensfelder
I didn't check if libircclient could detect the lack of connection during the test, but since implementing that timeout is way easier than expected (and prevents spamming connection tests), I simply added it.
2017-08-18Attempts to deal with timeouts.Nathanael Sensfelder
libircclient does not seem to detect any issue when the connection has been dropped due to external causes. I added a test (getting the current channel topic)that should trigger if 5min go by without anything happening, hopefully this will cause libircclient to detect the connection problem, if not, implement a timeout from the lack of replies concerning the topic should not be too hard.
2017-06-26Fixes invalid read in JH_meta_net_handle_replyNathanael Sensfelder
2017-06-16Woops, forgot.Nathanael Sensfelder
2017-04-28Fixes issue with options, username vs nick.Nathanael Sensfelder
2017-04-28Got the thing to work.Nathanael Sensfelder
2017-04-22Initial Commit.Nathanael Sensfelder