home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 3 / Meeting_Pearls_III.iso / Pearls / comm / Internet / MicroIRC / AMIRC.readme < prev    next >
Text File  |  1995-09-09  |  6KB  |  168 lines

  1. +===================================+
  2. || AMIRC -- The AmigaOS IRC Client ||
  3. +===================================+
  4.  
  5. === *** ALPHA NOTE *** ===
  6.  
  7. This is still a alpha "release". It doesn't contain all the features for
  8. the planned final release, it might have severe bugs.
  9.  
  10. Some people seem to not have understand the DCC CHAT implementation.  RTFM,
  11. guys :-) AMIRC doesn't open a "chat window" for you.  If a DCC CHAT connection
  12. is opened, all /MSG to the destination are send via DCC Chat.  You can,
  13. however, open a dialog window by using the /QUERY nick command.  This
  14. dialog window works for both DCC CHAT and normal /MSGs.
  15.  
  16. There was a lot of fuss about the logging in earlier versions of AMIRC.
  17. This text was originally part of this document:
  18.  
  19. INVALID> In order to control distribution, this version also sends a report
  20. INVALID> to my system denoting remote site, nickname and version of AMIRC used.
  21. INVALID> Don't use the alpha if you don't like this. The logging will go
  22. INVALID> away as soon as alpha stage has ended.
  23.  
  24. The logging was added in early alpha stage when I gave out AMIRC only to
  25. selected users.  Someone leaked, and a virus infested copy of AMIRC was
  26. spread around (see "story.txt" for details).  I added the logging to make
  27. sure that I could track all further leakage; every Alpha send from me
  28. personally had a serial number to check out.  Since the Package is now
  29. public anyway, the logging has been taken out.  I am sorry for now removing
  30. the logging for the first publically accessible release.  Please note that
  31. the logging was mentioned in both the Readme and the About info.
  32.  
  33. === *** END OF ALPHA NOTE *** ===
  34.  
  35. ============================================================================
  36.                            *   Introduction:   *
  37. ============================================================================
  38.  
  39. AMIRC -- short for Amiga MicroIRC -- is a client for the IRC Internet Relay
  40. Chat protocol.
  41.  
  42. Features:
  43.  
  44. o runs with both AmiTCP and AS225 without additional support libraries.
  45.  
  46. o builtin high speed DCC drivers for SEND and MOVE.  Highly optimized with
  47. asynchronous file I/O and threaded network handling. Supports Drag&Drop
  48. sending of files.
  49.  
  50. o tranparent implementation of DCC CHAT. All /MSGs are automatically routed
  51. via DCC CHAT if applicable, to save runtime and reduce IRC load. Option
  52. to automatically accept DCC CHAT connections.
  53.  
  54. o full support of the "Undernet" IRC extensions, both reply codes and
  55. additional IRC commands.
  56.  
  57. o intuitive channel display with userlist and channel mode overview.
  58. Channel modes can easily be changed via gadgets. Configurable user
  59. action list to perform whatever action you like on users in channel
  60. by the press of a mousebutton.
  61.  
  62. o supports QUERY windows for private chat.
  63.  
  64. o versatile AREXX port.
  65.  
  66. o easy command line aliasing.
  67.  
  68. o builtin IdentD (automatically disabled if another IdentD is already
  69. installed).
  70.  
  71. o supports nick notification, ignoring and kickban.
  72.  
  73. o server phonebook.
  74.  
  75. o last nick history.  Stores the nicknames of the last nicks you've send
  76. MSGs to, received MSGs from or addressed publically with "nick:".
  77. Reference can be used in all commands which require nick names, e.g.  /MSG,
  78. /OP, /DEOP. Automatic nick expansion on public messages with ":".
  79.  
  80. o auto rejoin channel on KICK and auto reconnect server facility.
  81.  
  82. o auto away after idle timeout. Auto unaway after sending public and/or
  83.   private msgs.
  84.  
  85. o auto update download.  Check for and download new releases with a simple
  86. click.
  87.  
  88. ============================================================================
  89.                          *   Revision history:   *
  90. ============================================================================
  91.  
  92. 0.56alpha
  93. ---------
  94. - light bulb/mic icon refresh now fixed.
  95. - fixed QUERY windows to correctly parse IRC formating codes on output.
  96.  
  97. 0.55alpha (saturday evening release, please don't wonder :-)
  98. ------------------------------------------------------------
  99. - fixed missing CTCP ACTION parsing for private PRIVMSGs
  100. - added missing /DESCRIBE command.
  101. - OP/VOICE status is now displayed with a nice icon (thanks Morden).
  102.   The implementation of the display sucks, it's gonna fixed in the next
  103.   release.
  104.  
  105. 0.54alpha
  106. ---------
  107. - fixed a bug in WALLOPS and ERROR parsing, not outputting anything but
  108.   causing an enforcer hit instead.
  109. - userhost database sometimes caused calls to FreePool() with a mismatched
  110.   size (len-1). Could screw up pool management severly.
  111. - now entering a server name no longer causes the list to be sorted,
  112.   leaving input focus on an undesired entry.
  113. - added missing /BAN, /BANDEL and /BANLIST commands.
  114.  
  115. 0.53alpha
  116. ---------
  117. - just bumped revision to avoid confusion with a "0.52alpha" floating
  118.   around.
  119.  
  120. 0.52alpha (not published)
  121. -------------------------
  122. - seperated user list now finally works without crashing badly.
  123. - the seperated user list windows now have a close gadget, and the channel
  124.   windows have a pop button to reopen it.
  125. - fixed sorting of user list.
  126. - changes of GUI settings now happen instantly. Note that MUI 2.x
  127.   requires closing and reopening of windows for some operations.
  128. - kludged around the userlist refresh bug by manually forcing redraw
  129.   on every JOIN/PART.
  130. - Auto-Rejoin-After-Kick now defaults to off due to popular demand.
  131.  
  132. 0.51alpha (not published)
  133. -------------------------
  134. - fixed incorrect parsing of 317 extend message (signon time)
  135. - fixed a few quirks in DCC SEND aborted output.
  136.  
  137. 0.50alpha
  138. ---------
  139. - fixed a crash with certain MUI versions on SAVE.
  140. - DCC originating sometimes didn't work since GetHostId() reported
  141.   "127.0.0.1" (localhost). Now falls back to reading ENV:HOSTNAME
  142.   and doing gethostbyname() on this.
  143. - the user list may now be hidden totally or put to a seperate window.
  144.   Note: This isn't implemented correctly now; i'll change it ASAP.
  145. - the user list sorting can now be turned off.
  146.  
  147. 0.49alpha
  148. ---------
  149. - remote logging of AMIRC usage has been removed completely.
  150.  
  151. 0.48alpha
  152. ---------
  153. - added event handling. Allows you to deiconify, beep or play a (datatypes)
  154. sound on certain events.
  155. - some internal stuff.
  156. - added processing of the "250" extension message.
  157.  
  158. 0.47alpha
  159. ---------
  160. - fixed "DCC SEND/MOVE ABORTED" which was screwed in several places.
  161.  
  162. 0.46alpha
  163. ---------
  164. - added RAW IRC output window.
  165. - Auto-Update-Get will now automatically extract AMIRC.ReadMe to T:,
  166.   display it and offer to automatically unpack the gotten archive
  167.   to RAM:
  168.