Commit graph

  • 3ac451c608 some optimizations to not uselessly hide/show/move cursor - hope i didn't break anything :) Timo Sirainen 2002-05-12 14:48:11 +00:00
  • 22e9fa49dc "alias xx", not "aliases xx".. Timo Sirainen 2002-05-12 14:23:05 +00:00
  • a74c8e4d55 added "alias added" and "alias removed" signals. Timo Sirainen 2002-05-12 14:06:08 +00:00
  • 4a93232462 dcc reject bugfix went wrong, fixed. Timo Sirainen 2002-05-12 11:20:02 +00:00
  • 583417d66e irssi didn't notice if DCC send connection died. Timo Sirainen 2002-05-12 11:19:13 +00:00
  • ed1eb46eb4 /set hide_mirc_colors -> /set hide_colors, which also hides ANSI colors. Timo Sirainen 2002-05-12 00:51:07 +00:00
  • a26be5e37d moved timestamp_format into lookandfeel category Timo Sirainen 2002-05-11 22:53:16 +00:00
  • bd4f506b63 added format_get_length(), format_real_length() and strip_codes() Timo Sirainen 2002-05-11 22:17:16 +00:00
  • 8e1233e395 removed the complaining about NULLs in string formats, they're more trouble than worth I think. Timo Sirainen 2002-05-11 21:57:51 +00:00
  • 308779dd4d freeze/thaw before/after running glib main loop, so the cursor isn't moved uselessly around. Timo Sirainen 2002-05-11 01:35:37 +00:00
  • 8df077426d server_setup_add() now emits signal "server setup updated" Timo Sirainen 2002-05-11 00:37:48 +00:00
  • 1acc2be4e3 broke CHAT_PROTOCOL_REC into struct + typedef. Timo Sirainen 2002-05-10 22:41:22 +00:00
  • d11483db4d typofix. Timo Sirainen 2002-05-10 20:40:36 +00:00
  • c75099cbab closing /EXEC -interactive window may have crashed irssi. Timo Sirainen 2002-05-10 19:00:38 +00:00
  • 5b5cd255e9 don't send DCC REJECT when closing a connected DCC connection. Timo Sirainen 2002-05-10 18:47:49 +00:00
  • 1ae2d31cc8 window_bind_add() the query->server_tag, not server->tag as server can be null and crash. Timo Sirainen 2002-05-10 18:32:50 +00:00
  • 903ca7b757 more fixes Timo Sirainen 2002-05-10 13:13:06 +00:00
  • d8fdfd225c another terminfo fix Timo Sirainen 2002-05-10 12:35:05 +00:00
  • 7574aa5b62 separated author email Timo Sirainen 2002-05-09 13:08:04 +00:00
  • ac61d08976 fixed /WHO handling Timo Sirainen 2002-05-09 03:01:40 +00:00
  • 2c3d24e1da Removed servertest - it's really not needed and doesn't even work probably. Timo Sirainen 2002-05-09 02:48:22 +00:00
  • 7e9f47e8f9 /SET hilight_nick_matches - NO disables hilighting your own nick at beginning of line. Timo Sirainen 2002-05-08 10:59:47 +00:00
  • 24c4a2e86d link with -export-dynamic. normally glib includes the dynamic linking info, but not in all systems. Timo Sirainen 2002-05-08 00:27:46 +00:00
  • c1384d919b return value wasn't a good idea after all - added Irssi::timeout_add_once() instead. Timo Sirainen 2002-05-07 23:40:21 +00:00
  • 0d76b65381 non-zero return value in timeout and input handlers now stops it. Timo Sirainen 2002-05-07 23:03:30 +00:00
  • dbca752971 /alias q query Timo Sirainen 2002-05-07 16:10:00 +00:00
  • 9405dc2ce8 fixed buffer overflow - happened at least when hitting ^A after writing enough text to input line. usually didn't crash.. Timo Sirainen 2002-05-06 04:58:47 +00:00
  • ea4be04a07 removed unused #defines. Timo Sirainen 2002-05-05 15:39:40 +00:00
  • 24e4acc7cc removed colorless.theme since it's not autogenerated Timo Sirainen 2002-05-05 15:33:00 +00:00
  • b7583c188e window_set_name() - when setting it to "", set it NULL instead. Timo Sirainen 2002-05-04 23:07:43 +00:00
  • 8a7bc3b667 don't leave active_win corrupted if last window is killed. Timo Sirainen 2002-05-04 19:44:25 +00:00
  • 5d1e89fa77 updated Timo Sirainen 2002-05-04 17:18:34 +00:00
  • 70d377b865 Added completion for /LOAD and /WINDOW ITEM MOVE. Timo Sirainen 2002-05-02 22:39:06 +00:00
  • f376e558f7 reversed the window->items change, it broke ^X Timo Sirainen 2002-05-02 22:35:01 +00:00
  • 55c2554dba format_read_arglist() now prints the format name also when complaining about parameters. Timo Sirainen 2002-05-02 15:55:26 +00:00
  • 8009aae044 tss@iki.fi -> cras@irssi.org Timo Sirainen 2002-05-01 22:52:51 +00:00
  • d856e65e6d %# to whois format Timo Sirainen 2002-05-01 22:52:31 +00:00
  • 73b099cef5 Removed the "GLib" text from glib_error format, to stop people thinking they have something to do with glib itself. Timo Sirainen 2002-05-01 18:30:45 +00:00
  • 947c1bb1c6 /notice *, /ctcp * and /nctcp * crashed if there wasn't active window item. Timo Sirainen 2002-04-30 22:39:13 +00:00
  • d79cfc6362 added -actcolor Timo Sirainen 2002-04-30 11:05:29 +00:00
  • 9aa40d0e58 keep the window items sorted in window->items list, based on when they were last active (just like windows list) Timo Sirainen 2002-04-30 00:30:53 +00:00
  • 91882b1a2b irc_send_cmd_split() printed glib warning if nick parameter didn't exist. Timo Sirainen 2002-04-29 19:39:57 +00:00
  • 06127b4004 Removed caching of libperl-check, so many people have that problem and it's easier to fix if you don't need to remember to remove config.cache too. Also, now if perl fails it suggests apt-get installing libperl-dev with debian systems. Timo Sirainen 2002-04-29 17:17:17 +00:00
  • 904a4fa830 make sure nick changes in query don't print warning if query->address is null Timo Sirainen 2002-04-29 00:11:18 +00:00
  • 17d5b644f4 query->createtime wasn't set Timo Sirainen 2002-04-28 14:08:20 +00:00
  • 7d0af00133 perl hash length fixes, they're also automatically checked now in autogen.sh (by peder) Timo Sirainen 2002-04-28 13:24:27 +00:00
  • c8188b61a8 $witem->{data_level} didn't work Timo Sirainen 2002-04-28 11:30:49 +00:00
  • 5960fcf8cf added %# to a few "/window" lines. Timo Sirainen 2002-04-28 11:30:31 +00:00
  • f515c16890 minor fix Timo Sirainen 2002-04-28 11:30:09 +00:00
  • cb85b0081e added host param to your_nick_changed format too Timo Sirainen 2002-04-28 11:29:49 +00:00
  • 086e8ac2ff mode change printing fixes, forgot to commit :) Timo Sirainen 2002-04-28 11:28:21 +00:00
  • da867d4d68 added signal_continue() for continuing signal emission with new parameters. Timo Sirainen 2002-04-27 21:53:25 +00:00
  • 4b45f190a2 add temporary window bind if connection is lost with dcc chat. Timo Sirainen 2002-04-27 21:09:39 +00:00
  • 18143d6bd8 /layout save saves !channels using the short name now, so they work properly again Timo Sirainen 2002-04-27 20:13:27 +00:00
  • abdd0f04c5 Irssi::Theme::get_format() now uses format tag instead of number. Timo Sirainen 2002-04-27 19:42:15 +00:00
  • ad9329a1a6 added Irssi::Theme::get_format() Timo Sirainen 2002-04-27 19:35:17 +00:00
  • a68d8dd539 Irssi::format_get_text() didn't work Timo Sirainen 2002-04-27 18:41:59 +00:00
  • 2321deb9d3 /EXEC -quiet now hides the output entirely. Timo Sirainen 2002-04-27 18:34:40 +00:00
  • c5a6c78ba4 Irssi::command_bind*() commands were still using broken old signal priorities Timo Sirainen 2002-04-27 17:57:29 +00:00
  • f1efdc6eaa /BIND list changes: added header/footer, added %#, bind_key -> bind_list Timo Sirainen 2002-04-27 02:07:18 +00:00
  • dd05ac7351 more updates Timo Sirainen 2002-04-27 01:44:56 +00:00
  • e447edc0e8 signal_add_first("event join".. so normal join handlers can know about the nick. Timo Sirainen 2002-04-27 01:38:30 +00:00
  • 131326fb49 removed handling of "you're not chanop" event so that the default handler may print the server which sends it (useful with desyncs) Timo Sirainen 2002-04-26 20:02:52 +00:00
  • 64c8feeede %# now toggles monospace font on/off. fe-text doesn't care about it, but gtk/kde UI does. By default, all lists are printed using monospace fonts. Timo Sirainen 2002-04-26 15:43:09 +00:00
  • 33738b682c Don't treat +d as regular channel mode. Timo Sirainen 2002-04-26 13:04:16 +00:00
  • 88ee09e526 /WINDOW GOTO channel|query didn't work if their server was different from the one in active window. Also removed a kludge of automatically trying to find #-prefixed channels if it wasn't given. Timo Sirainen 2002-04-26 13:01:06 +00:00
  • 64f9ecacbd added stamp-h1 Timo Sirainen 2002-04-25 17:25:01 +00:00
  • 90f7cd904c some nick change events didn't print the address parameter. Timo Sirainen 2002-04-25 15:47:06 +00:00
  • 0cc7baa7df channel->topic_by now always contains the host info too (nick!user@host). Timo Sirainen 2002-04-24 12:38:27 +00:00
  • 1c72768b93 added host parameter to /format nick_changed, own_nick_changed and chanmode_change Timo Sirainen 2002-04-24 08:52:33 +00:00
  • 346fe6af7b more fixes, should finally work everywhere now :) Timo Sirainen 2002-04-23 19:47:24 +00:00
  • 30802787dc added $query->{last_unread_msg} Timo Sirainen 2002-04-23 17:31:50 +00:00
  • cdec9aa9c6 check_address() didn't initialize *wildcards variable properly. Timo Sirainen 2002-04-23 08:57:38 +00:00
  • 3f43df1db8 warning fix Timo Sirainen 2002-04-23 08:53:23 +00:00
  • 8969b6cc47 yet another fix Timo Sirainen 2002-04-23 08:50:24 +00:00
  • 50647aadd9 more and more glib*.m4 kludges, maybe it finally works? :) Timo Sirainen 2002-04-22 10:16:58 +00:00
  • 350c75714c another try with glib*.m4 Timo Sirainen 2002-04-22 10:08:07 +00:00
  • e47cab1ecc Added setby-parameter to "nick mode changed" and "channel mode changed" Timo Sirainen 2002-04-22 09:47:13 +00:00
  • f4ba60bb43 updated for the glib*.m4 files Timo Sirainen 2002-04-22 09:40:43 +00:00
  • 2f1b246b9e Trying again to add glib.m4 files so you don't need them. autogen.sh kludges around the duplicates. Timo Sirainen 2002-04-22 09:40:29 +00:00
  • 22c0877b56 "message mode" -> "message irc mode", also added in signals.txt Timo Sirainen 2002-04-22 09:12:41 +00:00
  • bcc1bc73be struct naming changes Timo Sirainen 2002-04-21 17:31:23 +00:00
  • 97af1210e1 signal leak fix Timo Sirainen 2002-04-19 08:32:46 +00:00
  • 92b780ff60 /SET dcc_send_replace_space_with_underscore - patch by nix@suhs.nu Timo Sirainen 2002-04-18 15:25:00 +00:00
  • 77b25c1ac7 sig_gui_print_text: don't crash if dest is NULL. Timo Sirainen 2002-04-18 07:47:27 +00:00
  • 8936da1f6d /QUERY existing_nick now switches to the window where it exists, instead of complaining about /window item move (same fix as to /join recently). Timo Sirainen 2002-04-17 21:04:25 +00:00
  • cb7b881d70 when queried nick changes, "window item name changed" signal is sent too. Timo Sirainen 2002-04-17 21:03:04 +00:00
  • 970b49df1a "gui print text" signal changed, last parameter is now TEXT_DEST_REC, not level. Timo Sirainen 2002-04-17 21:02:41 +00:00
  • 1ab2cfc1b1 /WINDOW ITEM GOTO now accepts a number too, to jump to nth window item. Timo Sirainen 2002-04-17 15:30:26 +00:00
  • 9b74ba4e5c fix Timo Sirainen 2002-04-16 19:51:44 +00:00
  • c7320514aa fixes for new signaling code. Timo Sirainen 2002-04-16 18:11:06 +00:00
  • c5b852ed57 If terminfo/termcap isn't found, and --without-textui isn't given, abort the configure Timo Sirainen 2002-04-16 17:26:33 +00:00
  • 5fe22481bd Oh well, couldn't keep these anyway because aclocal doesn't like duplicates. Timo Sirainen 2002-04-16 06:51:45 +00:00
  • fe8cf31075 glib.m4 stuff - so people using cvs don't need both glib 1.2 and 2.0 installed - either one will be enough. Timo Sirainen 2002-04-15 21:24:02 +00:00
  • 4b09990116 Added --with-glib2 option which can be used to build irssi with GLIB 2.0 instead of 1.2. It autodetects first 1.2 and if not found, tries 2.0. NOTE: if you're building from CVS, you MUST have both glib 1.2 and 2.0 devel. packages installed. Timo Sirainen 2002-04-15 15:48:04 +00:00
  • 754b9c3a0b removed a few functions that don't exist anymore Timo Sirainen 2002-04-15 15:10:18 +00:00
  • ccc66293c2 signal leak fix Timo Sirainen 2002-04-15 14:33:47 +00:00
  • 8f63d1e86f display the refcount properly when complaining that signal is still referenced Timo Sirainen 2002-04-15 14:10:26 +00:00
  • 53d595ba7f fixed several signal leaks Timo Sirainen 2002-04-15 14:06:57 +00:00
  • 8b9c4823bf Rewritten signal handling code - it wasn't supposed to come before 0.9 irssi but it doesn't break much things and is needed for Qt port :) Timo Sirainen 2002-04-15 13:59:09 +00:00