summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2003-01-21If JOIN is sent to channel you've already joined, assume a missing PART andTimo Sirainen
2003-01-21Added '!' into nick flags, used by some ircdTimo Sirainen
2003-01-11Check for gc.h tooTimo Sirainen
2003-01-08parse_time_interval() fallbacked to milliseconds, not seconds. some codeTimo Sirainen
2003-01-07didn't compile with older perls.Timo Sirainen
2003-01-06/HILIGHT listing was missing space sometimesTimo Sirainen
2002-12-31don't crash with /set completion_keep_privates 0Timo Sirainen
2002-12-31lag_min_show should default to 1 sec, not 0.1secTimo Sirainen
2002-12-30Don't access free'd memory.Timo Sirainen
2002-12-30Added missing settings_get_*(), patch by pederTimo Sirainen
2002-12-29typo: themes weren't defaulting their abstracts to internal themeTimo Sirainen
2002-12-29day -> 1day, hour -> 1hourTimo Sirainen
2002-12-29s/size/time/ in warning messageTimo Sirainen
2002-12-28Added /REDRAW command that does the same as ^L.Timo Sirainen
2002-12-28Added time, size and level setting types. Breaks some settings - I'll addTimo Sirainen
2002-12-28Added support to define new default abstracts at runtime.Timo Sirainen
2002-12-28don't bother with inlining at all, it doesn't help that much and I'm notTimo Sirainen
2002-12-28fix compiler warningsTimo Sirainen
2002-12-28/set ignore_hide_targets supports now also checking for servertag/targetTimo Sirainen
2002-12-27Added 308 whois numericTimo Sirainen
2002-12-23Make sure we aren't using a destroyed themeTimo Sirainen
2002-12-23actually no, it doesn't work ;)Timo Sirainen
2002-12-23a bit better checking for free'd variables.Timo Sirainen
2002-12-23Added /SET perl_memory_check_level which works with only GC enabled. 0Timo Sirainen
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