Age | Commit message (Expand) | Author |
2002-01-22 | removed some unused code. | Timo Sirainen |
2002-01-18 | /SAVE -formats saves all the /formats to theme file. | Timo Sirainen |
2002-01-10 | When /SET expand_escapes was ON, \012 and \015 should be treated as newlines | Timo Sirainen |
2002-01-09 | small bugfix, mirc color flag was set on unless both /set hide_mirc_colors | Timo Sirainen |
2001-12-27 | Don't add command to history if it's already in there as last entry. patch by... | Timo Sirainen |
2001-12-21 | /LOG OPEN -window accepts now -targets too to specify the refnum | Timo Sirainen |
2001-12-20 | Some crashfixes with command history. | Timo Sirainen |
2001-12-20 | Added command history groups, set them with /WINDOW HISTORY. Patch by peder@i... | Timo Sirainen |
2001-12-20 | Added WINDOW_REC declaration to common.h, removed unneeded #include "servers.... | Timo Sirainen |
2001-12-16 | /VERSION printed time wrong, hopefully the last version fix.. | Timo Sirainen |
2001-12-16 | Leading zeros didn't work well in IRSSI_VERSION_TIME. | Timo Sirainen |
2001-12-15 | Print IRSSI_VERSION_TIME in /VERSION too. | Timo Sirainen |
2001-12-15 | irssi --version now prints the IRSSI_VERSION_TIME as well | Timo Sirainen |
2001-12-15 | IRSSI_VERSION_DATE is now a number, so you can do #iffing with it | Timo Sirainen |
2001-12-14 | warning fixed | Timo Sirainen |
2001-12-09 | Better support for halfops, patch by yathen@web.de | Timo Sirainen |
2001-12-08 | /IGNORE list: Show the -pattern and also show if the regexp is invalid. | Timo Sirainen |
2001-12-07 | /SET hide_mirc_colors - patch by paul@raade.org | Timo Sirainen |
2001-12-06 | $winref and $winname shouldn't crash if there's no active window. | Timo Sirainen |
2001-12-04 | Don't match nicks in -nick hilights. | Timo Sirainen |
2001-12-03 | Added processes to be extern instead of static. Also added Irssi::processes() | Timo Sirainen |
2001-11-29 | irssi --help printed --password=SERVER option, changed to | Timo Sirainen |
2001-11-28 | /QUERY without a parameter but with options (eg. /alias query query -window) | Timo Sirainen |
2001-11-28 | /EXEC -interactive was broken. | Timo Sirainen |
2001-11-27 | default level for /EXEC should be CLIENTCRAP, not CLIENTNOTICE. | Timo Sirainen |
2001-11-25 | window_get_theme() now checks that window isn't NULL, so we don't crash if | Timo Sirainen |
2001-11-25 | /FORMAT timestamp and /FORMAT day_changed use now strftime()-style | Timo Sirainen |
2001-11-25 | Added printtext_string_window(), Irssi::UI::Window::print() uses it also | Timo Sirainen |
2001-11-25 | /WINDOW NAME now complains if you try to change the window's name to | Timo Sirainen |
2001-11-20 | using signal_add() instead of signal_add_first() again. the ..first() wasn't | Timo Sirainen |
2001-11-20 | data_is_empty() might have crashed when it was called at the startup when | Timo Sirainen |
2001-11-20 | Added /FORMAT names_prefix to print prefix at the beginning of each /NAMES | Timo Sirainen |
2001-11-20 | /SET autocreate_split_windows - If autocreated windows should be split | Timo Sirainen |
2001-11-20 | Added halfop support for nick modes. | Timo Sirainen |
2001-11-20 | Previous commit in core/commands.c broke /^cmd (command output hiding). | Timo Sirainen |
2001-11-19 | /BIND works a bit better again when parsing the given key. | Timo Sirainen |
2001-11-19 | /HILIGHT -actcolor didn't work with -nick (which was default) | Timo Sirainen |
2001-11-19 | Actually :) The /SET show_own_nick_change_once is still there, but it's OFF | Timo Sirainen |
2001-11-19 | /SET show_own_nickchange_once ON - show own nick changes only in active | Timo Sirainen |
2001-11-19 | Added /EXEC -level option. | Timo Sirainen |
2001-11-19 | Actually, we do want to have the space after nick completion.. :) It's much | Timo Sirainen |
2001-11-19 | Don't add space after tab-completed nicks. | Timo Sirainen |
2001-11-19 | data_is_empty() didn't check properly for $0-$9 variables and broke | Timo Sirainen |
2001-11-18 | Added new formats for ops/halfops/voices in /NAMES list. | Timo Sirainen |
2001-11-18 | Execute ~/.irssi/startup before autoconnecting to servers. This way you can | Timo Sirainen |
2001-11-18 | When printing /IGNORE list, if there's no ignores print the | Timo Sirainen |
2001-11-16 | added assert to window_item_add(). | Timo Sirainen |
2001-11-15 | Changed the escaping system - theme_format_expand_data()'s | Timo Sirainen |
2001-11-15 | Lag checking fixes - should work fine again. | Timo Sirainen |
2001-11-14 | settings_save() now sends "setup saved" signal - patch by peder@ifi.uio.no | Timo Sirainen |