Mercurial > pidgin
changeset 30185:cd891a88a8fb
!ChangeLog all the changes I've made to the Yahoo prpls so far. Refs #11986.
Refs #11908.
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Mon, 14 Jun 2010 15:59:18 +0000 |
parents | 50380b60aa56 |
children | d93865ec84d9 |
files | ChangeLog |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Mon Jun 14 14:10:42 2010 +0000 +++ b/ChangeLog Mon Jun 14 15:59:18 2010 +0000 @@ -15,6 +15,17 @@ * Allow connecting to servers that only advertise GSSAPI and expect a fallback to legacy IQ authentication (broken in 2.7.0). + Yahoo/Yahoo JAPAN: + * Renamed "Use account proxy for SSL connections" to "Use account proxy + for HTTP and HTTPS requests" and tied the option to HTTP requests too. + * Properly detect HTTP proxy server use when the HTTP proxy is the global + proxy server, an account-level non-HTTP proxy server is configured, and + the "Use account proxy for HTTP and HTTPS requests" account option is + turned off. This fixes connecting for some HTTP proxy servers. + * Fall back to connecting to scsa.msg.yahoo.com (not configurable) if the + HTTP-based connect server lookup fails. This does not work for Yahoo + JAPAN accounts. + version 2.7.1 (05/29/2010): General: * Build fixes on OpenSolaris. (Brian Lu)