Age | Commit message (Expand) | Author |
2002-12-30 | Don't access free'd memory. | Timo Sirainen |
2002-12-30 | Added missing settings_get_*(), patch by peder | Timo Sirainen |
2002-12-29 | typo: themes weren't defaulting their abstracts to internal theme | Timo Sirainen |
2002-12-29 | day -> 1day, hour -> 1hour | Timo Sirainen |
2002-12-29 | s/size/time/ in warning message | Timo Sirainen |
2002-12-28 | Added /REDRAW command that does the same as ^L. | Timo Sirainen |
2002-12-28 | Added time, size and level setting types. Breaks some settings - I'll add | Timo Sirainen |
2002-12-28 | Added support to define new default abstracts at runtime. | Timo Sirainen |
2002-12-28 | don't bother with inlining at all, it doesn't help that much and I'm not | Timo Sirainen |
2002-12-28 | fix compiler warnings | Timo Sirainen |
2002-12-28 | /set ignore_hide_targets supports now also checking for servertag/target | Timo Sirainen |
2002-12-27 | Added 308 whois numeric | Timo Sirainen |
2002-12-23 | Make sure we aren't using a destroyed theme | Timo Sirainen |
2002-12-23 | actually no, it doesn't work ;) | Timo Sirainen |
2002-12-23 | a bit better checking for free'd variables. | Timo Sirainen |
2002-12-23 | Added /SET perl_memory_check_level which works with only GC enabled. 0 | Timo Sirainen |
2002-12-23 | --with-gc enables now support for Boehm's GC, if it's found and glib2 is | Timo Sirainen |
2002-12-20 | Added /SET channels_rejoin_unavailable to disable automatic rejoining when ch... | Timo Sirainen |
2002-12-11 | Previous theme patch fixes by c0ffee | Timo Sirainen |
2002-12-10 | GC fixes. | Timo Sirainen |
2002-12-10 | A few fixes to make irssi work with garbage collected GLIB. | Timo Sirainen |
2002-12-10 | Compiler warning fix | Timo Sirainen |
2002-12-09 | mode +o nick -o nick2 did +o for the nick2 too | Timo Sirainen |
2002-12-08 | Added Irssi::Script object and "script error" signal. | Timo Sirainen |
2002-12-07 | Don't break if nick is twice in names list (never is with non-broken | Timo Sirainen |
2002-12-04 | Added Irssi::signal_register() to dynamically register new signals. | Timo Sirainen |
2002-12-04 | make printnicks global | Timo Sirainen |
2002-12-04 | Better support %n in theme abstracts. Patch by c0ffee. | Timo Sirainen |
2002-12-04 | Added no_connect to SERVER_CONNECT_REC, also exported a few other variables | Timo Sirainen |
2002-12-04 | Broke irssi_binary path. | Timo Sirainen |
2002-12-03 | Irssi didn't set the internal away reason when reconnecting to server while | Timo Sirainen |
2002-12-03 | Made irssi_binary global and exported to perl as get_irssi_binary(). | Timo Sirainen |
2002-12-01 | no, /connect -! shouldn't send the /ircnet -autosendcmd, channel's botcmd | Timo 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-29 | and remove outdated comment :) | Timo Sirainen |
2002-11-29 | If bind() fails when connecting, don't fallback to default address. Should | Timo Sirainen |
2002-11-28 | net_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 when | Timo Sirainen |
2002-11-21 | Create log file directories using /set log_create_file_mode + exec-bit. | Timo Sirainen |
2002-11-21 | Prettier displaying of DCC transfers, including adding ETA. | Timo Sirainen |
2002-11-21 | doc/syntax updates | Timo Sirainen |
2002-11-21 | completion_msg() is now public | Timo Sirainen |
2002-11-21 | Irssi now uses 64bit file offets if it's only supported by system. Also did | Timo 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-19 | Timeout server connections if they're not in fully connected stage in /SET | Timo Sirainen |
2002-11-17 | forgot to commit with previous perl changes | Timo Sirainen |
2002-11-17 | Less strict error checking, and notify about every error we do see. | Timo Sirainen |