Mercurial > emacs
diff lisp/erc/ChangeLog @ 87202:60375ad7809c
Sync from ERC upstream
Changes include:
- Add nickserv support for GRnet.
- Parse 275 (secure connection) response.
- Provide new hook `erc-nickserv-identified-hook' that runs when
nickserv confirms that the user has successfully identified.
| author | Michael Olson <mwolson@gnu.org> |
|---|---|
| date | Sun, 09 Dec 2007 06:40:47 +0000 |
| parents | e50a2e215441 |
| children | 4c3c683cdff8 |
line wrap: on
line diff
--- a/lisp/erc/ChangeLog Sun Dec 09 04:14:11 2007 +0000 +++ b/lisp/erc/ChangeLog Sun Dec 09 06:40:47 2007 +0000 @@ -1,9 +1,33 @@ +2007-12-09 Michael Olson <mwolson@gnu.org> + + * erc-services.el (erc-nickserv-alist): Fix regexps for GRnet. + +2007-12-09 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change) + + * erc-backend.el, erc.el: + Parse 275 (secure connection) responses. + + * erc-services.el: Add identification hooks for GRnet, the Greek + IRC network <http://www.irc.gr>. + 2007-12-08 David Kastrup <dak@gnu.org> * erc-stamp.el (erc-echo-timestamp): * erc-lang.el (language): * erc-backend.el (erc-server-connect): Fix buggy call to `message'. +2007-12-07 Edward O'Connor <ted@oconnor.cx> + + * erc-services.el: Provide a hook that runs when nickserv confirms + that the user has successfully identified. + (services, erc-nickserv-identify-mode): Add and remove + erc-nickserv-identification-autodetect from + erc-server-NOTICE-functions. + (erc-nickserv-alist): Add SUCCESS-REGEXP to each entry. + (erc-nickserv-alist-identified-regexp) + (erc-nickserv-identification-autodetect): New functions. + (erc-nickserv-identified-hook): New hook. + 2007-12-06 D. Goel <deego3@gmail.com> * erc-match.el (erc-add-entry-to-list): Fix buggy call to `error'.
