Commit graph

  • c4fe917be3 " <tab>" in query printed glib warnings. Timo Sirainen 2001-07-29 04:38:31 +00:00
  • af86920d3f bugfix Timo Sirainen 2001-07-29 04:03:58 +00:00
  • dd9e73e462 Version number update Timo Sirainen 2001-07-29 04:00:15 +00:00
  • 81eb94fa9b Use INSTALLDIRS=perl option with MakeMaker if perl install directory is specified. Timo Sirainen 2001-07-29 03:56:46 +00:00
  • 478f78acc3 added a few debian-specific files. Timo Sirainen 2001-07-29 03:55:03 +00:00
  • 69e8011196 Remove VERSION from config.h.in so you don't need to rebuild the whole irssi because of it. Timo Sirainen 2001-07-29 03:54:39 +00:00
  • d06cd9ddbb Resize fixes. Now SIGWINCH only sets a flag that a resize check is needed. Resizes are checked/done 2 times a second. Timo Sirainen 2001-07-29 02:25:55 +00:00
  • 97fa63a569 typofix Timo Sirainen 2001-07-29 01:48:42 +00:00
  • bdde1d884c /NOTIFY, /NOTIFY -list: Added "The notify list is empty" message Timo Sirainen 2001-07-29 01:46:34 +00:00
  • 2a44f98a51 Added "Closed query with nick" message. Timo Sirainen 2001-07-29 01:41:01 +00:00
  • d1d13a4b36 Escape % chars in logs so strftime() won't mess with them. Timo Sirainen 2001-07-29 01:35:10 +00:00
  • 11072cc4d7 Removed unused signal_gui_print_text, added a g_return_if_fail(dest->window != NULL) to "print text" signal - window should be set or it is treated as GUI print event. Timo Sirainen 2001-07-29 01:16:27 +00:00
  • 6ec7e12967 Added a small sanity check - the condition should never happen, but it seems to have happened with one guy.. perhaps something else had corrupted memory. Timo Sirainen 2001-07-29 01:14:25 +00:00
  • 802ee7564c Fixed /RELOAD crashing without parameters. Timo Sirainen 2001-07-29 00:27:23 +00:00
  • 9668285467 OK, no more forcing the reuse_unused_windows. It's up to the user to set it. Timo Sirainen 2001-07-28 23:40:00 +00:00
  • 0fa4e20497 /SET reuse_unused_windows is now forced ON only if /SET autocreate_windows is ON and autoclose_windows is OFF. Timo Sirainen 2001-07-28 23:28:46 +00:00
  • 35ce180f10 --hostname and --nick options didn't have effect for autoconnected servers. Timo Sirainen 2001-07-28 23:24:45 +00:00
  • 2bc284c77e check if we're running perl 5.00x - if so, don't define the INSTALLDIRS since it breaks make install. Timo Sirainen 2001-07-28 22:59:59 +00:00
  • 0515b00f98 Fix to make it work with autoconf 2.50 Timo Sirainen 2001-07-28 22:41:14 +00:00
  • 8590eb9863 Version number update Timo Sirainen 2001-07-28 04:00:31 +00:00
  • 87ae6a58f9 Version number update Timo Sirainen 2001-07-27 04:00:22 +00:00
  • 908a329dec Version number update Timo Sirainen 2001-07-26 04:01:19 +00:00
  • 3fb7a4115d added destroy() function to WI_ITEM_REC. This fixes a potential crash when "window item destroy" signal was being used. Timo Sirainen 2001-07-26 01:49:08 +00:00
  • 219d276b0a bugfix Timo Sirainen 2001-07-26 01:38:46 +00:00
  • 0f579f4b1e Version number update Timo Sirainen 2001-07-25 20:59:32 +00:00
  • 62e023d401 Version number update Timo Sirainen 2001-07-25 20:50:07 +00:00
  • 9b53669520 Version number update Timo Sirainen 2001-07-25 20:20:27 +00:00
  • 3db3f74b55 Version number update Timo Sirainen 2001-07-25 20:15:23 +00:00
  • 7a9a50f70b get the version from IRSSI_VERSION, not VERSION. #include "signals.h" was missing from proxy.c Timo Sirainen 2001-07-25 20:07:10 +00:00
  • 5eca2d861f fixed using already free'd memory. Timo Sirainen 2001-07-25 19:29:50 +00:00
  • f81291622f buffer overflow fix Timo Sirainen 2001-07-25 19:16:21 +00:00
  • fc4f81c751 SYNTAX: ACTION updated - target is required Timo Sirainen 2001-07-25 17:40:56 +00:00
  • 338e58cbad Don't crash when trying to bless NULLs Timo Sirainen 2001-07-24 22:21:48 +00:00
  • 00f7246d7c Added proxy section Timo Sirainen 2001-07-24 17:49:24 +00:00
  • 559a5be42f fixed a small memory leak Timo Sirainen 2001-07-22 12:08:36 +00:00
  • 40ffd87ded Irssi::printformat() called printformat_window() to print the text which lost server/target information. Added printtext_dest() function which it uses now. Timo Sirainen 2001-07-18 19:03:07 +00:00
  • 088358ca61 /NAMES -count now prints only the "total" line, not "users(#channel)" anymore Timo Sirainen 2001-07-17 18:22:24 +00:00
  • fbe38dd2c8 command_runsub() - ignore multiple spaces between /COMMAND SUBCOMMAND Timo Sirainen 2001-07-16 20:23:59 +00:00
  • 69a6096b8b added "use strict" for all scripts, made some small changes. Timo Sirainen 2001-07-16 20:22:45 +00:00
  • 0d3b5c729f Added Irssi::command_bind_first() and Irssi::command_bind_last() Timo Sirainen 2001-07-16 20:03:36 +00:00
  • f37d661ac3 /WINDOW MOVE: prev/next -> left/right Timo Sirainen 2001-07-16 19:49:07 +00:00
  • 7e630b22cf added another hilight kludge Timo Sirainen 2001-07-16 17:20:23 +00:00
  • 40c7fa1190 --home, --config parameters now expand relative paths to absolute at startup. Timo Sirainen 2001-07-16 16:56:52 +00:00
  • 581fc794b4 forgot to add textbuffer-reformat.h Timo Sirainen 2001-07-16 16:10:12 +00:00
  • 118b5f48a2 Hilight fixes - mode lines shouldn't be hilighted accidentally anymore. Timo Sirainen 2001-07-15 19:03:27 +00:00
  • 27fcabbc19 Previous foreach fixes to /FOREACH WINDOW too. Timo Sirainen 2001-07-15 18:21:44 +00:00
  • fd547c3ebe textui isn't done yet. Timo Sirainen 2001-07-15 15:16:38 +00:00
  • c1ac5765b3 New /IGNOREs weren't immediately effective for nicks in channel. Some small fixes for unignoring levels with /IGNORE. Timo Sirainen 2001-07-15 14:50:26 +00:00
  • 316bd7d142 Moved awaylog to core. Timo Sirainen 2001-07-15 14:07:48 +00:00
  • de5348a084 Another /FOREACH update - it only goes through the current servers/channels/queries, if the command creates new ones it skips them (ie. /FOREACH CHANNEL /CYCLE works now). Timo Sirainen 2001-07-15 13:49:57 +00:00
  • 7f9959274c /SB REDRAW functionality - not fully working yet. Timo Sirainen 2001-07-15 13:13:46 +00:00
  • 79d1d7089a Added --home and --config command line parameters to irssi to specify locations for ~/.irssi and ~/.irssi/config Timo Sirainen 2001-07-15 00:39:48 +00:00
  • bcbb55dd1e /FOREACH won't crash now if the command removes the item being accessed (ie. /foreach server disconnect should work) Timo Sirainen 2001-07-14 23:24:05 +00:00
  • c930f8f8e6 command option/parameter completion was case sensitive (ie. /MSG <tab> didn't, work, /msg <tab> did) Timo Sirainen 2001-07-14 20:06:00 +00:00
  • e2da644c76 yet another typo, "-z -> -z " Timo Sirainen 2001-07-14 19:34:28 +00:00
  • af7eb505a8 gettext isn't needed anymore Timo Sirainen 2001-07-14 19:20:20 +00:00
  • 7b4e1cb8a1 rm -f the libirc_proxy.a before ln -s. Timo Sirainen 2001-07-14 19:16:53 +00:00
  • 1446b35e9e if -z -> if test -z .. Timo Sirainen 2001-07-14 19:16:34 +00:00
  • 67717c5224 if -n -> if test -n Timo Sirainen 2001-07-14 19:13:07 +00:00
  • cb763a0b52 "gui dialog" signals can now be safely emitted before the GUI is initialized - the texts are queued until the GUI initialization is done and re-emitted. Timo Sirainen 2001-07-14 19:10:17 +00:00
  • b500815724 Cut the messages sent to rawlog to 510 chars too. Timo Sirainen 2001-07-14 18:52:53 +00:00
  • 0cd57fb201 If perl binary wasn't found, give a correct error message. Changed all test "xYY" != "x" to test -n "YY" Timo Sirainen 2001-07-14 18:46:19 +00:00
  • 4425f87f98 /NAMES -count: print only the Total xxx nicks line Timo Sirainen 2001-07-14 18:19:22 +00:00
  • fca13a0fba removed a useless "fix" Timo Sirainen 2001-07-14 18:19:08 +00:00
  • b365a78a5a uname() returns non-negative if successful, not necessarily 0. Timo Sirainen 2001-07-13 19:17:43 +00:00
  • a5a277c94d Compiles now statically to irssi with --with-modules=proxy Timo Sirainen 2001-07-13 13:09:58 +00:00
  • 9eed52fa40 Replaced GList by adding prev/next pointers to LINE_REC. This should make some things faster and take a bit less memory. Also fixed an evil memory leak. Timo Sirainen 2001-07-12 21:44:01 +00:00
  • dd37b9ca2c Removed everything from @EXPORT - they weren't supposed to be there. Timo Sirainen 2001-07-12 19:51:33 +00:00
  • 5311736a68 Irssi::Server::command() - window item parameter should be NULL Timo Sirainen 2001-07-12 19:44:54 +00:00
  • 3cea29ae82 Makefile fixed to use module directory again. If /SET irssiproxy_ports has '*' as server tag, it will match for any of the servers (useful if you're only using one). Fixed a crash if client sent a request to server and quit before the reply was received. Timo Sirainen 2001-07-10 19:10:37 +00:00
  • 2ddba459c0 Moved location of config, theme and doc files. Added debian dir for building a .deb easily. Timo Sirainen 2001-07-05 23:16:18 +00:00
  • 3eca462859 Removed GLIB warning at certain condition with tab completion. Timo Sirainen 2001-07-03 22:21:40 +00:00
  • 38d855d4a9 "query nick changed" was missing a parameter Timo Sirainen 2001-07-02 13:10:57 +00:00
  • 05bb4cf82f void should be in separate line Timo Sirainen 2001-07-01 10:53:35 +00:00
  • 3005cad5c3 use Irssi; use Irssi::Irc and use Irssi::UI are now automatically called so you won't need to add those to scripts. Timo Sirainen 2001-06-30 11:53:03 +00:00
  • e72780d4d6 DCC_REC was missing MODULE_DATA_INIT() / .._DEINIT() Timo Sirainen 2001-06-30 10:11:33 +00:00
  • f1ecfca8a7 Updates to perl documentation. Moved Rawlog->{lines} to Rawlog::get_lines() instead. Timo Sirainen 2001-06-30 09:49:59 +00:00
  • bf0e9f163a Added info how to use xmodmap to set alt as meta key Timo Sirainen 2001-06-29 23:52:00 +00:00
  • aae1efa61a Moved screen_refresh_thaw() in initialization before the fe_common_core_finish_init() so that if it prints something it gets printed to screen immediately. Also doing it afterwards triggered some screen updating bug and the printed lines were left blank until screen was refreshed.. Timo Sirainen 2001-06-29 23:24:52 +00:00
  • 5120660bf5 Removed the "domain is 2 or 3 chars" check from quitmsg_is_split() since Undernet nowadays prints "*.net *.split" quit message for netsplits and the netsplit quit message can't be faked anyway with current IRC servers. Timo Sirainen 2001-06-29 23:14:44 +00:00
  • f70160c503 /SET netsplit_nicks_hide_threshold must not be smaller than /SET netsplit_max_nicks or no nicks were printed with netsplits. Timo Sirainen 2001-06-29 23:11:43 +00:00
  • f20a6b0198 If .theme suffix was given for /SET theme, irssi printed "theme changed to xxx" message every time any setting was changed. Timo Sirainen 2001-06-29 23:10:48 +00:00
  • f9c9e6fc75 Windowitem->{type} wasn't set properly Timo Sirainen 2001-06-29 22:57:03 +00:00
  • 76e0e448af Added some new variables for UI::Window Timo Sirainen 2001-06-29 22:51:37 +00:00
  • abc4393071 Added Window->{}, updated Dcc->{}, added Dcc::Chat+Get+Send->{}, removed Autoignore Timo Sirainen 2001-06-29 22:43:19 +00:00
  • 7ffe6ace97 removed fe-perl Timo Sirainen 2001-06-29 22:27:02 +00:00
  • 9c690bb644 removed fe-perl lib Timo Sirainen 2001-06-29 22:18:27 +00:00
  • dead8321a8 UI fixes Timo Sirainen 2001-06-29 21:14:10 +00:00
  • 78986b59c8 Irssi::xx -> Irssi::UI::xx Timo Sirainen 2001-06-29 21:11:29 +00:00
  • f0ccd539df Added size/skipped to Dcc::Send / Get records Timo Sirainen 2001-06-29 20:41:35 +00:00
  • 84e8d9acfa whois_away had one extra space at the beginning. Timo Sirainen 2001-06-29 19:03:55 +00:00
  • b62615e32a Nick changes were printed twice in queries. Timo Sirainen 2001-06-28 22:40:24 +00:00
  • 77b72271c8 when theme is changed, it should print the message to status window, not to active window.. Timo Sirainen 2001-06-28 17:43:53 +00:00
  • 308c1347b1 perl/fe -> perl/ui Timo Sirainen 2001-06-28 11:01:24 +00:00
  • c249f62544 Don't print GLIB critical when trying to bless unknown iobject - this could well happen with some unknown objects like /EXEC -interactive's WI_ITEM_REC. Timo Sirainen 2001-06-27 23:05:20 +00:00
  • 89d7498019 Moved fe_perl module to use Irssi::UI .. this breaks several scripts that use UI-specific code, but simply adding the "use Irssi::UI;" after use Irssi; should work. make install now removes libfe_perl.* files from global module directory, but if you have it somewhere else you should manually remove it. Timo Sirainen 2001-06-27 22:56:17 +00:00
  • d7342a6c4f removed useless #define Timo Sirainen 2001-06-27 22:54:51 +00:00
  • 53975363ce Using different ports in one server for different chat networks didn't work properly. Timo Sirainen 2001-06-27 21:47:31 +00:00
  • 5cb945cedf Don't autoclose windows with bound items. Timo Sirainen 2001-06-27 21:31:26 +00:00
  • f98b77c4a2 Don't reply to CTCP PINGs longer than 100 bytes (see the comment). Timo Sirainen 2001-06-27 21:26:33 +00:00