summaryrefslogtreecommitdiff
path: root/src/lib-config/get.c
AgeCommit message (Expand)Author
2015-04-20Change g_hash_table_contains() for compatibility with glib < 2.32Peder Stray
2015-02-17Make the config parser more robustAilin Nemui
2015-02-17Warn the user instead of crashing on wrong configAilin Nemui
2015-02-17add CONFIG_REC to config_node_section* APIsAilin Nemui
2014-12-16Die if the wrong type of node is found when traversing configDavid Leadbeater
2014-06-10Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp.David Hill
2009-02-08Code Cleanup:Alexander Færøy
2009-01-14Remove unused and odd function.Emanuele Giaquinta
2008-03-11Keep documentation for public api only in headers to avoid duplication.Emanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2002-10-25config_node_nth() and config_node_index() don't count comments in configTimo Sirainen
2002-05-17removed useless functionsTimo Sirainen
2002-02-15renamed old config_node_index() to config_node_nth(). added newTimo Sirainen
2002-01-27toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in someTimo Sirainen
2001-09-22added config_node_first() function to get the first non-comment node.Timo Sirainen
2001-09-22config_node_next() - Returns the next non-comment node in list. Use thisTimo Sirainen
2000-11-23several fixes to make irssi compile without warnings with MIPSproTimo Sirainen
2000-08-26Lots of moving stuff around - hopefully I didn't break too much :)Timo Sirainen
2000-08-16Small memleak fixedTimo Sirainen
2000-06-06If config_node_get_str() is given NULL node, return the given default.Timo Sirainen
2000-05-10iconfig's caching was a bit buggy - it didn't notice if some config node wasTimo Sirainen
2000-04-26rest of the ~rewrite?Timo Sirainen
2000-04-14section can be NULL - which is same as "". Fixed several functions to allowTimo Sirainen
2000-04-14Sorry for a big update - I still don't have internet connection at homeTimo Sirainen