Tuesday, November 1, 2011

mIRC v5.51t 32bit

Author: Khaled Mardam-Bey
Release: 19/02/99
Description: Welcome to mIRC v5.51t, an IRC client for Windows.


19/02/99 - mIRC v5.51

Fixes/Additions:
1.Fixed /dcc send not centering dcc send dialog over active window.
2.Fixed /help bug.
3.Corrected on dialog description in help file, should have been
  on 1:dialog:etc.
4.Improved handling of channels/nicknames in hotlinks.
5.Fixed Menubar gpf bug. Now also handles the first menu item in the
  menubar definition more intelligently, ie. if it's meant to be a
  submenu, or the title of menubar.
6./titlebar now also updates tray icon tooltip.
7.Fixed icon highlight bug when switchbar is turned off and a window
  is iconified.
8.Fixed query window position/size saving bug.
9.Fixed /ison resource string bug.
10.Fixed .ignore menu item in query popup menu definition.
11.Fixed notify icon highliting too often.
12.Fixed fileserver string resources bug.
13.Fixed date log files bug in 32bit being turned on under win32s.
14.Fixed $isdir() and $isfile() bugs.
15.Fixed List channels dialog not centering over channels list window.
16.Fixed /amsg and /ame not being timestamped.
17.Watch support is now triggered by the WATCH= token in numeric 5,
   not specifically associated with DALnet servers. Also, mIRC will only
   request N WATCH nicks as indicated by WATCH=N, plus one extra nick to
   trigger the "Maximum size for WATCH-list is N entries" message from
   the server.
18.Fixed mIRC reseting the IRC server name after exiting the options
   dialog.
19.Fixed $? and other dialog identifiers not being performed when
   called from a /timer started in a remote event.
20.Pressing OK or ESCape in custom dialogs now clicks the Ok or Cancel
   buttons respectively if there are any.
21.Fixed mouse related bug that was eating up resources.
22.Added Hotlinks on/off option in Options dialog General section.
23.Fixed /did -b bug moving focus to next control.
24.Fixed $calc() bug.
25.Fixed Editor not remembering last popup that was being edited after
   quitting and then running mIRC.
26.Extended Trim log files feature to allow greater log file sizes.
27.Corrected description of $pos() in help file.
28.Fixed a bug in the flood control method, was sometimes ordering
   lines sent to a user in the wrong order.
29.DCC Chat window now allows you to perform commands after the dcc
   session ends.
30.Corrected on open event description in help file.
31.Sorting the servers list now places non-group servers at end of list.
32.Added $dialog() properties x,y,w,h,title,modal,table,ok,cancel,result.
33.Added /dialog -ax switches; -ma creates a dialog and uses the currently
   active window as the parent, and -x closes a dialog without triggering
   any events.
34.Fixed bug with Beeping/Flashing settings not being remember for dcc
   chat windows.
35.Fixed checkboxes with "push" style only triggering sclick event when
   they were checked. Now also trigger when unchecked.
36.Fixed bug related to not ignoring a user if you have a query window
   open with them and their address matches an ignore address.
37.Fixed /map not being displayed on non-DALnet servers, the numerics
   conflict with the new support of the DALnet WATCH list.
38.Fixed bug in /dialog tables, if the x y w h were separated by extra
   spaces they were being misread.
39.mIRC now shows the server text for numeric 375 (Start of MOTD) instead
   of using it's own internal text.
40.Fixed drag-drop filenames being made lower-case.
41.Fixed shift-key behaviour when minimizing mIRC to tray.
42.Added -3 and -4 values to $dialog(), -3 opens the dialog using the
   current active mIRC window as the parent, and -4 opens the dialog using
   the current active mIRC dialog as the parent, if no dialog is open, it
   defaults to -3.
43.Fixed bug in $gmt, added $gmt(format) same as in $asctime().
44.Added /write -w<wildtext> switch which finds a line that contains the
   matching wildcard text. Also extended -sw switches so you can now specify
   multiple words enclosed in "" quotes.
45.Fixed bug in /write and $read -switch processing.
46.Fixed bug with Address Book not starting certain emailers properly.
47.Fixed mIRC creating a second query window if your script opened one
   itself during the on ^open event.
48.Fixed editbox buffer bug.
49.Fixed tree display bug in options dialog when using a large systen
   font.
50.Fixed /copy using mIRC as root dir when filename is prefixed with the
   \ root dir prefix.
51.Fixed "hide" style not applying to icons in a /dialog on creation.
52.Added /play -e switch, /echos out the text as it would be sent to the
   server.
53.DCC Chat editbox is no longer cleared when the connection is made.
54.Fixed not being able to enter Control-K etc. codes in Find dialog.
55.Fixed bug in /rmdir.
56.[removed]
57.Fixed bug in DCC Server.
58.Fixed loading popup changing the popup view.
59./did no longer triggers dialog events when a control is modified.
60.Can now use /did -co switches together for a checkbox.
61.$calc() now treats $null values as zero.
62.$?, $dialog(), and /dialog now warn you if you try to use them from
   inside an event. You should use /timer to initiate them, and they
   will appear after the event ends.

   Note: /dialog was causing problems when called from an event, there
   was no way to get around this unfortunately due to the current script
   parser design.

63.Added /did -nm, -n to enable and -m to disable an editbox.
64.$replace() and $remove() now accept $null values.
65.Fixed /dialog -n not removing topmost setting.
66.Fixed /window -ou not updating system menu.
67.Fixed /timer -e bug.
68.Updating an existing users info from the Whois tab in the Address
   Book dialog no longer clears the notes for that user.
69.If your notify list is turned off, mIRC no longer interferes with
   the display of /watch.
70./run now accepts quoted filenames to handle LFNs.
71./splay no longer displays error messages if the . prefix is used.
72.Added custom dialog style 'size' for listboxes, forces the listbox
   to be sized to the vertical size you specify instead of being rounded
   to the nearest whole size for a listbox item.
73.Fixed /dialog -s sizing bug when used in dialog init event.
74.Can now use %variables in dialog table definitions for certain items:
   title, size, "text", id, and icon name and n index.
75.Fixed bug in processing of /whowas numeric reply resetting a users
   notify list status.
76.Fixed extraneous line highlight bug after a /sound in a dcc chat
   which is halted by an on chat event.
77.Fixed bug in "View Website" menu item in Channels list window popup
   menu turning URL to lowercase.
78.Fixed bug with Notify list sounds not being played if "only show
   notifies in notify window" switch was turned on.
79.If /whois is turned on for a user in the notify list, and show
   notifies in active window is on, the /whois will now also appear
   in the active window.
80.Fixed bug in timing of /timer hh:mm timer request.
81.Improved IP address checking routine to prevent it from matching
   a wildcard IP address with a named address.
82.Fixed /msg -s =nick bug.
83.Fixed bug in $ulist(*) wasn't returning all addresses.
84.Can now specify an "icon" in a dialog table without a filename, to
   allow you to set it later.
85.Added Timestamp Logs switch to logging options dialog, allows you to
   turn on time-stamping just for log files.
86.Fixed bug with . prefix in a menu definition, was confusing the
   popup menu parser in some situations.
87.Fixed /whois not being issued for users in notify list after the
   first notification.
88.Fixed email catcher bug.
89.Numeric 404 "can't send to channel" is now displayed in the channel
   window if it is open.
90.Can now use /window on =chat windows, and other windows by enclosing
   the window name in "quotes".
91.Added /window -gN switch to set/remove hilight for a window icon,
   where 0 = none, 1 = red, 2 = green.




Download

File size: 962.0 kb, Total Downloads:

0 komentar:

Post a Comment