summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-08-07Windows' parent weren't saved (but was restored..)Timo Sirainen
2001-08-07Restoring layout for split windows works betters now. Some sticky windowTimo Sirainen
2001-08-05/MSG * in empty window now prints "not joined" errorTimo Sirainen
2001-08-04statusbar_item_redraw() didn't work properly with multiple split windows.Timo Sirainen
2001-08-04/UNIGNORE - skip spaces at end of line.Timo Sirainen
2001-08-03/WINDOW STICK changes - If ref# is given and it's in another split window,Timo Sirainen
2001-08-03Added sticky window information to /WINDOW.Timo Sirainen
2001-08-03Minor cleanup.Timo Sirainen
2001-08-03/WINDOW command now prints all information related to window.Timo Sirainen
2001-07-31Stop scripts when there's error in signal/timeout/input handler.Timo Sirainen
2001-07-30--with-perl-path -> --with-perl-lib=[site|vendor|DIR] with some fixes toTimo Sirainen
2001-07-30bugfix for parameter handling...Timo Sirainen
2001-07-30/SCRIPT FLUSH -> /SCRIPT RESET. Fixed parameter handling for /SCRIPTTimo Sirainen
2001-07-30Script name is printed now correctly if there's an error inTimo Sirainen
2001-07-30/TOGGLE didn't send "setup changed" signalTimo Sirainen
2001-07-29"\n", not '\n'..Timo Sirainen
2001-07-29/SCRIPT EXEC took only one argument. /SCRIPT LIST is now printed withTimo Sirainen
2001-07-29Signals weren't removed correctly.Timo Sirainen
2001-07-29don't use strict since it was forced to scripts too. added a missing $.Timo Sirainen
2001-07-29forgot module-formats.hTimo Sirainen
2001-07-29--enable-perl* -> --with-perl*. Added a new libfe_perl which handles /SCRIPTTimo Sirainen
2001-07-29/NAMES #channel_you're_not_joined doesn't print the "total of xx nick" lineTimo Sirainen
2001-07-29fixTimo Sirainen
2001-07-29" <tab>" in query printed glib warnings.Timo Sirainen
2001-07-29bugfixTimo Sirainen
2001-07-29Use INSTALLDIRS=perl option with MakeMaker if perl install directory isTimo Sirainen
2001-07-29Resize fixes. Now SIGWINCH only sets a flag that a resize check is needed.Timo 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-26added destroy() function to WI_ITEM_REC. This fixes a potential crash whenTimo Sirainen
2001-07-26bugfixTimo 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-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 Irssi::command_bind_first() and Irssi::command_bind_last()Timo Sirainen
2001-07-16added another hilight kludgeTimo Sirainen
2001-07-16--home, --config parameters now expand relative paths to absolute at startup.Timo Sirainen