home *** CD-ROM | disk | FTP | other *** search
/ CD Loisirs 18 / cd.iso / PLANETE / MIRC40 / VERSIONS.TXT < prev   
Text File  |  1996-03-19  |  66KB  |  1,385 lines

  1. 20/03/96 - mIRC v4.0 (final version)
  2.  
  3. Fixes/Additions:
  4. 1.Fixed standard editbox popup menu under 95 not
  5.   being displayed on a right mouse-click.
  6. 2.Fixed problem with /ctcp to a user with "dcc"
  7.   in nickname.
  8. 3./query command pops an existing window to the
  9.   front if it's hidden.
  10. 4.Fixed "parameter dialog" popping up bug.
  11. 5.Fixed Channel Dialog gpf bug if kicked while
  12.   dialog still open.
  13. 6.Dynamic help menu now displays a list of .hlp files
  14.   in mIRC's directory, as well as the readme.txt,
  15.   versions.txt, and update.txt files, for quick
  16.   access. Also adds internal aliases that match
  17.   these filenames, so if you have "winsock.hlp" in
  18.   the help menu you can type /winsock <topic>. The
  19.   menu is always updated before it is displayed.
  20. 7.[removed]
  21. 8.Added "play wave" options to event beeps section.
  22. 9.Now remembers DDE settings across sessions,
  23.   added to "Servers" section in options dialog.
  24. 10.Added "Popup notify window on connect" option.
  25. 11.Added new configurable menu which allows you to
  26.    add a menu to the main menu bar. This menu has
  27.    the functionality of both the main, query,
  28.    and nickname popup menus, and allows you to
  29.    define commands that work in different types
  30.    of windows.
  31. 12.Can now test for and prevent SOUND ctcp's
  32.    in the remote.
  33. 13.Fixed channel list "Hide" parameters being
  34.    erased in certain situations.
  35. 14.Modularized Tab dialog routines so now they're
  36.    "completely" independent of the rest of the code.
  37. 15.Improved setup dialog/server selection:
  38.    a) Added "group" definition to servers. When sorting
  39.       the servers list this groups servers with the
  40.       same group name together.
  41.    b) Added "connection retry" options. One second
  42.       delay inbetween connect retries.
  43.    c) Can select multiple servers to connect to.
  44.    d) Can do "/server groupname" which will cycle through
  45.       all servers of group "groupname" when trying to connect.
  46.  
  47.    NOTE:
  48.    When using the 16bit mIRC, winsock will "freeze" sometimes
  49.    when cancelling a connection. This is because winsock has
  50.    to timeout... as far as I know, mIRC can do nothing about
  51.    this since it is built-in to winsock, so even if mIRC
  52.    cancels a connection, winsock still waits for 10 seconds
  53.    *anyway* before completing the cancellation. This might
  54.    result in other problems.
  55.  
  56. 16.Added "Popup channel folder on connect" option.
  57. 17.Now capitalizes the first word in a ctcp message.
  58. 18.Notify:
  59.    a) Now has it's own window in options dialog.
  60.    b) Number of nicks is unlimited.
  61.    c) Allows little notes for each nickname.
  62. 19.Added /commands [on|off], turns remote commands on/off.
  63.    /events [on|off] turns only events on/off, and
  64.    /remote [on|off] now turns both commands and events on/off.
  65. 20.Added other beep/close options to dcc options dialog.
  66. 21.Fixed $parms bug, was only storing first 256 chars.
  67. 22.Added "Place ? marked urls at top of list" option in url options.
  68. 23.Can now do "/ignore -auN", which unignores the
  69.    specified address after N seconds. Can now also do,
  70.    /ignore -apcnti, where p=private,c=channel,n=notice,
  71.    t=ctcp,i=invite.
  72. 24.Can now enter auto-op addresses with channels,
  73.    eg. nick!user@address,#mirc,#mircplus
  74. 25.All /dde commands are now buffered and sent at intervals
  75.    specified by the DDE delay option.
  76. 26.Added /clearall command which clears buffers of all
  77.    status, channel, and private windows.
  78. 27.Now warns you if you try to quit mIRC when there are
  79.    DCC Transfers in progress.
  80. 28.[removed]
  81. 29./links command results are now displayed in a coloured
  82.    tree fashion to make it more readable (?)
  83. 30.Added "pop up setup dialog on startup" option.
  84. 31.Improved speed of text display slightly.
  85. 32.Fixed /rlevel not removing levels in certain situations.
  86. 33.Added -s<text> option to /write command, scans file for a
  87.    line beginning with <text> and writes to it.
  88. 34.[removed]
  89. 35.Added /groups [-e|d] command which lists all, enabled,
  90.    and disabled groups in remote definitions.
  91. 36.Can now use #$?#="etc." which will ask for a channel
  92.    name if you try to use the command in a non-channel
  93.    window, otherwise it uses the channel name of the
  94.    currently active channel window.
  95. 37.Command parsing routine completely rewritten, much
  96.    more robust and evaluates identifiers etc. more
  97.    intelligently now. However, because of increased
  98.    processing/checking etc. this routine is now slower
  99.    than the older routine.
  100. 38.Moved Ident server options to setup dialog.
  101. 39./speak command requests are now also placed
  102.    in delayed DDE queue.
  103. 40.Added variable support:
  104.    /set [-q] <%var) [value]
  105.    /unset [-q] <%var> [%var2] ... [%varN]
  106.    /unsetall
  107.    /inc [-q] <%var> [value]
  108.    /dec [-q] <%var> [value]
  109.    Can be edited in Variables section in remote dialog.
  110. 41.Iconized Notify and Url windows are now highlighted
  111.    whenever their contents change.
  112. 42.Notify and URL toolbar buttons are now also highlighted
  113.    if either the window isn't open or isn't active.
  114. 43.Fixed /ctcp nick VER bug.
  115. 44.Fixed beeping bug where mIRC wasn't beeping properly
  116.    for some users.
  117. 45./sound now doesn't require you to specify a message.
  118. 46.Added $level which represents users level in remote.
  119. 47.Added /remove <filename> which deletes the specified file.
  120. 48.Added $cd which represents users current directory
  121.    in a fileserver session (Used in ON SERV event).
  122. 49.Specifying a nickname in the finger dialog now works
  123.    the same way as /finger <nickname>.
  124. 50.Can now use /nick while not connected to server:
  125.    /nick <nickname> [alternate]
  126. 51.Fixed bug in resolving dns addresses.
  127. 52.Fixed /finger not resolving for some users.
  128. 53./auto and /ignore now *add* an address by default,
  129.    to remove an address you can use the -r switch.
  130.    ie. they do not toggle anymore.
  131. 54.Added Firewall option, doesn't allow DCC's through
  132.    a firewall yet though.
  133. 55.Added "IP method" option for users with different
  134.    winsock setups.
  135. 56.Fixed DCC Sending a file with the same name as users
  136.    nickname (would result in an error message).
  137. 57.Fixed URL sorting in url window.
  138. 58.Now tests to see if dcc send filename is a system device,
  139.    if so dcc send is ignored.
  140. 59.Fixed & characters in editboxes in options dialog
  141.    being messed up.
  142. 60.Fixed disappearing ini and temp files not being removed (?)
  143. 61.Fixed "read" in fileserver allowing read access to files
  144.    outside home directory.
  145. 62.Fixed occasional "notice" gpf.
  146. 63.Fixed ctcp TIME missing trailing ^A.
  147. 64.Fixed Status window saving/reset not working.
  148. 65 Can now specify -sgroupname on the command line.
  149. 66.Other bits and pieces.
  150.  
  151. 06/01/96 - mIRC v3.92
  152.  
  153. Fixes/Additions:
  154. 1.Fixed /sound gpf bug.
  155. 2.Fixed security bug in remote.
  156. 3.Fixed gpf bug on windows opening due to old
  157.   window pos/size format in mirc.ini.
  158. 4.Changed fingers storage method in mirc.ini.
  159. 5.Improved Channels List dialog.
  160. 6.Popups are now fully allocated dynamically.
  161. 7.Changed $file identifier to display only files,
  162.   can now use $dir to display both directories
  163.   and files.
  164. 8.Added /font command which pops up the font
  165.   dialog.
  166. 9.Added "Extract URL" menu item to channels list
  167.   popup menu, which extracts a URL from a channels
  168.   topic and puts it in the URL list.
  169. 10.DCC Send "percent" info is now updated when
  170.    an Ack is received, not when a packet is sent.
  171. 11.Fixed $parms not working with $read.
  172. 12.Speeded up tabs display in options dialog slightly.
  173. 13.Small improvements in DDE response speed.
  174. 14.Function key aliases can now execute several
  175.    commands by using the | command seperator.
  176. 15.Fixed DCC gpf problem (?)
  177. 16.Fixed $read not closing files in certain situations.
  178. 17.When entering text in an editbox mIRC now beeps
  179.    when you are within 30 characters of the maximum
  180.    allowed line length.
  181. 18.mIRC now works with the three major WWW Browsers.
  182. 19.Fixed '=' prefix processing bug in remote.
  183.  
  184. 28/12/95 - mIRC v3.9
  185.  
  186. Fixes/Additions:
  187. 1.Fixed the /join KEY bug.
  188. 2.Add -q switch to /raw which makes the /raw command
  189.   work "quietly", not printing out what it's sending.
  190. 3.Fixed channel folder dialog not remembering
  191.   added/deleted channels when pressing OK.
  192. 4.Now /ignores invites as well.
  193. 5.Fixed the remote DO command.
  194. 6.Can now handle &channels, fully supported in aliases,
  195.   popups, and remote definitions.
  196. 7.Redecorated. Tending towards simple and uncluttered
  197.   menus and interface.
  198. 8.Removed font dialog, can now change a font only from
  199.   a windows system menu.
  200. 9.Can now do /me or /action in dcc chat windows.
  201. 10.The 32bit under 95 now saves logs and buffers using
  202.    the full length filename.
  203. 11.ON TEXT etc. now allow wild card matches using
  204.    multiple * in the match text.
  205.  
  206.    NOTE: the text matching routine in ON TEXT etc.
  207.    doesn't use the = sign anymore, as it's now redundant.
  208.  
  209. 12.Found bugs in the wildcard matching routine while
  210.    making ON TEXT work with it. Fixed.
  211. 13.Made Tabs in options dialog more 95-ish. The bold
  212.    font is still there though, sorry, I like it!
  213. 14.mIRC now does NOT reply to unknown ctcp messages,
  214.    it just prints them in your window as usual and
  215.    then ignores them (as per the RFC).
  216. 15.Aliases now work better when called from remote
  217.    definitions.
  218. 16.Fixed -l# switch in play command.
  219. 17.Improved positioning of various dialogs.
  220. 18.DALnet URL catching on joining a channel now works.
  221. 19.Nicks in notify list are no longer forced to lowercase.
  222. 20./save can now be used in an alias with | separators.
  223. 21.Added -stext option to $read, which scans the specified
  224.    file for a line beginning with the specified text.
  225. 22./pop delay is now randomly *close* to the number you
  226.    specify as a delay.
  227. 23.Fixed /server N (specifying server number).
  228. 24.Fixed window bug possibly related to dcc gpfs.
  229. 25.Added -u# switch to /ban command which specifies delay
  230.    time before unbanning the specified ban. Minimum delay
  231.    time is 10 seconds. If no number is specified, it defaults
  232.    to 30 seconds. eg. /ban -u15 nick
  233. 26./fingering a nick now only adds the nick's address to the
  234.    fingered addresses list, not the users whole irc address.
  235. 27.Now allows an unlimited number of /timers.
  236. 28.Fixed ini specification on command line.
  237. 29.Improved dynamic memory allocation in various places.
  238. 30.Added notify list window. Can use the toolbar notify button
  239.    or /notify [-sh] to show/hide the window. Please note that
  240.    there is a minimum window width under 95 that I haven't
  241.    been able to override.
  242. 31.Address returned by IAL was sometimes invalid. Fixed.
  243. 32.Added [-ar] switches to /notify, /protect, /ignore,
  244.    which forces the command to -add or -remove a nick
  245.    instead of toggling it.
  246. 33.Added $site identifier for remote addresses.
  247.    eg. for khaled@mardam.demon.co.uk
  248.    $site = mardam.demon.co.uk
  249. 34.Now allows /sound in dcc chats.
  250. 35.Added minimal DDE support, as well /dde command and
  251.    a $dde identifier, to be expanded. See DDE section in
  252.    help file for description
  253. 36.Added "Edit" button for editing finger file in options
  254.    dialog.
  255. 37.Can now access popup menus in the notify, URL, and channels
  256.    list window through the keyboard. Pressing RETURN performs
  257.    a "double-click", pressing SPACE pops up the popup menu.
  258. 38.Added Alt-N for notify and Alt-U for URL windows.
  259. 39./msg command now by default doesn't switch to the
  260.    window you're sending a message to unless you specify
  261.    the [-s] switch. eg. /msg -s hiya!
  262. 40.Added /timestamp [on|off] command.
  263. 41.Added /partall command which parts all the channels
  264.    you're currently on.
  265. 42.Added "Minimize DCC get window" option.
  266. 43.Added $adate (for US style month/day/year),
  267.    and $fulldate which spells it all out.
  268. 44.Added a "time to activate" option to the /timer
  269.    command, eg. /timer1 11:30 1 1 /say It's now 11:30am
  270. 45.Fixed "filename" in quotes with no spaces bug.
  271. 46.Fixed using $?="text" identifier.
  272. 47.Added $file identifier, eg. in a popup menu item:
  273.    Play Wave:/wavplay $file="Select a Wave!" c:\waves\*.wav
  274. 48.Fixed disappearing aliases/popups/remote bug, where
  275.    filenames for each of these were being reset to the
  276.    mirc.ini file.
  277. 49.Added a "/timers off" switch which allows you to turn
  278.    off all active timers.
  279. 50.Alt-L now pops up the Channels List dialog.
  280. 51.Added /disconnect command, hard disconnect from server
  281.    without a /quit.
  282. 52.Fixed ON SNOTICE reacting twice to server notices.
  283. 53.Fixed/Improved other bits and pieces.
  284.  
  285. 25/11/95 - mIRC v3.8
  286.  
  287. Fixes/Additions:
  288. 1.Added option to show invites in active window.
  289. 2.Fixed $! bug.
  290. 3.Added option to auto-resume existing files.
  291. 4.Fixed /echo with invalid parameters gpfing.
  292. 5.Option dialog now remembers it's "view" across
  293.   sessions.
  294. 6.Paused op wasn't clearing a nick from it's list
  295.   immediately if a nick parted or quit, but had to
  296.   timeout first.
  297. 7.Added /speak <text> command which uses monolog
  298.   to speak the specified text.
  299. 8.Added /dns <nick/address> which resolves addresses.
  300.   If mIRC sees a "." in the name you specify it assumes
  301.   it's an address and tries to resolve it. Otherwise
  302.   it assumes it's a nickname and does a /whois to
  303.   find the users address and then looks it up. If you
  304.   give it an IP address, it looks up the host name.
  305. 9.Removed small users window in remote dialog, now
  306.   using one big window for users, commands, and events.
  307. 10.The Add Dialog has been discontinued. Check out the
  308.    alias, popup, and remote dialogs for the improvement.
  309.  
  310.    IT IS *HIGHLY* RECOMMENDED THAT THE ALIAS, POPUP,
  311.    AND REMOTE SECTIONS BE SAVED SEPERATE FROM THE
  312.    MAIN MIRC.INI FILE FROM NOW ON. THE MIRC.INI
  313.    CAN'T HANDLE THE STORAGE OF LARGE AMOUNTS OF
  314.    INFORMATION AS REQUIRED BY THE ALIAS, POPUP,
  315.    AND REMOTE SECTIONS.
  316.  
  317. 11.Finally fixed DCC Send/Get windows sometimes
  318.    not auto-closing at end of transfer (?)
  319. 12.Right-clicking in a non-active window will now
  320.    bring it to the top and make it active.
  321. 13.Fixed socket error message when running second
  322.    copy of mIRC (didn't actually affect anything).
  323. 14.For new users, mIRC no longer copies the mirc.ini
  324.    to the windows directory but leaves it and uses it
  325.    in the same directory as the EXE. However, if it
  326.    finds an mirc.ini in the windows directory it will
  327.    use it (to remain compatible with older users).
  328. 15.Small fixes relating to Function keys.
  329. 16.Can now use /load -apuce <file.ini> or
  330.    /save -apuce <file.ini> to load and save aliases,
  331.    popups, and remote sections from the command line.
  332.    NOTE: You can only refer to one section at a time,
  333.    so you can't do /load -ap some.ini.
  334. 17.All memory in the parsing and remote routines is
  335.    now allocated dynamically.
  336. 18.Added ignore options to dcc send/chat in the dcc
  337.    options dialog. Can also use /sreq and /creq
  338.    (send request and chat request) with the parameters
  339.    [ ask | auto | ignore] from the command line.
  340. 19.Added "ON CHAT:text:/msg ..." and ON SERV events to
  341.    scan text in dcc chat windows and fileserver windows.
  342. 20.Added command line option to connect to a server and
  343.    join channels which is more of a standard WWW link
  344.    definition: //server:port/#channel,#channel
  345. 21.Fixed GPF problem for some users when quitting mIRC (?)
  346. 22.Added /flush [levels] command. This clears the remote user
  347.    list of nicknames that are no longer valid. For each nick
  348.    in the user list that matches the specified levels mIRC
  349.    checks to see if that nick is on any of the channels that
  350.    you are currently on. If not, the nick definition is removed
  351.    from the user list. If you do not specify [levels] then
  352.    mIRC clears all nicks from the user list that don't exist
  353.    on channels you are on.
  354. 23.Added "me" prefix to remote definitions, eg.:
  355.    me:1:ON JOIN:/msg etc...
  356.    This limits a command definition to reacting only to
  357.    events caused by your client. This is useful in case you
  358.    use Bots which have the same address as you.
  359. 24.The address in the Finger dialog now defaults to
  360.    the last address which was fingered.
  361. 25.The /play command has been improved in a major way, 
  362.    it can now queue requests (see the help file!)
  363. 26.Fixed bug with highlighting in query windows.
  364. 27.Added Finger server (must be set up in a certain
  365.    way, see the help file on how to do this).
  366. 28.Added ON SNOTICE event, which listens for server
  367.    notices and can filter them ie. prevent them from
  368.    being displayed.
  369. 29.Remodelled the setup dialog. Can now also store
  370.    an unlimited number of servers.
  371. 30.If /finger sees a "." in the parameter you give it, it
  372.    will assume it's an address and will finger it, otherwise
  373.    it will assume it's a nickname and will do a /whois on the
  374.    nick to find their address and use that for the finger.
  375. 31.Added option to change tooltip delay.
  376. 32.Split the "Beep on window message" option into two...
  377.    "Beep on channel message" and "Beep on query message".
  378. 33.Fixed the notify bug which would result in mIRC telling
  379.    you all the people on your notify list are on... then
  380.    off... then on... then off...
  381. 34.Simplified /timer code and fixed a small bug in it.
  382. 35.Command line window buffer has increased to 30 lines.
  383. 36.Now catches server numeric 328 for URL description
  384.    when joining a channel on DALnet (they might not have
  385.    implemented this yet).
  386. 37.Fixed toolbar buttons colours when the default system
  387.    colours are changed.
  388. 38.The 32bit mIRC can now dcc send/get LFN's with spaces
  389.    in them. Unfortunately, other clients won't be able to
  390.    receive these properly! See the "DCC Send" section in
  391.    the help file which explains the problem.
  392.    You can also do: /dcc send nickname "this is a.text file"
  393. 39.Added -nnick1,nick2 command line option which sets
  394.    your nicks to these values.
  395. 40.Overhaul of irc and parsing routines, simplified and
  396.    speeded up.
  397. 41.Added [on | off | close] to /url command to turn on/off
  398.    catching urls and to close the URL window.
  399. 42.Added option "Show modes in channel".
  400. 43.Now gives the reason why you can't join a channel.
  401. 44.If you have "rejoin channel when kicked" turned on
  402.    and you are kicked, mIRC will keep the channel
  403.    window open while it tries to rejoin and will only
  404.    close it if it can't.
  405. 45.If a /play filename doesn't have a directory spec. it
  406.    defaults to the mirc.exe directory.
  407. 46.Added a flexibile /write command which writes lines
  408.    to a file.
  409. 47.Added "Show queries in active channel window" which
  410.    shows private messages from other users in a channel
  411.    window without opening a query window.
  412. 48.Added "TAB" key putting "/msg nickname" into the editbox
  413.    where "nickname" is the nick of the last person who
  414.    messaged you. If you press TAB repeatedly it cycles
  415.    through the nicks of the last five people who messaged
  416.    you.
  417. 49.Now shows who set the topic and at what time when you
  418.    join a channel on Undernet and DALnet.
  419. 50.Fixed small bug with the /sound command not checking
  420.    properly if a sound file exists.
  421. 51.The Options dialog now uses Tabs. I had trouble using
  422.    existing TabDialog DLL's, so I coded my own Tab
  423.    display routines.
  424. 52.Fixed /channel dialog bug which would occur if you
  425.    typed /channel repeatedly while it was in the middle
  426.    of retrieving the channel info.
  427. 53.Fixed a problem with /whois replies, the format of
  428.    the reply has changed and is hopefully clearer now.
  429. 54.Can now also define Shift and Control Function key
  430.    definitions.
  431.  
  432. 24/10/95 - mIRC v3.72
  433.  
  434. Fixes/Additions:
  435. 1.Fixed $parms not being passed in a redirection.
  436. 2.Can now /play to any channel/nick without needing
  437.   to have that window already open.
  438. 3.Added -ttopic option to /play which looks for the
  439.   specified [topic] in a text file and plays it to
  440.   the specified nick/channel.
  441. 4.Added $pnick identifier which refers to the nick/channel
  442.   which is currently being played to, so you can use it
  443.   in /played commands.
  444. 5.Allows #$parmN to force a parameter to be a channel.
  445. 6.Fixed DCC Resume filesize bug.
  446. 7.Added option to show notifies in active window.
  447. 8.Completely reorganized the Options dialog as it was
  448.   too crowded and it was getting harder to add new options.
  449.   Now divided into sections, and also incorporates the
  450.   options in the extras, url, sounds, and ident dialogs.
  451.   The menus and toolbar buttons have been re-organized
  452.   accordingly.
  453. 9.Fixed QUIT bug when exiting mIRC while still connected.
  454.   It was sending a part instead of a quit to the server.
  455. 10.Fixed /timer not releasing it's memory in certain
  456.    situations.
  457. 11.Fixed positioning of : in some raw commands.
  458. 12.Fixed setting of focus to windows.
  459. 13.Added option to dump joins/parts to status window.
  460. 14.Now shows DCC transfers percentage/size at head
  461.    of window title for win95 users.
  462. 15.Messages from irc ops of the form $address or
  463.    #address are now displayed in the server window
  464.    in pretty purple as opposed to opening up a query
  465.    window.
  466. 16.Added "clear list" button to dcc chat dialog (the
  467.    DCC Send dialog uses the same list).
  468. 17.The /pop delay value can be up to 15 seconds now.
  469. 18.The weird DCC Send dialog bug was fixed (?)
  470. 19.Improved copy/paste routine memory allocation.
  471. 20.Fixed /sound with invalid parameters gpfing.
  472. 21.Fixed some toolbar colours not being displayed
  473.    correctly for some buttons.
  474. 22.Number of channels in channel list window is now
  475.    shown at beginning of title.
  476. 23.Text printed with the /echo command is now wrapped.
  477. 24.Added $r(v1,v2) identifier, returns random number
  478.    or letter between v1 and v2.
  479. 25.Fixed Ident server time-out bug.
  480.  
  481. 12/10/95 - mIRC v3.7
  482.  
  483. Fixes/Additions:
  484. 1.An *iconified* channel list window is not restored
  485.   if a /list is done, instead it's icon is placed above
  486.   current windows (without focus) for easy access.
  487. 2.The Join Channel dialog can now handle multiple
  488.   selections.
  489. 3.The /timer can now work with aliases again.
  490. 4.Can now prevent an identifier from being evaluated
  491.   the first time through the alias routine by prefixing
  492.   it with a ! for example: $!read, $!url, $!me, etc.
  493.   This allows you to use it in a /timer command if you
  494.   want the identifier to be re-evaluated every time.
  495. 5.Fixed /channel dialog bug and improved memory
  496.   allocation for the ban list.
  497. 6.Fixed bug in status window sizing.
  498. 7.Fixed Timer dialog bug, when selecting cancel
  499.   timer wasn't being reset correctly.
  500. 8.Improved grouping of switches in options dialog.
  501. 9.Fixed "disconnected" bug while trying to connect
  502.   to another server if already connected to one.
  503. 10.Cleaned up popup menu routines.
  504. 11.Major improvement in robustness of input,
  505.    general irc, and remote routines.
  506.  
  507.             BACKUP YOUR MIRC.INI FILE(S)
  508.  
  509. 12.Wrote my own read and write INI routines for parts of
  510.    the mirc.ini file since the standard INI routines
  511.    were too slow. Loading and saving is almost instant now.
  512.  
  513. 13.Fixed windows not being saved/closed properly on exit.
  514. 14./play now works when used in remote commands.
  515. 15.Added /echo command which prints text in the specified
  516.    window (for debugging purposes).
  517. 16.Now using 0x04L in dialog definitions so that
  518.    3D dialogs under win95 are automatic.
  519. 17.Can now do "/server N" where N is the Nth server
  520.    in the server list.
  521. 18.Fixed font selections not being saved correctly.
  522. 19.Added URL catcher window which automatically catches
  523.    URLs from text in channels etc. and stores them in
  524.    a listbox. You can then send a URL to your WWW browser
  525.    directly through mIRC. Type /url [-d] to open the window.
  526.    Use -d to clear all ? marked items before showing the list.
  527. 20.If a nick in the notify list is prefixed with a + sign
  528.    a /whois is done on it on a notify.
  529. 21.Added sounds dialog and a new /sound command which
  530.    allows multiple users on a channel to hear sounds at
  531.    the same time (assuming they have the same wave files).
  532.    format: /sound [nick/channel] <file.wav> <message>
  533. 22.Fixed problem with % in channel names (and other things).
  534. 23.Fixed channel dialog "Key already set" bug.
  535. 24.Added $url identifier which references the currently
  536.    active URL in your WWW browser.
  537. 25.Added option in extras dialog to redefine command char.
  538. 26.Now automatically sets cursor to last edited window in
  539.    remote and popup dialogs.
  540.  
  541.          *** NOTE NOTE NOTE IMPORTANT CHANGE ***
  542.  
  543. 27.Now uses a different format for commands/events:
  544.    Old format: 1:PING:/notice *1:$nick hi there
  545.    New format: 1:PING:/notice $nick hi there
  546.    This greatly simplifies processing, the routines
  547.    are now probably more than twice as fast as before.
  548.    mIRC will automatically detect and convert old format
  549.    definitions on startup (and when /add is used).
  550.  
  551. 28.mIRC now maintains an internal list of nick!user@address
  552.    for all users that are on the same *channels* as you. Whenever
  553.    a /guser, /ruser, or /ban is issued, the internal list is
  554.    searched first to find the nick's address. If no match is
  555.    found, the normal /whois stuff is done.
  556. 29.Now opens log files in shared mode.
  557. 30.The nickname in the DCC Send dialog now defaults to
  558.    the last nick to which a file was sent.
  559. 31.Added $snicks which returns a list of the selected
  560.    nicks in the current channel listbox. The list is
  561.    in the form: nick1,...,nickN, so you can only use it
  562.    in commands which take multiple nicks.
  563. 32.Greatly improved/simplified address matching routine.
  564. 33.Can now do /ignore <nick> [type] which looks
  565.    up the specified nick's address by doing a /whois,
  566.    same as the /auser, /ban, etc. commands.
  567. 34.DCC Get dialog now allows you to specify a different
  568.    directory for the incoming file.
  569. 35.In the setup dialog, a server is highlighted after
  570.    it is added to the server list.
  571. 36.The nickname in the DCC Chat dialog now defaults to
  572.    the last nick that was chatted to.
  573. 37.Aliases can now be called from popup, remote, timer,
  574.    play, and any other definitions. You can now also call
  575.    several aliases on one line seperated by a | like normal
  576.    commands. eg. 1:HELP:/help1 $nick | /help2 $nick
  577.    (Aliases still can't call other aliases).
  578. 38.Can now have up to 30 timers, also improved memory
  579.    allocation for timers.
  580. 39.Fixed bugs with the /add function.
  581. 40.Fixed Clipboard missing last character bug (?)
  582. 41.Default directories for the file/dir dialogs
  583.    weren't being set correctly.
  584. 42.The /notify command was checking twice instead
  585.    of only once for nicks.
  586. 43.The /timer command now also remembers the parameter
  587.    line that was around when the /timer was issued.
  588. 44.The 32bit mIRC should now handle LFNs okay.
  589. 45.Can now do level comparison for ON KICK, ON OP,
  590.    and ON DEOP, prefix a line with <,>,<=,>=,<>,=
  591.    compares levels of eg. kicker and kicked and only
  592.    executes definition if true.
  593. 46.Attempted improvement and cleaning up of server
  594.    oriented commands and their replies.
  595. 47."signon time" in a /whois on the undernet and dalnet
  596.    is now shown correctly.
  597. 48.Can now specify a server on the command line
  598.    eg. -sirc.server.addr:6667
  599.    and mirc will connect to that server on startup.
  600.    (You can combine this with the -j parameter to
  601.    force it to join specific channels too).
  602.  
  603. 13/09/95 - released mIRC v3.64 patch
  604.  
  605. 1.Fixes the *1-3 type bug.
  606.  
  607. 11/09/95 - mIRC v3.64
  608.  
  609. Fixes/Additions:
  610. 1.Fixed Local Host and IP address bug, added options
  611.   in the setup dialog. Now works for any combination
  612.   of requirements for people with different types of
  613.   internet connections (see Setup in mirc.hlp!)
  614. 2.$read command improved so you can specify
  615.   a line number with [-l#]. For example:
  616.   /silly /say $read -l5 silly.txt
  617.   This will read line 5 of silly.txt.
  618. 3.Now using "Common Dialogs" for file/directory selection,
  619.   as well as for the DCC Send dialog (Long filenames
  620.   are NOT yet supported).
  621. 4.Optimized Remote routines - should be faster now.
  622. 5.Can now use $read in remote definitions. For example:
  623.   1:TEST:/notice *1:$nick I said " $+ $read c:\langs\mirc\test.txt $+ "
  624. 6.Can now store up to 50 IRC server addresses in Setup dialog.
  625.   Storage format in mirc.ini has changed, but will still read
  626.   the old format.
  627. 7.Finger button now pops up a red flag while finger is busy.
  628.   The flag disappears when finger has been completed.
  629. 8.Bug with Maximized mIRC window fixed.
  630. 9.Finger and Timer dialogs now popup under their
  631.   respective buttons.
  632. 10.Added "Channels Folder" button which allows you to join
  633.    a channel as well as maintain a list of your favourite channels.
  634. 11.Added "List Channels" button which pops up the List
  635.    parameters dialog, allowing you to quickly list channels.
  636. 12.Fixed NT GPF bug when using toolbar.
  637. 13.Added -j<#channel> command line option. For example:
  638.    mirc.exe -j#mirc,#friendly,#etc
  639.    The specified channels will be joined on connect. You
  640.    MUST have an mirc.ini with the "Connect on startup" option
  641.    selected.
  642. 14.Fixed another bug with using * to begin a non-parameter
  643.    identifier. eg. *mardam.demon* in aliases/etc.
  644.  
  645. 15.The /auser /guser and /ruser commands can now handle multiple
  646.    levels. They have only been extended, so they are still
  647.    compatible with your previous formats.
  648.  
  649.    /auser [-a] <level(s)> <nick | address>
  650.    /guser [-a] <level(s)> <nick> [type]
  651.    /ruser [level(s)] <nick> [type]
  652.  
  653.    For /auser /guser, the default is to replace any existing
  654.    user with the specified levels (as usual). The [-a] option
  655.    means add the specified level(s) to an existing users levels.
  656.  
  657.    The /ruser command removes the specified levels from an
  658.    existing user. If all levels are removed for a user, the
  659.    user is removed.
  660.  
  661.    See the Remote section in the Help file!
  662.  
  663. 16.Can now do /mode # +oooo nick1 nick2 nick3 nick4
  664. 17./play can now be used in a remote/event definition.
  665.  
  666. 18.Extended the /rlevel command to also work with multiple
  667.    levels.
  668.  
  669.    /rlevel [-r] <level(s)>
  670.  
  671.    If the [-r] is NOT specified, it works as usual. If
  672.    the [-r] IS specified, the specified level(s) are removed
  673.    from users that have them. If a user's levels are ALL
  674.    removed, the user is removed.
  675.  
  676. 19.Fixed bug with Green box being drawn around iconized
  677.    window in response to wrong messages.
  678. 20.Fixed several bugs in /play with using -r and -l.
  679.    The format has changed slightly to:
  680.  
  681.    /play [-crl#] <filename> [delay]
  682.  
  683.    This now allows you to specify a delay for -r and -l,
  684.    You must now specify the line number like this:
  685.  
  686.    /play -l24 file.txt 1000
  687.  
  688. 21.Text colours are now ok when using > 256 color setup.
  689.  
  690. 31/08/95 - mIRC v3.6
  691.  
  692. Fixes/Additions:
  693. 1.Highlight Box around an Icon now turns green if a highlighted
  694.   word is spoken in a window.
  695. 2.Fixed Ping Pong bug which was preventing lines from being
  696.   sent properly to the server.
  697. 3.Fixed Editbox/Colors bug in Extras dialog.
  698. 4.Inserting blank lines in Remote/events/aliases between
  699.   commands would lead to loss of following definitions.
  700. 5.Channel list window would clear if you disconnected and then
  701.   connected again.
  702. 6.Aliases, Remote Users, Commands, and Events definitions are now unlimited.
  703.   ie. you can have as many as you want, however the limitation is the
  704.   size of the editbox (around 30k?).
  705. 7.Fixed font dialog bug when tabbing with cursor keys.
  706. 8.Popups are still limited to 300 menuitems for each popup menu.
  707. 9.Max. length of a line in aliases, remote, and popups is approx. 600 chars.
  708.   Same applies to lines in the Options dialog.
  709. 10.Now allows a non-op to change topic in channel dialog.
  710. 11.Fixed :) bug.
  711. 12.Fixed /auser /guser bug.
  712. 13.Fixed /channel dialog title bug.
  713. 14.Added a simple NON-configurable toolbar with tooltips.
  714.    A Configurable toolbar would take a lot of work, so I probably
  715.    won't get around to adding it (so don't ask! :)
  716. 15.Fixed ctcp PING reply missing a Ctrl-A at the end (?)
  717. 16.Specifying a /who *146.219* numerical address would mess up because
  718.    the *1 is a parameter specifier. mIRC now checks to see if there is
  719.    a . in the number, and if so it doesnt try to expand it.
  720. 17./play command can now play single lines randomly picked from
  721.    a file (a specific line can also be specified). The format is:
  722.    /play [-crl] [channel/nick] <filename> [delay/linenumber]
  723.    Using -r means pick a line randomly, using -l means pick
  724.    a specific line specified by linenumber. The first line in the
  725.    file MUST specify the number of lines in the file. Any *1 $1 etc.
  726.    identifiers CANNOT be used in the played line.
  727. 18.Added $read identifier which picks a line randomly from a file.
  728.    eg. /say $read c:\funny.txt
  729.        /kick # $1 $read c:\kicks.txt
  730.    The first line in the file MUST specify the number of lines
  731.    in the file. $read will insert ANY text, even commands with
  732.    identifiers, and these will work like normal commands.
  733. 19.Added Fast Send checkbox to DCC Send dialog.
  734. 20.Fixed scrolling keys in Channel list and finger windows.
  735. 21.Made Font list longer in font dialog.
  736. 22.Added "auto-join on invite" option to options dialog. An
  737.    auto-joined channel is initially minimized (this might not
  738.    always work for various reasons...)
  739. 23.Added Function key support F1 to F12. Define in the alias
  740.    window like a normal alias for example:
  741.    /F1 /say Hello!
  742.    /F5 /query $1   (for use on nick listbox in channel window)
  743. 24.Font width measurement for copy/paste wasn't correct for
  744.    certain types of fonts.
  745. 25.Fixed problem with minimized windows being sized wrongly.
  746. 26.Fixed /channel bug. Now times out after 30 seconds, at
  747.    which point another /channel can be issued. BUT if the old
  748.    /channel command is replied to, your status window will fill
  749.    up with ban list information for that channel. No way around
  750.    this I'm afraid!
  751.  
  752. 13/08/95 - mIRC v3.51 (minor update)
  753.  
  754. Fixes/Additions:
  755. 1.Fixed garbage character output bug.
  756. 2.mIRC16 wasn't recognizing version reply from Win95.
  757. 3.Making mIRC active with a click wasn't setting the focus
  758.   to the active window correctly.
  759. 4.Fixed security bug in the fileserver.
  760. 7.Fixed $day bug.
  761. 8.Removes unused bold/italic/etc. characters from lines.
  762. 9.Fixed ON MODE bug with +/-k.
  763. 10.Fixed GPF bug in on mode/servermode.
  764. 11.Fixed Reset bug, wasn't resizing small windows properly.
  765. 12.mIRC wasn't outputting to the status window if it was
  766.    starting out maximized.
  767. 13.The /auser, /guser, /ruser, /enable, and /disable commands
  768.    now do NOT save changes immediately to the INI file when
  769.    they are used. Remote information is now saved either on
  770.    exiting mIRC, or if the remote dialog is opened/closed.
  771. 14.Now uses the ctl3d dialogs as default. The -d is ignored,
  772.    but you can now use -n to disable the 3d dialogs.
  773. 15.Complete dialog interface improvements (for mook ;)
  774. 16.Commands using $* were not processing commands following them.
  775. 17.Fixed socket() initialization bug in various routines.
  776. 18.Improved how mIRC uses/gets your local hostname and ip address.
  777. 19.Fixed fileserver dirinfo.srv bug.
  778.  
  779. 07/08/95 - mIRC v3.5
  780.  
  781. Fixes/Additions:
  782. 1.Using IP address of a server now works...!
  783. 2.A ctcp ACCEPT/RESUME now doesn't look at the filename
  784.   to make a match but only at the port number.
  785. 3.Fixed perform option being executed after every MOTD.
  786. 4.Notify on initial connect is now done just before Perform option.
  787. 5.Fixed bug in displaying wrong Server Name in titlebar after
  788.   changing server name in setup.
  789. 6.Scrollback buffer wasn't freeing lines properly.
  790. 7.Added $time, $day, and $date as parameter types.
  791. 8.Prefixing a remote event with '*' means it should only
  792.   be performed if you have Ops on the event channel.
  793. 9.Optimized Text Copy routine - now faster/smoother.
  794. 10.Fixed divide by zero GPF in /pop routine.
  795. 11.Modified Op status checking routine.
  796. 12.Added a font dialog.
  797. 13.Width of user listbox in channel is now measured properly to
  798.    take account of fixed/variable width fonts.
  799. 14.Improved mode-change handling routine.
  800. 15.ON ACTION now works for actions (same structure as ON TEXT).
  801. 16.Using $* improperly would result in a GPF.
  802. 17.The "Always get IP address on connect" wasn't working.
  803. 18.A /me now cannot be sent without a message.
  804. 19.Cleaned up several routines, removed potential GPFs & other problems.
  805.    (most of which were detected while compiling the 32-bit version)
  806. 20.Double-clicking on a servername in Setup dialog is same as
  807.    selecting Connect.
  808. 21.Now available in a 32-bit version (with optional air-conditioning).
  809. 22.Added /wavplay <sound.wav> command.
  810. 23.Two bugs in Getting IP address routines were fixed.
  811. 24.Fixed unknown mode oo bug.
  812. 25.The ON OP/SERVEROP/DEOP were noticing only the first opped nick.
  813. 26.Address as returned by a /whois now has an @ sign.
  814. 27.Added $cb parameter, which refers to the first 256 characters
  815.    of current clipboard contents.
  816. 28.The /flood command now inhibits only specific types of replies to
  817.    the server eg. replies to Remote/events/ctcp (basically, replies
  818.    triggered by other users).
  819. 29.Made random delay auto-op an option in the options dialog.
  820. 30.A user in the remote user list can now have multiple access levels:
  821.    5,=10,=15,=17:*!*@mardam.demon.co.uk
  822.    1) The first level in the list is treated normally and can be anything.
  823.    2) The remaining levels are treated as = levels (even if you dont put the
  824.       = infront of them).
  825. 31.Finger window popup menu now shows the last 5 fingered addresses
  826.    for quick selection.
  827. 32.Now prevents Channel list window being closed while a listing is being made.
  828. 33.The mode change checking routines have been improved.
  829. 34.Cleaned up/Improved popup menu positioning routine.
  830. 35.Added /rlevel <level> command which removes all users with the specified
  831.    access level from the remote user list.
  832. 36.Fixed problem with extra spaces being appended to sent lines.
  833. 37./omsg and /onotice can now take an optional channel argument.
  834.    eg. /omsg [#channel] <message>
  835. 38.Windows opening in mIRC are now not given focus if mIRC is not the
  836.    active application.
  837. 39.Text in remote dialog is displayed more quickly now.
  838. 40./ignore now also ignores all notices. This means you can't do ctcp on
  839.    any person you ignore since a reply to a ctcp is a notice.
  840. 41.Added $server, $ip, and $host as identifiers.
  841. 42.Can now define groups of commands/events in the remote:
  842.    #2 start
  843.    1:ON JOIN:...
  844.    1:ON TEXT:...
  845.    #2 end
  846.    You can use /enable #2 or /disable #2 to enable/disable group #2.
  847.    A disabled group is ignored by the remote.
  848.    You cannot have groups within groups.
  849. 43.Now shows User mode in status window title.
  850. 44.The READ command in the fileserver now does paging (default of 20 lines)
  851.    and prompts user whether to continue listing or to stop. User can specify
  852.    optional paging size with: read [-numberoflines] <file.txt>
  853. 45.The READ fileserver command now also allows reading of any file.
  854. 46.Control-Home/End now moves to top/bottom of window text buffer.
  855.    Control-Page Up/Down moves up/down line-by-line.    
  856. 47.Can now do /help <commandname> for most commands mirc knows.
  857. 48.Each window now has a 20 line command history buffer, use Cursor Up/Down
  858.    in single-line editbox, or Control-Up/Down in multi-line editbox.
  859. 49.Protect-list bug fixed.
  860. 50./ruser nick! now removes any address beginning with nick! in the
  861.    user list.
  862. 51.Can now handle multiple /ban and /guser commands one after the other.
  863. 52.Can now also specify *N1-N2 or $parmN1-N2. For a horrible example, see:
  864.    1:TEST:/notice $1 *1 *2-6 *9:$nick $parms $parm1 $parm1* $parm3-5 $parm4-9
  865. 53:Optimized text display routines.
  866. 54.Fixed the undernet /uwho X GPF.
  867. 55.Fixed % problem with actions.
  868. 56.Improved output of /finger <address> routine, now expands tabs and
  869.    inserts empty lines in the correct places.
  870. 57.Fixed GPF bug in handling of KILLs.
  871. 58.Added a crude ON MODE/SERVERMODE to react to a *channel* mode change.
  872.    1!:ON MODE:#mirc:-spmi+lktn 20 mykey:/notice *1:$nick Illegal mode change!
  873.    When someone changes the channel mode, mIRC enforces the above
  874.    channel mode instead, and sends the user a notice.
  875. 59.Now removes redundant spaces from lines in the Options dialog.
  876. 60.Fixed disappearing popups/commands/events problem.
  877. 61.Improved /ruser command so that it can work like /ban and /guser.
  878.    /ruser <nick> [type]   if you do NOT specify a type, then it works
  879.    as usual and removes the specified nick from the user list. If you
  880.    DO specify a type, it looks up the users address and removes that
  881.    address from the user list.
  882. 62.Now correctly initiates a DCC CHAT using 'chat' as opposed to
  883.    the originators name.
  884. 63.Improved Channel List Window Popup menu. Added a dialog which
  885.    allows you to respecify the list parameters to relist the window
  886.    without having to do a relist from the server.
  887. 64.Fixed "Error sending data" at end of transfer with fast send turned on.
  888.  
  889. 29/06/95 - mIRC v3.42 (minor update)
  890.  
  891. Fixes/Additions:
  892. 1.Fixed Beeping saving/loading beep settings using only nickname
  893.   and not the whole line in 'DCC Chat with krejt'.
  894. 2.The Local Host name can now be changed while online.
  895. 3.The /ban command did not allow processing of following commands.
  896. 4.Fixed 'Enter' bug in single-line editbox (?).
  897. 5.If "Show quits in channel" wasn't checked, user would not be
  898.   removed from channel namelist when user quits.
  899. 6.Unbanning in the /channel dialog now unbans 3 users at a time
  900.   in one mode command instead of one user at a time.
  901. 7.Added Options->Auto-Op random pausing (up to 7 seconds).
  902. 8.Minimized get icon now shows nickname.
  903. 9.Fixed server ports being reset to 6667.
  904. 10.Fixed the /msg =nickname GPF bug.
  905. 11.Added * to beginning of username in /ban addresses.
  906. 12.Changed /finger method slightly.
  907. 13.Added /pop <delay> [#channel] <nickname> command which performs
  908.    a paused op on the specified user within a random number of seconds.
  909. 14.A DCC Chat window is only given focus on connection if it is
  910.    the active window, otherwise it just beeps once.
  911. 15.Can now do /help <topic>.
  912. 16.Fileserver was ignoring <max gets> parameter and limited users to
  913.    get only one file at a time.
  914. 17.Optimized routine for handling mode changes.
  915. 18.Fixed ON NOTICE bug.
  916. 19.Fixed /uwho (is operator) bug and /uwho ctcp bug.
  917. 20.Fileserver: if file has no extension then '.' is automatically
  918.    added to user get request filename.
  919. 21.Improved voiced/opped display of nicks but still when a user is
  920.    deopped and has a voice, things mess up.
  921. 22.Now automatically shortens your nicknames to the maximum length
  922.    allowed by the server you connect to.
  923. 23.Fixed bug with /ban after using the /auser command.
  924. 24.Rewrite of INI reading routines in the hope of fixing GPF's
  925.    and other weird problems that are being caused by this.
  926. 25.Changed timing of Misc->Options->perform commands, now sends
  927.    commands right after end of MOTD.
  928.  
  929. 21/06/95 - mIRC v3.3, v3.4
  930.  
  931. Fixes/Additions:
  932. 1.Fixed line splitting in single line editbox.
  933. 2./describe now displays as a normal action if you are on
  934.   the channel that you are sending to.
  935. 3.Can now do 1!:ON TEXT:etc... which means this command should not
  936.   react to any events caused by me.
  937. 4.Added alternative join/part/quit format option.
  938. 5.Fixed :! GPF.
  939. 6.Fixed $opnick problem.
  940. 7.Directories are now sorted in DCC Send dialog.
  941. 8.Can now specify directory for mirc.ini file on command line.
  942. 9.Notify routine now checks for a blank line!
  943. 10.Server name is now shown in status window title bar.
  944. 11.Fixed $parms not being passed on with a :> directive.
  945. 12.Added /add [-apuce] filename.ini and /save filename.ini
  946.    which load in alias, popups, and remote user, command, and event sections from
  947.    the specified ini file. The /save saves all of these five sections to the
  948.    specified ini file.
  949. 13.Added $me as an alias parameter which refers to your nickname.
  950. 14.Added option to append text to application title bar.
  951. 15.Can use ; or REM to comment out lines in the remote/event sections.
  952. 16.Now connects even if unable to get your local host name but was still able to
  953.    get your ip address (should have done this a long time ago!).
  954. 17.Added a /raw command which sends any parameters you supply directly to the server.
  955.    You MUST know the correct RAW format to use this command.
  956. 18.Added /omsg and /onotice commands which send a message to all channel operators
  957.    on the current channel. eg. /omsg Hello there!  These are limited to users with Op status.
  958. 19.Can now specify max. number of lines in scrollback buffer.
  959. 20.Fixed bug in the /auto, /notify, /ignore, and /protect storage routines.
  960. 21.Can now minimize a window quickly by pressing the ESCape key (option).
  961. 22.Added /timer1 to /timer9 commands in the format:
  962.    /timerN <repetitions> <delay in seconds> <commands to be performed>
  963.    eg. /timer1 30 /ame is AWAY!
  964. 23.Status window can now remember minimized/maximized position.
  965. 24.DCC Chat window is now not minimized if it is initiated by you.
  966. 25.Added crude /flood control, format: /flood <numberoflines> <seconds> <pausetime>.
  967.    Prevents mIRC from sending any lines to the server if it has sent too
  968.    many lines in a specified number of seconds. These lines are NOT stored,
  969.    they are lost.
  970. 26.Fixed problem with $ followed by letters not being displayed. eg. $SHELL
  971.    ($ followed by a number is always assumed to be a parameter).
  972. 27.Added: +2:ON JOIN:etc... the + limits this command to only level 2 users.
  973. 28.Added Select File/Directory dialog to Add, Extras, and DCC Options dialogs.
  974. 29.Fixed weird DCC-related bug in input routine...?
  975. 30.Added ON SERVEROP event eg. 1:ON SERVEROP:#:/msg *1:$me $opnick was opped by $nick
  976.    where $nick refers to the server that did the opping.
  977. 31.Added /closemsg <nickname> command to close message windows with a certain nickname.
  978. 32.Fixed USER not enough parameters problems.
  979. 33.Each window now stores it's own previous line (using /).
  980.    Using / brings back last line typed in current window.
  981.    and /! brings back last line typed in any window.
  982. 34.Finger server now uses different method to do a finger which might solve
  983.    problems some people were having.
  984. 35.Can now use either the IP address or the Hostname of an IRC server.
  985. 36.DCC Send icon now shows nickname.
  986. 37.Added option "Reconnect on disconnection".
  987. 38./help now brings up mirc.hlp file irc commands section.
  988. 39.Now removes strange characters from users name when logging.
  989. 40.Can now use $parm1* just like the $1* parameter.
  990. 41.Fixed /uwho "is operator" bug.
  991. 42.Windows can be resized to a smaller size.
  992. 43.Fixed DO problem.
  993. 44.Quit in a channel now just shows nickname and quit message.
  994. 45./join #this_is_a_test_of_brigs_bug has been fixed.
  995.    But there's still a limit of how long a channel name can be!
  996. 46.Fixed buildup of %'s when recalling previous line.
  997. 47.Added -c switch to /play command to allow playing of commands.
  998. 48.If resizing window and you're at the bottom of the buffer
  999.    it stays at the bottom after the resizing.
  1000. 49.Fixed problem with silent disconnections (i think).
  1001. 50.Quit now uses a default message of (Leaving).
  1002. 51.Fixed occasional window text not being updated?
  1003. 52.Added Beeping option to Chat/Channel/Query window system menus which
  1004.    overrides Options "Beep on Message" setting. Each window remembers
  1005.    it's beeping setting.
  1006. 53.Added ON NOTIFY event. eg. 1:ON NOTIFY:/msg *1:$me $nick is on IRC!
  1007. 54.Added /log on/off command for logging windows to file.
  1008. 55.Added $+ parameter which means append the next parameter without
  1009.    inserting a space before it.
  1010. 57.Fixed /stats problem.
  1011. 58.Fixed 1:*:! problem.
  1012. 59.Added /fserve <nickname> <maxgets> <homedirectory> <welcome.txt> for fileserver.
  1013. 60.Fileserver improvements:
  1014.    1) now sends 30 second timeout warning to idle user.
  1015.    2) Directories are now listed horizontally in wide listing.
  1016.    3) If user does ls -4 and then does ls the -4 is remembered.
  1017.    4) Can do ls -[k|b] for listing in K's or bytes.
  1018.    5) Greatly improved fserve routines.
  1019.    6) Prevents a user having more than one fileserver session open.
  1020.    7) Directories/files are now sorted.
  1021. 61.Greatly improved dynamic memory allocation.
  1022. 62.Made change to the ON TEXT event. The search text should now be
  1023.    specified in the following manner: eg. 1:ON TEXT:text:#mirc:/msg *1:etc...
  1024.    where text is:
  1025.    =text   - if user said only this word
  1026.    text*   - if user started line with this word
  1027.    *text   - if user ended line with this word
  1028.    *text* or text  - if user said this word anywhere
  1029. 63.Added 5:ON OP:= which means that any level 5 or higher users will not get a
  1030.    reaction from a lower level ON OP when they are opped. Works with other
  1031.    events and remote definitions as well.
  1032. 64.Cleaned up/optimized/rewrote many many routines.
  1033. 65.Fixed GPF when window is closed while popupmenu is up.
  1034. 66.Fixed "Unable to send query to server" problem(?)
  1035. 67.Fixed /auser /ruser being lost if Cancel pressed in remote dialog.
  1036. 68.Can now select a maximum of 9 files to send in dcc send dialog.
  1037.    Also added a minimize option to minimize all dcc send windows.
  1038. 69.Fixed bugs in INI reading routines.
  1039. 70.Added /guser <level> <nick> [type] command which does the same thing
  1040.    as /auser but does a /whois on the specified nickname first and then
  1041.    adds their address to the remote user list.
  1042. 71.Remote DCC Send window closes if other user closes connection.
  1043. 72.If a DCC Get window is waiting for a resume acknowledgement and
  1044.    times out then the window is closed.
  1045. 73.Speeded up text update in windows significantly.
  1046. 74.Added /exit command which forces mIRC to closedown.
  1047. 75.Now removes directory prefix from a DCC Get file.
  1048. 76.Major DCC Send improvements.
  1049. 77.Added /fsend [on|off] an experimental fast dcc send option.
  1050. 78.Added /ulist which lists users in the remote list with specific access levels.
  1051. 79.Fixed /oper command.
  1052. 80.Changed /ban types (1 to 4). Also /ban with no type bans the
  1053.    whole address with no wildcards. Banning an IP address now adds
  1054.    a wildcard to the last ip number.
  1055. 81.Added/Fixed other things I forgot to write down...
  1056.  
  1057. 2/05/95 - mIRC v3.2
  1058.  
  1059. Fixes/Additions:
  1060. 1. GPF on join to undernet fixed.
  1061. 2. GPF on joining channel with too long a topic fixed.
  1062. 3. Added title specification to parameter box, eg.: /j /join $?="Enter channel name:"
  1063. 4. Can now use Page Up/Down keys to scroll through buffer.
  1064. 5. Fixed spaced out /who result.
  1065. 6. Now cannot prevent the standard ctcp version reply being given.
  1066. 7. Can now build as many levels of popup menus as required.
  1067. 8. Added Query/Chat popup menu.
  1068. 9. Added extra double-click options.
  1069. 10.Added auto-close send window option.
  1070. 11.A remote send window now closes if other party crashes/cancels get.
  1071. 12.Idle time wasnt working in single-line edit box.
  1072. 13.Sockets weren't being closed properly.
  1073. 14.Fixed problem with directory and slash.
  1074. 15.added /channel command for channel central (only works in a channel).
  1075. 16.Added ability to view/change topic in Channel Central.
  1076. 17.Editboxes thinned down for Win95.
  1077. 18.Changed dialog borders to reflect standard practise.
  1078. 19.Added ... to menu items to reflect standard practise.
  1079. 20.GPF on nick collision fixed??
  1080. 21.Timer now updates in the timer window when online.
  1081. 22.Can now do both  /ban nickname  or   /ban #channel nickname
  1082. 23.Complete rewrite of editbox routine. Can now paste properly.
  1083. 24.Added "You are Op/Not Op" to channel central window.
  1084. 25.Fixed problem in win95 with title disappearing when window is minimized.
  1085. 26.Fixed remote :*: responding to an action command. (oops :)
  1086. 27./server with no parameters connects to the last specified server.
  1087. 28.Fixed problem with | alias seperator placed after a *1 *2 etc.
  1088. 29.Fixed problem with DO remote command.
  1089. 30.Remote can now handle commas etc. stuck to identifiers eg.
  1090.    1:WHOAMI:/notice *1:$nick You are $nick, your address is $address.
  1091. 31.Added #$ parameter type. Prefixes the parameter with a #.
  1092.    cannot be used in a multi-command. eg #$* but can do #?1="Say what?"
  1093. 32.Added $! parameter type. Refers to the last line you entered in
  1094.    the entry parameter window.
  1095. 33.Added /amsg and /ame which do an All channel message and All channel action.
  1096. 34.Last used server in the Setup window is moved to top of list.
  1097. 35.If mirc.ini is not found in windows dir but found in current dir then it is
  1098.    automatically copied to windows dir without asking user.
  1099. 36.Added "Fast Ack" in DCC Opts window for non-compliant winsocks.
  1100. 37.Dialogs are now positioned a little higher in Win95 above menu bar at bottom of screen.
  1101. 38.Now allows leading spaces in text to channel/query/chat windows.
  1102. 39.Fixed problem with cursor not showing in editbox??
  1103. 40.Iconized Win95 windows do not flash anymore but are drawn highlighted with
  1104.    a red rectangle.
  1105. 41.Addresses must now be standard form eg. *!*khaled@mardam.demon.co.uk
  1106. 42.Can now do /dcc send <nickname> <file1> <file2> <file3> ... <fileN>
  1107. 43.Added /beep <number> <delay> command.
  1108. 44.Fixed GPF bug with malformed DCC Send requests.
  1109. 45.Added simple Event handler to remote section.
  1110. 46.Other bits I can't remember...
  1111.  
  1112. 23/04/95 - mIRC v3.1
  1113.  
  1114. Fixes/Additions:
  1115. 1. Added /ctcp $* performs command on all parameters.
  1116. 2. Remembers if main window was iconized.
  1117. 3. Added "finger" popup for finger window.
  1118. 4. Fixed mistake in graphics routine. Update is now faster.
  1119. 5. Windows open up in a more "windows" like fashion now.
  1120. 6. User listbox now lists all people on large channels.
  1121. 7. Using main menus under certain setups wasn't working properly.
  1122. 8. Cancel away on keypress now ONLY cancels if you say
  1123.    something in a channel or a query.
  1124. 9. Fixed finger client so can finger VMS hosts etc.
  1125. 10.Added new user warning about mirc.ini file.
  1126. 11.Can now do aliases such as: /laugh /me laughs at $1's joke
  1127. 12.Added timeout to chat/get confirm dialog.
  1128. 13.DCC sessions now show only a nickname.
  1129. 14.USER login to IRC was working but not correct.
  1130. 16.Improved Editbox: Can now enter multiple lines with a paste
  1131.    and they will be sent correctly.
  1132. 17.Fixed Auto-Op wild-card routine.
  1133. 18.Fixed beeping when windows are maximized & windows don't scroll.
  1134. 19.Fixed small bug in /join command, now allows key.
  1135. 20.Notify now tells you if no one in your list is on IRC.
  1136. 21.Added User info window as the command /uwho <nickname>.
  1137. 22.Internal reorganization and cleaning up.
  1138. 23.PASS password to server was incorrect.
  1139. 24.Added /msg =nickname for dcc chat.
  1140. 25.Added /play command.
  1141. 26.Added /describe command.
  1142. 27.Major improvement of screen update, speed has more than doubled.
  1143. 28.Added option to use windows colours.
  1144. 29.DCC Send by remote is automatically minimized.
  1145. 30.Now tries three different ways to get local host and ip address.
  1146. 31.Red rectangle is drawn around icons of windows with pending messages.
  1147.    For Windows 95 the iconized window flashes instead.
  1148. 32.Now changed so that can have only ONE chat session with the same user.
  1149. 33.If user replies to a /dcc chat request by initiating another dcc
  1150.    chat then mIRC treats this as an acceptance of it's own request.
  1151. 34.You can now ignore addresses as well as nicks.
  1152. 35.Remote DCC's close windows automatically on finish.
  1153. 36.Added DCC timeout options.
  1154. 37.Added #string parameter to /list command.
  1155. 38.Fixed problem with moderated channels and +nicknames.
  1156.  
  1157. 26/03/95 - mIRC v2.8c etc...
  1158.  
  1159. Fixes/Additions:
  1160. 1. Added wild cards for auto-op.
  1161. 2. If a user changes nicks while in a query to you and they are on
  1162.    the same channel as you, mIRC uses the nickname change notification
  1163.    to update the query window name so you can keep talking to the person.
  1164. 3. When a query is received and it is iconized, the icon is placed
  1165.    above all other windows so you can see it.
  1166. 4. Scroll bars have been made a standard size and moved a little bit to
  1167.    make them look neater.
  1168. 5. ban command now has 4 levels of ban. eg. /ban <nickname> <number>
  1169.    where <number> is a value 0 to 3.
  1170. 6. The /server command can now take Port and Password parameters.
  1171.    for example, /server irc.server.co.uk 6667 password
  1172. 7. Added "Use Dedicated Message Window" option. private messages go
  1173.    only to this window.
  1174. 8. "Notices" work more intelligently now and will appear in a channel
  1175.    window if sent by someone on that channel. Otherwise they are sent
  1176.    to the status window as usual.
  1177. 9. mIRC now listens for identd requests and replies using the
  1178.    userid part of your email address as a UNIX system.
  1179. 10.Font and Window position can now be saved for the Message Window
  1180.    and logging/saving to proper filename now.
  1181. 11.Was GPFing on a nick collision. Oops :)
  1182. 12.Added channel modes to ban list routine. Much more useful now!
  1183. 13.Added context-sensitive F1 help key.
  1184. 14.Added new alias parameter type.
  1185.    $$ = parameter MUST be filled. If it is not filled, command is not executed.
  1186.    Before, /whois $1 was executed even if no parameter was given.
  1187.    Now, /whois $$1 will only be executed if you supply a parameter.
  1188. 15.Can now also do  $$?1  or $?1  which means, try to fill this
  1189.    value with parameter one if it exists. If parameter one doesnt exist,
  1190.    ask for it.
  1191. 16.Fixed problem with copy/paste routine. MUCH faster now.
  1192. 17.Fixed font problem with text not showing in Editbox when in windows
  1193.    screen with large font setting.
  1194. 18.Added DCC Resume capability. non-standard.
  1195. 19.Allows multiple select in ban list.
  1196. 20.Fixed dialog positioning when in different screen modes.
  1197. 21.Added option to prefix own messages with own nick.
  1198. 22.Would crash if popup menu definition was incomplete. fixed.
  1199. 23.Double-click in a query window does a /whois.
  1200. 24.Added small popup menu to channel list window.
  1201.  
  1202. 21/03/95 - mIRC v2.8b (not released)
  1203.  
  1204. Fixes/Additions:
  1205. 1. the % character can now be used.
  1206. 2. help file had a few mistakes in it.
  1207. 3. a /msg results in outgoing message being shown
  1208.    in the correct window.
  1209. 4. added option "Beep on message while in buffer".
  1210. 5. /hug /me *hugs* $1 now works.
  1211. 6. allow /query etc commands in dcc chat window.
  1212. 7. problems handling /msg and other commands.
  1213. 8. dissallow changing nickname and alternate in setup when online.
  1214. 9. log files werent being closed properly.
  1215. 11.enlarged Popup menus window.
  1216. 12.refined appearance of /msg /notice/ etc. commands.
  1217. 13.aliases had a bug or three.
  1218. 14.added [x] minimize to auto-accept chat request.
  1219. 15.ctcp ping seconds working properly now.
  1220. 16.query window sometimes opened up VERY small due to saving
  1221.    window size while it was iconized.
  1222. 17.Changed query/chat windows so that only one default font
  1223.    is saved.
  1224. 18.Changed "beeping" method to minimize number of beeps.
  1225. 19.File logging was messed up.
  1226. 20.Speeded up display of popupmenu definitions in popup dialog.
  1227. 21.text wrapping wasn't taking notice of mid variable.
  1228. 22.changed minimum window size depending on whether it
  1229.    is a channel or not.
  1230. 23.now remembers default size for channel windows.
  1231. 24.fixed problem with previous-line routine.
  1232. 25.added /dcc packetsize command. All memory for DCC Send/Get
  1233.    sessions now allocated dynamically.
  1234. 26.when a window is maximized, widths weren't set properly for
  1235.    any other windows beneath it.
  1236.  
  1237. 18/03/95 - mIRC v2.7a
  1238.  
  1239. Fixes/Additions:
  1240. 1. Changed dblclk ban list routine again.
  1241. 2. Variable assignment was wrong in open window routine.
  1242.    Caused windows to behave strangely and crash.
  1243. 3. Changed query & msg commands. /msg does not open a
  1244.    window, /query does.
  1245. 4. Added beeping on query & notice options.
  1246. 5. The INI filename specified on the command line was not
  1247.    working for some mIRC functions.
  1248. 6. DCC sessions were not being closed properly, ie. files
  1249.    in some cases would be left open.
  1250. 7. Cosmetic changes - moved some options to extras dialog
  1251.    and other stuff.
  1252. 8. Invite command wasn't working properly.
  1253. 9. Corrected mistakes in the mirc.ini file.
  1254. 10.Query window size wasn't being saved.
  1255. 11.mIRC wasn't closing all DCC connections on quit.
  1256. 12.Now prevents duplicate server entries in setup dialog.
  1257. 13.Some windows are now more intuitively centered on opening.
  1258. 14.Now shows number of channels as they are being listed.
  1259. 15.Some windows were opening only in the top left corner.
  1260.    Window positioning is hopefully better now.
  1261. 16.QUIT and AWAY commands weren't setting message properly.
  1262. 17.Added /LEAVE (like /PART. command for compatibility.
  1263. 18.Again changed optimization switches in compiler. Previous
  1264.    settings caused more problems than I thought...
  1265. 19.Can now open mutiple DCC Chat sessions with the same person.
  1266. 20.Option to show Quits in channel window.
  1267. 21.now shows /msgs that you send.
  1268. 22.when doing a "reset position" window is placed neatly inside
  1269.    main window even if saved position was outside it.
  1270. 23.Changed /protect etc. to work using on and off.
  1271. 34.Added option to highlight own messages.
  1272. 25.Aliases with a * in them weren't working properly.
  1273. 26.About dialog now disappears on keypress.
  1274. 27.Can now continue DCC chats if disconnected from IRC.
  1275. 28.After disconnection, on reconnect to IRC, only channel windows
  1276.    are closed. All other windows remain open.
  1277. 29./SERVER command now works. (can use in popup menus!)
  1278. 30.Bugs in file handling routines.
  1279. 31.Bug in Channels list routine.
  1280. 32.Iconify query window option.
  1281. 33.beeps if message in channel and you are not at bottom of buffer.
  1282. 34.Added whois option on a query.
  1283. 35.If talking in query window and person logs off IRC,
  1284.    informs you nick is invalid *in* query window.
  1285. 36.when not at bottom of buffer and a channel message
  1286.    is printed, highlighting for copy/paste now stays on.
  1287. 37.Enlarged alias window.
  1288. 38.Alias window now shows number of aliases entered.
  1289.  
  1290. Possible Bugs/Annoyances:
  1291. 1. Text in window sometimes goes blank or isn't updated properly.
  1292. 2. Text sometimes prints over the scrollbar slightly.
  1293. 3. Multiple DCC sends/gets might not work properly.
  1294.  
  1295. 13/03/95 - mIRC v2.6b (a dud version - was unstable)
  1296.  
  1297. Fixes/Additions:
  1298. 1. Finger routine wasn't being cancelled properly.
  1299. 2. Now allows user to enter their own IP address.
  1300. 3. Certain windows would beep on closing (definitely fixed now!)
  1301. 4. Routine for printing text in window majorly optimized and cleaned up.
  1302. 5. Listbox popup menu would popup even if a user wasn't selected.
  1303. 6. Cleaned up the retrieve ban list routine.
  1304. 7. Winsock startup routine wasn't being initialized properly.
  1305. 8. Copy/Paste routine has changed. No longer need to press the shift key.
  1306. 9. QUIT wasn't appending quit message.
  1307. 10.Child windows were being positioned outside main window.
  1308. 11.Spotted and fixed oh so sneaky bug in word wrap routine.
  1309. 12.DCC Send/Get Directories default to same directory as mirc.exe.
  1310. 13.Can now specify directory for logs and buffer saves.
  1311. 14.Mode change with multiple settings wasn't working.
  1312. 15.Can now specify on the command line the name of the .ini file to
  1313.    use. Default name is "mirc.ini". This means you can have different
  1314.    .ini files for different nets.
  1315. 16.Added /! command, recalls previous command.
  1316. 17.Cleaned up the help file, made IRC commands section readable.
  1317. 18.Now compiling with different optimization switches. This
  1318.    automatically fixed around 5 "bugs" !!!
  1319.  
  1320. 08/03/95 - mIRC v2.5a
  1321.  
  1322. Fixes/Additions:
  1323. 1. added "always retrieve local host" option for people who have
  1324.    dynamic IP addresses!
  1325. 2. channel mode in title is permanently on. not an option anymore.
  1326. 3. Added ctcp USERINFO command for compatibility. However, it returns
  1327.    the same information as a ctcp finger command.
  1328. 4. moved some options to different windows were they made more sense.
  1329. 5. added /finger and /auto commands.
  1330. 6. fixed problem with releasing memory... popup menus weren't
  1331.    being freed properly so mIRC would lose as much memory as
  1332.    the size of the popup menus defined by the user. With the
  1333.    mirc.ini that comes with the program, this turned out to be
  1334.    3k+ of system resources everytime the program is run.
  1335. 7. the MODE for channel mode changes gets messy when lots of
  1336.    mode changes occur. cleaned it up.
  1337. 8. Window names in Window menu would not switch to the correct
  1338.    window when selected.
  1339. 9. Text buffers for windows were not being freed properly.
  1340. 10.Can now set the default font for the status/finger/list windows
  1341.    from their system menu. Only the DCC Send/Get windows have to
  1342.    be set from the font dialog window.
  1343. 11.added auto-log option for channels and query/dcc chat.
  1344. 12.Commands such as /finger and /run can now be used off-line.
  1345. 13.Corrected some mistakes in the mirc.ini file.
  1346.  
  1347. 05/03/95 - mIRC v2.4a
  1348.  
  1349. Fixes/Additions:
  1350. 1. major update of window handling - made more robust.
  1351. 2. notify would keep notifying even if it was still waiting
  1352.    for previous notify to be returned by server.
  1353. 3. popup menu positioning was incorrect in some situations.
  1354.  
  1355. 02/03/95 - mIRC v2.3a
  1356.  
  1357. Fixes/Additions:
  1358. 1. dcc get received file okay but closed connection too early.
  1359. 2. dcc send/get/chat were re-initiating arrays too early,
  1360.    didn't cause problems but made the program beep everytime you
  1361.    closed a window because the array was empty.
  1362. 3. some debug information was being printed! Arrrrgh! forgot to
  1363.    turn off the debug switch in the first release :.
  1364. 4. updated help file with description of previously coded but
  1365.    forgotten items.
  1366. 5. In dcc get, if sender client did not specify size of file
  1367.    (which it should!. then mIRC said the size was zero bytes.
  1368.    Now it just says [unknown].
  1369. 6. highlighting now works properly.
  1370. 7. ".." previous directory wasnt showing up in dcc send dialog.
  1371. 8. the channel listbox wasnt adding/removing nicks properly.
  1372. 9. double-click for ban list. clicking twice only in the SAME
  1373.    place now brings ban list up.
  1374. 10. added option to display file size instead of percent complete
  1375.    in DCC send/get transfers.
  1376. 11.fixed timer display: wasnt displaying timer after nick change.
  1377. 12.adds "/nick " to editbox if both nicks collide on login.
  1378. 13.dcc send/get had problems with packet size. fixed.
  1379. 14.other cosmetic changes.
  1380.  
  1381. 28/02/95 - mIRC v2.1a
  1382.  
  1383. First public release.
  1384.  
  1385.