comparison ChangeLog.API @ 28223:b7b25f580637

ft: Add infrastructure to allow a prpl to moderate when to send packets. The file transfer subsystem should now allow a prpl to serialize packets (the way XMPP IBB does, where we wait for an ACK before sending the next packet.) I think this will also be usable for msn and any other prpls that currently try to open the local file manually.
author Paul Aurich <paul@darkrain42.org>
date Wed, 12 Aug 2009 04:31:17 +0000
parents 4c6ea36672dc
children 6dc7f2e36f72 491af22d8a01 e8eaf57f42da
comparison
equal deleted inserted replaced
28221:e502112a03e7 28223:b7b25f580637
66 * purple_request_field_set_ui_data 66 * purple_request_field_set_ui_data
67 * purple_ssl_connect_with_ssl_cn 67 * purple_ssl_connect_with_ssl_cn
68 * purple_strequal 68 * purple_strequal
69 * purple_utf8_strip_unprintables 69 * purple_utf8_strip_unprintables
70 * purple_util_fetch_url_request_len_with_account 70 * purple_util_fetch_url_request_len_with_account
71 * purple_xfer_prpl_ready
71 * purple_xfer_ui_ready 72 * purple_xfer_ui_ready
72 * xmlnode_from_file 73 * xmlnode_from_file
73 * xmlnode_get_parent 74 * xmlnode_get_parent
74 * xmlnode_set_attrib_full 75 * xmlnode_set_attrib_full
75 76