Commit graph

  • b4512842e5 upated Timo Sirainen 2001-09-06 14:44:40 +00:00
  • 1cb3f94eeb Use only the first word from username when sending it to server. Timo Sirainen 2001-09-06 13:12:52 +00:00
  • cac1cbf2cf mainwindow_set_size() called mainwindow_shrink() improperly. Timo Sirainen 2001-08-31 20:27:43 +00:00
  • 099c83a98e Expando lookup crashed with hi-ascii chars. Timo Sirainen 2001-08-31 16:47:14 +00:00
  • ff884ba0bb Print the server tag in "query started" messages with query->server_tag, not query->server->tag since query->server can be NULL when restoring window layout. Timo Sirainen 2001-08-31 16:32:35 +00:00
  • 6597d2d1c6 Added command /RESIZE for resizing the terminal when SIGWINCH isn't supported. Timo Sirainen 2001-08-28 12:24:46 +00:00
  • d1e0a0f44f Check that word isn't empty instead of just assuming it isn't. This one probably caused several completion problems. Timo Sirainen 2001-08-28 11:12:03 +00:00
  • 81afe701a2 /CALC alias fixed Timo Sirainen 2001-08-24 13:46:35 +00:00
  • bb5d7724b7 /UPTIME alias was _still_ broken. Timo Sirainen 2001-08-24 13:34:35 +00:00
  • 2dae72a698 removed accidental 'i' :) Timo Sirainen 2001-08-23 10:54:54 +00:00
  • 5bf0edbb35 Added server tag to query_start format. Timo Sirainen 2001-08-23 10:32:32 +00:00
  • 4fbddfa2df /UPTIME alias fixed Timo Sirainen 2001-08-22 14:51:12 +00:00
  • 2a35681adc typofix Timo Sirainen 2001-08-22 14:21:15 +00:00
  • 1c07041811 Added option /SET autolog_colors. Colors are now off by default for /WINDOW LOGs too. Timo Sirainen 2001-08-20 12:01:01 +00:00
  • bdaeaa11cd /LASTLOG: start parameter wasn't handled correctly Timo Sirainen 2001-08-17 14:08:35 +00:00
  • 2d37f461ac Module loading fixes. Timo Sirainen 2001-08-17 13:52:14 +00:00
  • 422ef7759d typofix Timo Sirainen 2001-08-17 11:55:08 +00:00
  • fd69089568 added textui Timo Sirainen 2001-08-17 11:51:21 +00:00
  • 0d5e569195 Some internal changes how /SERVER command works. Added /SERVER PURGE [<target>] command. The channel output is purged at /PART if the output queue is larger than 10. Timo Sirainen 2001-08-14 13:19:06 +00:00
  • 295d16536e quitmsg_is_split() fix - the hosts must contain the domain part now (ie. "word1 word2" isn't a netsplit) Timo Sirainen 2001-08-14 13:17:11 +00:00
  • 6c022b0a5e Some support for lain ircd's /SETHOST - It /PART + /JOINs all channels, so add all the joined channels to window binds temporarily so /PART doesn't close the windows if /SET autoclose_windows is ON. Timo Sirainen 2001-08-14 12:33:29 +00:00
  • 1de695ae1a Rewrote quitmsg_is_split(). A bit faster now and doesn't match to quit messages like "foo. bar." Timo Sirainen 2001-08-14 11:53:08 +00:00
  • 87a439e994 Irssi::TextUI::TextBufferVew should also contain the scroll.. Timo Sirainen 2001-08-14 11:24:11 +00:00
  • 5694dbfdb7 Updated for view->scroll. Timo Sirainen 2001-08-14 11:23:22 +00:00
  • ed93f91d96 Typofix - might have caused a crash if channel was destroyed with /WINDOW CLOSE. Timo Sirainen 2001-08-14 11:22:19 +00:00
  • 3deb0a7b66 --more-- checker uses now "gui print text finished" signal. "gui " part was missing from signal_remove("gui print text finished") in gui-printtext.c.. Timo Sirainen 2001-08-14 01:19:34 +00:00
  • 285b33e992 /SET scroll ON - should the windows be scrolled by default when you're at bottom. /WINDOW SCROLL ON|OFF|DEFAULT - Window specific scrolling behaviour, also saved in windows layout. Timo Sirainen 2001-08-14 01:14:26 +00:00
  • 51b1d80fbe Removed trigraphs by adding "" in the middle. Timo Sirainen 2001-08-14 00:53:56 +00:00
  • 1cd033943a Added missing module_register() calls. Timo Sirainen 2001-08-14 00:43:50 +00:00
  • 803d805016 Module loading updates - /LOAD shows now also the statically loaded modules. You can't /LOAD the same module twice. Syntax changed to /LOAD <module> [<submodule>], /UNLOAD <module> [<submodule>]. Timo Sirainen 2001-08-14 00:41:59 +00:00
  • f584c1013c minor speedups and signal removing fixes Timo Sirainen 2001-08-14 00:03:02 +00:00
  • 78b1e8d9d6 "IRC Net" -> "Network" in /SERVER LIST and /CHANNEL LIST Timo Sirainen 2001-08-13 22:01:38 +00:00
  • 85862082b3 max_query_chans set to 1 by default. Set to 10 in networks where it's known to work. Timo Sirainen 2001-08-13 14:14:09 +00:00
  • f370a3cc2e /INVITELIST prints "Invite list is empty" message and complains about not being synced. Changed level to CLIENTNOTICE when printing the "no bans" message. Timo Sirainen 2001-08-13 14:00:57 +00:00
  • ad33787379 Added "message irc ..." signals Timo Sirainen 2001-08-13 13:55:34 +00:00
  • 4e3b1bba62 /LOG OPEN -color, /SET awaylog_colors - specifies that the color codes should be written to log file. Timo Sirainen 2001-08-13 13:51:49 +00:00
  • 08b9062028 textbuffer_view_remove_line() fixes (with a small kludge..) Timo Sirainen 2001-08-12 18:25:43 +00:00
  • 53c13065d2 One more limit to "key" names - it can't start with a digit. This allows us to use /BIND foo meta2-18~ etc. more easily. Timo Sirainen 2001-08-12 17:05:36 +00:00
  • 55be71a726 Bugfix to keyb. code :) And now the "key" names can contain only alphanumeric + '_' characters, which makes /BIND foo meta-5~ work again because 5~ are treated separately, not as one "key" name. Timo Sirainen 2001-08-12 17:02:06 +00:00
  • 22e5f3a3fe Keyboard code fixes - meta-arrows etc. should work now correctly. Timo Sirainen 2001-08-12 16:48:34 +00:00
  • a444a3c92a /WINDOW CLOSE <first> didn't work if <last> too wasn't specified.. Timo Sirainen 2001-08-12 13:05:57 +00:00
  • 396ece99b6 updates Timo Sirainen 2001-08-09 11:08:24 +00:00
  • 93382190e5 Check that IPv6 structures are found if --enable-ipv6 is given. Timo Sirainen 2001-08-09 11:03:14 +00:00
  • 33fbc0a069 Removed some extra ';' chars which made it not compile with perl 5.00x. textbuffer_get_lines() now actually returns the value. Timo Sirainen 2001-08-09 10:26:02 +00:00
  • 01d3e74f63 Added Irssi::TextUI. Timo Sirainen 2001-08-09 01:59:36 +00:00
  • 22e1a6dacc /VERSION command and /SV alias now print the version date too. Timo Sirainen 2001-08-09 00:50:22 +00:00
  • f84e2a7fe9 irssi-version.h is now updated by CVS daily instead of being generated by configure. The main version string is set to 0.7.98.CVS. 0.7.98.CVS Timo Sirainen 2001-08-09 00:08:31 +00:00
  • 2aaed8dc0b Irssi crashed if script died in a signal handler. Timo Sirainen 2001-08-08 22:43:00 +00:00
  • 8a7fa0f047 Some cleanups, complains if not run in channel. Timo Sirainen 2001-08-08 22:42:14 +00:00
  • c54646cad9 "mail counter" signal is now sent when mail counter is updated in statusbar. Timo Sirainen 2001-08-08 20:12:38 +00:00
  • 98b82723a1 Added function expand_escapes() which handles now escaping /EVAL and input line if /SET expand_escapes is set. Supported escapes are \t, \r, \n, \e (ESC), \x (HEX, \x1b), \c (CTRL char, \cA), \000 (octal, \033) Timo Sirainen 2001-08-08 20:00:25 +00:00
  • b667af72aa Restoring window layout shouldn't make the queries active. Timo Sirainen 2001-08-08 18:23:25 +00:00
  • c86333393c Changed signal / function names for /LAYOUT stuff. /LAYOUT RESET now resets the split windows too. Timo Sirainen 2001-08-08 18:05:50 +00:00
  • 072a4c774f If we receive INVITE for a channel that is added with /CHANNEL ADD -auto, join it immediately. Timo Sirainen 2001-08-08 17:47:54 +00:00
  • a8193b168a Never insert NUL characters to entry line (Ctrl-Space) Timo Sirainen 2001-08-08 16:39:27 +00:00
  • 59a1a4d649 /BAN [-type] -> /BAN [-normal | -user | -host | -domain | -custom <type>]. Added ban type "User" Timo Sirainen 2001-08-08 16:22:01 +00:00
  • 4737d16290 Fixed leaking window binds. They were added but rarely removed. Timo Sirainen 2001-08-08 16:08:47 +00:00
  • d248a87497 one more extra cleanup for textbuffer_remove_all_lines() Timo Sirainen 2001-08-08 15:48:54 +00:00
  • b9a83129fe Some extra cleanups for /SB CLEAR. Timo Sirainen 2001-08-08 15:43:07 +00:00
  • 9beaf82839 /SET autofocus_new_items ON - if newly created window items should be set active automatically. Timo Sirainen 2001-08-08 15:29:56 +00:00
  • 147a129e67 Added CALC alias had broken the config. Timo Sirainen 2001-08-08 15:01:07 +00:00
  • a99458ebe5 /WINDOW BALANCE didn't work properly when topicbar was off. Added a few comments to mainwindows.h Timo Sirainen 2001-08-08 14:43:14 +00:00
  • f124f07a4e /NOTIFY printed '!' character after nick if mask was given. Timo Sirainen 2001-08-08 12:50:49 +00:00
  • 055f314e31 Version number update Timo Sirainen 2001-08-08 04:00:23 +00:00
  • be601764ae Irssi crashed if loading script failed. Timo Sirainen 2001-08-07 21:03:26 +00:00
  • b80d4e62ab /SCRIPT RESET didn't work properly (start/stop functions were called in wrong order). Added a few extra deinits. Timo Sirainen 2001-08-07 15:25:41 +00:00
  • 1db558b8ea Windows' parent weren't saved (but was restored..) Timo Sirainen 2001-08-07 15:16:26 +00:00
  • 45bb5c3cee Restoring layout for split windows works betters now. Some sticky window changes/fixes. Renamed /WINDOW MOVE LEFT|RIGHT -> PREV|NEXT, added commands /WINDOW MOVE UP|DOWN|LEFT|RIGHT. The new LEFT|RIGHT now moves the window only inside split windows. mainwindows-save.c -> mainwindows-layout.c Timo Sirainen 2001-08-07 12:41:10 +00:00
  • 58f52343fd Version number update Timo Sirainen 2001-08-07 04:00:27 +00:00
  • 95df811332 Version number update Timo Sirainen 2001-08-06 04:00:13 +00:00
  • 6a422552d5 /MSG * in empty window now prints "not joined" error Timo Sirainen 2001-08-05 06:45:29 +00:00
  • fc2d7d4ab8 Version number update Timo Sirainen 2001-08-05 04:00:17 +00:00
  • 05d655fd93 Version number update Timo Sirainen 2001-08-04 04:00:18 +00:00
  • f4e7b4a705 statusbar_item_redraw() didn't work properly with multiple split windows. Timo Sirainen 2001-08-04 02:31:36 +00:00
  • dcf1bdb82c /UNIGNORE - skip spaces at end of line. Timo Sirainen 2001-08-04 01:36:39 +00:00
  • 80793ace1c /WINDOW STICK changes - If ref# is given and it's in another split window, it's moved to the active split window - even if the window was already sticky in the other one. Timo Sirainen 2001-08-03 23:39:35 +00:00
  • ce0bd80b05 Added sticky window information to /WINDOW. Timo Sirainen 2001-08-03 22:54:08 +00:00
  • daaf2756ca Minor cleanup. Timo Sirainen 2001-08-03 20:50:34 +00:00
  • 79ae6fceb3 /WINDOW command now prints all information related to window. Timo Sirainen 2001-08-03 20:04:39 +00:00
  • af7eb94043 Version number update Timo Sirainen 2001-08-03 04:00:18 +00:00
  • 9db6b8002d Version number update Timo Sirainen 2001-08-02 04:00:48 +00:00
  • 5f3d3b2e2f Version number update Timo Sirainen 2001-08-01 04:00:15 +00:00
  • 7951368cde Version number update Timo Sirainen 2001-07-31 04:00:17 +00:00
  • 137b3ae504 Stop scripts when there's error in signal/timeout/input handler. Timo Sirainen 2001-07-31 01:22:32 +00:00
  • 642622624d --with-perl-path -> --with-perl-lib=[site|vendor|DIR] with some fixes to make it work better. Timo Sirainen 2001-07-30 22:10:11 +00:00
  • 7a7b7a1c1a A bit more portable calc - use awk instead of echo -n Timo Sirainen 2001-07-30 20:42:27 +00:00
  • cc87b4d12e added /CALC alias Timo Sirainen 2001-07-30 20:08:34 +00:00
  • 6acc71e9a2 bugfix for parameter handling... Timo Sirainen 2001-07-30 13:07:26 +00:00
  • fedc4dac4f /SCRIPT FLUSH -> /SCRIPT RESET. Fixed parameter handling for /SCRIPT LOAD & UNLOAD. Timo Sirainen 2001-07-30 13:06:21 +00:00
  • 82034efb11 Script name is printed now correctly if there's an error in timeouts/signals. Timo Sirainen 2001-07-30 12:56:57 +00:00
  • 279f149295 /TOGGLE didn't send "setup changed" signal Timo Sirainen 2001-07-30 12:24:24 +00:00
  • a50384af1b Version number update Timo Sirainen 2001-07-30 04:00:14 +00:00
  • 892d627fb4 "\n", not '\n'.. Timo Sirainen 2001-07-29 13:14:32 +00:00
  • 7c358c1844 /SCRIPT EXEC took only one argument. /SCRIPT LIST is now printed with CLIENTCRAP level. maybe local($/) = '\n' in irssi-core.pl now resets it correctly? .. Timo Sirainen 2001-07-29 13:13:16 +00:00
  • 0163f2771f Signals weren't removed correctly. Timo Sirainen 2001-07-29 12:56:37 +00:00
  • 3fc2d6ad7f don't use strict since it was forced to scripts too. added a missing $. Timo Sirainen 2001-07-29 12:18:58 +00:00
  • 5f3fc50f51 forgot module-formats.h Timo Sirainen 2001-07-29 12:14:08 +00:00
  • 6c2f9c685a --enable-perl* -> --with-perl*. Added a new libfe_perl which handles /SCRIPT commands. /RUN -> /SCRIPT LOAD, /PERLFLUSH -> /SCRIPT FLUSH, /PERL -> /SCRIPT EXEC. Added /SCRIPT UNLOAD, /SCRIPT LIST. Lots of cleanups. Timo Sirainen 2001-07-29 09:17:53 +00:00
  • 2d5edb8c4d /NAMES #channel_you're_not_joined doesn't print the "total of xx nick" line anymore - it was always just full of 0 and people thought it was a bug (it's a missing feature :). Timo Sirainen 2001-07-29 05:32:38 +00:00
  • 4740336c3f fix Timo Sirainen 2001-07-29 04:51:29 +00:00