summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2001-11-19/UPGRADE - upgrade-on-the-fly feature. Currently only moves the activeTimo Sirainen
2001-11-19Event 001 wasn't printed to screen.Timo Sirainen
2001-11-18Data sent to server with /RAWQUOTE didn't show up properly in rawlog unlessTimo Sirainen
2001-11-18Added new formats for ops/halfops/voices in /NAMES list.Timo Sirainen
2001-11-18--more-- works again, better than ever :)Timo Sirainen
2001-11-18back to "Irssi didn't always remove the statusbar item from screen when itTimo Sirainen
2001-11-18term_refresh(): Change the color to black after everything is done. It'sTimo Sirainen
2001-11-18Added ctcp_register() and ctcp_unregister() for registering CTCP commands.Timo Sirainen
2001-11-18Execute ~/.irssi/startup before autoconnecting to servers. This way you canTimo Sirainen
2001-11-18Irssi::Server::print()'s level parameter wasn't optional like in otherTimo Sirainen
2001-11-18typobugfix for previous commit.Timo Sirainen
2001-11-18Don't handle keypresses when there's no active entry in screen.Timo Sirainen
2001-11-18After calls to statusbar_item_register() and statusbar_item_unregister(),Timo Sirainen
2001-11-18If you did quickly /WHOIS existing_nick, /WHOIS not_existing_nick, irssiTimo Sirainen
2001-11-18Irssi::Chatnet can now be accessed from perl.Timo Sirainen
2001-11-18Added Irssi::chatnets() and chatnet_find()Timo Sirainen
2001-11-18/SCRIPT UNLOAD didn't destroy the perl package from memory. Also the scriptsTimo Sirainen
2001-11-18Stop the redirection if we receive unknown event and it's not numeric.Timo Sirainen
2001-11-18Fixed the "multiple space split" fix :) It was causing crashes, strange thatTimo Sirainen
2001-11-18Even if notice is from server, print it to given target, since it could beTimo Sirainen
2001-11-18When printing /IGNORE list, if there's no ignores print theTimo Sirainen
2001-11-18Reply to PINGs ourself if destination was proxy's address, our own nick orTimo Sirainen
2001-11-18Sometimes when changing from split window to another, irssi crashed/messedTimo Sirainen
2001-11-18When destroying data used from server in "server disconnected" signal, setTimo Sirainen
2001-11-17If line was split from multiple spaces, irssi printed the spaces in theTimo Sirainen
2001-11-17Irssi didn't always remove the statusbar item from screen when it shouldTimo Sirainen