home *** CD-ROM | disk | FTP | other *** search
- SHORT : Interface to Dalnet Services: (Chan/Memo/Nick services)
- AUTHOR : strdustr@ptd.net (StarDustr)
- UPLOADER : strdustr@ptd.net (StarDustr)
- TYPE : comm/irc
-
- VERSION: : $VER: DalHelper.amirx 5.31 (01.01.01)
- VERSION: : $VER: DalHelperID.amirx 1.0 (27.09.99)
-
- Requirements:
-
- 1. AmIRC installed, running correctly with RexxMSGPort.
- 2. Recommended that you make Rx resident.
- 3. MCF_Buttons.amirx (Version 5.1+) installed.
- (Optional, required for buttons plugin.)
-
- Updates to 5.31:
-
- Fixed bug in ChanServ processes.
-
- Updates to 5.30:
-
- Changed ChanServ Set Passwd
-
- Updates to 5.29:
-
- Changed Services Drop command to re-issue command
- with returned AUTH args
- Changed Services reply check to work with new variable "DX"
-
- Updates to 5.28:
-
- Fixed minor bug with functions using CPAS
- Shrank source by over 3K by shortening subroutine call(s)
- and changed DalDest to DX and included RAW command in it's value
-
- Updates to 5.27:
-
- Changed NickServ command: Set Passwd
- Shortened the "ShowEmail" button in the plugin to "ShEmail"
-
- Updates to 5.26:
-
- Added new NickServ commands: Set [Email & ShowEmail] (again)
- Added new NickServ command: AUTH (authenticate)
- Added new format for NickServ "Set Kill" command:
- Set Enforce. "Set Kill" is still supported.
-
- Updates to 5.25:
-
- Updated Chanserv UNBAN to work with new release.
- Added Memoserv NEWS command.
-
- Updates to 5.24:
-
- Changed reply literal being scanned for on a password change.
- Changed format of ChanServ Set Passwd command.
- Changed format of NickServ Set Passwd command.
-
- Updates to 5.23:
-
- Something I forgot to note, so, no entry here.
-
- Updates to 5.22:
-
- Something I forgot to note, so, no entry here.
-
- Updates to 5.21:
-
- Fixed Chanserv UNBan command. The Cleared message from
- Chanserv changed and the auto-rejoin was never happening.
-
- Updates to 5.20:
-
- IDALL no longer changes your nickname as it is not
- required to update the last-seen timestamp on the nick.
- IDALL now waits for Chanserv to OP you in a registered
- channel before it leaves the channel.
-
- New/Updates to 5.19:
-
- Added new script to Auto-ID your current nick:
- DalHelperID.amirx (Read DalHelperID.readme)
- Removed obsolete ChanServ Voice functions:
- Add, List, Delete, Wipe.
- Updated ChanServ DEOP function to current format.
-
- New to 5.18:
-
- Added new ChanServ functions:
- VOP Add, Del, List, and Wipe
- Removed obsolete ChanServ functions:
- AOP Clean
- SOP Clean
- Removed obsolete NickServ functions:
- Set EMail
- Set ShowEmail
-
- New to 5.17:
-
- Added new ChanServ functions:
- AOP Clean and Wipe
- AKick Wipe
- SOP Clean and Wipe
- Added new NickServ functions:
- Set NoOp
- Set EMail
- Set ShowEmail
-
- New/Updates to 5.16:
-
- Added new ChanServ function: WHY
- Updated file "DalHelper.doc" with more current help
- on Dalnet Services.
- Added new buttons to MCF_Buttons PlugIns.
-
- New to 5.15:
-
- Added ChanServ function ACCESS for listing
- a user's access on a registered channel.
-
- New/Updates to 5.14:
-
- Added new MemoServ function: SendSOP
- sends a memo to all SOPs of a channel.
- Added new MemoServ function: Foward
- forwards your memos to another registered nick
- (Password of forwarding nick need to be in MCF.Dal)
- Fixed a small coding problem that resulted in the
- wrong Nick/Channel being used when none was entered.
-
- Updates to 5.13:
-
- Changed how Version information is handled.
- Changed how DalHelper creates/updates the MCF.Dal data file.
-
- Updates to 5.12:
-
- Changed how commands were parsed and then issued
- to the correct services bot.
- Changed "DalDest" variable to be equal to the complete
- command instead of just the destination.
-
- New to 5.11:
-
- Added code to recognize IRC Server command 440
- as meaning Services are down and DalHelper shouldn't
- wait for a response from it.
- Added code to help ensure that DalHelper does not
- write a NULL entry to the "MCF.Dal" file.
- Moved old code handling IRC Server command 433 so
- that they are actually processed instead of skipped.
- Removed code handling IRC Server command 401 since
- using Services new command format results in a 440.
- Added storage of Nick/Channel URLs and Channel ModeLock
- to the MCF.Dal file for future use by upcoming GUI.
- Added DalHelper.amirx VERSION checking before
- copying it from the archive to your HD.
- Added FileSize check of any found "MCF.Dal" file.
- If file is smaller than 35 bytes, the Installer will
- walk you thru re-building a new one.
-
- New to 5.10:
-
- Added ChanServ INVITE command.
- Services have been UPDATED. For more guaranteed
- security, there are now server commands:
- ChanServ, NickServ, and MemoServ.
- DalHelper now uses these commands instead of sending
- a /MSG to the appropriate nick.
-
- New to 5.9:
-
- Added New ChanServ feature: Count.
- This function is restricted to channel AOPs and above.
- It returns the number of channel AOPs, SOPs, and AKicks.
-
- New to 5.8:
-
- Seems that with Dal's latest server upgrade, you
- can't change nick too quick, so I added a 30
- second wait between Nick changes.
-
- New to 5.7:
-
- Fixed a bug in the read routine. Seems it didn't
- always grab the last entry in the MCF.Dal file.
-
- New to 5.6:
-
- Added scanning for IRC error code 433 when
- in Nick change cycle of IDA function.
- (Nick change too fast)
-
- New to 5.5:
-
- IDA function now joins all Regged channels that
- you are not already on.
- Added a Cancel Wait-Loop function.
- USAGE: /msg YourNick %DAL
- This will cause DalHelper to cease waiting for
- a response from services and exit the script.
- Added a check for IRC error code 401 on response
- to a PRIVMSG to services. (No such Nick/Channel)
- Script will exit Wait-Loop if this occurs.
-
- New to 5.4:
-
- Added new function: IDA. This function will
- change your nick to all your registered nicks,
- Identify them to NickServ, then Identify all
- your registered channels to ChanServ.
- USAGE: /Rx DalHelper IDA
-
- New to 5.3:
-
- Added code to set Clips with About information
- for display in future GUI About function and
- Version which next release of MCF4AmIRC will
- display upon receiving a VERSION request.
- Added new function for removing the clips before
- quitting the net.
- USAGE: /Rx DalHelper QUIT
-
- Bug Fix to 5.2:
-
- Had the wrong OFF option coded for ChanServ
- Set TopicLock function.
- Added 2 new buttons in the DalHelper PlugIn
- for MCF_Buttons.
-
- New to 5.1:
-
- A new Security feature for users who use
- other users' Amigas or for those who have
- more than 1 user on thier Amiga. If you
- have a disk labeled DalHelper or make
- an assignment of DalHelper: to a directory,
- that location will be searched for the file
- MCF.Dal (password file) first before the
- AmIRC root directory is searched. If found,
- it will use the MCF.Dal found in DalHelper:.
-
- New to 5.0:
-
- MemoServ functions are now included.
- NickServ and ChanServ functions updated.
- Minor bugs found and corrected.
- Corrected bug found in Installer script
- and upgraded it's version to 5.0.1.
- Found and corrected another Installer
- script bug. Now version 5.0.2.
-