summaryrefslogtreecommitdiff
path: root/src/core/settings.c
AgeCommit message (Expand)Author
2017-11-10use enumailin-nemui
2017-11-01show initial nick and name on first startailin-nemui
2016-09-25nullptr when doing module backward compat on invalid configailin-nemui
2016-06-14Merge pull request #422 from LemonBoy/misc-cleanupailin-nemui
2016-06-13Don't crash when the key isn't found.LemonBoy
2016-06-13Use ; as separator instead of ,LemonBoy
2016-06-13Move the validation of the CHOICE setting valueLemonBoy
2016-06-12Strip the surrounding whitespace.LemonBoy
2016-06-12Use strarray_find instead of g_strv_containsLemonBoy
2016-06-12Add a CHOICE type to the settings system.LemonBoy
2016-06-05Replace mkpath with g_mkdir_with_parentsLemonBoy
2015-10-03Add SETTING_TYPE_ANY and replace -1 with it.Alexander Færøy
2015-04-17Merge pull request #199 from ailin-nemui/config-parserAlexander Færøy
2015-04-07Change all strcmp() to g_strcmp0() to handle nulls gracefullydequis
2015-02-17add CONFIG_REC to config_node_section* APIsAilin Nemui
2014-07-12Avoid using uninitalized values.David Hill
2010-04-04Remove warnings about uninitialized variables.Alexander Færøy
2009-02-21Reject invalid level specifications in /set.Jilles Tjoelker
2009-02-08Code Cleanup:Alexander Færøy
2009-02-08Code Cleanup:Alexander Færøy
2008-12-01Aux-sort settings by key in settings_get_sorted.Emanuele Giaquinta
2008-03-09Use g_ascii_str{,n}casecmp for case insensitive comparison withEmanuele Giaquinta
2007-07-26Remove backward compatibility for very old options.Emanuele Giaquinta
2007-07-26Change 'actlist_moves' boolean to 'actlist_sort' string which specifies theEmanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2007-04-29Factor out code from set_print into a function to get a printableEmanuele Giaquinta
2007-04-25Remove useless function.Emanuele Giaquinta
2007-04-16Properly initialize reference count for a new setting, bug #235.Emanuele Giaquinta
2006-11-02The attached patch fixes bug #164, which triggers a failed assertionGeert Hauwaerts
2004-09-15Fixed memleak in recode.c, fixed typo in special_vars.txt, fixed bug 105, fix...Valentin Batz
2003-11-16lag_min_show change wrongTimo Sirainen
2003-11-16Automatic backwards compatibility transitions.Timo Sirainen
2003-11-16cleanupTimo Sirainen
2003-05-13Fix crash with unloading module, by c0ffeeTimo Sirainen
2003-01-25GC fixTimo Sirainen
2003-01-08parse_time_interval() fallbacked to milliseconds, not seconds. some codeTimo Sirainen
2002-12-29s/size/time/ in warning messageTimo Sirainen
2002-12-28Added time, size and level setting types. Breaks some settings - I'll addTimo Sirainen
2002-02-10Added IRSSI_GLOBAL_CONFIG as wellTimo Sirainen
2002-02-02Comments are now allowed everywhere in config files.Timo Sirainen
2002-01-20Autosaving settings and autoflushing write buffer might have stopped fromTimo Sirainen
2002-01-12Settings names are now case-insensitive.Timo Sirainen
2001-11-16"setup reread" signal now sends the config file as parameter. AddedTimo Sirainen
2001-11-14typofixTimo Sirainen
2001-11-14settings_save() now sends "setup saved" signal - patch by peder@ifi.uio.noTimo Sirainen
2001-07-29Fixed /RELOAD crashing without parameters.Timo Sirainen
2001-07-15Added --home and --config command line parameters to irssi to specifyTimo Sirainen
2001-07-14"gui dialog" signals can now be safely emitted before the GUI is initializedTimo Sirainen
2001-07-05Moved location of config, theme and doc files. Added debian dir for building ...Timo Sirainen