Age | Commit message (Expand) | Author |
2001-05-30 | -word -> -full | Timo Sirainen |
2001-05-26 | Added formats to /SET texts. | Timo Sirainen |
2001-05-23 | added text about syncing problem | 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 | don't use if [ since it doesn't work, use if test.. | 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 | HAVE_GMODULE wasn't defined when using unpacked glib | Timo Sirainen |
2001-05-14 | /LOAD notifies that dynamic modules aren't supported instead of being quiet | Timo Sirainen |
2001-05-14 | Removed $C from /W and /N aliases, it's not needed anymore. | 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 |
2001-05-11 | more config file handling fixes | Timo Sirainen |
2001-05-11 | fixed config file handling | Timo Sirainen |
2001-05-11 | CHANNEL_REC->get_join_data() - Returns the information needed to call | Timo Sirainen |
2001-05-11 | MODE +k handler was buggy | Timo Sirainen |
2001-05-11 | Moved PARAM_FLAG_OPTCHAN handling to core. Removed support for adding own | Timo Sirainen |
2001-05-11 | Don't place any window items to windows which have name. Window level | Timo Sirainen |
2001-05-11 | /LOG OPEN: it was checking /JOIN's options and printed errors if any /LOG | Timo Sirainen |
2001-05-11 | PL_na doesn't exist in Perl 5.004, don't use it. | Timo Sirainen |
2001-05-11 | /NAMES needs only one argument, fixes "/NAMES -ops #a " where irssi thought | Timo Sirainen |
2001-05-11 | Line removing fixes, /LAST -clear fixed | Timo Sirainen |
2001-05-11 | updated /BIND help, removed special_char bind command and added insert_text. | Timo Sirainen |
2001-05-11 | /IGNORE now defaults to ALL level | Timo Sirainen |
2001-05-11 | resizing terminal with /CLEARed empty windows scrolled those windows so that | Timo Sirainen |
2001-05-11 | KEY_RESIZE is sent when screen is resized, ignore it. | Timo Sirainen |
2001-05-11 | added "dcc request send" signal - irssi now prints "DCC CHAT/SEND request | Timo Sirainen |
2001-05-11 | "dcc error file not found" -> "dcc error file open". Print the actual error | Timo Sirainen |
2001-05-11 | added chapters for /COMMANDS and window items. some other minor fixes too. | Timo Sirainen |
2001-05-11 | /SET kick_first_on_kickban for /KICKBAN and /KNOCKOUT - patch by | Timo Sirainen |