irssi/src/lib-config
David Leadbeater db62ddfd55 Die if the wrong type of node is found when traversing config
Fixes issue #187. It's a bit annoying this can't do anything other than
exit, however as there's no schema for the config it's only possible to
validate on use. This level of config can't be accessed from Perl so a
script can't cause Irssi to die (via this method at least).
2014-12-16 12:14:23 +00:00
..
get.c Die if the wrong type of node is found when traversing config 2014-12-16 12:14:23 +00:00
iconfig.h Use an io channel to write the config file. 2009-01-16 17:12:27 +00:00
Makefile.am s/INCLUDES/AM_CPPFLAGS/g 2014-06-27 09:06:21 -04:00
module.h Sorry for a big update - I still don't have internet connection at home 2000-04-14 11:27:14 +00:00
parse.c Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp. 2014-06-10 12:06:19 -04:00
set.c Keep documentation for public api only in headers to avoid duplication. 2008-03-11 13:25:33 +00:00
write.c Add forgotten g_io_channel_set_close_on_unref call to close the config file fd 2009-10-23 21:17:03 +00:00