Age | Commit message (Expand) | Author |
2001-07-16 | added "use strict" for all scripts, made some small changes. | Timo Sirainen |
2001-07-16 | Added Irssi::command_bind_first() and Irssi::command_bind_last() | Timo Sirainen |
2001-07-16 | /WINDOW MOVE: prev/next -> left/right | Timo Sirainen |
2001-07-16 | added another hilight kludge | Timo Sirainen |
2001-07-16 | --home, --config parameters now expand relative paths to absolute at startup. | Timo Sirainen |
2001-07-16 | forgot to add textbuffer-reformat.h | Timo Sirainen |
2001-07-15 | Hilight fixes - mode lines shouldn't be hilighted accidentally anymore. | Timo Sirainen |
2001-07-15 | Previous foreach fixes to /FOREACH WINDOW too. | Timo Sirainen |
2001-07-15 | textui isn't done yet. | Timo Sirainen |
2001-07-15 | New /IGNOREs weren't immediately effective for nicks in channel. Some small | Timo Sirainen |
2001-07-15 | Moved awaylog to core. | Timo Sirainen |
2001-07-15 | Another /FOREACH update - it only goes through the current | Timo Sirainen |
2001-07-15 | /SB REDRAW functionality - not fully working yet. | Timo Sirainen |
2001-07-15 | Added --home and --config command line parameters to irssi to specify | Timo Sirainen |
2001-07-14 | /FOREACH won't crash now if the command removes the item being accessed | Timo Sirainen |
2001-07-14 | command option/parameter completion was case sensitive (ie. /MSG <tab> | Timo Sirainen |
2001-07-14 | yet another typo, "-z -> -z " | Timo Sirainen |
2001-07-14 | gettext isn't needed anymore | Timo Sirainen |
2001-07-14 | rm -f the libirc_proxy.a before ln -s. | Timo Sirainen |
2001-07-14 | if -z -> if test -z .. | Timo Sirainen |
2001-07-14 | if -n -> if test -n | Timo Sirainen |
2001-07-14 | "gui dialog" signals can now be safely emitted before the GUI is initialized | Timo Sirainen |
2001-07-14 | Cut the messages sent to rawlog to 510 chars too. | Timo Sirainen |
2001-07-14 | If perl binary wasn't found, give a correct error message. Changed all | Timo Sirainen |
2001-07-14 | /NAMES -count: print only the Total xxx nicks line | Timo Sirainen |
2001-07-14 | removed a useless "fix" | Timo Sirainen |
2001-07-13 | uname() returns non-negative if successful, not necessarily 0. | Timo Sirainen |
2001-07-13 | Compiles now statically to irssi with --with-modules=proxy | Timo Sirainen |
2001-07-12 | Replaced GList by adding prev/next pointers to LINE_REC. This should make | Timo Sirainen |
2001-07-12 | Removed everything from @EXPORT - they weren't supposed to be there. | Timo Sirainen |
2001-07-12 | Irssi::Server::command() - window item parameter should be NULL | Timo Sirainen |
2001-07-10 | Makefile fixed to use module directory again. If /SET irssiproxy_ports has | Timo Sirainen |
2001-07-05 | Moved location of config, theme and doc files. Added debian dir for building ... | Timo Sirainen |
2001-07-03 | Removed GLIB warning at certain condition with tab completion. | Timo Sirainen |
2001-07-02 | "query nick changed" was missing a parameter | Timo Sirainen |
2001-07-01 | void should be in separate line | Timo Sirainen |
2001-06-30 | use Irssi; use Irssi::Irc and use Irssi::UI are now automatically called so | Timo Sirainen |
2001-06-30 | DCC_REC was missing MODULE_DATA_INIT() / .._DEINIT() | Timo Sirainen |
2001-06-30 | Updates to perl documentation. Moved Rawlog->{lines} to Rawlog::get_lines() | Timo Sirainen |
2001-06-29 | Added info how to use xmodmap to set alt as meta key | Timo Sirainen |
2001-06-29 | Moved screen_refresh_thaw() in initialization before the | Timo Sirainen |
2001-06-29 | Removed the "domain is 2 or 3 chars" check from quitmsg_is_split() since | Timo Sirainen |
2001-06-29 | /SET netsplit_nicks_hide_threshold must not be smaller than /SET | Timo Sirainen |
2001-06-29 | If .theme suffix was given for /SET theme, irssi printed "theme changed to | Timo Sirainen |
2001-06-29 | Windowitem->{type} wasn't set properly | Timo Sirainen |
2001-06-29 | Added some new variables for UI::Window | Timo Sirainen |
2001-06-29 | Added Window->{}, updated Dcc->{}, added Dcc::Chat+Get+Send->{}, removed | Timo Sirainen |
2001-06-29 | removed fe-perl | Timo Sirainen |
2001-06-29 | removed fe-perl lib | Timo Sirainen |
2001-06-29 | UI fixes | Timo Sirainen |