Commit graph

  • 6fda8d1059 /topic's cmd_get_params() had wrong parameter count.. Timo Sirainen 2000-06-20 10:14:15 +00:00
  • 2cb75b5eb2 cmd_get_params() calls had wrong parameter counts. Timo Sirainen 2000-06-20 09:21:54 +00:00
  • 1ba308c26c When scrollback buffer got full and you hadn't done /LAST or /AWAY, Irssi crashed.. Timo Sirainen 2000-06-20 09:20:45 +00:00
  • 49c4506bd8 Display /ALIAS list sorted. Timo Sirainen 2000-06-18 10:25:39 +00:00
  • aca24d1795 Don't use cmd_get_params() to split the two hosts, it's a lot easier to use strchr().. Timo Sirainen 2000-06-18 10:10:48 +00:00
  • e21e289b5d File completion updates: - ~/ isn't expanded to /home/xxx/ - . and .. don't show up in list anymore - .files won't be added to list unless you try to complete file name starting with . Timo Sirainen 2000-06-18 10:05:14 +00:00
  • d110c9cb3b Added g_dirname() so ig_free() won't complain when free()ing it. Timo Sirainen 2000-06-18 10:02:39 +00:00
  • a5d31a195d Changed option handling in /commands. Irssi will now complain about unknown options and missing option arguments. Timo Sirainen 2000-06-18 01:18:12 +00:00
  • ca4226cca6 updated Timo Sirainen 2000-06-17 17:03:23 +00:00
  • a9a0f4fd64 Added file name completion for commands /CAT, /RUN, /SAVE, /REHASH and /RAWLOG OPEN/SAVE. Timo Sirainen 2000-06-17 16:10:29 +00:00
  • 0762fbc945 "command complete" -> "complete command" so that it won't conflict with /complete command .. also changed "word complete" to "complete word". Timo Sirainen 2000-06-17 16:03:43 +00:00
  • 8fa6ca5e61 File name completion for /DCC SEND Timo Sirainen 2000-06-17 15:58:40 +00:00
  • f0d6ef99dc Completion list is now sorted. Timo Sirainen 2000-06-17 13:16:42 +00:00
  • 8c60237fbe Don't add same /command more than once to completion list. Timo Sirainen 2000-06-17 13:04:19 +00:00
  • ea00d4c948 Forgot to add this. Timo Sirainen 2000-06-17 12:23:59 +00:00
  • 8ea2400269 Added /SET reuse_unused_windows setting, default is OFF Timo Sirainen 2000-06-17 12:22:56 +00:00
  • 234e95ef94 Rewrite Tab-completion to work with signals - now it should be easy to add completion to whatever command. Timo Sirainen 2000-06-17 11:53:45 +00:00
  • bc8848f965 /LAST -away checks only lines that came after last time you went away. Timo Sirainen 2000-06-15 23:00:52 +00:00
  • cf75515274 You can specify command(s) to be sent automatically to server after connected with /IRCNET -autosendcmd. Useful for IRC networks with NickServ. Patch by <Tommi.Komulainen@iki.fi> Timo Sirainen 2000-06-15 20:56:58 +00:00
  • 91396de740 bugfix Timo Sirainen 2000-06-15 19:34:54 +00:00
  • afb6d6fd02 If join to !channel wasn't successfull (banned, etc.), Irssi didn't remove the channel's window item. Timo Sirainen 2000-06-15 19:34:31 +00:00
  • 09e20e1d78 "window changed" signal handler didn't check if the old or new window is NULL. Timo Sirainen 2000-06-15 18:33:08 +00:00
  • df2ad566d8 Whops, last "fix" broke timestamp's time. Timo Sirainen 2000-06-15 10:39:24 +00:00
  • b810f0d545 Don't waste time calculating timestamp differeces if the timestamp_timeout is 0. Timo Sirainen 2000-06-14 22:31:59 +00:00
  • 303fcdd6b2 Added irssi-version.h.in there Timo Sirainen 2000-06-14 20:19:49 +00:00
  • bb3ca6f473 Irssi 0.7.91 released. 0.7.91 Timo Sirainen 2000-06-14 20:16:30 +00:00
  • 84efea6a6a Remove line cache from memory after 10 minutes of inactivity. Timo Sirainen 2000-06-14 20:12:51 +00:00
  • 6b811b1c2c Don't show "End of WHOWAS" if none of the nicks were found. Timo Sirainen 2000-06-14 19:40:23 +00:00
  • 6140ab3704 Renamed /SET query_auto_close to autoclose_query. Timo Sirainen 2000-06-14 19:05:51 +00:00
  • 627d288a49 Tab-completion works now with /commands and /set variables, patch by <Tommi.Komulainen@iki.fi>. Fixed also a few memleaks. Timo Sirainen 2000-06-14 18:19:05 +00:00
  • 72b32ff175 Ctrl-W deletes word in left - patch from Kjetil �degaard <kjetilod@orakel.ntnu.no> Timo Sirainen 2000-06-14 18:02:13 +00:00
  • 22b12d85ee In netsplit quit messages, display @ in front of operators' nicks. Timo Sirainen 2000-06-14 17:58:14 +00:00
  • 47fd84c5bc Fixed some flood detection, ignoring and autoignoring bugs. Timo Sirainen 2000-06-14 17:52:03 +00:00
  • 6d77cdc8b7 Read new server specific settings when reconnecting to new server. Timo Sirainen 2000-06-14 17:50:16 +00:00
  • db8918ae61 /SET mail_counter on|off. Also, it doesn't anymore read through the file if it's modification time hasn't changed. Timo Sirainen 2000-06-14 17:48:13 +00:00
  • c5d1dab0bc tab-completion in the middle of line left the cursor in wrong place. Timo Sirainen 2000-06-14 17:44:03 +00:00
  • c892353bf4 "window changed" signal now gives the old window as it's second argument. Timo Sirainen 2000-06-14 17:41:45 +00:00
  • 4f9df44cb6 Logging wrote to message to file twice. Timo Sirainen 2000-06-14 17:33:41 +00:00
  • 0238eeb5e2 If name tag contains '_', it shouldn't be quoted. Timo Sirainen 2000-06-14 17:31:53 +00:00
  • 7365afddea Max. mode parameter count was taken from wrong place. Timo Sirainen 2000-06-12 23:33:35 +00:00
  • 8458c2ee15 Changed the default flood detection values. Timo Sirainen 2000-06-12 23:30:00 +00:00
  • dc50f35b75 Flood detection fixes Timo Sirainen 2000-06-12 23:27:41 +00:00
  • d446fefa32 Channel messages were printed wrong because of previous cleanup :) Timo Sirainen 2000-06-12 23:19:34 +00:00
  • 661ad04688 /HILIGHT -channels didn't work right. Timo Sirainen 2000-06-12 23:18:24 +00:00
  • 18f3c74d68 CTCP msgs/replies stops the "event privmsg" or "event notice" signals now so you don't have to check for them anymore (unless you use signal_add_first()..). Timo Sirainen 2000-06-12 22:57:53 +00:00
  • 919abb2c6f /EVAL will now expand \n and \t to newline and tab. Timo Sirainen 2000-06-11 22:58:17 +00:00
  • b8e1bb0444 Print "starting query with <nick>" when query is created. Timo Sirainen 2000-06-11 21:01:30 +00:00
  • 10c92487a3 /SET close_window_on_part - should we close the window too when /PARTing channel Timo Sirainen 2000-06-11 20:21:12 +00:00
  • 153e95f728 Clear window's waiting_channels list if some other channel/query is created in the window. Timo Sirainen 2000-06-11 20:04:15 +00:00
  • 524a7ca1b9 If you're not allowed to connect to server (K-lined, no I-line), Irssi won't try to reconnect back to the server. Timo Sirainen 2000-06-11 19:34:29 +00:00
  • e6187b66e9 Cleaned up some code. Timo Sirainen 2000-06-11 00:58:15 +00:00
  • b44acaf46e Displays Mail counter in statusbar. Read the FIXME for more info :) Timo Sirainen 2000-06-11 00:42:37 +00:00
  • a914922f36 Check ignores when printing net split messages. Timo Sirainen 2000-06-11 00:03:28 +00:00
  • 08af8081d0 if command is unknown, and cmdchar is found inside the command name, we probably want to send the whole line to channel. for example when pasting a path /usr/bin/xxx Timo Sirainen 2000-06-10 23:40:47 +00:00
  • 89b47010b3 Changed the behaviour of how to handle "send command" signal (text you typed to entry field). Timo Sirainen 2000-06-10 23:20:22 +00:00
  • fbb5cd6990 same cmdchar twice ignores aliases ignores aliases - not any two cmdchars Timo Sirainen 2000-06-10 22:48:18 +00:00
  • 15d49dbd85 /WHOIS automatically sends a /WHOWAS query if nick wasn't in IRC. Timo Sirainen 2000-06-10 21:40:00 +00:00
  • bdb70fe464 /JOIN -<server tag> #channel joins to channel in specified server. Timo Sirainen 2000-06-10 20:03:43 +00:00
  • c1b73039cd If autocreate_query is ON, /MSG nick now creates the query. Timo Sirainen 2000-06-10 19:51:36 +00:00
  • ff86916dc3 Ctrl-X changes IRC server in stats/msgs/empty windows. Timo Sirainen 2000-06-10 19:16:25 +00:00
  • f877d934b3 "Day changed" is now printed at right time, never after already printed some messages after 00:00.. Timo Sirainen 2000-06-10 18:56:03 +00:00
  • 03ca2e6d90 Don't display the msgs window by default anymore since query windows are created by default also.. Timo Sirainen 2000-06-10 18:12:28 +00:00
  • 47c7817bc5 /MODE +something or /MODE -something assumes that we want to change the active channel's mode. Timo Sirainen 2000-06-10 08:58:52 +00:00
  • 9b6d5f7e99 Rotate time names changed :) week -> weekly, day -> daily, etc. Timo Sirainen 2000-06-10 08:39:19 +00:00
  • 7503302d23 /CHANNEL LIST displayed comma at the end of channel options. ugly. Timo Sirainen 2000-06-10 08:34:20 +00:00
  • 5a94ff859c Added Irssi::Dcc::values(), updated a few other DCC things too. Timo Sirainen 2000-06-09 17:29:12 +00:00
  • 3fd3a03402 Beeps should work(?). ANSI colors had some bugs, bolds weren't working and blinking crashed irssi. Timo Sirainen 2000-06-09 16:58:52 +00:00
  • 6ee0a40abb Window activity is now "msg to you" with lines containing hilighted text. Timo Sirainen 2000-06-09 16:19:42 +00:00
  • 41ff80bb3e You can specify the format of the /WALL text with /SET wall_format, default is "[Wall/#channel] text". The WALL is also printed to screen. Timo Sirainen 2000-06-09 15:50:04 +00:00
  • f4d7561660 /WHO and /WHO * should disply who list of the active channel. Timo Sirainen 2000-06-07 18:35:15 +00:00
  • 4282f07347 If config_node_get_str() is given NULL node, return the given default. Timo Sirainen 2000-06-06 19:14:51 +00:00
  • 0a1282765e Use INADDR_BROADCAST if INADDR_NONE isn't defined. Timo Sirainen 2000-06-06 19:13:35 +00:00
  • c583a08c53 Replying to dcc get and chat requests didn't work. Timo Sirainen 2000-06-06 19:12:19 +00:00
  • 69b38e702d bugfix Timo Sirainen 2000-06-06 16:58:06 +00:00
  • 27b82cea35 Maybe I should have tried to run irssi after the ignore_signals "fix" .. now really fixed. Timo Sirainen 2000-06-05 17:38:27 +00:00
  • a53aa269c2 ignore_signals setting wasn't read at startup.. Timo Sirainen 2000-06-05 17:32:29 +00:00
  • 3980201361 /HILIGHT displayed levels twice. Timo Sirainen 2000-06-04 21:11:53 +00:00
  • 80c03f4572 fixed two minor memleaks. irc/bot directory isn't now build if you specify --without-bot parameter to configure Timo Sirainen 2000-06-04 20:54:33 +00:00
  • 7755aae26b 0.7.90 released. 0.7.90 Timo Sirainen 2000-06-04 16:01:19 +00:00
  • 29ac175069 forgot this file.. Timo Sirainen 2000-06-04 15:33:48 +00:00
  • a7f5540cba /IRCNET command. PARAM_FLAG_NOQUOTES flag for cmd_get_params() Timo Sirainen 2000-06-04 14:52:47 +00:00
  • ee46dc71ab Updated /SERVER, /CHANNEL and /IGNORE in manual. Timo Sirainen 2000-06-04 13:24:53 +00:00
  • 086e433bc6 /LOG show reference number for each log, you can use it with /LOG START, STOP and CLOSE commands instead of file name. Timo Sirainen 2000-06-04 12:59:46 +00:00
  • 8562737548 completion_msgtoyou() -> irc_nick_match() Timo Sirainen 2000-06-04 12:38:28 +00:00
  • 1a541c149d ..and fixed DCC resume that I just broke. Timo Sirainen 2000-06-04 01:52:51 +00:00
  • 35fab0c9ef Lots of DCC related fixes. Timo Sirainen 2000-06-04 01:36:07 +00:00
  • 841736a7d3 Removed a warning. Timo Sirainen 2000-06-04 00:04:02 +00:00
  • 3d39cded63 bits2level() with zero as argument printed some glib warnings. Timo Sirainen 2000-06-03 18:54:59 +00:00
  • 94adc5ef62 /SET hostname didn't affect until restart. Timo Sirainen 2000-06-02 22:55:20 +00:00
  • ba69fc3ae7 ..and cvsignores for new binaries.. Timo Sirainen 2000-06-02 01:59:19 +00:00
  • 3225399ce6 Changed binary names: irssi-text -> irssi, irssi-bot -> botti Timo Sirainen 2000-06-02 01:58:52 +00:00
  • 2191eedbb2 Changed irssi's url to http://irssi.org Timo Sirainen 2000-06-02 01:55:03 +00:00
  • 038fdeb2d6 updated, everything is in english for a change :) Timo Sirainen 2000-06-02 01:52:24 +00:00
  • 65a6e49964 If we used /SB GOTO 23:59 or something, we wanted to jump to previous day's 23:59 time instead of into future.. Timo Sirainen 2000-06-02 01:49:10 +00:00
  • b9393e864b /AWAY <away message> now sets yourself away in all IRC servers. If you wish to set it only to one server, use /AWAY -one <message> Timo Sirainen 2000-06-02 01:19:06 +00:00
  • bf61b699da Awaylog is printed to screen when you set yourself unaway. Timo Sirainen 2000-06-02 01:15:51 +00:00
  • d2df583801 /CAT <file name> [seek position] Timo Sirainen 2000-06-02 01:15:19 +00:00
  • 0e65ba80ca common-setup.h wasn't removed from here - Made rawlog to use "log_create_mode" setting. Timo Sirainen 2000-06-02 01:04:42 +00:00
  • 3e4f947934 removed common-setup.h, put all settings in it to files where they belong to. Timo Sirainen 2000-06-02 00:36:54 +00:00
  • 397def0d3c if you were at the top of the scrollback buffer and the first line line was removed from buffer, ypos was updated wrong and it messed up some things. Timo Sirainen 2000-06-02 00:27:57 +00:00