Commit graph

  • 2865d3a33f /SET max_wildcard_modes 0 should disable the checking Timo Sirainen 2002-03-11 04:30:13 +00:00
  • 1ec1cb8382 updated Timo Sirainen 2002-03-11 04:21:01 +00:00
  • 8fa39c23a7 default_color checks moved from fe-text to fe-common, so they work properly with window-specific themes. also should fix some weird problems related to them and gui_printtext_after(). Timo Sirainen 2002-03-11 03:45:57 +00:00
  • abe4e30256 Safer flood protection for lines longer than 100 chars. Maybe even a bit too safe but generally you write lines less than 100 chars so it shouldn't really matter. Calculated (2 + line_length/100) in seconds. Timo Sirainen 2002-03-11 03:11:18 +00:00
  • 1528cfc9d7 All control chars in statusbar items are now displayed reversed. Timo Sirainen 2002-03-11 02:07:05 +00:00
  • bcb79f5030 updated Timo Sirainen 2002-03-11 00:18:33 +00:00
  • 966ed97f2a Added -4 | -6 to /SERVER ADD syntax. Timo Sirainen 2002-03-10 21:38:10 +00:00
  • 02c9b7d1cf new scripts Timo Sirainen 2002-03-10 21:33:46 +00:00
  • 0b7ebb6adb script updates.. Timo Sirainen 2002-03-10 21:30:45 +00:00
  • 03c71116e0 added/removed some default scripts Timo Sirainen 2002-03-10 21:28:38 +00:00
  • 1855e6cc5c /SERVER ADD -ircnet should add the network to config with the same case as in /IRCNET list. Timo Sirainen 2002-03-10 19:58:16 +00:00
  • 1997b58c3a whops, stupid utf-8 bug :) Timo Sirainen 2002-03-10 19:43:35 +00:00
  • ba09292f55 crashfix Timo Sirainen 2002-03-10 19:40:06 +00:00
  • 9398746e61 Automatically change the nick to correct case in queries (eg. you did /QUERY nick, and the nick really was Nick, irssi would change the query to Nick as well) Timo Sirainen 2002-03-10 19:23:22 +00:00
  • 9d423576aa If -4 or -6 option is used with /SERVER, force the correct protocol match. eg. /SERVER -6 host either connects to IPv6 host or fails. Timo Sirainen 2002-03-10 19:14:04 +00:00
  • b18af319cf term_addch() : utf-8 fixes for cursor positioning. Timo Sirainen 2002-03-10 19:03:27 +00:00
  • e5ab1daf30 When input line is in redirection mode, allow empty lines (eg. enter after /OPER now aborts it) Timo Sirainen 2002-03-10 16:36:35 +00:00
  • 25ed0acc65 If you had query with "X" but the nick really was "x", and after nick change to "X" you saw "X changed nick to X" Timo Sirainen 2002-03-10 16:23:37 +00:00
  • aae7eae9a0 Added /SET max_wildcard_modes (default 6) - if a wildcard to /OP, /DEOP, /VOICE or /DEVOICE matches more nicks than this, -yes option is required. Timo Sirainen 2002-03-10 16:15:03 +00:00
  • 15e716e283 Added '.' to known nick flag characters. Also supports having multiple flag chars in /NAMES list, so eg. "@+nick" works or ".@nick" which is already used by some servers. Timo Sirainen 2002-03-10 16:00:38 +00:00
  • b89fb4a549 Never ignore kick msg if you get kicked from channel. Timo Sirainen 2002-03-10 15:46:22 +00:00
  • 6d6b02d10e Netjoins in +channels were printed as if users joined to "channel" and all of them had ops, so the message always went to status/active window. Timo Sirainen 2002-03-10 15:42:52 +00:00
  • 0d54e4e299 SIGHUP now does /RELOAD - useful with for example /SBAR prompt DISABLE when you don't have an input line to recover :) Timo Sirainen 2002-03-10 15:20:44 +00:00
  • ee8229be48 /CYCLE tried to do /PART twice. Timo Sirainen 2002-03-10 15:12:13 +00:00
  • a868bbe124 /CAT prints files now with CLIENTCRAP + NEVER level, so timestamps aren't printed. Also since /AWAY prints the awaylog using /CAT, we don't get timestamps there either now. Timo Sirainen 2002-03-10 15:07:57 +00:00
  • ca234bdf5e *** empty log message *** Timo Sirainen 2002-03-10 14:55:46 +00:00
  • 418678bc95 /CYCLE reason didn't work Timo Sirainen 2002-03-10 14:46:40 +00:00
  • 44247af3ff /KNOCKOUT code was a bit stupid, and the timeout checking wasn't very /accurate. Timo Sirainen 2002-03-10 14:31:07 +00:00
  • 8d245f2ddf Don't send -autosendcmd after /UPGRADE. Timo Sirainen 2002-03-10 14:28:08 +00:00
  • 9293d23da2 /SET autoclose_query - now only last received private message affects when the query is closed, ie. /WHOIS requests or nick changes don't reset the counter. Timo Sirainen 2002-03-10 14:24:08 +00:00
  • b67e363cde Foreground ANSI colors weren't working Timo Sirainen 2002-03-10 14:22:59 +00:00
  • 7c9ac989ff No more infobar, but in empty windows topicbar contains the URL. Timo Sirainen 2002-03-10 14:02:33 +00:00
  • cc74b97a51 Added missing Q/A :) Timo Sirainen 2002-03-09 18:57:35 +00:00
  • 3805b13403 added utf8 help Timo Sirainen 2002-03-09 18:56:57 +00:00
  • 95d8b617ae Irssi didn't work properly if read() returned only partial utf8 character string. Timo Sirainen 2002-03-09 17:54:38 +00:00
  • 34e5a31673 "use Irssi" now prints a warning if it's used outside irssi, but doesn't die. Timo Sirainen 2002-03-09 12:17:32 +00:00
  • fe3c11b77d added title Timo Sirainen 2002-03-09 10:09:37 +00:00
  • 0e6946eb04 FAQ is now in HTML format. Patch by Han. Timo Sirainen 2002-03-09 10:06:42 +00:00
  • f181dca67d Fixed a memory leak with ^Y Timo Sirainen 2002-03-09 09:25:06 +00:00
  • 600e0da443 /SET mirc_blink_fix - if ON, the bright/blink bit is stripped from MIRC colors. Set this to ON, if your terminal shows bright background colors as blinking. Patch by pv2b Timo Sirainen 2002-03-08 21:04:59 +00:00
  • a6f4afab2d /OP etc. shouldn't crash if channel hadn't received /NAMES list yet. Timo Sirainen 2002-03-08 18:40:43 +00:00
  • b7a81e1539 "Why does irssi autojoin on invite by default?" Timo Sirainen 2002-03-06 23:49:16 +00:00
  • 185826ccf5 added -! option help, by c0ffee Timo Sirainen 2002-03-06 14:43:42 +00:00
  • b3271bccee added info about /set term_force_colors to lazy people section Timo Sirainen 2002-03-04 21:49:08 +00:00
  • dd00622d39 scripts should be looked from share dir, not lib dir. Timo Sirainen 2002-03-01 19:56:50 +00:00
  • 3376b9d752 added notice of man 7 regex Timo Sirainen 2002-03-01 19:33:45 +00:00
  • 9f7f25fb3b added psybnc section Timo Sirainen 2002-02-28 14:26:02 +00:00
  • e9e78c85bb updated Timo Sirainen 2002-02-25 20:25:08 +00:00
  • c62e430a92 /FORMAT tab completion went to infinite loop if there was more spaces than one in the line.. Timo Sirainen 2002-02-25 17:48:08 +00:00
  • 2d5978fdfe ^Y shouldn't crash with empty cutbuffer Timo Sirainen 2002-02-25 17:28:55 +00:00
  • d00137cd2b command() fixes Timo Sirainen 2002-02-25 14:50:49 +00:00
  • aff83afc2f updated nick_find(), added nick_find_mask() Timo Sirainen 2002-02-23 23:08:36 +00:00
  • 015d87579c Show window's scroll state with /WINDOW. Timo Sirainen 2002-02-22 13:12:33 +00:00
  • 4d96d7e4df Window level matching code was a bit messy. Also, now the active window is preferred if there's multiple matches by the same level. Timo Sirainen 2002-02-22 13:04:07 +00:00
  • dd65d300b0 Highascii chars in replaces block in theme files could have crashed irssi. Timo Sirainen 2002-02-22 12:56:24 +00:00
  • 911f69dc3a /UPGRADE saves now topic_time and topic_by. Timo Sirainen 2002-02-20 18:12:45 +00:00
  • db4a0e5003 PROXY CTCP ON|OFF - proxy clients can send this command to specify that they want to handle the received CTCP requests. Timo Sirainen 2002-02-20 15:21:50 +00:00
  • 87946e381f $cumode wasn't updated after receiving nick list, so with empty channels it didn't contain @ immediately. Timo Sirainen 2002-02-20 15:03:53 +00:00
  • bcc5174e4a Backspace/delete shouldn't modify cutbuffer. Timo Sirainen 2002-02-20 12:46:45 +00:00
  • ec0270811e stupid bug :) lines longer than 1024 chars made irssi crash. Timo Sirainen 2002-02-20 12:44:23 +00:00
  • 26a1aaa416 there's no /RUN or /PERLFLUSH commands anymore. someone could write /HELP script ;) Timo Sirainen 2002-02-18 21:12:55 +00:00
  • 2bc09e0e50 Added escape_char /BIND command for inserting the next keypress to input line. Timo Sirainen 2002-02-18 20:59:40 +00:00
  • be0e7f04b7 if gethostbyname() failed, the return value was returned incorrectly (accidentally cvs committed it after some of my test) Timo Sirainen 2002-02-18 19:48:35 +00:00
  • 78b0e00b51 updated proxy docs Timo Sirainen 2002-02-18 10:29:53 +00:00
  • e79231de26 missing </dl> Timo Sirainen 2002-02-18 09:08:12 +00:00
  • 5d68b85812 minor updates Timo Sirainen 2002-02-18 09:07:09 +00:00
  • 26e9407382 added statusbar help Timo Sirainen 2002-02-18 09:00:26 +00:00
  • b8eff2d3b2 Some events that contained target parameter weren't printed to correct window (eg. end of bans). Timo Sirainen 2002-02-17 20:20:52 +00:00
  • 4646cb7ec9 still one isxdigit() -> i_isxdigit() Timo Sirainen 2002-02-17 19:41:34 +00:00
  • a543f63307 compiler warning fix Timo Sirainen 2002-02-17 18:05:25 +00:00
  • a38227e077 COMMON_NOUI_LIBS shouldn't include $INTLLIBS, it's not needed anymore and it's not even set anywhere, except in local environemnt where it may break make.. Timo Sirainen 2002-02-17 17:53:11 +00:00
  • 55235a9b3d findsyntax.pl should be in dist as well.. Timo Sirainen 2002-02-17 17:19:56 +00:00
  • a986764eec version number update to 0.8.1.CVS Timo Sirainen 2002-02-17 17:12:56 +00:00
  • 8c4a56a962 added some information about ipv6 resolving Timo Sirainen 2002-02-17 17:03:24 +00:00
  • e6a0c8c935 0.8.1 release :) 0.8.1 Timo Sirainen 2002-02-17 15:47:04 +00:00
  • a6d61a0b2b --disable-terminfo didn't work Timo Sirainen 2002-02-17 15:42:07 +00:00
  • 5e87f04a46 Another crashfix Timo Sirainen 2002-02-17 15:37:41 +00:00
  • effd1185a4 fixed a compiler warning Timo Sirainen 2002-02-17 14:42:53 +00:00
  • c02ac34c65 Log writing sometimes might have produced some glib errors. Timo Sirainen 2002-02-17 14:41:38 +00:00
  • 74b1a57540 compiler warning fixes Timo Sirainen 2002-02-17 14:25:10 +00:00
  • 9ebcbffd66 "whops" :) ^D<char> as last chars in line made some screen corruption and maybe even could have crashed Timo Sirainen 2002-02-17 14:00:34 +00:00
  • c39ce0430f updated version number to 0.8.0.CVS again Timo Sirainen 2002-02-17 12:51:56 +00:00
  • be44c5c04a --help printed part of the path for irssi which looked stupid, now it prints only the binary name. patch by tommik. Timo Sirainen 2002-02-17 12:43:39 +00:00
  • a99036cb97 -lcurses was added twice when linking (or worse, -lncurses and -lcurses) Timo Sirainen 2002-02-17 11:58:41 +00:00
  • b4ef9cc3ae syntax.pl should be included with release Timo Sirainen 2002-02-17 11:30:50 +00:00
  • 4c0f683914 Added /HELP upgrade Timo Sirainen 2002-02-17 10:45:25 +00:00
  • c2b8d150df updated Timo Sirainen 2002-02-17 10:41:22 +00:00
  • 37f8547dc4 Added ^I = "tab" key. Timo Sirainen 2002-02-17 10:09:04 +00:00
  • 55561eb2c9 Added GIMPNet, reformatted to look exactly the same as it gets when /SAVEd. Timo Sirainen 2002-02-17 09:47:51 +00:00
  • 490e411814 Don't crash if special vars line ends with '$'. Timo Sirainen 2002-02-17 09:37:23 +00:00
  • 81c2e557d1 Added /STATUSBAR # RESET command for removing the whole statusbar block from config file. Timo Sirainen 2002-02-16 15:10:27 +00:00
  • 2df4eadbfa getting ready for v0.8.0 release 0.8.0 Timo Sirainen 2002-02-16 14:10:54 +00:00
  • bd5f40a19a updated Timo Sirainen 2002-02-16 14:10:08 +00:00
  • 1dc3dafe0d /ACTION supports -servertag now and tab completion works with it like with /MSG. Timo Sirainen 2002-02-16 13:33:17 +00:00
  • 6f136674e9 Removed useless casting. Timo Sirainen 2002-02-16 13:32:53 +00:00
  • 94ff33d2c4 Added Q/A for autorejoin + public aways Timo Sirainen 2002-02-16 13:19:05 +00:00
  • b28781c7e6 added /SET autorejoin_channels Timo Sirainen 2002-02-16 13:06:57 +00:00
  • 7ebe053ebf Added real installation instructions to INSTALL file. Timo Sirainen 2002-02-16 12:52:19 +00:00
  • ced46f8797 updates Timo Sirainen 2002-02-16 12:27:57 +00:00
  • d1f63ec2e3 added /bind section. Timo Sirainen 2002-02-16 12:08:58 +00:00