[gnus git] branch master updated: m0-5-236-g06ff694 =1= Fix nntp connection problems with the Typhoon server
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 06ff69482a91a1366cb8489cf8b55be5cbcc821d (commit)
from 25b91b54d96538d15edb905723d5322fe967d67d (commit)
- Log -----------------------------------------------------------------
commit 06ff69482a91a1366cb8489cf8b55be5cbcc821d
Author: Lars Ingebrigtsen <[email protected]>
Date: Fri Dec 28 00:50:34 2012 +0100
Fix nntp connection problems with the Typhoon server
* nntp.el (nntp-open-connection): Use HELP as the capability command
instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
unknown commands. And CAPABILITY is an unknown command (bug#12763).
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9ff2c02..463be0d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
+2012-12-27 Lars Ingebrigtsen <[email protected]>
+
+ * nntp.el (nntp-open-connection): Use HELP as the capability command
+ instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
+ unknown commands. And CAPABILITY is an unknown command (bug#12763).
+
2012-12-27 Wolfgang Jenkner <[email protected]>
* gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
diff --git a/lisp/nntp.el b/lisp/nntp.el
index be5d1e6..e131c51 100644
--- a/lisp/nntp.el
+++ b/lisp/nntp.el
@@ -1282,7 +1282,7 @@ If SEND-IF-FORCE, only send authinfo to the server if the
"nntpd" pbuffer nntp-address nntp-port-number
:type (cadr (assoc nntp-open-connection-function map))
:end-of-command "^\\([2345]\\|[.]\\).*\n"
- :capability-command "CAPABILITIES\r\n"
+ :capability-command "HELP\r\n"
:success "^3"
:starttls-function
(lambda (capabilities)
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 6 ++++++
lisp/nntp.el | 2 +-
2 files changed, 7 insertions(+), 1 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project