summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2002-12-23--with-gc enables now support for Boehm's GC, if it's found and glib2 isTimo Sirainen
2002-12-20Added /SET channels_rejoin_unavailable to disable automatic rejoining when ch...Timo Sirainen
2002-12-11Previous theme patch fixes by c0ffeeTimo Sirainen
2002-12-10GC fixes.Timo Sirainen
2002-12-10A few fixes to make irssi work with garbage collected GLIB.Timo Sirainen
2002-12-10Compiler warning fixTimo Sirainen
2002-12-09mode +o nick -o nick2 did +o for the nick2 tooTimo Sirainen
2002-12-08Added Irssi::Script object and "script error" signal.Timo Sirainen
2002-12-07Don't break if nick is twice in names list (never is with non-brokenTimo Sirainen
2002-12-04Added Irssi::signal_register() to dynamically register new signals.Timo Sirainen
2002-12-04make printnicks globalTimo Sirainen
2002-12-04Better support %n in theme abstracts. Patch by c0ffee.Timo Sirainen
2002-12-04Added no_connect to SERVER_CONNECT_REC, also exported a few other variablesTimo Sirainen
2002-12-04Broke irssi_binary path.Timo Sirainen
2002-12-03Irssi didn't set the internal away reason when reconnecting to server whileTimo Sirainen
2002-12-03Made irssi_binary global and exported to perl as get_irssi_binary().Timo Sirainen
2002-12-01no, /connect -! shouldn't send the /ircnet -autosendcmd, channel's botcmdTimo Sirainen
2002-12-01/CONNECT -! shouldn't send autosendcmds when joining channels.Timo Sirainen
2002-11-29/last -clear removes now the "lastlog would print x lines, ... use -force"Timo Sirainen
2002-11-29and remove outdated comment :)Timo Sirainen
2002-11-29If bind() fails when connecting, don't fallback to default address. ShouldTimo Sirainen
2002-11-28net_gethostbyaddr() was pretty much broken.Timo Sirainen
2002-11-28/NETSPLIT now prints the server tag as well.Timo Sirainen
2002-11-28/SET resolve_reverse_lookup to do reverse lookups for server whenTimo Sirainen
2002-11-21Create log file directories using /set log_create_file_mode + exec-bit.Timo Sirainen
2002-11-21Prettier displaying of DCC transfers, including adding ETA.Timo Sirainen
2002-11-21doc/syntax updatesTimo Sirainen
2002-11-21completion_msg() is now publicTimo Sirainen
2002-11-21Irssi now uses 64bit file offets if it's only supported by system. Also didTimo Sirainen
2002-11-19/SET dcc_send_replace_space_with_underscore ON was buggy.Timo Sirainen
2002-11-19/SB END: if we're already at the end of buffer don't redraw it.Timo Sirainen
2002-11-19Timeout server connections if they're not in fully connected stage in /SETTimo Sirainen
2002-11-17forgot to commit with previous perl changesTimo Sirainen
2002-11-17Less strict error checking, and notify about every error we do see.Timo Sirainen
2002-11-17cmd_get_quoted_param() didn't work properly if it was used with last wordTimo Sirainen
2002-11-17If /DCC SEND file isn't found, complain about itTimo Sirainen
2002-11-15Try to choose better the window where we print when matching by level andTimo Sirainen
2002-11-15/WINDOW NAME x, /WINDOW NAME X shouldn't complain about existing windowTimo Sirainen
2002-11-13Don't rename our nick in DCC chats when connecting to server before we knowTimo Sirainen
2002-11-13Don't highlight whois_extra and whois_special lines.Timo Sirainen
2002-11-11Fixes to allow -append and -prepend work when there's only one file beingTimo Sirainen
2002-11-11whops, forgot to addTimo Sirainen
2002-11-11fixes to allow you to register a new keyboard redirection inside aTimo Sirainen
2002-11-11DCC send supports now queueing. Patch by Heikki Orsila <heikki@ee.tut.fi>,Timo Sirainen
2002-11-10Irssi::timeout_add(), timeout_add_once() and input_add() were buggy.Timo Sirainen
2002-11-09grammatical fixTimo Sirainen
2002-11-07Some compiling fixes found by -Wall in perl dirs..Timo Sirainen
2002-11-07Use the modified PERL_CFLAGS + CFLAGS to compile .xs files.Timo Sirainen
2002-11-05Added "gui key pressed" signal which is sent every time a key is pressed.Timo Sirainen
2002-11-05Fixed some "buffer overflow" alerts when playing with buggy /EVAL values.Timo Sirainen