Tuesday, November 1, 2011

mIRC v6.02 32bit

Author: Khaled Mardam-Bey
Release: 06/06/2002
Description: Welcome to mIRC v6.02, an IRC client for Windows.

06/06/2002 - mIRC v6.02

Fixes/Additions:
1.Fixed tab key nick completion bug.
2.Fixed window tiling bug when a maximized window is closed while
  auto-tile/cascade is enabled.
3.Fixed /dcc trust bug.
4.Fixed on keydown/keyup events in custom @windows not handling some
  keys.
5.Fixed editboxes limiting amount of text that can be entered.
6.Fixed dcc sends/chats not being auto-minimized when switchbar was
  turned off.
7.$ticks now uses a different method to get the ticks value.
8.Extended /drawsave -qN to save .jpg files with quality N, where
  N is between 1 and 100.
9.Custom dialog initial size now takes account of wrapped menubar
  height.
10.Fixed memory handling bug in jpg loading routine.
11.Extended switchbar multi-line option in display dialog.
12.Added Options dialog to Window menu.
13.Inverted /drawpic -m switch, now uses slower better quality method
   only when -m is specified.
14.Fixed mIRC always adding itself to the tray after explorer crashes,
   even if tray option wasn't enabled.
15.Added /dialog -h switch, works same as -i in /timer and /window,
   makes dialog hop between connections.
16.The on CLOSE event is now again triggered for open windows when
   mIRC exits.
17.mIRC now uses the default system cursor for hotlinks.
18.mIRC now uses the command "LIST stop" to stop the channels list
   from the server, on all IRC networks.
19.Fixed /flash bug.
20.Fixed /ignore -r bug.
21.Fixed dcc get file exists dialog bug incorrectly truncating file
   before rename.
22.Fixed dcc server protocol bug when rejecting a connection.
23.The on INPUT event is no longer triggered for commands that use
   the ! command prefix.
24.Fixed $style() menu option not being set in some situations.
25.Fixed $inrect() bug.
26.Fixed /drawcopy bug, was copying one pixel too many.
27.Extended Channels Folder Add/Edit dialog to allow selection of
   multiple networks for each channel entry.
28.Fixed fserve window time-out beep/closing bug.
29.Fixed connection wizard dialog bug.
30.Fixed * Disconnected not being displayed in channel window in
   some situations.
31.Fixed tooltip display bug.
32.Fixed /notify /ignore /protect /aop /avoice not always applying
   nick color settings after changes.
33.Fixed bugs in dcc trust feature.
34.Added ignore option to dcc trust dialog.
35.Fixed /sound lpt1/com1/etc. bug under Win2k.
36.Editing an item in the highlight dialog no longer changes the
   position of the item.
37.Fixed $dccignore(N) bug when N = 0.
38.Fixed $submenu() not working in picture @windows.
39.Fixed ctcp finger reply not evaluating user name if it contained
   variables or identifiers.
40.Fixed /hdel -w bug, wasn't unsetting items which had been created
   with the -z switch.
41.Notify list window titlebar now shows total number of users in
   list.
42.Perform on connect section now allows you to specify a different
   set of commands for each network. Moved perform dialog to connect
   section.
43.Fixed $input() bugs.
44.If a $cid ceases to exist during execution of a script, eg. if
   /window -c is used to close a status window, mIRC now re-assigns
   the script to an existing $cid.
45.Fixed scrollbar display bug in windows in some situations.
46.Fixed /window and $mouse.dx/dy bugs when windows taskbar positioned
   at left/top of desktop.
47.Fixed mIRC not using system default for browser/email programs.
48.Fixed $active/$lactive bug.
49.Fixed bug which caused custom dialog to lose focus when window was
   closed with /window -c.
50.Fixed /set -u0 bug not unsetting variables in some situations.
51.The "unable to join channel" message is now displayed in the status
   window and in the channel window.
52.Strip codes option in logging dialog now also strips control codes
   from the timestamp.
53.Separators at the bottom of a custom menu definition are no longer
   stripped out from a menu.
54.Fixed $gettok() bug when handling negative N values.
55.Can now use /font to set font settings in mirc.ini for non-open
   windows.
56.mIRC no longer closes a channel window on reconnect to a server
   if you have keep channels open enabled.
57.mIRC no longer attempts to rejoin a channel on reconnect if the
   channel was +i, or if it was +k and mIRC didn't have the key.
