1
0
mirror of https://github.com/irssi/irssi.git synced 2024-10-06 04:53:38 -04:00
irssi/src/core
dequis 2ba4b9d26a net_gethosterror: Handle EAI_SYSTEM ("System error") properly
That error code means "check errno". A few users got it and we never
figured out what happened - it usually fixed itself after restarting
something - so hopefully with this we'll have more information the next
time.
2016-04-07 07:26:19 -03:00
..
args.c
args.h
channel-rec.h
channel-setup-rec.h
channels-setup.c Minor adjustments. 2015-12-09 16:16:03 +01:00
channels-setup.h Updated server removal 2015-10-01 22:36:02 +02:00
channels.c Duplicate the code paths for autocommands. 2016-01-24 23:02:40 +01:00
channels.h Duplicate the code paths for autocommands. 2016-01-24 23:02:40 +01:00
chat-commands.c Throw an error when a chatnet has no available url 2016-03-19 14:04:53 +01:00
chat-protocols.c
chat-protocols.h
chatnet-rec.h Revert "Network and IPv{4,6} related changes" 2015-09-22 21:59:17 +02:00
chatnets.c add CONFIG_REC to config_node_section* APIs 2015-02-17 09:50:55 +01:00
chatnets.h
commands.c Strip the trailing whitespace from /join commands. 2015-11-09 18:42:49 +01:00
commands.h Throw an error when a chatnet has no available url 2016-03-19 14:04:53 +01:00
core.c Remove all WIN32 ifdefs (unifdef -UWIN32) 2015-12-09 15:20:59 -03:00
core.h
expandos.c module check irssi version 2015-12-10 00:52:33 +01:00
expandos.h
ignore.c Don't break the API. 2016-01-03 21:26:57 +01:00
ignore.h Don't break the API. 2016-01-03 21:26:57 +01:00
levels.c Change all strcmp() to g_strcmp0() to handle nulls gracefully 2015-04-07 22:41:05 -03:00
levels.h
line-split.c
line-split.h
log-away.c Include write-buffer.h in log-away.c 2015-10-03 14:32:38 +02:00
log.c Merge pull request #199 from ailin-nemui/config-parser 2015-04-17 21:23:03 +02:00
log.h
Makefile.am
masks.c
masks.h
misc.c Return -1 from null-test to comply with the rest of strarray_find 2016-03-14 22:17:17 +01:00
misc.h Implement support for IRCv3.1 CAP negotiation 2015-05-05 23:14:26 +02:00
module.h
modules-load.c module check irssi version 2015-12-10 00:52:33 +01:00
modules-load.h
modules.c Change all strcmp() to g_strcmp0() to handle nulls gracefully 2015-04-07 22:41:05 -03:00
modules.h module check irssi version 2015-12-10 00:52:33 +01:00
net-disconnect.c Remove all WIN32 ifdefs (unifdef -UWIN32) 2015-12-09 15:20:59 -03:00
net-disconnect.h
net-nonblock.c Remove all WIN32 ifdefs (unifdef -UWIN32) 2015-12-09 15:20:59 -03:00
net-nonblock.h Revert "Network and IPv{4,6} related changes" 2015-09-22 21:59:17 +02:00
net-sendbuffer.c Remove all WIN32 ifdefs (unifdef -UWIN32) 2015-12-09 15:20:59 -03:00
net-sendbuffer.h typo fixes - https://github.com/vlajos/misspell_fixer 2014-11-08 22:26:53 +00:00
network-openssl.c Add clear error calls to irssi_ssl_get_iochannel 2016-03-13 15:09:52 -07:00
network.c net_gethosterror: Handle EAI_SYSTEM ("System error") properly 2016-04-07 07:26:19 -03:00
network.h Delete the HAVE_IPV6 ifdef. 2016-01-27 14:31:55 +01:00
nick-rec.h
nicklist.c Fix return value from nick_match_msg_everywhere, remove #include 'settings.h' 2015-09-22 23:16:41 +02:00
nicklist.h Add new setting to optionally modify behaviour of hilight_nick_matches 2015-09-22 22:49:50 +02:00
nickmatch-cache.c
nickmatch-cache.h
pidwait.c
pidwait.h
queries.c
queries.h
query-rec.h typo fixes - https://github.com/vlajos/misspell_fixer 2014-11-08 22:26:53 +00:00
rawlog.c Added functionality to create dir if dir specified in rawlog filename 2015-09-24 11:59:18 +02:00
rawlog.h
recode.c Try to split long lines on spaces 2014-10-19 17:03:20 +02:00
recode.h Try to split long lines on spaces 2014-10-19 17:03:20 +02:00
server-connect-rec.h Revert "Network and IPv{4,6} related changes" 2015-09-22 21:59:17 +02:00
server-rec.h
server-setup-rec.h Revert "Network and IPv{4,6} related changes" 2015-09-22 21:59:17 +02:00
servers-reconnect.c Fix /reconnect RECON-1 saying "Reconnection tag 1 not found" 2015-10-08 00:06:17 -03:00
servers-reconnect.h
servers-setup.c Simplify some logic in server_create_conn 2016-03-22 15:45:08 +01:00
servers-setup.h Updated server removal 2015-10-01 22:36:02 +02:00
servers.c Revert "Network and IPv{4,6} related changes" 2015-09-22 21:59:17 +02:00
servers.h Revert "Network and IPv{4,6} related changes" 2015-09-22 21:59:17 +02:00
session.c Merge pull request #199 from ailin-nemui/config-parser 2015-04-17 21:23:03 +02:00
session.h
settings.c Add SETTING_TYPE_ANY and replace -1 with it. 2015-10-03 19:01:16 +02:00
settings.h Add SETTING_TYPE_ANY and replace -1 with it. 2015-10-03 19:01:16 +02:00
signals.c
signals.h
special-vars.c
special-vars.h
window-item-def.h
window-item-rec.h
write-buffer.c
write-buffer.h