summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-14rm -f the libirc_proxy.a before ln -s.Timo 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-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
2001-07-03Removed GLIB warning at certain condition with tab completion.Timo Sirainen
2001-07-01void should be in separate lineTimo Sirainen
2001-06-30use Irssi; use Irssi::Irc and use Irssi::UI are now automatically called soTimo Sirainen
2001-06-30DCC_REC was missing MODULE_DATA_INIT() / .._DEINIT()Timo Sirainen
2001-06-30Updates to perl documentation. Moved Rawlog->{lines} to Rawlog::get_lines()Timo Sirainen
2001-06-29Moved screen_refresh_thaw() in initialization before theTimo Sirainen
2001-06-29Removed the "domain is 2 or 3 chars" check from quitmsg_is_split() sinceTimo Sirainen
2001-06-29/SET netsplit_nicks_hide_threshold must not be smaller than /SETTimo Sirainen
2001-06-29If .theme suffix was given for /SET theme, irssi printed "theme changed toTimo Sirainen
2001-06-29Windowitem->{type} wasn't set properlyTimo Sirainen
2001-06-29Added some new variables for UI::WindowTimo Sirainen
2001-06-29removed fe-perlTimo Sirainen
2001-06-29UI fixesTimo Sirainen
2001-06-29Irssi::xx -> Irssi::UI::xxTimo Sirainen
2001-06-29Added size/skipped to Dcc::Send / Get recordsTimo Sirainen
2001-06-29whois_away had one extra space at the beginning.Timo Sirainen
2001-06-28Nick changes were printed twice in queries.Timo Sirainen
2001-06-28when theme is changed, it should print the message to status window, not to a...Timo Sirainen
2001-06-27Don't print GLIB critical when trying to bless unknown iobject - this couldTimo Sirainen
2001-06-27Moved fe_perl module to use Irssi::UI .. this breaks several scripts thatTimo Sirainen
2001-06-27removed useless #defineTimo Sirainen
2001-06-27Using different ports in one server for different chat networks didn't workTimo Sirainen
2001-06-27Don't autoclose windows with bound items.Timo Sirainen
2001-06-27Don't reply to CTCP PINGs longer than 100 bytes (see the comment).Timo Sirainen
2001-06-27/NICK: don't bother trying to change the nick to the one you already haveTimo Sirainen
2001-06-27Added -delete option to /WINDOW THEME. /WINDOW THEME without parametersTimo Sirainen
2001-06-27Fixed window specific themesTimo Sirainen