Age | Commit message (Expand) | Author |
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 |
2000-07-23 | Added syntaxes of all commands in comments, they're going to be used to | Timo Sirainen |
2000-07-22 | Moved /SAVE and /RELOAD to fe-common. Print "config saved" and | Timo Sirainen |
2000-07-10 | Enabled lots of GCC warnings, fixed those that were easy to fix. | Timo Sirainen |
2000-07-04 | Changed /TOPIC -d to be /TOPIC -delete instead, the automatic option | Timo Sirainen |
2000-06-18 | Display /ALIAS list sorted. | Timo Sirainen |
2000-06-18 | Changed option handling in /commands. Irssi will now complain about | Timo Sirainen |
2000-05-04 | .. lots of changes .. | Timo Sirainen |
2000-04-26 | ..adding new files.. | Timo Sirainen |