summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-12-06Allow sending USER before NICK when logging in.Timo Sirainen
2001-12-04added signal_get_emitted() and signal_get_emitted_id()Timo Sirainen
2001-12-04Never print the last character in screen, this may break some terminals (cygw...Timo Sirainen
2001-12-04Don't match nicks in -nick hilights.Timo Sirainen
2001-12-03MAX_FAILURE_COUNT was used off-by-one (ie. 1 meant actually 0..)Timo Sirainen
2001-12-03Irssi::UI::Window's data_level and hilight_color contained wrong hashTimo Sirainen
2001-12-03"channel wholist" still wasn't sent at proper times.Timo Sirainen
2001-12-03"channel wholist" was sent to channels that hadn't received /WHO list yet.Timo Sirainen
2001-12-03Fixed a memory leak and a crash when notifylist_check_join() was called with ...Timo Sirainen
2001-12-03Show @#channel notices as regular notices again. Don't hilight it or @#channe...Timo Sirainen
2001-12-03added a few asserts to make sure we don't mess up if IDs go above 16bitTimo Sirainen
2001-12-03Added processes to be extern instead of static. Also added Irssi::processes()Timo Sirainen
2001-12-03a bit more proper initializing of Irssi package..Timo Sirainen
2001-12-03add the "gui exit" with signal_add_last() so it can be aborted while still ru...Timo Sirainen
2001-12-03removed unused variableTimo Sirainen
2001-12-01Don't fail the remote redirections either until MAX_FAILURE_COUNTTimo Sirainen
2001-12-01/UPGRADE shouldn't begin server reconnections in old client.Timo Sirainen
2001-12-01Only use registered start events to begin a server redirection - not thoseTimo Sirainen
2001-12-01Disable lag detection in servers that don't understand PING command (yes,Timo Sirainen
2001-12-01Added ~/.irssi/scripts and PREFIX/lib/irssi/scripts to default @INC pathTimo Sirainen
2001-12-01snprintf() -> g_snprintf()Timo Sirainen
2001-11-30Removed settings_add_bool(.., "join_auto_chans_on_invite", ..) here, it'sTimo Sirainen
2001-11-29Make sure the more-statusbar item doesn't crash if there's no active window.Timo Sirainen
2001-11-29/WALLCHOPS are now printed to screen. Receiving notices for @#channelTimo Sirainen
2001-11-29irssi --help printed --password=SERVER option, changed toTimo Sirainen
2001-11-29Allow using Irssi::signal_add('command ...', ..) so irssi won't crash whenTimo Sirainen
2001-11-29command_unbind() - don't crash if trying to unbind a command not registeredTimo Sirainen
2001-11-29/QUOTE and /RAWQUOTE shouldn't work until connect() to server is finished.Timo Sirainen
2001-11-29When /SET colors is OFF, irssi displays all non-default background colors as ...Timo Sirainen
2001-11-28Added Irssi::Irc::get_mask() and Irssi::Irc::MASK_*Timo Sirainen
2001-11-28/QUERY without a parameter but with options (eg. /alias query query -window)Timo Sirainen
2001-11-28/EXEC -interactive was broken.Timo Sirainen
2001-11-28"event 378" is also used to end /MAP in OPN.Timo Sirainen
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-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