1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00
profanity/src/event
Dmitry Podgorny 6138a5f79b Cancel autoping timer on disconnect or connection loss
If Profanity is disconnected in any way before ping response is
received, the autoping timer will expire after the next connection
is established. As result, user will be disconnected immediately.

Cancel autoping timer in ev_disconnect_cleanup(), so it is done
for all kind of disconnections.
2019-06-03 13:28:00 +03:00
..
client_events.c Close windows on connection loss not general disc. 2019-05-27 12:52:04 +02:00
client_events.h Update copyright to include 2019 2019-01-22 11:31:45 +01:00
common.c Cancel autoping timer on disconnect or connection loss 2019-06-03 13:28:00 +03:00
common.h Create seperate function for disconnect cleanup 2019-05-19 22:57:51 +02:00
server_events.c Create seperate function for disconnect cleanup 2019-05-19 22:57:51 +02:00
server_events.h Wait for discovery end to publish omemo devicelist and bundle 2019-04-10 17:23:46 +02:00