summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-06-10own nick changed were printed as if it was done by someone elseTimo Sirainen
2001-06-10The automatic query rename wrote the "nick changed" messages to channelsTimo Sirainen
2001-06-10max_cmds_at_once and max_query_chans weren't saved between reconnects toTimo Sirainen
2001-06-10Getting optional channel parameter was buggy - it used already free'd memoryTimo Sirainen
2001-06-10beep check: don't beep with NO_ACT message level rather than NOHILIGHT sinceTimo Sirainen
2001-06-08"complete word" signal works now with perl and it's possible to manipulateTimo Sirainen
2001-06-08added topic_by, topic_timeTimo Sirainen
2001-06-08Try to keep the number after server tag always the same when there'sTimo Sirainen
2001-06-04resizing empty windows didn't work properlyTimo Sirainen
2001-06-04Added support for bahamut @+#channel notices. Removed notice_public_opsTimo Sirainen
2001-06-04/LOAD: when using '.' character in module name irssi printed glib errorTimo Sirainen
2001-06-02bugfixTimo Sirainen
2001-06-01Replaced all direct curses calls with screen_xx() wrappers. This shouldTimo Sirainen
2001-06-01moved /SET ignore_signals to core.Timo Sirainen
2001-06-01'Y' answer shouldn't be case-sensitiveTimo Sirainen
2001-06-01Resizing window destroyed curses window, but didn't update the view's cursesTimo Sirainen
2001-06-01more #endif WANT_BIG5 -> #endif changesTimo Sirainen
2001-06-01dcc, flood and notifylist aren't compiled as loadable modules anymore,Timo Sirainen
2001-06-01added Irssi::parse_special()Timo Sirainen
2001-06-01s/newline/new_line/ - AIX curses (or something) seems to use #defineTimo Sirainen
2001-06-01Removed gccism: #endif WANT_BIG5 -> #endifTimo Sirainen
2001-05-31removed "print text stripped" signal, the stripped text is now sent inTimo 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-30Irssi::command_runsub() - patch by fuchsTimo Sirainen
2001-05-26Added formats to /SET texts.Timo 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-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-14/LOAD notifies that dynamic modules aren't supported instead of being quietTimo 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