comparison lisp/erc/ChangeLog @ 86836:11b4896b439a

Sync from upstream ERC - Parse 307 (nick has identified) responses. - Only activate some things if the connection has been established.
author Michael Olson <mwolson@gnu.org>
date Thu, 29 Nov 2007 22:36:38 +0000
parents 6e11da7da0e5
children b68d861f04a3
comparison
equal deleted inserted replaced
86835:936ce2c5fcbe 86836:11b4896b439a
1 2007-11-29 Giorgos Keramidas <keramida@ceid.upatras.gr>
2
3 * erc-backend.el, erc.el:
4 Parse 307 (nick has identified) responses.
5
1 2007-11-15 Juanma Barranquero <lekktu@gmail.com> 6 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
2 7
3 * erc.el (erc-open): 8 * erc.el (erc-open):
4 * erc-backend.el (define-erc-response-handler): 9 * erc-backend.el (define-erc-response-handler):
5 * erc-log.el (log): 10 * erc-log.el (log):
6 * erc-match.el (erc-log-matches): Fix typos in docstrings. 11 * erc-match.el (erc-log-matches): Fix typos in docstrings.
12
13 2007-11-11 Michael Olson <mwolson@gnu.org>
14
15 * erc-autoaway.el (erc-autoaway-possibly-set-away):
16 * erc-netsplit.el (erc-netsplit-timer):
17 * erc-notify.el (erc-notify-timer):
18 * erc-track.el (erc-user-is-active): Only run if we have
19 successfully established a connection to the server and have
20 logged in. I suspect that sending messages too soon may make some
21 IRC servers not respond well, particularly when the network
22 connection is iffy or subject to traffic-shaping.
7 23
8 2007-11-01 Michael Olson <mwolson@gnu.org> 24 2007-11-01 Michael Olson <mwolson@gnu.org>
9 25
10 * erc-compat.el (erc-set-write-file-functions): New compatibility 26 * erc-compat.el (erc-set-write-file-functions): New compatibility
11 function to set the write hooks appropriately. 27 function to set the write hooks appropriately.