Tuesday, November 1, 2011

mIRC v5.71t 32bit

Author: Khaled Mardam-Bey
Release: 07/05/2000
Description: Welcome to mIRC v5.71t, an IRC client for Windows.


07/05/2000 - mIRC v5.71

Fixes/Additions:
1.Fixed text wrapping bug in /gtalk.
2.Fixed scrollbar not being displayed in address book nick listbox.
3.Fixed switchbar display bug.
4.The toolbar/switchbar now use colour 255,0,255 as the background
  transparent colour.
5.Changed the way $null is processed when used in identifiers.
6.Fixed bug with mark/copy routine display not working properly
  when an Agent is over a window.
7.Voice commands may or may not work in desktop windows, this seems
  to be a limitation of the SR software you are using.
8.Fixed icon display bug in custom dialogs.
9.Can now have unlimited controls per tab section in a custom dialog,
  also fixed bug with visible/hidden state not being preserved for
  controls.
10.Fixed Editor dialog display bug when "minimizing all" via task
   bar menu.
11.Fixed bug in handling of port ranges for IRC servers list.
12.When clicking the "Connect" button to connect to a server, you
   can now hold down the Control key to force mIRC to use the next
   server in the list.
13.Fixed /close bug.
14.Fixed quit message in channel window not showing user's address.
15.$dbuw and $dbuh now return a decimal value.
16.Fixed small offset bug in $window().dx/dy.
17.Now checks for /window "@Invalid Format".
18.Changed behaviour in editbox which was making it incompatible with
   applications which paste text into mIRC, eg. NJStar.
19.Changed default editbox in Editor dialog back to standard non-rtf
   editbox, the rtf editbox was behaving oddly.
20.Clicking right-button in a non-active window editbox now makes
   the window active.
21.Added option in lock dialog to hide the list of channels/queries
   in tray menu when mIRC is locked.
22.Added "mIRC window always on top" switch to Windows dialog.
23.Fixed bug in handling of {} brackets in some situations.
24.Added /username and /emailaddr command, allow you to set the
   corresponding values in the connect dialog.
25.Should handle UNC paths/filenames properly now.
26.If you do $dir sounds\*.*, the full path defaults to the mIRC dir.
27.Can now send "!nick file" to channel by pressing Control+Enter.
28.DCC Send "filetype ignored" message now shows filename.
29.Added support for JPG and PNG files in 32bit mIRC.
30.Fixed background picture bug, if the bmp was very small the "fill"
   mode would fail to display it properly.
31.Number of users in channel now shown in channel titlebar.
32.Added $poscs() case sensitive version of $pos().
33.You can now use <nosize nopace nohide> to turn these options off
   in the /gopts -b command.
34.Fixed display bug if you had paragraph-spacing turned on in a
   window with a background picture.
35.Can now use $ids and &vars in custom dialog tables.
36.Fixed bug in $base(), can handle larger values. It now also
   strips out 0x number prefix, eg. from 0x0809.
37.Agent now tries to set the language id for speaking based on the
   language id of the TTS module on your system. If it can't, it
   defaults to a US language ID. Can now also be set manually with
   /gopts -n <name> <langid> where langid is the hex id value.
38.DCC chat send/recv errors now trigger the on close event.
39.Fixed +e handling on Conference Room servers which use +e as a
   channel mode, not as the exception list mode as on IRCnet.
40.$mask() now replaces part of an address containings an equal
   '=' sign with a '*' wild card, for ircds, eg. conference room,
   that encrypt part of the address and use '=' to mark it.
41.Fixed "paragraph" spacing not working in listbox windows, eg.
   notify list, etc.
42.Fixed gpf bug in the view menu in the Popups editor dialog.
43.Fixed bug with spacebar not displaying popup menu in a listbox.
44.$window() now lists dcc chat windows as =chatname to be compatible
   with $active.
45.Added /clearial command to clear the internal address list.
46.Added /socklist command, lists open custom sockets.
47.Fixed bug with /remini, mIRC now replaces all [] characters in
   ini section names and headers with ~ when using ini commands and
   identifiers.
48.Changed Highlight method, when using wildcards the wildcard text
   is matched against individual words separated by spaces, instead
   of against the whole line, eg. "test*" will match "Now testing".
49.Added /play -b switch, plays text in the clipboard to a window. The
   text is temporarily saved to a file playqN.txt, which is deleted
   once playing is completed.
50.Fixed page up/down scrolling too far when using paragraph line
   spacing.
