home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Exec 5 / CD_Magazyn_EXEC_nr_5.iso / Programy / Internet / IRC / DalHelper.lha / DalHelper / Docs / DalHelper.readme < prev    next >
Encoding:
Text File  |  2001-01-01  |  6.9 KB  |  252 lines

  1. SHORT           :  Interface to Dalnet Services: (Chan/Memo/Nick services)
  2. AUTHOR          :  strdustr@ptd.net (StarDustr)
  3. UPLOADER        :  strdustr@ptd.net (StarDustr)
  4. TYPE            :  comm/irc
  5.  
  6. VERSION:        :  $VER: DalHelper.amirx 5.31 (01.01.01)
  7. VERSION:        :  $VER: DalHelperID.amirx 1.0 (27.09.99)
  8.  
  9. Requirements:
  10.  
  11.     1.    AmIRC installed, running correctly with RexxMSGPort.
  12.     2.    Recommended that you make   Rx  resident.
  13.     3.    MCF_Buttons.amirx (Version 5.1+) installed.
  14.         (Optional, required for buttons plugin.)
  15.  
  16. Updates to 5.31:
  17.  
  18.     Fixed bug in ChanServ processes.
  19.  
  20. Updates to 5.30:
  21.  
  22.     Changed ChanServ Set Passwd
  23.  
  24. Updates to 5.29:
  25.  
  26.     Changed Services Drop command to re-issue command
  27.          with returned AUTH args
  28.     Changed Services reply check to work with new variable "DX"
  29.  
  30. Updates to 5.28:
  31.  
  32.     Fixed minor bug with functions using CPAS
  33.     Shrank source by over 3K by shortening subroutine call(s)
  34.      and changed DalDest to DX and included RAW command in it's value
  35.  
  36. Updates to 5.27:
  37.  
  38.     Changed NickServ command:  Set Passwd
  39.     Shortened the "ShowEmail" button in the plugin to "ShEmail"
  40.  
  41. Updates to 5.26:
  42.  
  43.     Added new NickServ commands: Set [Email & ShowEmail] (again)
  44.     Added new NickServ command:  AUTH (authenticate)
  45.     Added new format for NickServ "Set Kill" command:
  46.         Set Enforce.    "Set Kill" is still supported.
  47.  
  48. Updates to 5.25:
  49.  
  50.     Updated Chanserv UNBAN to work with new release.
  51.     Added Memoserv NEWS command.
  52.  
  53. Updates to 5.24:
  54.  
  55.     Changed reply literal being scanned for on a password change.
  56.     Changed format of ChanServ Set Passwd command.
  57.     Changed format of NickServ Set Passwd command.
  58.  
  59. Updates to 5.23:
  60.  
  61.     Something I forgot to note,  so, no entry here.
  62.  
  63. Updates to 5.22:
  64.  
  65.     Something I forgot to note,  so, no entry here.
  66.  
  67. Updates to 5.21:
  68.  
  69.     Fixed Chanserv UNBan command. The Cleared message from
  70.     Chanserv changed and the auto-rejoin was never happening.
  71.  
  72. Updates to 5.20:
  73.  
  74.     IDALL no longer changes your nickname as it is not
  75.     required to update the last-seen timestamp on the nick.
  76.     IDALL now waits for Chanserv to OP you in a registered
  77.     channel before it leaves the channel.
  78.  
  79. New/Updates to 5.19:
  80.  
  81.     Added new script to Auto-ID your current nick:
  82.       DalHelperID.amirx  (Read  DalHelperID.readme)
  83.     Removed obsolete ChanServ Voice functions:
  84.       Add, List, Delete, Wipe.
  85.     Updated ChanServ DEOP function to current format.
  86.  
  87. New to 5.18:
  88.  
  89.     Added new ChanServ functions:
  90.       VOP Add, Del, List, and Wipe
  91.     Removed obsolete ChanServ functions:
  92.       AOP Clean
  93.       SOP Clean
  94.     Removed obsolete NickServ functions:
  95.       Set EMail
  96.       Set ShowEmail
  97.  
  98. New to 5.17:
  99.  
  100.     Added new ChanServ functions:
  101.       AOP Clean and Wipe
  102.       AKick Wipe
  103.       SOP Clean and Wipe
  104.     Added new NickServ functions:
  105.       Set NoOp
  106.       Set EMail
  107.       Set ShowEmail
  108.  
  109. New/Updates to 5.16:
  110.  
  111.     Added new ChanServ function:  WHY
  112.     Updated file "DalHelper.doc" with more current help
  113.      on Dalnet Services.
  114.     Added new buttons to MCF_Buttons PlugIns.
  115.  
  116. New to 5.15:
  117.  
  118.     Added ChanServ function ACCESS for listing
  119.      a user's access on a registered channel.
  120.  
  121. New/Updates to 5.14:
  122.  
  123.     Added new MemoServ function:  SendSOP 
  124.      sends a memo to all SOPs of a channel.
  125.     Added new MemoServ function:  Foward
  126.      forwards your memos to another registered nick
  127.      (Password of forwarding nick need to be in MCF.Dal)
  128.     Fixed a small coding problem that resulted in the
  129.      wrong Nick/Channel being used when none was entered.
  130.  
  131. Updates to 5.13:
  132.  
  133.     Changed how Version information is handled.
  134.     Changed how DalHelper creates/updates the MCF.Dal data file.
  135.  
  136. Updates to 5.12:
  137.  
  138.     Changed how commands were parsed and then issued
  139.     to the correct services bot.
  140.     Changed "DalDest" variable to be equal to the complete
  141.     command instead of just the destination.
  142.  
  143. New to 5.11:
  144.  
  145.     Added code to recognize IRC Server command 440
  146.     as meaning Services are down and DalHelper shouldn't
  147.     wait for a response from it.
  148.     Added code to help ensure that DalHelper does not
  149.     write a NULL entry to the "MCF.Dal" file.
  150.     Moved old code handling IRC Server command 433 so
  151.     that they are actually processed instead of skipped.
  152.     Removed code handling IRC Server command 401 since
  153.     using Services new command format results in a 440.
  154.     Added storage of Nick/Channel URLs and Channel ModeLock
  155.     to the MCF.Dal file for future use by upcoming GUI.
  156.     Added DalHelper.amirx VERSION checking before
  157.     copying it from the archive to your HD.
  158.     Added FileSize check of any found "MCF.Dal" file.
  159.     If file is smaller than 35 bytes, the Installer will
  160.     walk you thru re-building a new one.
  161.  
  162. New to 5.10:
  163.  
  164.     Added ChanServ INVITE command.
  165.     Services have been UPDATED.  For more guaranteed
  166.     security, there are now server commands:
  167.     ChanServ,  NickServ,  and  MemoServ.
  168.     DalHelper now uses these commands instead of sending
  169.     a /MSG to the appropriate nick.
  170.  
  171. New to 5.9:
  172.  
  173.     Added New ChanServ feature:  Count.
  174.     This function is restricted to channel AOPs and above.
  175.     It returns the number of channel AOPs, SOPs, and AKicks.
  176.  
  177. New to 5.8:
  178.  
  179.     Seems that with Dal's latest server upgrade, you
  180.     can't change nick too quick, so I added a 30
  181.     second wait between Nick changes.
  182.  
  183. New to 5.7:
  184.  
  185.     Fixed a bug in the read routine.  Seems it didn't
  186.     always grab the last entry in the MCF.Dal file.
  187.  
  188. New to 5.6:
  189.  
  190.     Added scanning for IRC error code 433 when
  191.     in Nick change cycle of IDA function.
  192.     (Nick change too fast)
  193.  
  194. New to 5.5:
  195.  
  196.     IDA function now joins all Regged channels that
  197.     you are not already on.
  198.     Added a Cancel Wait-Loop function.
  199.         USAGE:  /msg YourNick %DAL
  200.     This will cause DalHelper to cease waiting for
  201.     a response from services and exit the script.
  202.     Added a check for IRC error code 401 on response
  203.     to a PRIVMSG to services. (No such Nick/Channel)
  204.     Script will exit Wait-Loop if this occurs.
  205.  
  206. New to 5.4:
  207.  
  208.     Added new function:  IDA.  This function will
  209.     change your nick to all your registered nicks,
  210.     Identify them to NickServ, then Identify all
  211.     your registered channels to ChanServ.
  212.         USAGE:  /Rx DalHelper IDA
  213.  
  214. New to 5.3:
  215.  
  216.     Added code to set Clips with About information
  217.     for display in future GUI About function and
  218.     Version which next release of MCF4AmIRC will
  219.     display upon receiving a VERSION request.
  220.     Added new function for removing the clips before
  221.     quitting the net.
  222.         USAGE:  /Rx DalHelper QUIT
  223.  
  224. Bug Fix to 5.2:
  225.  
  226.     Had the wrong OFF option coded for ChanServ
  227.     Set TopicLock function.
  228.     Added 2 new buttons in the DalHelper PlugIn
  229.     for MCF_Buttons.
  230.  
  231. New to 5.1:
  232.  
  233.     A new Security feature for users who use
  234.     other users' Amigas or for those who have
  235.     more than 1 user on thier Amiga.  If you
  236.     have a disk labeled  DalHelper  or make
  237.     an assignment of  DalHelper:  to a directory,
  238.     that location will be searched for the file
  239.     MCF.Dal (password file) first before the
  240.     AmIRC root directory is searched.  If found,
  241.     it will use the MCF.Dal found in DalHelper:.
  242.  
  243. New to 5.0:
  244.  
  245.     MemoServ functions are now included.
  246.     NickServ and ChanServ functions updated.
  247.     Minor bugs found and corrected.
  248.     Corrected bug found in Installer script
  249.      and upgraded it's version to 5.0.1.
  250.     Found and corrected another Installer
  251.      script bug.  Now version 5.0.2.
  252.