comparison ChangeLog @ 27183:e997e1e9b4f1

Allow GnuTLS logging to be controlled via PURPLE_GNUTLS_DEBUG envvar. Refs #9338.
author Paul Aurich <paul@darkrain42.org>
date Fri, 26 Jun 2009 05:11:01 +0000
parents 959e86c022f7
children 2eee06628764 627a146aba2b
comparison
equal deleted inserted replaced
27182:6e4b0ecde9b4 27183:e997e1e9b4f1
16 * Report idle time 'From last message sent' should work properly. 16 * Report idle time 'From last message sent' should work properly.
17 * Show the invite message for buddies that requested authorization 17 * Show the invite message for buddies that requested authorization
18 from you on MSN. 18 from you on MSN.
19 * DNS servers are re-read when DNS queries fail in case the system has 19 * DNS servers are re-read when DNS queries fail in case the system has
20 moved to a new network and the old servers are not accessible. 20 moved to a new network and the old servers are not accessible.
21 * GnuTLS logging (disabled by default) can be controlled through the
22 PURPLE_GNUTLS_DEBUG environment variable, which is an integer between
23 0 and 9 (higher is more verbose). Higher values may reveal sensitive
24 information.
21 25
22 Gadu-Gadu: 26 Gadu-Gadu:
23 * Accounts can specify a server to which to connect. 27 * Accounts can specify a server to which to connect.
24 (Krzysztof "kreez" Tobola) 28 (Krzysztof "kreez" Tobola)
25 * Correctly show tooltip status for contacts with status messages. 29 * Correctly show tooltip status for contacts with status messages.