Mirc 6.2 Download



Pick a software title...to downgrade to the version you love!

Added Multi-Server support. MIRC now allows you to connect to multiple servers at the same time. This feature required major internal changes to mIRC code and forced improvement of code in many areas which has hopefully resulted in a more stable/robust mIRC. Added New server window checkbox to connect dialog. Just like the toolbar the treebar can be repositioned to the top/bottom/left/right of the main mIRC window! In the previous version UTF-8 support was added. In this version several UTF-8 related bugs are fixed, including bugs with text wrapping and copy/pasting from UTF-8 'display' or 'encode' enabled windows, and bugs relating to the order in.

MIRC 2.1a


MIRC 2.4a

mIRC 7.43 Change Log

This is a small update that fixes an issue with the way windows are activated and receive focus when using the Control+Tab key combination, switchbar, treebar, and other methods for switching windows. This issue was introduced in a recent change to mIRC and we decided it was important enough, and affected enough users, to release a small update to fix it.

mIRC 7.43 Screenshots

mIRC 7 Builds

MIRC 2.1a

mIRC Comments

Please enable JavaScript to view the comments powered by Disqus.blog comments powered by Disqus
22310

اختيار عنوان البرنامج...للرجوع إلى الإصدار الذي أحب!


Mirc 6.2 Download

Mirc 6.2 Download Free

