summaryrefslogtreecommitdiff
path: root/src/fe-common/core/fe-settings.c
AgeCommit message (Expand)Author
2017-11-01show initial nick and name on first startailin-nemui
2016-06-13Add a space after the comma when listing the options.LemonBoy
2016-06-13Move the validation of the CHOICE setting valueLemonBoy
2016-06-12Strip the surrounding whitespace.LemonBoy
2016-06-12Add a CHOICE type to the settings system.LemonBoy
2016-03-20strip less whitespace from commandsailin-nemui
2015-11-09Use the PARAM_FLAG_STRIP_TRAILING_WS flag wherever possible.LemonBoy
2015-10-03Add SETTING_TYPE_ANY and replace -1 with it.Alexander Færøy
2015-04-07Change all strcmp() to g_strcmp0() to handle nulls gracefullydequis
2014-06-10Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp.David Hill
2010-10-02Strip the argument for boolean options. Patch by Svante Kvarnström. Fixes: #769Alexander Færøy
2009-02-21Use i_isspace to make this clearer.Jilles Tjoelker
2009-02-21Make an invalid boolean /set a CLIENTERROR instead of CLIENTCRAP.Jilles Tjoelker
2009-02-21Reject obviously invalid numbers in /set.Jilles Tjoelker
2008-03-09Use g_ascii_str{,n}casecmp for case insensitive comparison withEmanuele Giaquinta
2007-06-05Cleanup cmd_set by moving the code to print the settings matching aEmanuele 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
2004-08-19/SET -default fixTimo Sirainen
2004-03-23/SET without parameters didn't print all settingsTimo Sirainen
2004-01-20Don't die with "/SET -default"Timo Sirainen
2002-12-28Added time, size and level setting types. Breaks some settings - I'll addTimo Sirainen
2002-06-06/SET -default changes setting to it's default value.Timo Sirainen
2002-06-04/UNALIAS didn't work if it had space at the end.Timo Sirainen
2002-05-12"alias xx", not "aliases xx"..Timo Sirainen
2002-05-12added "alias added" and "alias removed" signals.Timo Sirainen
2002-02-02Comments are now allowed everywhere in config files.Timo Sirainen
2002-01-27toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in someTimo Sirainen
2002-01-18/SAVE -formats saves all the /formats to theme file.Timo Sirainen
2001-11-14settings_save() now sends "setup saved" signal - patch by peder@ifi.uio.noTimo Sirainen
2001-07-30/TOGGLE didn't send "setup changed" signalTimo 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-06-01'Y' answer shouldn't be case-sensitiveTimo Sirainen
2001-05-26Added formats to /SET texts.Timo Sirainen
2001-05-17Getting rid of gettext, moved some _(..) texts to themes and left some errorTimo Sirainen
2001-04-09']' missing from /SET syntaxTimo Sirainen
2001-03-16Irssi now asks if you want to remove unknown settings from configurationTimo Sirainen
2001-03-03/SET -clear didn't work with booleansTimo Sirainen
2001-02-19/TOGGLE without parameters now complains not having enough parameters..Timo Sirainen
2001-01-07In core/module-formats.h: IRCTXT_ -> TXT_Timo Sirainen
2001-01-04Added keyboard_entry_redirect() function to keyboard.[ch] which sendsTimo Sirainen
2000-12-17Settings are now stored in module-specific blocks. Irssi complainsTimo Sirainen
2000-12-03nl_langinfo() was a bad idea, don't use it.Timo Sirainen
2000-12-02typofixTimo Sirainen
2000-12-02nl_langinfo() didn't work like i thought - fixed :)Timo Sirainen
2000-12-02Use langinfo.h's nl_langinfo(YESEXPR) instead of 'Y'.Timo Sirainen
2000-10-28Cleaned up printtext.c, split part of it to formats.cTimo Sirainen
2000-10-15Irssi won't automatically overwrite configuration files if they'reTimo Sirainen