home *** CD-ROM | disk | FTP | other *** search
/ Merciful 3 / Merciful_Release_3.bin / software / a / ami_irc / amiircv1.0final+keymake.lha / AmIRC10 / AmIRC.readme < prev    next >
Text File  |  1996-03-10  |  33KB  |  758 lines

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