| Age | Commit message (Collapse) | Author |
|
Sending the test request made the connection test be considered valid.
Woops.
|
|
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.
|
|
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.
|
|
|
|
|
|
|