summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2001-11-19Don't break if /CHANNEL ADD -bots list has bots separated with more thanTimo Sirainen
2001-11-19grab the "send command" event with signal_add_first().Timo Sirainen
2001-11-19378 event (whois realhost) data is different between irc servers, so addedTimo Sirainen
2001-11-19perl_command() - just a small sanity check that we're not sending emptyTimo Sirainen
2001-11-19eval_special_string() : spaces are now ignored after ';' separator (soTimo Sirainen
2001-11-19Removed whois_coming-flag which was used to figure out if 301 eventTimo Sirainen
2001-11-19Changed default of /SET lag_check_time from 30 to 60.Timo Sirainen
2001-11-19Rewrote lag statusbar item. It's now updated properly.Timo Sirainen
2001-11-19Settings of perl scripts are now stored in "perl/core/scripts" instead ofTimo Sirainen
2001-11-19/HILIGHT -actcolor didn't work with -nick (which was default)Timo Sirainen
2001-11-19Actually :) The /SET show_own_nick_change_once is still there, but it's OFFTimo Sirainen
2001-11-19/SET show_own_nickchange_once ON - show own nick changes only in activeTimo Sirainen
2001-11-19Removed memdebug stuff.Timo Sirainen
2001-11-19Added /EXEC -level option.Timo Sirainen
2001-11-19Removed memory debugging code. It's a lot easier to check for bufferTimo Sirainen
2001-11-19Ignoring CTCPs shouldn't ignore DCC CTCPs, we're checking DCC level forTimo Sirainen
2001-11-19Actually, we do want to have the space after nick completion.. :) It's muchTimo Sirainen
2001-11-19Irssi::Irc::Dcc::* is now correctly blessed instead of using Irssi::Irc::DccTimo Sirainen
2001-11-19Chat protocol ID was assumed to be 8bit or less, this may not be so sinceTimo Sirainen
2001-11-19Don't add space after tab-completed nicks.Timo Sirainen
2001-11-19moved the dirty_check() before fe_common_core_finish_init() so that ifTimo Sirainen
2001-11-19"message irc notice" - when figuring out if it's server notice or not,Timo Sirainen
2001-11-19Redraw the screen before emitting "irssi init finished" signal, so we haveTimo Sirainen
2001-11-19data_is_empty() didn't check properly for $0-$9 variables and brokeTimo Sirainen
2001-11-19With /SET window_auto_change ON, irssi might have crashed if input entry wasTimo Sirainen
2001-11-19/UPGRADE now remembers user mode, patch by lam@e-gate.plTimo Sirainen
2001-11-19get_argument() - allow arglist to be NULL, just assume that there's noTimo Sirainen
2001-11-19/CONNECT -! doesn't autojoin to channels.Timo Sirainen
2001-11-19Irssi printed GLib error if no PATH was set..Timo Sirainen
2001-11-19/UPGRADE didn't work properly when you were connected to multiple servers.Timo Sirainen
2001-11-19session_set_binary() - we can't get the full path to irssi binary fromTimo Sirainen
2001-11-19-botcmd isn't now sent to channels when /UPGRADEing.Timo Sirainen
2001-11-19/SET join_auto_chans_on_invite - patch by tygrys@moo.plTimo Sirainen
2001-11-19Removed GLib error when doing /RELOAD.Timo Sirainen
2001-11-19Topics weren't restored on /UPGRADE.Timo Sirainen
2001-11-19If /SET dcc_upload_path is empty, we should use the current directory, notTimo Sirainen
2001-11-19Filename completion for /DCC SEND looked files from wrong default directory.Timo Sirainen
2001-11-19Added syntax comment for /UPGRADETimo Sirainen
2001-11-19A few more updates.Timo Sirainen