mIRC 6.2 غير المفتاح

  • Undid changes that made the display smoother since slower computerswhere unable to cope. The display now flickers a bit as in previousversions.
  • Changed mark/copy behaviour so that it works like it did in previousversions.
  • Fixed various $regsubex() bugs.
  • Fixed switchbar not displaying at least first character of a windowname when ellipses are appended.
  • Extended /did to support a long list of ids as opposed to only upto 256 characters.
  • Fixed agent speech being interrupted when Options dialog is closed.
  • The Channel/Message beep settings in Options/Sounds are now appliedto all windows when the Options dialog is closed.
  • Fixed bug with Control+F find dialog in desktop windows.
  • Fixed bug with active window not being internally set correctly insome situations.
  • Fixed /window -t width measurements being smaller then previousversions, changed back for compatibility.
  • Fixed /localinfo incorrectly displaying DNS messages.
  • Extended /drawpic -gN switch, where N = 1 for small icon, 2 forlarge icon, and 3 for actual icon.
  • Changed $findfile() so that it works as fast as in past versionsif the new semi-colon feature is not used. The semi-colon featureis now also somewhat faster.
  • Fixed change in / commandline parsing behaviour.
  • Fixed text measurement bug which was affecting /drawtext, $height(),$width(), and $wrap().
  • Fixed Control+K bug in channel central topic when clicking on colordialog to insert a color number.
  • Fixed $longip() bug.
  • Fixed UTF-8 bug when parsing notice, privmsg, and other commandsthat contained comma-separated nicks as the target.
  • Fixed SSL security dialog display bug when using /sockopen and SSL.
  • Added $sock().addr which displays original named address if one wasused, and /socklist now also displays the named address.
  • Fixed /names list display being truncated when a UHNAMES list isreturned with full addresses.
  • Fixed SSL gpf bugs related to threading issues.
  • Fixed auto-hide nicklist not hiding when mouse is moved outside ofthe channel window.
  • Added /clearall -a switch, applies to window on all connections.
  • Added /timer -d switch, ensures that a timer and any subsequenttimers using the -d switch are triggered in that order.
  • Fixed $iel()/$iil() bugs.
  • Changed $me in on NICK messages so that it refers to your old nickas in previous versions.
  • Fixed bug in /dde connect parsing.
  • Fixed decrease in picture @window display speed.
  • Copying text from both a UTF-8 display or encode enabled windownow copies the text as unicode to the clipboard.
  • Fixed /filter color bug when filtering text windows.
  • Fixed bug relating to the order in which SJIS/JIS and UTF-8encodings are applied when both options are enabled.
  • Fixed $regsub() parsing bug.
  • The $rawmsg identifier now works in the on CHAT event.
  • Fixed flood protection bug, was UTF-8/SJIS/JIS double-encoding textthat was queued.
  • Fixed switchbar button text color bug.
  • Channel Folder now shows channel description alongside channel name.
  • Fixed horizontal scrollbar being too long in all listbox windowsin mIRC.
  • Fixed an old bug in the /flush command not parsing the -l switchcorrectly.
  • Added $did().isid property, returns $true or $false depending onwhether the specified id exists in the dialog.
  • Added custom dialog listbox property adio, creates listboxof radioboxes.
  • Pressing spacebar in custom dialog listbox of checkboxes now checksor unchecks all selected items.
  • Fixed spacebar not working in mIRC Options dialog treelist.
  • Added Match only whole words option to Agents Lexicon dialog.
  • Added $editbox().selstart/selend properties, return start and end ofselection in editbox, and /editbox -bNeN, set the start and endof the selection.
  • Added on TABCOMP event, triggers when a user presses the TAB key inan editbox and mIRC is about to perform tab completion. Halting theevent prevents mIRC's default tab completion.
    on *:TABCOMP::echo event: $event target: $target line: $1-
  • Can now specify a range of ids in on dialog events using a dash, eg.on 1:dialog:name:event:1-5,6,7-8,9-11,10: { ... }
  • Fixed multibyte editbox cursor display bug when switching betweenwindows.
  • Tabbing into the editbox in the Editor dialog no longer selects alltext in the editbox.
  • Fixed old bug in users list IP address/wildcard matching in remoteevents.
  • Fixed /drawscroll bug.
  • Fixed switchbar button hottracking display bug.
  • Fixed an empty $calc() halting a script with no error message.
  • Changed behaviour of Recent Channels menu in favorites so that itis now network-based as opposed to server-based, ie. if you haveseveral connections open to the same network, the Recent Channelslist is shared between them.
  • Added custom dialog icon options, can now specify small, large, oractual in icon dialog definition.
  • The on ^HOTLINK event now triggers on right-click, use $mouse.keyto check for right mouse button.
  • Added /run -h switch to hide the application being run.
  • Fixed bug in /drawtext -bp where -b was not being parsed correctlywith the -p switch.
  • Added support for UTF-8 display font substitution/linking, optionenabled by default in IRC/Messages dialog, should allow mIRC todisplay all characters regardless of the font you are using,assuming you have the required fonts on your system.
  • Fixed UTF-8/Multibyte text-wrapping display bug.
  • The $regml() identifier can now be used inside $regsubex().
  • Fixed /font -z not affecting custom @windows.
  • Added $activewid, $lactivewid, and $leftwinwid identifiers.
  • Channels Folder now displays UTF-8 channel names and desciptionscorrectly.
  • Fixed window listboxes display bug with horizontal scrolling.
  • Pressing Control+A in the URLs list and in custom @window listboxesnow selects all items.
  • Fixed /scon /scid display bug when invalid id is used.
  • Fixed font dialog not setting font for minimized windows.
  • Custom DLLs are now delay-unloaded to allow subclassing DLLs towork better. The UnloadDLL routine is still called at the samepoint as before.
  • Script editor now has minimize/maximize buttons.
  • Pressing spacebar in the Lock dialog checkbox list now correctlychecks/unchecks an item.
  • The toolbar can now be repositioned to top/bottom/left/right ofmain mIRC window.
  • Fixed Control+Break handling in scripts.
  • Added /loadbuf -a switch to load text into active window.
  • The $com() identifier now uses utf8 internally and the .resultproperty now returns utf8 text, when necessary.
  • Added $cb(N,u) option, returns utf8 text.
  • Fixed /splay not handling network directory format.
  • Fixed nick/url/etc. right-click popup menu not working if text inwindow scrolled while popup menu was visible.
  • Fixed installer default folder bug under xp64.
  • Updated library to PCRE v6.6, which supports limiting the regexrecursion depth. This prevent gpfs caused by runaway expressions.
  • Fixed /drawcopy -n not updating window when no parameters are used.
  • Fixed /sockread -nf bug, switches were not being parsed correctly.
  • Buttons in top/bottom position switchbar are now wider by default.
  • Fixed bug in Options dialog. When there were many channel/query/etc.windows open the Options dialog would take a long time to close.
  • Fixed focusing bug when using Alt+N to switch to Nth window rightafter a window opened in a minimized state.
  • Fixed $sfile() bug with some file name formats.
  • Extended $os to handle Vista.
  • Fixed bug in popup menu parsing when text contained { character.
  • Invisible mode connect option is now enabled by default.
  • Added a Treebar which lists connections and open windows, much likethe switchbar. It behaves like the switchbar in many ways as well,eg. Shift/Control + left-click support, icon blinking, etc. anduses various switchbar settings in the Options/Dialog.
    Right-clicking on an item pops up the usual system menu for thatwindow. Right-clicking in an empty area of the treebar pops up amenu with various display options.
    The treebar width can be set by dragging the border with the mouse,and the background and text colors can be set in the colors dialog.
  • The right-click popup menus for the Toolbar/Switchbar now offeroptions that were removed from the Options/Display dialog. TheSwitchbar can now be resized by dragging the border of the barwith the mouse.
  • Fixed right-click popup menu bug where menus were being wronglydisplayed when clicking on window borders.
  • Fixed switchbar display bug when scrolling with mousewheel.
  • Fixed regex bug which was truncating long results instead ofreturning a string too long error.
  • Fixed /server gpf bug with long parameters.
  • Added /window -D switch, allows toggling of desktop/mdi settingfor custom @windows via system menu.
  • Added $fline().text property.
  • Added /exit -nr switches, -n disables confirmation dialogs, and-r restarts mIRC.
  • Extended /window -nN switch, if N = 2, minimizes window withoutauto-expanding its item in the treebar.
  • Fixed / and /! not being treated as text with Control+Enter.
  • Added Up/Down sort buttons for Options/DCC/Folders dialog to setorder of matching.
  • Added Minimize mIRC on close option to Display/Windows dialog.
  • The Reload logs feature in the logging dialog can now be setseparately for channels and chats.
  • Fixed bug in the Line colors feature in the logging dialog, thedefault line color is now reset correctly if colors are used inthe line.
  • Fixed minimize option in DCC Send dialog not being appliedimmediately to current dcc send.
  • Added vertical tile option to toolbar and window menu, and toauto tile section in Window/Group dialog.
  • Added /abook -wncl switches, open the different tabs in theaddress book dialog.
  • Added Preserve nicks feature to Connect/Options dialog. Ifenabled, mIRC will use /tnick internally to ensure that yournicknames in the Connect dialog remain static. Also added /mnickcommand to change your main nickname.
  • Added Include desktop windows to the Display dialog. Ifdisabled, desktop windows are not displayed in the switchbar.
  • Extended /window -wN switch, where 0 = hide from switchbar/treebar,1 = show in switchbar, 2 = show in treebar, 3 = show in both.
  • Fixed hotlinks not handling nicknames with multiple prefixes.
  • Default colors are now stored internally in mIRC and are writtento mirc.ini if no colors are found.
  • Default wav/mid/etc. dcc folder item is now only re-created if noextensions section is found in mirc.ini.
  • Extended SendMessage() support. The lParam value can now be usedto create a uniquely named mapped file. Where lParam = N, themapped filename is mIRCN. If lParam is zero, the filename is mIRC,as in previous versions.
  • Added Auto option to Switchbar lines setting in Options/Displaydialog. Auto-expands switchbar as number of buttons changes whenswitchbar is in top/bottom position.
  • Added Multi-line toolbar option to Options/Display dialog.
  • Added /toolbar command, allows modification of toolbar buttons.
      /toolbar -aidmsxkNnNzNebwhyNurctplor [N] [x y w h] [/alias] [popfile|@]
      -a = add button
      -i = insert button at position [N]
      -d = delete button at position [N] or
      -m = move button to position [N]
      -s = separator
      -x = wide button
      -kN = use when adding button to make it a check buttoncheck/uncheck with N = 1 or N = 0
      -nN = icon index in picfile
      -zN = icon size, 1 = small, 2 = large, 3 = actual
      -eb = enable/disable button [N] or
      -wh = show/hide button [N] or
      -yN = set transparency (0 to 255) for button [N] or
      -u = update display immediately
      -r = reset buttons
      -c = clear all buttons
      To update properties for an existing button:
      -t = tooltip
      -p = picfile
      -l = alias
      -o = popup
      name = unique name assigned to button/separator, it cannot bea number
      tooltip = text displayed when the mouse hovers over button
      picfile|@ = picture filename or picture @windowmin 16x16, max 256x256 pixels
      x y w h = position in bitmap and size of bitmap to usenot for use with icons
      /alias = command performed when button pressed, $!1 = namepopupfile|@ = popup filename or @menu name
      The tooltip, picfile, alias and popup can be enclosed in quotesif necessary. To clear an item use empty quotes.
      $toolbar(name/N), if N = 0 returns number of buttons
      Properties: name,type,tip,alias,popup,width,height,wide,enabled,visible,checked,alpha
      Note: modifying some of the default mIRC buttons, such as Connect,Notify, etc. may not always work since they are managed by mIRC.They can however be deleted.
  • Fixed /signal -n bug, was allowing $? dialog in server event.
  • Fixed /!.var conversion to /set -l, was not using the !. prefixes.
  • mIRC now stores a [success] section in servers.ini that listsservers that were connected to successfully. When you laterconnect to a server group, the success list is used to prioritizeserver connection attempts. Clear History via the servers listpopup menu clears this list.
  • Fixed various multi-monitor right-click mouse button bugs.
  • Added /help and /winhelp support for .chm files.
  • Added aline/iline/sline/etc. -t switch, forces a re-wrap of alllines in a window that have not yet been wrapped to the currentwindow size.
  • Toolbar disconnect confirmation feature now displays a questionmark on the disconnect button when you try to disconnect.

mIRC 6.2 لقطات

mIRC 6 يبني

mIRC تعليقات

Please enable JavaScript to view the comments powered by Disqus.blog comments powered by Disqus

Mirc 6.2 Download

288




Comments are closed.