mIRC 7.0 beta

Posted on Monday, April 05 2010 @ 22:03 CEST by

mIRC is a full featured Internet Relay Chat client for Windows that can be used to communicate, share, play or work with others on IRC networks around the world, either in multi-user group conferences or in one-to-one private discussions.

Changelog:

Changes in mIRC version 7.0
mIRC is now a full unicode application.
The project to convert mIRC to unicode has taken the better part of a year and has required tens of thousands of changes to 150,000+ lines of source code. This has been the most complex and time-consuming update to mIRC since it was created in 1995, when it started out as a non-unicode, 16-bit, Windows 3.1 application.
Many areas of mIRC had to be updated or re-written, from file handling to text processing, from display to memory allocation, from server communications to file transfers.
mIRC should now be faster, more stable, and more compatible with the latest versions of Windows, and should be able to better handle the display and input of a variety of languages.
mIRC now uses its own custom ini routines to ensure more reliable ini file handling. They should work almost identically to the standard Windows ini routines.
Changed the way microsoft agent is detected by checking for folder instead of loading agent to cater for Windows 7 issue.
Added a bitmap cache to speed up window text display. Depending on the font you are using, your cleartype settings, and/or your cpu speed, you should see a significant increase in display speed of text in all windows.
Fixed script editor not filling as much of the editbox buffer as it could (up to maximum size of 500k) when reading a file.
Updated to PCRE library v8.02 and enabled unicode/utf-8 support.
Fixed /drawrot gpf bug.
Fixed tooltips cpu usage bug under Windows 7.
Fixed switchbar/toolbar button sizes under Windows 7.
Fixed multi-monitor popup menu bug when second monitor was placed to the left of the main monitor.
Now using gdi+ for picture loading/saving.
Fix internal http routines not handling redirects correctly.
Updated to SAPI5+ speech and voice commands to make them work with Windows 7.
Added Speech dialog to Sounds dialog. This replaces the Agents dialog which is no longer supported by Windows 7. If mIRC notices that Agents are available on your version of Windows, the Agents dialog option will still be available.
Added /speak -spclu [speed] [pitch] [text] command which speaks the specified text, where the switches are:
-s = speed (0 to 100)
-p = pitch (0 to 100)
-c = clear all queued lines
-l = apply lexicon settings in speech dialog.
-u = apply option settings in speech dialog
You can use $speak(N) to list all lines that are currently queued for speaking through the /speak command. If N = 0, returns total number of queued lines.
Extended maximum incoming server line length from 600 to 1024 bytes.
Fixed default notify sounds not being saved with relative path.
Fixed popup loading bug when a file contains empty lines.
Fixed on CLOSE event bug with status window requiring * prefix.
Extended on CLOSE event to work with channels.
Changed on OPEN/CLOSE events to handle parameters like other similar events. This should not affect existing scripts.
Added Script Editor file menu options “Rename” and “Delete”.
Added [about] portable=[yes|no] item to mirc.ini that allows you to enable portable mode more easily on usb drives.
Changed mouse wheel routine to correctly handle faster/slower scrolling.
Added CAP LS protocol support. mIRC now sends “CAP LS” as the first line when connecting to a server before sending NICK/USER to logon. Currently enables “multi-prefix” and “packet-size=1024″ if they are available.
Fixed listbox item height in Control/Color/Highlight dialogs.
Fixed text display being clipped incorrectly when using certain fonts.
The Channels List window now updates the horizontal scrollbar on-the-fly to avoid the display freeze after listing a large number of channels.
Fixed some controls not being disabled in Lock dialog when lock is enabled.
When clicking reset button in Colors dialog, colors are now reset to the most recent active settings for that theme.
mIRC now skips sending “mode +i” on connect if it has already been set automatically by the server.
Changed the design of some of the dialogs in the Options dialog, the DCC Send/Get dialogs, and others.
mIRC no longer requires Full Name and Email Address to be filled in the connect dialog and sends default values if left empty.
On connecting to a server, if both nick and alternative are in use mIRC appends a random number to your nickname and tries again.
Changed /debug windows to no longer interpret colors. They now display control codes as plain text.
Changed USER/NICK logon method to comply with RFC2812.
Changed switchbar DCC Send/Get button progress bar, now displays a small bar under the text.
Optimized unicode font-linking routines.
Now using Visual Studio 2008 to compile mIRC.
Added WM_PRINTCLIENT support to a number of controls including the toolbar, switchbar, and treebar.
Renamed “download” folder to “downloads” in line with other folders.
Fixed /debug windows log menu not being set correctly.
Fixed mIRC main window system menu not being set correctly when the menbuar is disabled.
Renamed “Firewall” dialog “Proxy”. Replaced /firewall command with /proxy although /firewall is still supported.
mIRC now disables the proxy if it is enabled in the proxy dialog but no address is provided and a SOCKS_HOST environment variable does not exist.
Added menbuar auto-show/hide feature that displays the menubar when you press the ALT key and hides it afterwards.
Keyboard focus now automatically switches to the treebar if all other windows are minimized.
Fixed PCRE gpf bug when expression results in heavy recursion.
Changed switchbar to display transparent buttons when a background picture is selected.
Added support for all available font styles, such as italic and semi-bold, in font dialog.
Added support for Control+I key combination to make italic text using control code 29.
Added support for DLLs that use Unicode functions. By default mIRC assumes that DLL functions are ANSI for backwards compatibility. However a DLL can enable Unicode support by setting mUnicode to TRUE in the LOADINFO structure:
typedef struct {
DWORD mVersion;
HWND mHwnd;
BOOL mKeep;
BOOL mUnicode;
} LOADINFO;
Added SendMessage WM_MEVALUATE/WM_MCOMMAND support for Unicode. By default mIRC assumes that mapped file data is ANSI for backwards compatibility. However an application can “or” the value 8 in the cMethod parameter to specify Unicode data.
Changed display behavior for a number of dialogs, such as the DCC Send/Get dialogs, so that buttons are now disabled for a short time when the dialogs are displayed to prevent accidental typing. If the user is typing the buttons remain disabled until the user stops.
Added a ‘b’ switch to $input() and an “option disable” property to custom dialogs that enables this behaviour.
Fixed treebar display bug when displaying DCC window names.
Changed Script Editor Order dialog to automatically select the active script in the listbox on opening.
Updated editbox in all windows and script editor to use richedit 4.1 msftedit.dll for improved Unicode support. If not available reverts to riched20.dll.
Changed line numbering method in script editor, uses more reliable method that is independent of editbox.
Changed status window icon to display a yellow lock when on a secure connection using SSL.
Fixed Control+K color dialog centering bug.
Changed servers list sorting method so that the networks listed in the [networks] section of servers.ini are now placed at the top.
Changed DCC Send/Get transfer windows default font, now uses the system dialog font. Also switched to appropriate system font for measurements in features such as $input() and popup menus.
Changed design of DCC Send/Get transfer windows, interface is now clearer and the display updates once a second.
Changed flood protection to begin working only after receiving the first numeric to prevent logon issues in some situations.
Changed design of the File Type warning dialog, now clearer and also shows the file extension that was ignored.
Optimized the way line indentation works, such as for /echo -iN, and other displayed lines.
Improved tab and indent spacing measurement method for both fixed and non-fixed width fonts.
Improved text-wrapping at whole word boundaries, and now wraps at both spaces and commas.
Numeric 422 “MOTD file is missing” message is no longer displayed when first connecting to a server.
Fixed proxy errors not being displayed correctly in some situations.
Added a bind listbox to the Connect/Options/Ports dialog that lists all active networks interfaces for easy selection. It still allows you to enter an IP address as well.
Updated /dns command, now multi-threaded, resolves concurrently, and can return both IPv4 and IPv6 addresses. By default, /dns only returns IPv4. You can use the switches -46 to return a combination of IPv4 and IPv6 addresses.
Added support for IPv6 connections. By default, mIRC will always use IPv4, so IPv6 support must be explicitly enabled using one of these methods:
Enable IPv6 support in the Connect/Options/Ports dialog. This allows mixed IPv4 and IPv6 connections, with IPv6 taking priority in DNS resolution. This means that if you try to connect to a server that has both IPv6 and IPv4 addresses, mIRC will try IPv6 first.
The bind option in the Connect/Options/Ports dialog. If you specify an IPv4 or IPv6 adapter/address, DNS resolution and all connections will be made based on the adapter/address type. If you explicitly specify an IP address for a connection, such as a /server or DCC connection, it overrides this setting.
The /server command with switches -46 to force DNS resolution to return either IPv4, IPv6, or both. If you specify an IP address, it overrides the switches. The server window will use the requested DNS method for all subsequent connections until you change it with the /server command.
Note: in order to use IPv6, both your version of Windows and your Internet connection must support IPv6.
Added $iptype(text) identifier, returns “ipv4″ or “ipv6″ if text is is a valid IP address format. With IPv6 addresses, the properties .compress and .expand can be used.
Added cue text (optional) to Connect dialog for user name and email address.
Extended $portfree(port,ip) so that you can specify an ip address. If not specified, all active interfaces are checked as before. An adapter name can also be used instead of an ip address.
Added $bindip(N|ip) identifier. If N is specified, lists active network adapters with properties .name, .ip, .loopback. If an ip address is specified, returns best adapter for connecting to that ip address.
Updated to OpenSSL 0.9.8n library.
Updated installer to offer a portable install option that can be used to run mIRC on a USB flash drive.
Added support for whois numeric 729.
Added “Invalid certificate” disconnect message in the event of an SSL connection failing due to an invalid certificate. If there is a DNS pool, mIRC will now continue to retry the connection.
Changed /localinfo to report an error if you try to use an invalid switch. Also fixed /localinfo not setting/saving the local info results correctly across server windows.
Fixed hotlink shift-key display bug.
Fixed logfile bug when window is switched between mdi/desktop.
Added $file().sig property, checks digital signature of a file.
Added check for foreground/background colors in control codes in text. If they are the same, the foreground color is changed to ensure the text is visible.
Changed color dialog behaviour: if you delete all schemes, the default schemes are added back to the list.
Changed position of history menu in file and favorites menus.
Added /close -t switch, closes all status windows. If used with -i switch, closes only if not connected/connecting to a server.
Channels history is now saved across sessions to the [chanhist] section in mirc.ini.
Fixed tips display bug that caused tip width to be smaller than necessary, shortening the title text.
Fixed SSL warning dialog bug, was not showing the actual error message in some cases when a certificate error was detected.
Fixed /var gpf bug.


Program Information

Category:
Internet and communication
Type:
Shareware


Version:
7.0 beta
Size:
1.76MB
Works on:
Windows


Product page: here

Download: mIRC 7.0 beta



Loading Comments