summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-05-31removed "print text stripped" signal, the stripped text is now sent inTimo Sirainen
2001-05-31new libtool version doesn't have ltconfig anymore, and our libtool-sharedTimo Sirainen
2001-05-31Information how to write good bug reportsTimo Sirainen
2001-05-31Split window fixesTimo Sirainen
2001-05-30added 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-30Added proxy documentationTimo Sirainen
2001-05-30Irssi::command_runsub() - patch by fuchsTimo Sirainen
2001-05-30-word -> -fullTimo Sirainen
2001-05-26Added formats to /SET texts.Timo Sirainen
2001-05-23added text about syncing problemTimo Sirainen
2001-05-22nick completion: don't add the same nick to completion list twice.Timo Sirainen
2001-05-22nonstrict completion bugfixes, my mistakes :)Timo Sirainen
2001-05-22/SET completion_strict OFF - specifies if the tab nick completion shouldTimo Sirainen
2001-05-22/SET dcc_own_ip for specifying own IP to use in DCC requestsTimo Sirainen
2001-05-21scrolling in empty windows crashedTimo Sirainen
2001-05-21get_max_column_count() didn't return correct value in save_column_widthsTimo Sirainen
2001-05-21irc_parse_prefix() didn't work properly if user name had ! characters.Timo Sirainen
2001-05-21don't use if [ since it doesn't work, use if test..Timo Sirainen
2001-05-21removing line from the top of the screen crashed irssiTimo Sirainen
2001-05-18Split windows created with /WINDOW SHOW are now sticky ifTimo Sirainen
2001-05-17textbuffer_view_redraw() - call werase() before drawing anything, thisTimo Sirainen
2001-05-17don't crash with /WINDOW HIDETimo Sirainen
2001-05-17Getting rid of gettext, moved some _(..) texts to themes and left some errorTimo Sirainen
2001-05-17Small speedup when pressing unbound keys.Timo Sirainen
2001-05-17some comment changes, moved nearest_power() to misc.hTimo Sirainen
2001-05-17raw() mode also disabled SIGINT == ^C, so remove the 5x^C = SIGTERM.Timo Sirainen
2001-05-17cbreak() -> raw() - this fixes at least the Ctrl-4 abort.Timo Sirainen
2001-05-17KEY_RESIZE isn't defined in all curseses, #ifdef itTimo Sirainen
2001-05-14new /KICKBAN code crashedTimo 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-14HAVE_GMODULE wasn't defined when using unpacked glibTimo Sirainen
2001-05-14/LOAD notifies that dynamic modules aren't supported instead of being quietTimo Sirainen
2001-05-14Removed $C from /W and /N aliases, it's not needed anymore.Timo Sirainen
2001-05-11Don't crash if config file had keyboard = { .. } in itTimo Sirainen
2001-05-11config_node_remove() - NULL parent is treated as root nodeTimo Sirainen
2001-05-11cmd_get_params() crashed in some conditionsTimo Sirainen
2001-05-11netjoins should display the @, + etc. before the nick again.Timo Sirainen
2001-05-11statusbar was a bit broken when using split windowsTimo Sirainen
2001-05-11more config file handling fixesTimo Sirainen
2001-05-11fixed config file handlingTimo Sirainen
2001-05-11CHANNEL_REC->get_join_data() - Returns the information needed to callTimo Sirainen
2001-05-11MODE +k handler was buggyTimo Sirainen
2001-05-11Moved PARAM_FLAG_OPTCHAN handling to core. Removed support for adding ownTimo Sirainen
2001-05-11Don't place any window items to windows which have name. Window levelTimo Sirainen
2001-05-11/LOG OPEN: it was checking /JOIN's options and printed errors if any /LOGTimo Sirainen
2001-05-11PL_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 thoughtTimo Sirainen
2001-05-11Line removing fixes, /LAST -clear fixedTimo Sirainen