Age | Commit message (Expand) | Author |
2001-06-10 | Getting optional channel parameter was buggy - it used already free'd memory | Timo Sirainen |
2001-06-10 | beep check: don't beep with NO_ACT message level rather than NOHILIGHT since | Timo Sirainen |
2001-06-08 | "complete word" signal works now with perl and it's possible to manipulate | Timo Sirainen |
2001-06-08 | added topic_by, topic_time | Timo Sirainen |
2001-06-08 | Try to keep the number after server tag always the same when there's | Timo Sirainen |
2001-06-04 | resizing empty windows didn't work properly | Timo Sirainen |
2001-06-04 | Added support for bahamut @+#channel notices. Removed notice_public_ops | Timo Sirainen |
2001-06-04 | /LOAD: when using '.' character in module name irssi printed glib error | Timo Sirainen |
2001-06-02 | bugfix | Timo Sirainen |
2001-06-01 | Replaced all direct curses calls with screen_xx() wrappers. This should | Timo Sirainen |
2001-06-01 | moved /SET ignore_signals to core. | Timo Sirainen |
2001-06-01 | 'Y' answer shouldn't be case-sensitive | Timo Sirainen |
2001-06-01 | Resizing window destroyed curses window, but didn't update the view's curses | Timo Sirainen |
2001-06-01 | more #endif WANT_BIG5 -> #endif changes | Timo Sirainen |
2001-06-01 | dcc, flood and notifylist aren't compiled as loadable modules anymore, | Timo Sirainen |
2001-06-01 | added Irssi::parse_special() | Timo Sirainen |
2001-06-01 | s/newline/new_line/ - AIX curses (or something) seems to use #define | Timo Sirainen |
2001-06-01 | Removed gccism: #endif WANT_BIG5 -> #endif | Timo Sirainen |
2001-05-31 | removed "print text stripped" signal, the stripped text is now sent in | Timo Sirainen |
2001-05-31 | Split window fixes | Timo Sirainen |
2001-05-30 | added missing ')' from last patch :) and now /last 0<number> (eg. /last 050) | Timo Sirainen |
2001-05-30 | /LAST <number> <non-number> (eg. /last 5 -) should treat the number as text, | Timo Sirainen |
2001-05-30 | Irssi::command_runsub() - patch by fuchs | Timo Sirainen |
2001-05-26 | Added formats to /SET texts. | Timo Sirainen |
2001-05-22 | nick completion: don't add the same nick to completion list twice. | Timo Sirainen |
2001-05-22 | nonstrict completion bugfixes, my mistakes :) | Timo Sirainen |
2001-05-22 | /SET completion_strict OFF - specifies if the tab nick completion should | Timo Sirainen |
2001-05-22 | /SET dcc_own_ip for specifying own IP to use in DCC requests | Timo Sirainen |
2001-05-21 | scrolling in empty windows crashed | Timo Sirainen |
2001-05-21 | get_max_column_count() didn't return correct value in save_column_widths | Timo Sirainen |
2001-05-21 | irc_parse_prefix() didn't work properly if user name had ! characters. | Timo Sirainen |
2001-05-21 | removing line from the top of the screen crashed irssi | Timo Sirainen |
2001-05-18 | Split windows created with /WINDOW SHOW are now sticky if | Timo Sirainen |
2001-05-17 | textbuffer_view_redraw() - call werase() before drawing anything, this | Timo Sirainen |
2001-05-17 | don't crash with /WINDOW HIDE | Timo Sirainen |
2001-05-17 | Getting rid of gettext, moved some _(..) texts to themes and left some error | Timo Sirainen |
2001-05-17 | Small speedup when pressing unbound keys. | Timo Sirainen |
2001-05-17 | some comment changes, moved nearest_power() to misc.h | Timo Sirainen |
2001-05-17 | raw() mode also disabled SIGINT == ^C, so remove the 5x^C = SIGTERM. | Timo Sirainen |
2001-05-17 | cbreak() -> raw() - this fixes at least the Ctrl-4 abort. | Timo Sirainen |
2001-05-17 | KEY_RESIZE isn't defined in all curseses, #ifdef it | Timo Sirainen |
2001-05-14 | new /KICKBAN code crashed | Timo Sirainen |
2001-05-14 | /UNBAN now supports unbanning multiple bans with ban# (/unban 1 4 6) | Timo Sirainen |
2001-05-14 | /IGNORE: -word -> -full, like it's with /HILIGHT. | Timo Sirainen |
2001-05-14 | /LOAD notifies that dynamic modules aren't supported instead of being quiet | Timo Sirainen |
2001-05-11 | Don't crash if config file had keyboard = { .. } in it | Timo Sirainen |
2001-05-11 | config_node_remove() - NULL parent is treated as root node | Timo Sirainen |
2001-05-11 | cmd_get_params() crashed in some conditions | Timo Sirainen |
2001-05-11 | netjoins should display the @, + etc. before the nick again. | Timo Sirainen |
2001-05-11 | statusbar was a bit broken when using split windows | Timo Sirainen |