;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Rocker's IRC-Mode (Internet Relay Chat), Changelog (not Cheeselog)
;; Copyright (C) 1992, Tom "Rocker" Hinds
;;
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License version 1
;; as published by the Free Software Foundation.
;;
;;  This program is distributed in the hope that it will be useful,
;;  but WITHOUT ANY WARRANTY; without even the implied warranty of
;;  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
;;  GNU General Public License for more details.
;;
;;  You should have received a copy of the GNU General Public License
;;  along with this program; if not, write to the Free Software
;;  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

;; Comments and/or bug reports about this interface should be directed to:
;;     Tom Hinds              <rocker@csa.bu.edu>
;;     Generally available on IRC as "Rocker"

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; This file contains the older changes to the client.
;; These are genralized changes and no where claims to be all the changes.
;;
;; A small log of additions and changes by Rocker@bucsf.bu.edu
;;                                         now rocker@csa.bu.edu
;;   (this is *not* complete..probably never will be :)
;;
;; /WHOWAS   24may90
;; /MODE     25july90
;; /KICK     25july90
;; /OLDTOG   30july90 --removed at a later date, replace by a /set
;; /WALLOPS  aug90
;; 
;; -conversions for string channels implimented
;;   -patched sending to channel prob 14aug90
;; .ircrc.el reading capability added
;;    similar to ircrc file, but specific for irc.el
;;    only does client specific commands, commands to servers will not work
;; 
;; /MAIL    sept90  -no frills
;; /SERVER  sept90  - bugged  -january91 working completely
;; /SET     4nov90  to help control stuff/ phase out of /oldtog immenant
;; /COMMENT 27dec90 gearing up for ircrc files
;;          28dec90 ircrc completed, need to adjust /alias for more flexibility
;;          25Mar91 2.6 changes put in finally
;;                  /whereami, /default, multichannel
;; v2.6.2   1apr91  handles notice ignoring, faster name globbing
;;                  more internal fixes(of course)
;; v2.6.3   10apr91 /SET works like /SIGNAL now
;; v2.6.3a  9May91  small fix for validation of users
;; v2.6.3b  20May91 fixes for deadly bug in prototype of CTCP
;;                  /deoper RPL code was moved in pre19
;; v2.6.3c  15Jun91 /mode RPL 324 fixed for pre19 only.
;;                  considering phasing out all backwards compatibility
;; v2.6.3d  8jul91  no longer supporting 2.5 compatibility, use older clients
;;          29jul91 forget limits in RPL 324
;; v2.6.3e  29jul91 2.6.1a server compatibility a list of changes to follow
;;                  - RPL 317 idle/last command sent, account for both
;;                  - RPL 364 Links stuff
;;                  - /squit redone to work with comments
;;                  - trace made available for all, limited use for anyone
;;                  - RPL 331,332 NO_TOPIC TOPIC return channel arguements
;;                  - ERR 482 chanoprivneeded added
;;                  - ERR 402 returns server name
;;                  - ERR 404 returns channel name
;;                  - ERR 442 returns channel field
;; v2.6.3f 17sep91  - playing with a set for 319 channel stuff "rpl319"
;;                  - irc-debug and /set +debug added for myself and testing
;;                  - fixed parser(cross fingers) /MODE multiple operator   
;; v2.6.3g 16oct91  - some more CTCP playing, still not finished
;;                  - irc-find-to kludged until I fix REGEXPs
;;                  - /check has been modified to handle ISON and USERHOST
;;                  - RPL302 USERHOST added
;;                  - RPL303 ISON added
;;                  - finally .ircrc.el eats blank lines(so I'm slow and lazy)
;; v2.6.3h 19oct91  - holy shit, I've gotta stop giving out copies
;;                    versions are multipling fast :)
;;                  - TOPIC upgrade, handle new format with channels in it
;;         22oct91  - cleaned some irc-find-to
;;                  - the nickserv@service.de works now, was a regexp problem
;;                  - CTCP handles multiples requests in one line, but 
;;                    does spit back text yet
;; v2.6.4  18nov91  - I'm tired of silly letters, next version number please
;;                  - fix for nick change signalling, reported by karl
;;                  - WHOIS finally works as it should, with multiples,
;;                    masks I'm not sure if I did properly
;;                  - a default GECOS(real name field added), someone bitched
;;                    about it, why they dont have one is beyond me
;;                  - 351 moved to 373 and equivicated for 2.7 preparations
;;                  - maximum buffer upped to 60k, so things fit in the buffer
;;                  - syntax table for irc created, no clobber fundemental mode
;;                    DEL- M-DEL no longer whitespace.
;;                  - channel problem with huge channels and no being able to
;;                    part properly fixed.

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; as always the current/latest changes are listed in the client itself