summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2001-07-15Added --home and --config command line parameters to irssi to specifyTimo Sirainen
2001-07-14/FOREACH won't crash now if the command removes the item being accessedTimo Sirainen
2001-07-14command option/parameter completion was case sensitive (ie. /MSG <tab>Timo Sirainen
2001-07-14yet another typo, "-z -> -z "Timo Sirainen
2001-07-14gettext isn't needed anymoreTimo Sirainen
2001-07-14rm -f the libirc_proxy.a before ln -s.Timo Sirainen
2001-07-14if -z -> if test -z ..Timo Sirainen
2001-07-14if -n -> if test -nTimo Sirainen
2001-07-14"gui dialog" signals can now be safely emitted before the GUI is initializedTimo Sirainen
2001-07-14Cut the messages sent to rawlog to 510 chars too.Timo Sirainen
2001-07-14If perl binary wasn't found, give a correct error message. Changed allTimo Sirainen
2001-07-14/NAMES -count: print only the Total xxx nicks lineTimo Sirainen
2001-07-14removed a useless "fix"Timo Sirainen
2001-07-13uname() returns non-negative if successful, not necessarily 0.Timo Sirainen
2001-07-13Compiles now statically to irssi with --with-modules=proxyTimo Sirainen
2001-07-12Replaced GList by adding prev/next pointers to LINE_REC. This should makeTimo Sirainen
2001-07-12Removed everything from @EXPORT - they weren't supposed to be there.Timo Sirainen
2001-07-12Irssi::Server::command() - window item parameter should be NULLTimo Sirainen
2001-07-10Makefile fixed to use module directory again. If /SET irssiproxy_ports hasTimo Sirainen
2001-07-05Moved location of config, theme and doc files. Added debian dir for building ...Timo Sirainen