home *** CD-ROM | disk | FTP | other *** search
/ MACD 4 / MACD4.iso / Patch / Programs / AMIRC110.LHA / AmIRC1.10beta / AmIRC.readme < prev    next >
Encoding:
Text File  |  1996-11-17  |  38.6 KB  |  925 lines

  1. AmIRC 1.10 BETA
  2. ---------------
  3.  
  4. This is a intermediate beta update which fixes a probably
  5. serious security problem which was added in post 1.1 beta
  6. versions. YOU SHOULD UNDER ALL CIRCUMSTANCES STOP USING
  7. BETA VERSIONS BEFORE 1.10!
  8.  
  9. If you experience any problems, please write a short report to
  10. the AmIRC mailing list <amirc@vapor.com>.
  11.  
  12. This is for registered users only. If you want to use it,
  13. register AmIRC 1.1 by downloading regtool.lha from
  14. ftp.vapor.com, /pub/register or via mail to "fileserv@vapor.com",
  15. with "SEND REGTOOL" in the mail body.
  16.  
  17. Thanks,
  18. Olli
  19.  
  20. === cut here: ===
  21.  
  22.  
  23. +===================================+
  24. || AmIRC -- The AmigaOS IRC Client ||
  25. +===================================+
  26.  
  27. AmIRC is a client for the IRC Internet Relay Chat protocol.
  28.  
  29. Features:
  30.  
  31. o runs with Miami, AmiTCP and as225/inet225 without additional support libraries.
  32.  
  33. o builtin high speed DCC drivers for SEND and MOVE.  Highly optimized with
  34.   asynchronous file I/O and threaded network handling. Supports Drag&Drop
  35.   sending of files. Supports the "mIRC for Windows" DCC RESUME extension.
  36.  
  37. o tranparent implementation of DCC CHAT. All /MSGs are automatically routed
  38.   via DCC CHAT if applicable, to save runtime and reduce IRC load. Option
  39.   to automatically accept DCC CHAT connections.
  40.  
  41. o ultra fast text output and scrolling. Supports Cut&Paste for the list
  42.   text. Supports proportional fonts.
  43.  
  44. o supports the latest 2.9.x irc server extensions.
  45.  
  46. o full support of the "Undernet" IRC extensions, both reply codes and
  47.   additional IRC commands.
  48.  
  49. o intuitive channel display with userlist and channel mode overview.
  50.   Channel modes can easily be changed via gadgets. Configurable user
  51.   action list to perform whatever action you like on users in channel
  52.   by the press of a mousebutton. Ban list window.
  53.  
  54. o supports QUERY windows for private chat.
  55.  
  56. o supports "smart" banning.
  57.  
  58. o versatile AREXX port including server message parsing ("event trapping")
  59.   and commandline/script interaction.
  60.  
  61. o easy command line aliasing.
  62.  
  63. o builtin IdentD (automatically disabled if another IdentD is already
  64.   installed).
  65.  
  66. o supports nick notification, highliting, ignoring and kickban.
  67.  
  68. o versatile event handling allows you to bind sound effects, auto-deiconify
  69.   or rexx scripts to certain events.
  70.  
  71. o server phonebook.
  72.  
  73. o last nick history.  Stores the nicknames of the last nicks you've send
  74.   MSGs to, received MSGs from or addressed publically with "nick:".
  75.   Reference can be used in all commands which require nick names, e.g.  /MSG,
  76.   /OP, /DEOP. Automatic nick expansion on public messages with ":".
  77.  
  78. o TAB messaging to automatically cycle the list of last used nicknames
  79.   with a /MSG prefix.
  80.  
  81. o auto rejoin channel on KICK and auto reconnect server facility.
  82.  
  83. o auto away after idle timeout. Auto unaway after sending public and/or
  84.   private msgs.
  85.  
  86. o auto update download.  Check for and download new releases with a simple
  87.   click.
  88.  
  89. o URL grabber for interfacing with a WWW browser.
  90.  
  91. This is the second real release of AmIRC. It has undergone thorough testing,
  92. although bugs surely have remained. If you find anything queer, send a bug
  93. report to the AmIRC mailing list, <AmIRC@vapor.com>. Thanks!
  94.  
  95. Known problems, their reasons and their cures:
  96.  
  97. o  You absolutely MUST install SetPatch 40.16 (or higher), otherwise you will
  98.    stumble over the broken pool functions in 3.0/3.1 exec.
  99.  
  100. o  System deadlock when having an ObtainGIRPort hack installed.
  101.    This hacks break a few of the ROM internal BOOPSI gadget classes
  102.    (notable the propgclass which is used by AmIRC for it's scroller)
  103.    and MUST not be used. Older versions suggested to install 
  104.    such a hack to avoid MagicMenu lockups; this was before
  105.    the system hostility of the ObtainGIRPort hack was unveiled.
  106.  
  107. o  There are various problems when using AmIRC as an CLChat (ArcNet) client.
  108.    These are all caused by bugs within CLChatIRCD and can't be fixed on
  109.    AmIRC's side.
  110.  
  111. o  ALT-CURSOR-UP/DOWN doesn't work with MultiCX. MultiCX's "advanced
  112.    Edithook" will eat Cursor-UP/Down-Inputevent on it's own so they can't
  113.    be processed by AmIRC. Use a different edit hook.
  114.  
  115. o  ZFREQ causes AmIRC to fail upon start. ZFREQ seems to be unable
  116.    to bear an application allocating a real huge number of ASL_Filerequest
  117.    structures. Use a different file requester patch.
  118.  
  119. o  Neither HILITE, IGNORE nor URL-Grabber work on text written by yourself.
  120.    This is due to internal reasons, I'm not sure if it is worth
  121.    changing.
  122.  
  123. ============================================================================
  124.                          *   Revision history:   *
  125. ============================================================================
  126.  
  127. 1.10 (beta)
  128. -----------
  129. - (hopefully) fixed all instances of the 9 character nick limit.
  130.   People not using sizeof() should be shot, really :-)
  131. - no longer stores CTCP responses of any kind in the nick history
  132. - sound names are now properly validated for security before
  133.   being passed to an external sound player.
  134. - now strips of any pathes from incoming and outgoing sound
  135.   requests.
  136. - added UPING oper command
  137. - cleaned up my email and the support URL
  138. - fixed deadlock when there was another identd in use on
  139.   the system and the connect to the server failed or was
  140.   closed straight without sending something. Happened
  141.   to MIAMI users, mostly.
  142. - fixed a few duplicate shortcuts
  143. - completely recompiled with SAS/C 6.57
  144.  
  145. 1.9 (beta, internal only)
  146. ----------
  147. - fixed netsplit detection for server names containing a digit
  148.   as the first character.
  149. - fixed bogus identd gadget disabling.
  150. - long outstanding bug in the Rexx interface -- RexxMsgs
  151.   were never flushed, thus causing memory loss during
  152.   longer AmIRC operation with Rexx usage.
  153. - recompiled with SAS/C 6.57 in case some now fixed code
  154.   generator bug slipped in.
  155. - fixed /KILL and /SQUIT commands.
  156.  
  157. 1.8 (beta)
  158. ----------
  159. - fixed messed up catalog string numbers
  160. - fixed /IRCNAME command
  161. - no longer sets identd to off when the port is bound
  162. - fixed handling of "," in server comment strings
  163.  
  164. 1.7 (beta)
  165. ----------
  166. - identd now only returns "real" answers, to overcome the now
  167.   a bit more smarter inquiries of current identd versions.
  168. - recognizes 476 (AnotherNet, "no warez") extension message
  169. - recognizes 438 (Nick change too fast) message
  170. - added /MAP command and 005/007 messages
  171. - added /GLINE command and 280/281 messages
  172. - added /IRCNAME command and response parsing
  173.  
  174. 1.6 (beta)
  175. ----------
  176. - changed login procedure a bit in an attempt to avoid the
  177.   autojoin delay with 2.9-servers
  178. - now supports optional external soundplayer for people
  179.   struck with OS 2.x systems, or Play16 fans :-)
  180.  
  181. 1.5 (beta)
  182. ----------
  183. - directory and volume for CTCP SOUND stuff is now settable
  184. - AWAY state in dialog windows will now go away when the remote
  185.   user is no longer away and a WHOIS is performed on him.
  186.  
  187. 1.4 (beta)
  188. ----------
  189. - added internal CTCP SOUND support. Sound files have to reside in
  190.   PROGDIR:Sounds
  191.  
  192. 1.3 (beta)
  193. ----------
  194. - fixed problem with getting the username when using Miami
  195. - fixed pasting of text containing linefeeds to query
  196.   windows (last char of every line was lost)
  197. - CTCP ignore will now properly ignore channel CTCPs as well
  198.  
  199. 1.2 (beta)
  200. ----------
  201. - added /NOTE command.
  202. - added /LASTLOG command.
  203. - text list didn't properly chop off prefixes while the associated
  204.   window was closed.
  205. - AUTOJOIN tooltype was internally misspelled as AUTOJIIN
  206. - listview scrolling is now visually "nicer".
  207. - fixed a few problems with the URL grabber termination characters.
  208. - minimum period for nick notify is now 60 seconds to avoid
  209.   bandwidth trashing
  210. - now displays the HIGHSCORE 317 message extension
  211. - fixed parsing of the undernet 317 SIGNON TIME message extension
  212. - no auto reconnect on OPER KILL anymore
  213. - AmIRC is now more picky on what server version it connects to
  214.   and which modes are available (recognized so far as being
  215.   "special" are "2.8.21+" and "2.9".
  216. - now checks for already installed identd and automatically disables
  217.   the internal identd and uses the system username in that case.
  218. - 2.9-support: Displays and understands the 437 extension messages
  219.   ("Nickname temporarly locked")
  220. - 2.9-support: Understands the JOIN channel+mode message which
  221.   is used on netjoins (WTF sends this to clients anyway?!)
  222. - 2.9-support: Understands restricted user mode and the 484 "Restricted"
  223.   error message.
  224.  
  225.  
  226. 1.1
  227. ---
  228. - fixed a few typos in the builtin english text.
  229. - The SendBrowser.AMIRX interface didn't work because the
  230.   path stuff was munged.
  231. - fixed nick changes to be properly tracked in the userhost database
  232.   (fixes QKICK problems with nick floods)
  233. - RDArgs wasn't every freeed, causing a memory leakage if started from shell.
  234. - added support for DALNET extensions: Reply code 328 (Channel URL)
  235.   and PART with additional parameter.
  236. - now accepts nick names up to 30 channels (for use on ArcNet and
  237.   DALNET)
  238. - fixed parsing of the undernet extended 392 message (messed up RPL_TIME).
  239. - on cut operation, normal channel text nick's are now enclosed in
  240.   angle brackets.
  241. - fixed cutting of channel text without prefixes.
  242. - fixed a few background setings of MUI objects.
  243. - "/?" now works different from "/help command"; /? only lists the command
  244.   template, whereas /HELP will view the guide entry as usual.
  245. - notify is fixed to not flood with n^2-1 userhost requests upon detecting
  246.   a bunch of nicks on startup. Also, USERHOST requests are now properly
  247.   grouped by 5 for faster response and less load.
  248. - fixed pasting of multiline text into query windows.
  249. - the connect info window now pops up in deactivated state.
  250. - notify list will now be properly flushed when changing servers.
  251. - incoming private CTCP ACTIONs ("Describes") had the DCC/CTCP color
  252.   instead of the private msg color.
  253. - ban list wasn't properly reread when the channel bound to a window
  254.   or the server changed.
  255. - the userlist listview now has a popup menu with all the defined actions.
  256. - userlist sorting now has three options: sort alpha, add at bottom, add at top.
  257. - several small fixes, cleanups and optmizations.
  258. - CONNECT wasn't recognized as a tooltype.
  259. - specifying server, port, autojoin or password on startup will no longer
  260.   mess up the formely selected server entry in the phonebook.
  261. - specifying a server on startup will now properly use the corresponding
  262.   phonebook entry (if existant) as a template.
  263. - fixed bug in handling DCC RESUME reject messages (which caused an endless
  264.   loop if used between two AmIRCs)
  265. - included fixed documentation, new installer, some new submissions
  266.   and new gost-sounds. Also, fixed a silly bug in the form generation
  267.   in RegisterAmIRC.
  268.  
  269. 1.0
  270. ---
  271. - "Connect Thread" didn't work with the unregistered Version.
  272. - the RESUME button now behaves like GET for DCC MOVE requests.
  273. - fixed a nasty bug in the text layout with control characters
  274.   causing writes outside of the text gadget.
  275. - incoming DCC CHAT messages didn't trigger a PRIVMSG event.
  276. - BEEP on CTRL-G was disfunctional.
  277. - alias definitions are now checked before internal commands. Note
  278.   that it is not possible to nest aliases. You can always access
  279.   the non aliased command by prefixing the command name with a "!",
  280.   i.e. "/!leave". This is usefull when calling commands from ARexx
  281.   scripts.
  282. - several small fixes, cleanups and optmizations.
  283. - DCC sockets now use TCP_NODELAY.
  284. - fixed various bugs the registration utility.
  285. - the RIGHTBORDER setting will now cause window borders to be used
  286.   for scrollers.
  287.  
  288. 0.88beta
  289. --------
  290. - userhost parsing for IRC ops failed due to the trailing "*". Caused
  291.   trouble when /NOTIFYing IRC operators.
  292. - silly bug in DCC CHAT IPC caused a 1k memory leak for every dcc chat
  293.   message received.
  294. - fixed the problem that AmIRC won't properly quit under certain
  295.   circumstances with no open channel windows and closing the last
  296.   open dialog window.
  297. - it is now possible to interface to any web browser by having a
  298.   script called "SendBrowser.AmIRX" in the PROGDIR:Rexx drawer.
  299.   AmIRC will call this script with the selected URL as a parameter.
  300. - several small fixes, cleanups and optmizations.
  301.  
  302. 0.87beta
  303. --------
  304. - list class now avoids "plane optimization" if AmIRC runs on a cybergfx
  305.   chunky mode screen.
  306. - made the userlist scroller less jumpy.
  307. - fixed a few boolean config settings which weren't properly saved.
  308. - fixed screen refresh problems with mark selecting and scrolling.
  309. - during config save, "," inside the autojoin channel settings weren't
  310.   properly escaped, causing the server list to be messed up.
  311. - AWAY state will now be visualized by rendering the nick underlined
  312.   with FILLPEN.
  313. - it's now possible to measure the user-server round trip time by
  314.   issuing the /PING command without parameters.
  315. - double clicking on an entry in the URL grabber window will now cause
  316.   the entry to be copied to the clipboard.
  317. - /QUIT without parameters will now QUIT with the default quit
  318.   message.
  319. - userhost matching now accepts "*" even when no wildstar patch
  320.   is installed on the system.
  321. - 221 (own user modes response) message is now parsed correctly.
  322. - notify output does now output the USERHOST of the nick, too.
  323. - several small fixes, cleanups and optmizations.
  324. - added update documentation and installer script, and removed
  325.   obsolete stuff from this readme ;)
  326.  
  327. 0.86beta
  328. --------
  329. - fixed several problems with listview refresh.
  330. - cut&paste marking is a bit less flashier now again.
  331. - function keys now allow for the same placeholders as user op buttons.
  332. - function key assignments ending with a "\n" now cause the input
  333.   to be directly processed as if the user pressed ENTER manually.
  334. - alias definitions now work even if they start with a "/".
  335. - cutting of multiple line texts will now properly result in a merged line.
  336. - the private message log window got disabled completely.
  337.  
  338. 0.85beta
  339. --------
  340. - sounds and userlist settings weren't updated upon loading the config
  341.   file.
  342. - fixed TAB messaging to properly cycle in both directions.
  343. - fixed several bugs regarding cut&paste marking.
  344. - reduced screen refresh during cut&paste.
  345. - CTRL-TAB now behaves like a single TAB did before, i.e. inserting
  346.   /MSG currently_selected_nickname or only currently_selected_nickname
  347.   into the textfield.
  348. - fixed several problems with the text list output.
  349. - fixed several builtin-catalog problems, mostly introduced by a
  350.   badly checked "\003b"->"\002" search & replace run.
  351. - ignore check caused NULL accesses with server notices.
  352. - fixed a potential crash when disposing the ignore list.
  353.  
  354. 0.84beta
  355. --------
  356. - now requires at least MUI 3.1 to work.
  357. - replaced the main text list with a custom list object optimized for
  358.   this particular purpose. This results in about 3 times faster
  359.   scrolling and generally less CPU usage during text output. Also,
  360.   the new list class is much more memory efficient and works better
  361.   during relayout. Note that the speed isn't fully optimized yet.
  362. - the main text listview now supports mark/cut to clipboard.
  363. - fixed the desynch problems with the ARexx GETLINE command
  364.   which could cause lines to be missed. Now, GETLINE will buffer
  365.   the last 50 server lines internally and will use a special
  366.   counter variable bound to your ARexx script to make sure you
  367.   receive lines in order.
  368. - rewrote the internal prefs handling completely. Decreased AmIRC's
  369.   memory usage by a few 100k's since now all prefs BOOPSI objects
  370.   are created dynamically.
  371. - AmIRC now saves a textual configuration file for easy editing.
  372. - the auto prefs saving during exit can now be turned off with
  373.   a menu option.
  374. - the prefs requesters now have "Use" and "Cancel" buttons.
  375. - event sounds are no more loaded twice or more if the same sounds
  376.   are specified for different events.
  377. - fixed NOTIFY to no longer turn recognized nicks into upper case
  378.   in the list.
  379. - TAB now works more like the ircII tab script; cycling through the
  380.   list of nicks who last send messages to you. SHIFT-TAB cycles forward.
  381. - the "," nick destination will now also by set by incoming DCC
  382.   CHAT messages.
  383. - "Connect Thread" didn't work when the executable path contained
  384.   spaces (i.e. "Ram Disk:" ;)
  385. - real long channel names are now cutted before displayed in the
  386.   channel window and window menu.
  387. - the DCC messages generated by DCC sub threads didn't use the
  388.   color setup for DCC messages.
  389.  
  390. 0.83beta
  391. --------
  392. [internal only]
  393.  
  394. 0.82beta
  395. --------
  396. - changed kickban window layout to fit on medres screens
  397. - fixed a nasty internal bug which caused innocent memory to be overwritten
  398.   during preference save. Could cause nifty side effects under certain
  399.   circumstances.
  400. - changed yet another bug in the prefs window setup which caused a
  401.   bad crash when /IGNORE, /HILITE or /ALIAS were used after the list
  402.   window was opened once.
  403. - reduced overall stack usage and default stack size to 24k.
  404. - changed several string buffers to fit into boopsi's stringclass
  405.   shared buffer.
  406. - several attempts to reduce overall memory usage, esspecially
  407.   using new MUI 3.2 features.
  408.  
  409. 0.81beta
  410. --------
  411. - startup failure caused a FreeSignal(0) to happen.
  412. - added new OP/VOICE icons which should look better on a 4 color screen.
  413. - several GUI fixes.
  414. - reduced signal bit usage to avoid trouble with certain inet225 versions.
  415. - added NORESETHANDLER Tooltype/Shell switch.
  416. - finally changed DCC host ip lookup to use getsockname() on the server
  417.   socket; this should fix ALL kind of ENV:HOSTNAMEish trouble. TIA
  418.   users still must set TIADCC or change to a real IP provider :)
  419. - fixed a severe bug in the DCC CHAT IPC system which caused a
  420.   non-protected access to a pool from several processes, possibly
  421.   resulting in a nifty crash.
  422. - fixed a few potential crashes when moving objects while dynamically
  423.   creating prefs windows.
  424. - event rexx script parameter extension caused a nice crash with
  425.   very long messages.
  426. - changed behavior of the "DCC Receive Dir" field. From now on,
  427.   changes in this path will also affect already queued DCC receive
  428.   requests which haven't be renamed to a different filename and
  429.   path before. This is the "intuitive" behavior.
  430. - added "borderright" tooltype/shell option to have the window
  431.   size border moved to the right. This should really be an MUI
  432.   prefs option.
  433.  
  434. 0.80beta
  435. --------
  436. - Wallops-Display will now display the source of the Wallops message
  437. - fixed a crash when selecting "Sound?" in events menu.
  438. - added fixed catalog translations.
  439. - the default initialisation of the server list was messed up and caused
  440.   both enforcer hits and junk in the password entries.
  441. - sound volume settings get messed up, causing sounds to be played with
  442.   volume 0 until the sound options window was opened once.
  443.  
  444. 0.79beta
  445. --------
  446. - severe bug in the as225 part of the tcp code caused a AmiTCP LVO to be
  447.   called on SockBase, resulting in messed up results up to mere crashes.
  448. - prefs setup modification caused the sound dt support to not work
  449.   properly.
  450. - prefs setup modification caused /LOG to crash immediately.
  451. - did various GUI fixes.
  452.  
  453. 0.78beta
  454. --------
  455. - added GETUSERS command which returns a string of all users on a channel
  456.   of the form "nick1 nick2 nick3"...
  457. - %p replacement within EVENT ARexx calls didn't work at all.
  458. - some internal & GUI cleanup.
  459. - changed DCC port allocation scheme to avoid "reusing" active
  460.   but delayed DCC requests with different users and to avoid
  461.   "No socket" errors with MLink.
  462. - workaround a few MLink close() bugs in DCC send.
  463. - now accepts 422 response as End-Of-MOTD. Fixes problems with IRC
  464.   servers which started up with "Error MOTD file is missing",
  465.   causing login, autojoin etc.pp. handling to not work.
  466. - topics weren't properly cleared when hopping servers or channels.
  467. - rename of DCC-CHAT connections upon NICK didn't work properly.
  468. - "Connect Thread" didn't work when no autojoin was specified
  469.   for the selected server (new instance failed immediately with
  470.   argument parse error)
  471. - private messages output caused %-format-codes to be interpreted
  472.   instead of being ignored.
  473. - "/MSG ," addressed the last PRIVMSG source even if it was a
  474.   PRIVMSG of an ignored user.
  475. - now all ALT-SPACE inside input strings are replaced by simple
  476.   spaces, to avoid trouble with IRC server parsing.
  477. - reduced overall memory usage by making several of the prefs
  478.   windows dynamic.
  479. - added Language Tooltype/Shell-Option to manually select
  480.   a language catalog, overriding locale prefs.
  481. - fixed several GUI quirks.
  482.  
  483. 0.77beta
  484. --------
  485. - fixed a potential WaitForEver() problem in DCC Receive threads.
  486. - changed user mode parsing to better suit localisation.
  487. - event rexx scripts can now take an optional parameter %p which
  488.   will be replaced with the unparsed server line which caused the
  489.   event to happen.
  490. - added "PARSELINE" ARexx command which will split it's argument line into
  491.   LINE.PREFIX, LINE.DEST, LINE.REST and LINE.COMMAND just like GETLINE
  492.   does.
  493. - ARexx-Cmd "ISCONNECTED" didn't work at all, but returned 0 always.
  494. - added GETAWAYSTATE Arexx command.
  495. - fixed HILITE not working properly if the matching word was at the
  496.   end of a line.
  497. - abuse of MUI's label objects caused several dynamic texts to react
  498.   oddly to "_" within them (most notable the kickban win title).
  499.  
  500. 0.76beta
  501. --------
  502. - some tangling Printf() debug statement in the DCC Receive handler caused
  503.   enforcer hits and severe crashes when several DCC Receive threads were
  504.   active.
  505. - added GETCHANNEL, GETSELECTEDUSER, GETUSER and GETUSERSTATE ARexx commands.
  506.   All take an optional WINNUM argument, GETUSER and GETUSERSTATE require an
  507.   user index. GETUSER returns the name of the indexed user of the current window,
  508.   GETUSERSTATE returns RC=1 if the user is OP, RC=2 if he has voice.
  509. - added GETVERSION ARexx command to check AmIRC's version.
  510. - added GETLASTLINE, GETLINECOUNT and GETLINE arexx commands. GETLINE
  511.   will wait(!) for a new line from the server to arrive and return this
  512.   line into the "LINE" variable. It will also return the parsed line
  513.   components into LINE.PREFIX (userhost), LINE.COMMAND (either numerical
  514.   or alpha command), LINE.DEST and LINE.REST. The meaning of the components
  515.   depends on the specific message.
  516. - added new /RXRETURN user command. This is merely to support scripts
  517.   and ought to be used with /ALIAS. It will return it's first and following
  518.   parameters with the current GETLINE command in LINE.COMMAND and LINE.REST
  519.   respectivly.
  520. - fixed several mode changes command templates which were messed up.
  521. - removed auto turn off of input filtering in string gadgets again. Will
  522.   now internally accept CTRL-V, CTRL-U (!), CTRL-B, CTRL-G and CTRL-W
  523.   for entering formatting codes into strings, regardless of the
  524.   IControl input filtering settings.
  525. - lines which contained only control codes messed up the word wrap
  526.   engine.
  527. - fixed a stupid bug in notify which caused ISON request to be not
  528.   send properly under certain circumstances.
  529.  
  530. 0.75beta
  531. --------
  532. - /LIST with a single channel as an argument will no longer cause a complete
  533.   list to be requested.
  534. - fixed "repeat-on-cr-pressed" bug in the string gadgets.
  535. - added parsing of 271/272 response codes (Undernet SILENCE list).
  536. - windows are properly closed upon close request; no longer waits for the
  537.   PART message from the IRC server.
  538. - vbar rendering in the main listview will now completely be done by MUI
  539.   for efficency and exact positioning.
  540. - added netsplit detection.
  541. - string gadget has now turned off input filtering by default.
  542. - string gadget accepts up to 1024 chars and splits accordingly
  543.  
  544. 0.74alpha
  545. ---------
  546. - some MUI3 dependancy slipped in the window creation function.
  547.  
  548. 0.73alpha
  549. ---------
  550. - pressing TAB returned garbage if no user was referenced in the user listview.
  551. - the first window didn't properly show the nickname.
  552. - load and save config with file requester failed badly due to misinitalized
  553.   screen variable.
  554. - added RAW, ECHO and CHANNELS arexx commands.
  555. - fixed several bugs with cycle chains and keyboard control of gadgets.
  556. - raised stack size for DCC CHAT threads. Should fix all kinds of crashes,
  557.   esspecially with as225/inet.
  558. - sound loading was severly messed up and caused about EVENTS^2 datatypes
  559.   load to happen.
  560. - fixed WHO layout a bit.
  561. - extended the /LIST command to properly work in "shell mode"
  562.   with pattern and -MIN arguments.
  563.  
  564. 0.72alpha
  565. ---------
  566. - switched back to using "GetHostId()" if ENV:HOSTNAME doesn't exist
  567.   or is invalid. Should fix all kind of DCC trouble with MLink. Make sure
  568.   that ENV:HOSTNAME is either correct or not existant if you use MLink.
  569. - fixed a few typos and IRC response parsing problems.
  570. - Topics longer than 127 characters caused a real bad crash.
  571. - reduced memory usage a bit.
  572. - %p in alias expansion with missing arguments caused garbage
  573.   to be inserted.
  574. - fixed some bugs in the listview setup.
  575. - added basic log capability (no filtering yet, only RAW output).
  576. - URL grabber messed up news: URLs
  577. - seperate user list windows can now be configured to start up opened
  578.   or closed.
  579. - will now properly rename query windows and dcc chat sessions
  580.   upon receiving of a NICK change message.
  581. - misc. fixes.
  582.  
  583. 0.71alpha
  584. ---------
  585. - something in the optimizer seems to have broken as225r2 compatibility.
  586.   Now compiled without optimizer again. Subject for further investigation.
  587. - didn't work with MUI 2.x due to use of popscreen.mui. Will now
  588.   display a simple string gadget then.
  589.  
  590. 0.70alpha
  591. ---------
  592. - changed internal string table layout; internal string access is now much 
  593.   faster, even when strings are taken from a catalog file.
  594. - /DCC LIST now works.
  595. - /WALLOPS was broken.
  596. - Query windows can now be opened on a different public screen.
  597. - DCC requests are now also accepted when sent with a "NOTICE" to accomodate
  598.   for certain buggy DCC implementations.
  599. - In non-alphasort mode userlist entries were added to the top, not to
  600.   the bottom of the list.
  601. - fixed icon creation to not copy x/y positions of the default icon
  602.   when saving preferences.
  603. - "Connect Thread" does now work, starting a second instance of AmIRC
  604.   connecting to the selected server.
  605. - passing shell commands now works (except StartRX).
  606. - added CTCP CLIENTINFO reply.
  607. - added /LIST command. It currently only opens the list window.
  608.   Implementation will change later on.
  609. - now accepts "*" as a substitute for "current channel", as with
  610.   ",.:"
  611. - the local host's IP number is now always detected by
  612.   using gethostbyname( ENV:HOSTNAME ), since gethostid() was
  613.   totally messed up with multiple interface setups. Should fix
  614.   all kinds of DCC initation trouble.
  615. - now allows different text colors for certain kinds of text.
  616.   Currently limited to MUI drawing pens, which is a limitation
  617.   of MUI's text class.
  618. - /ALIAS command now accepts alias names starting with "/".
  619.   Should avoid some confusion on why "ALIAS /blah ..."
  620.   didn't do what it was expected to do :)
  621. - split preferences window.
  622. - Action buttons and Event setups are now horizontally scrollable
  623.   Virtgroups to better fit on vertically small screens.
  624. - maximum number of user action buttons raised to 24 due to
  625.   popular demand :) Note that this will invalidate old button
  626.   settings (sorry, this is due a braindamaged ExportID
  627.   selection in older versions)
  628. - the input processor now accepts LF characters in the
  629.   string gadget and automatically splits the lines.
  630.   Useful when pasting multiple line clips.
  631. - added highlite option. Allows to highlite channel text
  632.   from certain nicks or userhosts or keywords. Added
  633.   new event for highlite (/HIGHLITE and /UNHIGHLITE
  634.   commands)
  635. - added IGNORE support (/IGNORE and /UNIGNORE commands).
  636. - implemented the Undernet "SILENCE" command.
  637. - DCC MOVE and RESUME are now functional again.
  638. - severe bug in tcp.lib memory allocation could cause
  639.   all kind of trouble with sockets being used by
  640.   subthreads. Noticably terminating AmIRC with pending
  641.   DCC tasks caused a guru in most cases.
  642. - fixed the string input hook to no longer swallow
  643.   non-plain/shifted TAB events (which effectivly disabled
  644.   MUI's Window-Select-Feature)
  645. - added alpha documentation by Larry 'Duran' Walton.
  646.   Direct any comments about the documentation to him :)
  647. - compiled with optimizer turned on for a test.
  648. - fixed URL grabber stopping parsing at an ~.
  649. - Fkey strings may now contain "\n" to allow for
  650.   multi line commands.
  651. - When changing servers, will now correctly clear
  652.   the channel names if autojoin channels are
  653.   specified.
  654.  
  655. 0.69alpha (quickfix)
  656. --------------------
  657. - subitems for the window sub menu weren't no longer added,
  658.   making closing windows crash badly.
  659.  
  660. 0.68alpha
  661. ---------
  662. - CTCP PING didn't work.
  663. - holding down ENTER caused the same text to be continously send.
  664. - SHIFT-TAB will now insert "Nick: " into the input line.
  665. - CTRL-UP/DOWN and ALT-UP/DOWN inside a query window caused instant crash.
  666. - String class was, in cooperation with some MUI bug, loosing signal bits.
  667.   This caused frame gadgets to not work any longer.
  668. - The bubble help of the userlist action buttons will now display the
  669.   real command assigned to the button.
  670. - Userlist action buttons now work if no user is selected and no %u
  671.   was specified.
  672. - /ME within dialog windows will now work just like /DESCRIBE.
  673.  
  674. 0.67alpha
  675. ---------
  676. - DCC windows now use tiny fonts for the lists.
  677. - optimized TextFit() wasn't working correctly, cutting of
  678.   characters depending on the font.
  679. - enforcer hits with commands which had a single channel name
  680.   as a parameter ("/NAMES #Amigager" for example).
  681. - /RX will now find commands in PROGDIR:Rexx
  682. - Rexx-on-Event didn't work at all
  683. - added a few more sound samples by Robert Wilkens
  684. - the event manager now has "Test sound" buttons
  685. - Connect and Autodownload windows shouldn't cause trouble any more
  686.   (recycled MUIMasterBase between tasks :)
  687. - the "is this mail or news" guess in the URL grabber
  688.   always assumed mail
  689.  
  690. 0.66alpha
  691. ---------
  692. - userlist action button rows which contain no labels will now be
  693.   hidden
  694. - the first 10 window selector menu items now have shortcuts from "0" to "9".
  695.   Allows to easily switch channel windows with Amiga-0..9.
  696. - serious bug in DCC-SEND; neither RESUME-ACCEPT nor MOVE-RESUME did work
  697.   since AmIRC didn't actually seeked to the requested file position.  
  698. - added support for TIADCC (SetEnv TIADCC "tiahost port"). The
  699.   variable format is compatible with Tau's DCC implementation.
  700. - fixed a few quirks in the string input class.
  701. - list class is now more compatible with fonts which have a "obscure"
  702.   tf_XSize value.
  703. - sub processes weren't properly terminated during IPC if the main application
  704.   was forcefully quit.
  705. - fixed drag & drop list sort for server and alias list (MUI3 only).
  706. - the button/info row in query windows can now be turned off to save
  707.   visual space.
  708. - fixed activation state of the user list. If the current user
  709.   PARTs or gets KICKed, selection will turn off completely. If
  710.   the current user renames himself, the selection will follow
  711.   accordingly.
  712.  
  713. 0.65alpha quick fix :)
  714. ----------------------
  715. - String input gadget was dead with MUI 2.3.
  716. - added a kludge to avoid MUI 3.0's MUIA_String_MaxLen-1-Bug within the
  717.   nickname gadgets
  718.  
  719. 0.64alpha
  720. ---------
  721. - fixed splitting and rejoining of lines in listview (spaces got inserted
  722.   when a line couldn't be split on a word boundary)
  723. - main listview now properly preserves text style attributes upon line
  724.   splits and relayouts
  725. - the ban popup list is now a "real" window which can be dragged and sized
  726. - line read buffer pointer wasn't reset when a server link was forcefully
  727.   terminated. Caused nonsense to appear on next connect.
  728. - added support for "DCC RESUME", a method of resuming DCC SENDs
  729.   originally implemented by the mIRC for Windoze IRC client. It's not
  730.   recommended to use DCC RESUME between AmIRCs, use MOVE instead.
  731. - OP/VOICE now accept up to four nicks
  732. - BAN did work with a single nick only.
  733. - the command parser assumed that all strings beginning with "*"
  734.   are channel names, effectivly rendering /BAN useless.
  735. - KICKBAN window now has four buttons to setup "standard" types
  736.   of ban mask (full, userhost, dynamic hostname, dynamic ip)
  737. - CTRL-Cursor-Up/Down now allows to select the current user in
  738.   the user list.
  739. - TAB will now enter "/MSG nick " if the input line is empty
  740.   or just "nick" if there is already something entered in the line.
  741. - ALT-Cursor-Up/Down allows to scroll within the main output list.
  742.   ALT-SHIFT allows to page accordingly.
  743. - fixed a few bugs in state managment of the main list class.
  744.   Could cause enforcer hits when LCM_INSERT was used before
  745.   MUIM_Show was called; this mainly occured with the new
  746.   private message log which normally stays closed.
  747. - "Auto open Dialog Windows" was not functional at all.
  748. - Function key did only work when changed during the session, not
  749.   after loading.
  750. - Rexx script gathering caused entries with "PROGDIR:" to be
  751.   entered in the list, which didn't work, cause it would
  752.   have referenced the Rexx master process' PROGDIR: if
  753.   it would exist :)
  754. - several parts of parsing code failed with characters > 127, 
  755.   esspecially the notify option with "strange" nicks.
  756. - messages added to the private message log now have a time
  757.   stamp.
  758. - finally got around adding Troy Davis to the thanks list
  759.   in the about requester.
  760.  
  761. 0.63alpha
  762. ---------
  763. - the vertical bar in the main listview was messed up.
  764. - added VBars on several of the other listviews (MUI3 only)
  765. - User list action buttons didn't used MUIA_Font_Tiny as intended.
  766. - "Save as" with no config name given could cause erraneous behavior
  767.   and even crashes with some requester patches.
  768. - manually resetting AWAY via menu state didn't restart the auto away 
  769.   timeout.
  770. - failure to open "rexxsyslib.library" wasn't catched and could cause
  771.   serious trouble later on.
  772. - fixed a severe bug in the ioctl() call in AS225 which was called
  773.   with the AmiTCP code for FIONREAD. Caused DCC's to loop dead.
  774. - auto reconnect to server now limited to 10 retries.
  775. - now checks for duplicates before adding entries to the URL grab window.
  776. - nickname gadgets now accept all RFC-1459 allowed nickname characters
  777.   and even "_" :)
  778. - added help bubbles for the channel mode buttons (MUI3 only)
  779.  
  780. 0.62alpha
  781. ---------
  782. - Click-On-Notify still didn't work <blush>
  783. - fixed selectwait() call in the as225 tcp interface. DCCs are now
  784.   properly cancelable :)
  785. - /RX did pass parameters, but only the first <blush again>
  786. - /NOTIFY did react on parts of nicknames (e.g. "/NOTIFY OLI" reacted
  787.   on an "OLIVER" being on)
  788. - added URL grabber; incoming text is scanned for URLs and MessageIds,
  789.   which are presented in a list window. Double clicking on a URL will
  790.   send them to AMOSAIC.1 via Rexx
  791. - Rexx: Using "Say" with no open window caused terrible crash
  792. - added privmsg log window which stores all private msgs send to you
  793. - added a few Undernet servers to the default server list
  794. - added a few useful menu shortcuts
  795.  
  796. 0.61alpha
  797. ---------
  798. - incoming/outging DCC chat requests will now no longer open the dcc chat
  799.   list window.
  800. - startup errors (in particular wrong arguments passed on a shell startup)
  801.   caused destructors to be inproperly called, resulting in dead locks.
  802. - WHOIS-ON-NOTIFY didn't work when the watched user was logged in
  803.   (did send "WHOIS +USER"...)
  804. - made an attempt to fix the as225 code which seems to be crashing
  805.   on DCC (sorry, can't check this for myself)
  806. - /RX didn't pass arguments.
  807. - will now no longer create an empty Rexx menu if no rexx scripts are
  808.   found (AmIRC looks into PROGDIR:Rexx/ and Rexx: for files ending with *.AMIRX).
  809.   It's nicer and avoids nasty crashes with certain buggy Menu hacks :)
  810.  
  811. 0.60alpha
  812. ---------
  813. - channel list didn't worked at all.
  814. - double click on an entry in the notify list will now issue an /WHOIS nick
  815.   command.
  816.  
  817. 0.59alpha
  818. ---------
  819. - AWAY flag is cleared after connection to a server.
  820. - Autojoin channels are now bound to the server configs. This allows you
  821. to specify different channels for different servers.
  822. - state of the "Create Icons" menuitem is now saved correctly.
  823. - "Help" menuitem works.
  824. - Bug in the string class caused enforcer hits and made MUIKEYS not
  825.   working correctly.
  826. - when the connection was lost during receive of the channel list,
  827.   the channel listview stayed deactived.
  828. - empty CTCP ACTION requests are no longer displayed.
  829.  
  830. 0.58alpha
  831. ---------
  832. - the light bulb's transparent color wasn't set correctly so the background
  833.   got overwritten.
  834. - fixed a few MUI object background settings.
  835. - program and basename now thoroughly changed from MICROIRC to AMIRC.
  836. - light bulb is now a page group to avoid MUIA_Bitmap_Bitmap not being
  837.   correctly settable. Should also fix a potential crash.
  838. - added FKey support.
  839. - String gadget is now constantly activated.
  840. - added "Invite" event.
  841. - default prefs storage location is now "PROGDIR:Default.MIRC" to
  842.   avoid problems if AmIRC is started from another dir.
  843. - now deiconifies upon receiving SIGBREAKF_CTRL_F
  844.  
  845. 0.57alpha
  846. ---------
  847. (skipped)
  848.  
  849. 0.56alpha
  850. ---------
  851. - light bulb/mic icon refresh now fixed.
  852. - fixed QUERY windows to correctly parse IRC formating codes on output.
  853.  
  854. 0.55alpha (saturday evening release, please don't wonder :-)
  855. ------------------------------------------------------------
  856. - fixed missing CTCP ACTION parsing for private PRIVMSGs
  857. - added missing /DESCRIBE command.
  858. - OP/VOICE status is now displayed with a nice icon (thanks Morden).
  859.   The implementation of the display sucks, it's gonna fixed in the next
  860.   release.
  861.  
  862. 0.54alpha
  863. ---------
  864. - fixed a bug in WALLOPS and ERROR parsing, not outputting anything but
  865.   causing an enforcer hit instead.
  866. - userhost database sometimes caused calls to FreePool() with a mismatched
  867.   size (len-1). Could screw up pool management severly.
  868. - now entering a server name no longer causes the list to be sorted,
  869.   leaving input focus on an undesired entry.
  870. - added missing /BAN, /BANDEL and /BANLIST commands.
  871.  
  872. 0.53alpha
  873. ---------
  874. - just bumped revision to avoid confusion with a "0.52alpha" floating
  875.   around.
  876.  
  877. 0.52alpha (not published)
  878. -------------------------
  879. - seperated user list now finally works without crashing badly.
  880. - the seperated user list windows now have a close gadget, and the channel
  881.   windows have a pop button to reopen it.
  882. - fixed sorting of user list.
  883. - changes of GUI settings now happen instantly. Note that MUI 2.x
  884.   requires closing and reopening of windows for some operations.
  885. - kludged around the userlist refresh bug by manually forcing redraw
  886.   on every JOIN/PART.
  887. - Auto-Rejoin-After-Kick now defaults to off due to popular demand.
  888.  
  889. 0.51alpha (not published)
  890. -------------------------
  891. - fixed incorrect parsing of 317 extend message (signon time)
  892. - fixed a few quirks in DCC SEND aborted output.
  893.  
  894. 0.50alpha
  895. ---------
  896. - fixed a crash with certain MUI versions on SAVE.
  897. - DCC originating sometimes didn't work since GetHostId() reported
  898.   "127.0.0.1" (localhost). Now falls back to reading ENV:HOSTNAME
  899.   and doing gethostbyname() on this.
  900. - the user list may now be hidden totally or put to a seperate window.
  901.   Note: This isn't implemented correctly now; i'll change it ASAP.
  902. - the user list sorting can now be turned off.
  903.  
  904. 0.49alpha
  905. ---------
  906. - remote logging of AMIRC usage has been removed completely.
  907.  
  908. 0.48alpha
  909. ---------
  910. - added event handling. Allows you to deiconify, beep or play a (datatypes)
  911. sound on certain events.
  912. - some internal stuff.
  913. - added processing of the "250" extension message.
  914.  
  915. 0.47alpha
  916. ---------
  917. - fixed "DCC SEND/MOVE ABORTED" which was screwed in several places.
  918.  
  919. 0.46alpha
  920. ---------
  921. - added RAW IRC output window.
  922. - Auto-Update-Get will now automatically extract AMIRC.ReadMe to T:,
  923.   display it and offer to automatically unpack the gotten archive
  924.   to RAM:
  925.