comparison ChangeLog.API @ 20017:7d69f97544ae

- Add API extensions written for the Certificate Manager
author William Ehlhardt <williamehlhardt@gmail.com>
date Fri, 14 Sep 2007 06:35:50 +0000
parents 017e4efa3368
children 51aff4db29da
comparison
equal deleted inserted replaced
20016:2644267a6fb1 20017:7d69f97544ae
16 purple_conversation_message_get_timestamp to get information about a 16 purple_conversation_message_get_timestamp to get information about a
17 PurpleConvMessage. 17 PurpleConvMessage.
18 * purple_conversation_get_message_history() to retrieve a list of 18 * purple_conversation_get_message_history() to retrieve a list of
19 PurpleConvMessage's in a conversation, and 19 PurpleConvMessage's in a conversation, and
20 purple_conversation_clear_message_history to clear the history. 20 purple_conversation_clear_message_history to clear the history.
21 * purple_certificate_* functions in libpurple/certificate.h - "A public-key certificate API"
22 * purple_ssl_get_peer_certificates() and associated field in PurpleSslOps to retrieve a server's presented SSL certificate chain.
23 * PurpleSslConnection::verifier to provide a "how to verify the peer's certificates" callback to the SSL handlers. See certificate.h for more on this.
24 * purple_ssl_connect_with_host_fd() to create an SSL connection from a file descriptor and provide a hostname with it to authenticate the peer against.
21 25
22 Changed: 26 Changed:
23 * purple_prefs_load is now called within purple_prefs_init. 27 * purple_prefs_load is now called within purple_prefs_init.
24 The UI no longer needs to call it. 28 The UI no longer needs to call it.
25 * writing-im-msg now receives the conversation name as the who 29 * writing-im-msg now receives the conversation name as the who