58.Fixed /window -f bug when used on hidden @windows.
59.DCC Sends/Gets that fail during transfer now show cps/time info
   in status window message.
60.$var() now evalutes the first parameter if it isn't a %variable.
61.Dlls opened by $dll() or /dll are now closed before mIRC closes
   all other windows on exit.
62.Can now use %variables in custom dialog table definitions for
   control size/position values.
63.Fixed /dcc send not handling UNC format filenames correctly.
64.Fixed MIME $encode()/$decode() bug when processing &binvars
   that contained zero values.
65.Can now use $* as a parameter to an alias.
66.Fixed $bvar().word/nword/long/nlong properties, now return an
   unsigned value.
67.Fixed infinite recursion bug when using /timer -e switch.
68.DCC Get Resume dialog now shows current and incoming file size.
69.Added on dialog close event.
70.Custom dialogs no longer require an ok or cancel button.
71.Added $sin()/$cos()/etc. .deg property to treat number as degrees
   instead of radians.
72.$window().type for custom windows now returns: custom, picture,
   and listbox.
73.Mozilla is now used correctly when opening URLs.
74.Changed "Group by Network" behaviour.
75.You can now use $dns(0).nick/addr/ip to reference properties if an
   address couldn't be resolved.
76.Fixed memory handling bug when using /sockwrite * wildcard format.
77.Added /window -R switch, resets window position to previously saved
   position.
78./nick changes are now saved to mirc.ini immediately.
79.Fixed bug with second editbox not appearing when you are voiced on
   a channel.
80.Fixed nick in channel/query window titlebar not being updated on a
   nick change if "Show nick in channel/query titlebars" was enabled.
81.Using $hget(name, item, &binvar) where item is a non-existent item
   now returns 0 and does not create the &binvar.
82.Added /hload and /hsave -i switch, saves hash table in ini file
   format. Can specify optional [section] name after filename.
83.$regex() now handles empty strings correctly.
84.Rejoin channels on connect option now combines JOINs for multiple
   channels.
85.Fixed /socklist display bug for listening connections.
86.Extended $hfind(name/N, text, N, M) to handle wildcard/regex
   matches. Where M is:

   n - normal text comparison (default if M isn't specified)
   w - text is wildcard text
   W - hash table item/data is wildcard text
   r - text is regular expression
   R - hash table item/data is regular expression

   Note: $hmatch() and $hregex() are still supported for now but
   are no longer listed in the help file.

87.Fixed mouse button right-click popup menu bug when connected to
   multiple servers.
88.The second parameter in a /who request is no longer treated as a
   filter string if it does not contain a wildcard character.
89.Fixed bug relating to time and timezone handling, happened only
   in certain timezones.
90.The /aop /avoice /protect /ignore commands now allow you to
   specify a network name as the last parameter.
91.Updated Regular Expression library to PCRE v3.9.
92.Updated PNG library to PNG v1.2.1.
93.Added sort button to control dialog.
94.Can now specify wildcard name in /close command.
95.Fixed bug in Copy messages to Query window feature.
96.The -r and -l switches now work the same way in /aop /ignore
   /avoice and /protect.
97.Added on CONNECTFAIL event, same format as on CONNECT, triggers
   when a connection attempt (including retries) has failed.
98.Added /clearall -snqmtgu switches, where s = status, n = channel,
   q = query, m = message window, t = chat, g = finger, u = custom.
   If no switches are specified all windows are cleared.
99.Added /bread -t switch, reads data up to the next CR/LF.
100.Added "Flush files" option to DCC Options dialog.
101.Fixed /timer bug, may not have been triggering correctly in some
    situations.
102.Show whois in active window now handles /whois nick1,nick2,etc.
103.Added IRCX-specific fix for handling messages sent by a channel
    to a user, eg. #channel PRIVMSG nick :message. mIRC only supports
    this format when connected to an IRCX server.
104.Added Alt+LeftClick on Status Window switchbar button, shows/hides
    all switchbar buttons associated with the status window. New windows
    will always have their buttons displayed even if the hide option is
    on. Can also use Alt+F1 to show/hide buttons.
105.$mask() now handles ^ and = as userid prefixes.
106.Fixed List Channels dialog bug which caused it to lose settings in
    some situations.
107.The on DIALOG mouse event now triggers over controls in a dialog
    and $did is set to the control id value.
108.Added on DIALOG active event, works with $dialog().active.




Download

File size: 1175.5 kb, Total Downloads:

0 komentar:

Post a Comment