irssi/src/irc
LemonBoy 550fe6f010 Use 0 as a sentinel value for sasl_timeout
If sasl_timeout is never initialized with a valid timeout id then
calling /disconnect on the server calls g_source_remove() with 0 as tag,
causing an harmless error message to be printed.
Beside that, the sasl_timeout field is defined as a unsigned int.
We can use 0 as sentiel since g_timeout_add returns tags that are always
greater than zero.
2016-03-20 21:47:02 +01:00
..
core Use 0 as a sentinel value for sasl_timeout 2016-03-20 21:47:02 +01:00
dcc Use the PARAM_FLAG_STRIP_TRAILING_WS flag wherever possible. 2015-11-09 23:02:41 +01:00
flood Don't break the API. 2016-01-03 21:26:57 +01:00
notifylist Use the PARAM_FLAG_STRIP_TRAILING_WS flag wherever possible. 2015-11-09 23:02:41 +01:00
proxy irssi proxy: allow listening on unix sockets 2016-03-02 00:53:56 +01:00
Makefile.am Dropped the bot-plugin. It's not useful to anyone really. 2002-03-15 21:07:19 +00:00