summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-11-28g_free_not_null() is now equal to g_free() - didn't notice before this wasTimo Sirainen
2001-11-27max number of parameters for printformat() was calculated wrong.Timo Sirainen
2001-11-27didn't work properly with scripts calling Irssi::printformat()Timo Sirainen
2001-11-27removed memdebug supportTimo Sirainen
2001-11-27default level for /EXEC should be CLIENTCRAP, not CLIENTNOTICE.Timo Sirainen
2001-11-27/SET term_force_colors was broken.Timo Sirainen
2001-11-25added support for servers where /WHO only gives "end of who" message.Timo Sirainen
2001-11-25Irssi didn't properly abort a redirection of which end event it missed.Timo Sirainen
2001-11-25printformat_perl() crashfix was buggy :)Timo Sirainen
2001-11-25/SET dcc_own_ip now affects also which interface irssi uses to connect toTimo Sirainen
2001-11-25Added backwards compatibility for /UPGRADE for transferring nick list..Timo Sirainen
2001-11-25/UPGRADE: when trying to restore connection to server of which chatTimo Sirainen
2001-11-25--more-- statusbar item didn't work properly with split windows. AlsoTimo Sirainen
2001-11-25window_get_theme() now checks that window isn't NULL, so we don't crash ifTimo Sirainen
2001-11-25/SCRIPT LOAD modifies the script name so that all non-alphanumericTimo Sirainen
2001-11-25/UPGRADE: Irssi no longer asks for /NAMES list from server whenTimo Sirainen
2001-11-25Irssi::printformat() doesn't crash anymore if you try to use unregisteredTimo Sirainen
2001-11-25/FORMAT timestamp and /FORMAT day_changed use now strftime()-styleTimo Sirainen
2001-11-25Added printtext_string_window(), Irssi::UI::Window::print() uses it alsoTimo Sirainen
2001-11-25/WINDOW NAME now complains if you try to change the window's name toTimo Sirainen
2001-11-25Doing /RECONNECT while server was still being connected to, irssiTimo Sirainen
2001-11-25Irssi::Window::command() should make the specified window active_winTimo Sirainen
2001-11-24Irssi::printformat() crashed if the registered format contained $0- etc.Timo Sirainen
2001-11-21/FOREACH QUERY did actually same as /FOREACH CHANNEL :)Timo Sirainen
2001-11-20set only non-automatic windows sticky so that the windows irssi creates atTimo Sirainen
2001-11-20377 numeric seems to be used as motd by some servers..Timo Sirainen
2001-11-20Still forgot to add pidwait_get_pids() here.Timo Sirainen
2001-11-20added function pidwait_get_pids() which session.c uses - forgot to commitTimo Sirainen
2001-11-20/SET colors OFF should work even if /SET term_force_colors is ONTimo Sirainen
2001-11-20--session broke --help outputTimo Sirainen
2001-11-20/UPGRADE: waited pids are now transferred to new client so we don't leaveTimo Sirainen
2001-11-20using signal_add() instead of signal_add_first() again. the ..first() wasn'tTimo Sirainen
2001-11-20data_is_empty() might have crashed when it was called at the startup whenTimo Sirainen
2001-11-20/WINDOW STICK <ref#> OFF didn't work.Timo Sirainen
2001-11-20When creating hidden windows in sticky split windows, they should go to theTimo Sirainen
2001-11-20send_raw_split() example's nickarg was wrong (2 -> 3).Timo Sirainen
2001-11-20irc_send_cmd_split() - don't crash if there was no nicks given (probablyTimo Sirainen
2001-11-20/UPGRADE: --home and --config parameters weren't passed to new irssi.Timo Sirainen
2001-11-20Added /FORMAT names_prefix to print prefix at the beginning of each /NAMESTimo Sirainen
2001-11-20Typobugfix.Timo Sirainen
2001-11-20Irssi didn't redraw the screen properly when split windows were created butTimo Sirainen
2001-11-20/SET autocreate_split_windows - If autocreated windows should be splitTimo Sirainen
2001-11-20Added halfop support for nick modes.Timo Sirainen
2001-11-20Previous commit in core/commands.c broke /^cmd (command output hiding).Timo Sirainen
2001-11-20/SET join_auto_chans_on_invite setting wasn't registered so it didn't work..Timo Sirainen
2001-11-20/UPGRADE now saves the session, disconnects the servers so that the socketTimo Sirainen
2001-11-20/UPGRADE: server command queue is now flushed to make sure everythingTimo Sirainen
2001-11-20Added net_sendbuffer_flush() for flushing the buffer.Timo Sirainen
2001-11-19Specified "cleft" and "cright" for ctrl-left/right keys. Added xterm'sTimo Sirainen
2001-11-19/BIND works a bit better again when parsing the given key.Timo Sirainen