Commit graph

  • 1752f9863c Default to no GC. Timo Sirainen 2002-12-28 18:21:05 +00:00
  • dcb0c6e4dd Added /REDRAW command that does the same as ^L. Timo Sirainen 2002-12-28 18:19:34 +00:00
  • bd6fe052bc Added time, size and level setting types. Breaks some settings - I'll add automatic converter to these settings later. Meanwhile you CVS users can fix your config files yourself :) Timo Sirainen 2002-12-28 17:54:13 +00:00
  • 9c18cb00e7 Added support to define new default abstracts at runtime. Irssi::abstracts_register([key => value, ...]); Timo Sirainen 2002-12-28 15:25:10 +00:00
  • 3a1ceaf3d0 don't bother with inlining at all, it doesn't help that much and I'm not sure how to do it properly without warnings :) Timo Sirainen 2002-12-28 14:59:29 +00:00
  • c4c6428185 fix compiler warnings Timo Sirainen 2002-12-28 14:20:24 +00:00
  • 9ef3044e98 /set ignore_hide_targets supports now also checking for servertag/target Timo Sirainen 2002-12-28 14:20:08 +00:00
  • a3914f2586 Added 308 whois numeric Timo Sirainen 2002-12-27 08:33:41 +00:00
  • 22c5f7b005 Added sbnickmode around $cumode in statusbar. Timo Sirainen 2002-12-23 10:08:10 +00:00
  • d5bc95bc22 Make sure we aren't using a destroyed theme Timo Sirainen 2002-12-23 08:36:25 +00:00
  • ab91c843bd actually no, it doesn't work ;) Timo Sirainen 2002-12-23 07:22:20 +00:00
  • f070a873e0 a bit better checking for free'd variables. Timo Sirainen 2002-12-23 07:19:03 +00:00
  • f0eaf349f7 Check for gc/gc.h too Timo Sirainen 2002-12-23 06:44:58 +00:00
  • b97bc4fe66 If ignore_perl_errors environment is set, we don't check if we could actually compile perl test program at runtime. Kludge to fix some broken perl installations.. Timo Sirainen 2002-12-23 06:39:26 +00:00
  • 9e6ee33cdf Prefer glib2 to 1.2 always now Timo Sirainen 2002-12-23 06:33:58 +00:00
  • c1a1f4c804 Forgot to commit Timo Sirainen 2002-12-23 06:31:38 +00:00
  • eaae9fa5df Use GC by default, if possible. Timo Sirainen 2002-12-23 06:27:25 +00:00
  • 76299b7cee some weird changes reverted Timo Sirainen 2002-12-23 06:24:54 +00:00
  • 2a8e1b5251 Added /SET perl_memory_check_level which works with only GC enabled. 0 doesn't do any checks, 1 checks for memory to be valid (default) at the time, 2 runs GC and then checks if memory valid (slower, but detects errors much better). Timo Sirainen 2002-12-23 06:16:30 +00:00
  • cdc52b773e --with-gc enables now support for Boehm's GC, if it's found and glib2 is used. This also enables an extra check for perl library to verify scripts aren't using objects that have already been free'd - while not a fully safe solution it's much better than before :) Timo Sirainen 2002-12-23 06:06:14 +00:00
  • 495501c284 Added /SET channels_rejoin_unavailable to disable automatic rejoining when channel is unavailable. Efnet is stupid and uses the same numeric for joining juped channels and k-lines you after trying to constantly join it. Timo Sirainen 2002-12-20 14:37:56 +00:00
  • cafb1e0805 use $tag, not $chatnet Timo Sirainen 2002-12-18 08:52:00 +00:00
  • ec1c33e965 Added "How do i add the active network to the statusbar", by coekie. Timo Sirainen 2002-12-18 06:00:45 +00:00
  • 61864a563f Updated from scripts.irssi.org Timo Sirainen 2002-12-11 20:40:48 +00:00
  • e0c66e3122 Previous theme patch fixes by c0ffee Timo Sirainen 2002-12-11 10:00:51 +00:00
  • 7aacb9638b Updated from scripts.irssi.org Timo Sirainen 2002-12-11 09:40:47 +00:00
  • 6825f1e67e GC fixes. Timo Sirainen 2002-12-10 20:30:03 +00:00
  • bb55d3ff4d A few fixes to make irssi work with garbage collected GLIB. Timo Sirainen 2002-12-10 17:31:26 +00:00
  • 0743ce0e39 Compiler warning fix Timo Sirainen 2002-12-10 16:36:26 +00:00
  • 78b5867f3f Updated from scripts.irssi.org Timo Sirainen 2002-12-10 11:40:52 +00:00
  • 13eb240ece mode +o nick -o nick2 did +o for the nick2 too Timo Sirainen 2002-12-09 21:54:03 +00:00
  • 686d0c854a Updated from scripts.irssi.org Timo Sirainen 2002-12-09 19:40:50 +00:00
  • 65eb0d3280 Added Irssi::Script object and "script error" signal. Timo Sirainen 2002-12-08 17:43:57 +00:00
  • 3447e0c1b9 Updated from scripts.irssi.org Timo Sirainen 2002-12-08 16:40:42 +00:00
  • 0152ec2d19 Updated from scripts.irssi.org Timo Sirainen 2002-12-08 13:40:42 +00:00
  • e51f4e96fe Don't break if nick is twice in names list (never is with non-broken servers). Timo Sirainen 2002-12-07 20:53:50 +00:00
  • 0ab956f64f Updated from scripts.irssi.org Timo Sirainen 2002-12-06 17:41:46 +00:00
  • 6230c055f2 Added Irssi::signal_register() to dynamically register new signals. Timo Sirainen 2002-12-04 22:17:07 +00:00
  • 54000e1908 make printnicks global Timo Sirainen 2002-12-04 20:52:33 +00:00
  • abd9e6f616 Better support %n in theme abstracts. Patch by c0ffee. Timo Sirainen 2002-12-04 20:51:51 +00:00
  • 27f54e286f Added no_connect to SERVER_CONNECT_REC, also exported a few other variables to perl. Timo Sirainen 2002-12-04 11:39:31 +00:00
  • 45f86f7b5f Broke irssi_binary path. Timo Sirainen 2002-12-04 11:23:28 +00:00
  • 67d4550f21 Irssi didn't set the internal away reason when reconnecting to server while being away. Patch by c0ffee. Timo Sirainen 2002-12-03 22:54:44 +00:00
  • 439818bcf8 Made irssi_binary global and exported to perl as get_irssi_binary(). Timo Sirainen 2002-12-03 22:37:02 +00:00
  • 3c2aec1214 Updated from scripts.irssi.org Timo Sirainen 2002-12-02 19:40:48 +00:00
  • 0e56d6ef0e Updated from scripts.irssi.org Timo Sirainen 2002-12-01 22:40:44 +00:00
  • ad1136267f no, /connect -! shouldn't send the /ircnet -autosendcmd, channel's botcmd should still be sent.. Timo Sirainen 2002-12-01 16:28:12 +00:00
  • b25d6f0e04 /CONNECT -! shouldn't send autosendcmds when joining channels. Timo Sirainen 2002-12-01 16:08:23 +00:00
  • 1e2cadfa04 /last -clear removes now the "lastlog would print x lines, ... use -force" complain. Timo Sirainen 2002-11-29 13:53:44 +00:00
  • 7fc3a951cd and remove outdated comment :) Timo Sirainen 2002-11-29 13:38:48 +00:00
  • bae71dff48 If bind() fails when connecting, don't fallback to default address. Should make it easier to notice invalid settings or figure out why it's not working.. Timo Sirainen 2002-11-29 13:38:21 +00:00
  • b669dfaaaa net_gethostbyaddr() was pretty much broken. Timo Sirainen 2002-11-28 23:43:42 +00:00
  • ed444e1c5f /NETSPLIT now prints the server tag as well. Timo Sirainen 2002-11-28 23:19:03 +00:00
  • fb1aa67fc0 updated Timo Sirainen 2002-11-28 19:15:03 +00:00
  • d32f34ce85 silc fixes Timo Sirainen 2002-11-28 15:40:47 +00:00
  • 5b60b859d4 /SET resolve_reverse_lookup to do reverse lookups for server when /connecting. Patch by c0ffee. Timo Sirainen 2002-11-28 15:39:39 +00:00
  • c67ea66b14 Updated from scripts.irssi.org Timo Sirainen 2002-11-25 00:40:42 +00:00
  • dae3d7be8b Updated from scripts.irssi.org Timo Sirainen 2002-11-23 16:40:45 +00:00
  • d674106757 Added exception to linking against OpenSSL Timo Sirainen 2002-11-23 12:56:47 +00:00
  • 422ce92b44 Updated from scripts.irssi.org Timo Sirainen 2002-11-22 20:41:00 +00:00
  • ad27d4aac4 Create log file directories using /set log_create_file_mode + exec-bit. Patch by Noah Levitt <nlevitt at columbia.edu> Timo Sirainen 2002-11-21 20:18:24 +00:00
  • ecff491e02 Prettier displaying of DCC transfers, including adding ETA. Timo Sirainen 2002-11-21 18:48:03 +00:00
  • 5bf764ac14 doc/syntax updates Timo Sirainen 2002-11-21 18:34:54 +00:00
  • 7c7afe9f54 completion_msg() is now public Timo Sirainen 2002-11-21 18:24:51 +00:00
  • dc8bd638e3 Irssi now uses 64bit file offets if it's only supported by system. Also did a few changes to DCC so that it should be possible to send >4GB files. Timo Sirainen 2002-11-21 17:48:40 +00:00
  • dc7efcb45b added $itemname Timo Sirainen 2002-11-20 08:34:23 +00:00
  • 1705c0090a updated version to 0.8.6.CVS Timo Sirainen 2002-11-20 08:04:56 +00:00
  • c2d0adc47c /SET dcc_send_replace_space_with_underscore ON was buggy. Timo Sirainen 2002-11-19 12:18:11 +00:00
  • cb21fabb59 /SB END: if we're already at the end of buffer don't redraw it. Timo Sirainen 2002-11-19 12:02:56 +00:00
  • e4accf9c80 Timeout server connections if they're not in fully connected stage in /SET server_connect_timeout seconds. Timo Sirainen 2002-11-19 11:55:36 +00:00
  • 154d25f260 curses detection code was buggy and resulted using termcap instead of terminfo. 0.8.6 Timo Sirainen 2002-11-19 10:13:45 +00:00
  • 3c4111f786 Lets see if we're ready for 0.8.6 .. Timo Sirainen 2002-11-17 16:11:54 +00:00
  • 31d5e7424a "mail counter" signal hasn't existed for ages Timo Sirainen 2002-11-17 16:11:22 +00:00
  • 1c57816451 forgot to commit with previous perl changes Timo Sirainen 2002-11-17 16:05:32 +00:00
  • e5d506e31e Less strict error checking, and notify about every error we do see. Timo Sirainen 2002-11-17 15:51:04 +00:00
  • 01f571a215 Updated, previous one was a bit ambiguous (/dehilight mask isn't an exception) Timo Sirainen 2002-11-17 15:31:10 +00:00
  • e3c041955f cmd_get_quoted_param() didn't work properly if it was used with last word (ie. like ended with '"', which broke eg. /dcc send "file") Timo Sirainen 2002-11-17 15:28:40 +00:00
  • f167270a6b If /DCC SEND file isn't found, complain about it Timo Sirainen 2002-11-17 15:27:55 +00:00
  • 3182ac0d01 A bit more playing with perl cflags. Timo Sirainen 2002-11-17 14:18:11 +00:00
  • 0368fa6b5b Try to choose better the window where we print when matching by level and multiple windows have a match. Should fix problems with query windows with a default msgs window + /SET window_check_level_first ON. Timo Sirainen 2002-11-15 09:04:47 +00:00
  • 9b8406f335 /WINDOW NAME x, /WINDOW NAME X shouldn't complain about existing window having same name. Timo Sirainen 2002-11-15 09:03:35 +00:00
  • d6c1cfa14b Don't rename our nick in DCC chats when connecting to server before we know what nick the server gave to us (ie. may not be the same as the nick we requested). Timo Sirainen 2002-11-13 13:02:29 +00:00
  • 3e86ba6bd6 Updated from scripts.irssi.org Timo Sirainen 2002-11-13 09:40:49 +00:00
  • b5a13fd80b Don't highlight whois_extra and whois_special lines. Timo Sirainen 2002-11-13 09:24:25 +00:00
  • be1cd41a34 Fixes to allow -append and -prepend work when there's only one file being sent to wanted nick + typo bugfix. Timo Sirainen 2002-11-11 08:01:22 +00:00
  • 087e5ee525 whops, forgot to add Timo Sirainen 2002-11-11 07:35:44 +00:00
  • 768daa6824 fixes to allow you to register a new keyboard redirection inside a redirection handler. patch by c0ffee. Timo Sirainen 2002-11-11 06:54:32 +00:00
  • 488e7b70f4 DCC send supports now queueing. Patch by Heikki Orsila <heikki@ee.tut.fi>, although I did pretty heavy changes which hopefully didn't break it too badly :) Timo Sirainen 2002-11-11 06:35:12 +00:00
  • cd3ff41f3e Updated from scripts.irssi.org Timo Sirainen 2002-11-10 15:40:47 +00:00
  • 902280eca7 Irssi::timeout_add(), timeout_add_once() and input_add() were buggy. Timo Sirainen 2002-11-10 10:14:18 +00:00
  • 14f3c0c2e5 grammatical fix Timo Sirainen 2002-11-09 23:05:22 +00:00
  • df7ccce8ec Some compiling fixes found by -Wall in perl dirs.. Timo Sirainen 2002-11-07 17:40:05 +00:00
  • a6095cd421 Use the modified PERL_CFLAGS + CFLAGS to compile .xs files. Timo Sirainen 2002-11-07 17:38:26 +00:00
  • daf2d1001d updated "nick mode changed" signal Timo Sirainen 2002-11-07 08:41:20 +00:00
  • 15463ceedd Updated from scripts.irssi.org Timo Sirainen 2002-11-06 21:40:44 +00:00
  • 7b3ac4d181 man page wasn't included to "make dist" tarball Timo Sirainen 2002-11-06 11:45:10 +00:00
  • a0e8cfc9f5 Added "gui key pressed" signal which is sent every time a key is pressed. The parameter is non-translated key received from terminal, so control keys may create multiple keypress signals (eg. home == ESC, [, H). Timo Sirainen 2002-11-05 13:34:31 +00:00
  • 71442509d0 Fixed some "buffer overflow" alerts when playing with buggy /EVAL values. Timo Sirainen 2002-11-05 13:10:58 +00:00
  • da439fdbe4 added quotes to make CC="$(CC)" Timo Sirainen 2002-11-03 09:06:29 +00:00
  • a6f709889a perl checking bugfix Timo Sirainen 2002-11-02 23:20:50 +00:00