51.Fixed switchbar display for time-out dcc sends/gets.
52.mIRC now maintains an internal banlist for each channel. Added
   $chan().banlist, returns $true if mode +b has been seen already,
   or $false if not, or $inmode if currently in a mode +b listing.

   Added $banlist(#channel,N) identifier, returns Nth item, or if N
   is 0 returns total number of items in list. $banlist().by returns
   the address of the user who set the ban, and $banlist().date
   returns the date.

   Note: this feature does not work on ircx servers.

53.The isop comparison now evalutes to true if a nick is an owner on
   ircx servers.
54.Added support for menus in custom dialogs:

   dialog name {
     menu "text", <menuid> [, menuid]
     item "text", <id> [, menuid]
     item break, <id> [, menuid]
   }

   If you don't specify a [menuid] for an item, it will use the last
   menuid that was created/used in a previous menu/item.

   on 1:dialog:name:menu:*:{
     echo 5 $dname $devent $did
   }

   You can use /did -ebcuadio to enable/disable, check/uncheck, append,
   delete, insert, and overwrite a menu item.

   To add an item to a menu you can use: /did -a name <menuid> <newid>
   <text>.

   To insert an item you must use: /did -i name <id> <newid> <text>
   where <id> is the item before which you want to insert an item.

   Note: You can use the text "break" to refer to a break item in the
   /did command.

55.Fixed while loop bug in custom window popup menus.
56.Ctcp version requests are now queued, and the replies are sent once
   every few seconds.
57.DCC Get now locks the file being downloaded to prevent it being
   modified/over-written by a second download or other applications.
58.Can now resize nicknames listbox in channel windows.
59.Added "DCC Fail" event sound to Sounds section.
60.Changed /url [on|off|show|hide|-ran] [[N|mark]|address] -r removes
   either the Nth item, or all items that match the mark. You can also
   do /url -an address to visit a new URL, where -a = activate browser,
   -n = use new browser window.
61.Added $bytes(N,bkmgt3).suf identifier, returns comma formatted filesize.
62.Improved /var, now handles identifiers containing commas better
   though note that you should use the equal sign in the definition,
   eg. /var %x = etc.
63.Added $sock().wserr,wsmsg returns winsock error number and message
   for a socket in the event of a socket error.
64.Custom dialog Tab control now automatically adds a scrollbar if the
   tabs don't fit the width of the tab control.
65.Fixed $prop and $isid not working in $iif() identifier.
66.Added "Show mode prefix" to IRC dialog, prefixes nicks in messages
   with their .@%+ mode on a channel.
67.Fixed memory bug in dcc window popup menus.
68.Server socket now binds to a random local port.
69.File type selection in file dialogs is now set more intelligently.
70.Added Agents section to Options dialog. You can also turn agent
   on or off for a window via the channel or query window system menu.

   Added new switches:

   /gtalk -lu <text> switch, where -l applies lexicon settings to
   text, and -u uses the speech settings, ie. pitch, volume, the
   increase speed setting, etc.

   /gload -h and /gopts -h <on | off> switch, makes mIRC hide the
   agent when mIRC is minimized. Also added $agent().hide property.
   You can also use the -h switch with the other agent commands
   to prevent them from popping the agent when mIRC is minimized
   and has the -h setting.

71.Added /loadbuf -r switch, resets contents of window.
72.Fixed bug in /ignore /auto /protect, if you used -r to remove an
   address, and the entry contained a #channel, the address wasn't
   being removed.
73.Fixed bug with control+copy when copying text and control codes.
74.Fixed bug when using /filter -io where dialog name contained a
   '.' character.
75.$mklogfn() now appends date to filename if you have the dated
   logfiles option turned on in the logging dialog.
76.Fixed max dcc gets bug in fileserver.
77.Added custom dialog editbox item "limit N" which limits text in
   an editbox to N characters.
78.Can now rename tabs in a tab control using /did.
79.Added /hop [#channel [key]] command, parts the current channel
   and joins a new one. If no channel is specified, it parts and
   rejoins the current channel without closing the window.
80.Can now use /url to open email addresses as well.
81.Added hyperlinks to custom dialogs:

   link "test", id, x y w h

82.Added $disk().size property.
83.Added $file().atime, .mtime, .ctime, return last access and
   modify time, and creation time.
84.Fixed bug with $findfile() and $finddir() not being able to see
   local variables in a command.
85.For ircx compatible servers which mIRC doesn't recognize, you can
   send /ircx to the server on connect, and if mIRC receives the 800
   numeric reply, it will treat the server as ircx internally.
86.Fixed switchbar display bug when windows are maximized in some
   situations.
87.Added /showmirc -op switches, -o sets mIRC on top, -p removes
   the on top setting.
88.Changed the "ignore types" feature in dcc options, now works as
   "ignore all except". Also added ignore timer, allows you to turn
   off the ignore temporarily.
89.Fixed positions of windows not being saved correctly if windows
   taskbar was positioned to top or left of desktop.
90.Fixe $sdir changing folder name to lowercase.
91.The notice sent before initiating a DCC chat for a fileserver now
   says "DCC Fserve" instead of "DCC Chat".
92.Added Kick event to Options/IRC/Show dialog and Channel central.
93.Added "Highlight nicknames" option to Display/options dialog, it
   colours nickname prefixes in messages with the "highlight text"
   colour.

   Note: if you use the /cline command to colour a nickname in a
   channel nicklist, the nicks colour in the listbox is used as the
   highlight colour.

94.Fixed bug in mark/copy routine, in some cases may not have been
   copying text to clipboard properly.
95.Fixed bug with ! command prefix, was affecting subsequent commands
   when used in a script.
96.Fixed /drawcopy bug.
97.Added menu { rclick:/command } event, only triggers in a custom
   @window if no menu items are defined.

   Also added $mouse.lb property, returns $true if a mouse event
   occurred in a listbox.

98.Improved support for dual monitor displays in 32bit mIRC, added
   switch to Display/options dialog.
99.Added $nick().colour property, returns nickname colour, if it's
   not coloured, returns highlight colour.




Download

File size: 1096.0 kb, Total Downloads:

0 komentar:

Post a Comment