summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-07-29bugfixTimo Sirainen
2001-07-29Version number updateTimo Sirainen
2001-07-29Use INSTALLDIRS=perl option with MakeMaker if perl install directory isTimo Sirainen
2001-07-29added a few debian-specific files.Timo Sirainen
2001-07-29Remove VERSION from config.h.in so you don't need to rebuild the whole irssiTimo Sirainen
2001-07-29Resize fixes. Now SIGWINCH only sets a flag that a resize check is needed.Timo Sirainen
2001-07-29typofixTimo Sirainen
2001-07-29/NOTIFY, /NOTIFY -list: Added "The notify list is empty" messageTimo Sirainen
2001-07-29Added "Closed query with nick" message.Timo Sirainen
2001-07-29Escape % chars in logs so strftime() won't mess with them.Timo Sirainen
2001-07-29Removed unused signal_gui_print_text, added a g_return_if_fail(dest->windowTimo Sirainen
2001-07-29Added a small sanity check - the condition should never happen, but it seemsTimo Sirainen
2001-07-29Fixed /RELOAD crashing without parameters.Timo Sirainen
2001-07-28OK, no more forcing the reuse_unused_windows. It's up to the user to set it.Timo Sirainen
2001-07-28/SET reuse_unused_windows is now forced ON only if /SET autocreate_windowsTimo Sirainen
2001-07-28--hostname and --nick options didn't have effect for autoconnected servers.Timo Sirainen
2001-07-28check if we're running perl 5.00x - if so, don't define the INSTALLDIRSTimo Sirainen
2001-07-28Fix to make it work with autoconf 2.50Timo Sirainen
2001-07-28Version number updateTimo Sirainen
2001-07-27Version number updateTimo Sirainen
2001-07-26Version number updateTimo Sirainen
2001-07-26added destroy() function to WI_ITEM_REC. This fixes a potential crash whenTimo Sirainen
2001-07-26bugfixTimo Sirainen
2001-07-25Version number updateTimo Sirainen
2001-07-25Version number updateTimo Sirainen
2001-07-25Version number updateTimo Sirainen
2001-07-25Version number updateTimo Sirainen
2001-07-25get the version from IRSSI_VERSION, not VERSION. #include "signals.h" wasTimo Sirainen
2001-07-25fixed using already free'd memory.Timo Sirainen
2001-07-25buffer overflow fixTimo Sirainen
2001-07-25SYNTAX: ACTION updated - target is requiredTimo Sirainen
2001-07-24Don't crash when trying to bless NULLsTimo Sirainen
2001-07-24Added proxy sectionTimo Sirainen
2001-07-22fixed a small memory leakTimo Sirainen
2001-07-18Irssi::printformat() called printformat_window() to print the text whichTimo Sirainen
2001-07-17/NAMES -count now prints only the "total" line, not "users(#channel)" anymoreTimo Sirainen
2001-07-16command_runsub() - ignore multiple spaces between /COMMAND SUBCOMMANDTimo Sirainen
2001-07-16added "use strict" for all scripts, made some small changes.Timo Sirainen
2001-07-16Added Irssi::command_bind_first() and Irssi::command_bind_last()Timo Sirainen
2001-07-16/WINDOW MOVE: prev/next -> left/rightTimo Sirainen
2001-07-16added another hilight kludgeTimo Sirainen
2001-07-16--home, --config parameters now expand relative paths to absolute at startup.Timo Sirainen
2001-07-16forgot to add textbuffer-reformat.hTimo Sirainen
2001-07-15Hilight fixes - mode lines shouldn't be hilighted accidentally anymore.Timo Sirainen
2001-07-15Previous foreach fixes to /FOREACH WINDOW too.Timo Sirainen
2001-07-15textui isn't done yet.Timo Sirainen
2001-07-15New /IGNOREs weren't immediately effective for nicks in channel. Some smallTimo Sirainen
2001-07-15Moved awaylog to core.Timo Sirainen
2001-07-15Another /FOREACH update - it only goes through the currentTimo Sirainen
2001-07-15/SB REDRAW functionality - not fully working yet.Timo Sirainen