index
:
irssi
fix/startup_doc
hax/doc_format_fix
master
The client of the future
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fe-common
/
core
/
fe-settings.c
Age
Commit message (
Expand
)
Author
2016-06-13
Add a space after the comma when listing the options.
LemonBoy
2016-06-13
Move the validation of the CHOICE setting value
LemonBoy
2016-06-12
Strip the surrounding whitespace.
LemonBoy
2016-06-12
Add a CHOICE type to the settings system.
LemonBoy
2016-03-20
strip less whitespace from commands
ailin-nemui
2015-11-09
Use the PARAM_FLAG_STRIP_TRAILING_WS flag wherever possible.
LemonBoy
2015-10-03
Add SETTING_TYPE_ANY and replace -1 with it.
Alexander Færøy
2015-04-07
Change all strcmp() to g_strcmp0() to handle nulls gracefully
dequis
2014-06-10
Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp.
David Hill
2010-10-02
Strip the argument for boolean options. Patch by Svante Kvarnström. Fixes: #769
Alexander Færøy
2009-02-21
Use i_isspace to make this clearer.
Jilles Tjoelker
2009-02-21
Make an invalid boolean /set a CLIENTERROR instead of CLIENTCRAP.
Jilles Tjoelker
2009-02-21
Reject obviously invalid numbers in /set.
Jilles Tjoelker
2008-03-09
Use g_ascii_str{,n}casecmp for case insensitive comparison with
Emanuele Giaquinta
2007-06-05
Cleanup cmd_set by moving the code to print the settings matching a
Emanuele Giaquinta
2007-05-08
Oops. Update address correctly now.
Wouter Coekaerts
2007-05-08
Update FSF address
Wouter Coekaerts
2007-04-29
Factor out code from set_print into a function to get a printable
Emanuele Giaquinta
2004-08-19
/SET -default fix
Timo Sirainen
2004-03-23
/SET without parameters didn't print all settings
Timo Sirainen
2004-01-20
Don't die with "/SET -default"
Timo Sirainen
2002-12-28
Added time, size and level setting types. Breaks some settings - I'll add
Timo 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-12
added "alias added" and "alias removed" signals.
Timo Sirainen
2002-02-02
Comments are now allowed everywhere in config files.
Timo Sirainen
2002-01-27
toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in some
Timo Sirainen
2002-01-18
/SAVE -formats saves all the /formats to theme file.
Timo Sirainen
2001-11-14
settings_save() now sends "setup saved" signal - patch by peder@ifi.uio.no
Timo Sirainen
2001-07-30
/TOGGLE didn't send "setup changed" signal
Timo Sirainen
2001-07-29
Fixed /RELOAD crashing without parameters.
Timo Sirainen
2001-07-15
Added --home and --config command line parameters to irssi to specify
Timo Sirainen
2001-06-01
'Y' answer shouldn't be case-sensitive
Timo Sirainen
2001-05-26
Added formats to /SET texts.
Timo Sirainen
2001-05-17
Getting rid of gettext, moved some _(..) texts to themes and left some error
Timo Sirainen
2001-04-09
']' missing from /SET syntax
Timo Sirainen
2001-03-16
Irssi now asks if you want to remove unknown settings from configuration
Timo Sirainen
2001-03-03
/SET -clear didn't work with booleans
Timo Sirainen
2001-02-19
/TOGGLE without parameters now complains not having enough parameters..
Timo Sirainen
2001-01-07
In core/module-formats.h: IRCTXT_ -> TXT_
Timo Sirainen
2001-01-04
Added keyboard_entry_redirect() function to keyboard.[ch] which sends
Timo Sirainen
2000-12-17
Settings are now stored in module-specific blocks. Irssi complains
Timo Sirainen
2000-12-03
nl_langinfo() was a bad idea, don't use it.
Timo Sirainen
2000-12-02
typofix
Timo Sirainen
2000-12-02
nl_langinfo() didn't work like i thought - fixed :)
Timo Sirainen
2000-12-02
Use langinfo.h's nl_langinfo(YESEXPR) instead of 'Y'.
Timo Sirainen
2000-10-28
Cleaned up printtext.c, split part of it to formats.c
Timo Sirainen
2000-10-15
Irssi won't automatically overwrite configuration files if they're
Timo Sirainen
2000-08-26
Lots of moving stuff around - hopefully I didn't break too much :)
Timo Sirainen
[next]