Mercurial > pidgin.yaz
comparison ChangeLog.API @ 23742:de8f2d3e538a
Add temporary purple_util_fetch_url_request_len and purple_util_fetch_url_len
to enable restricting the length of HTTP downloads.
Set a maximum size of 128kB to the UPnP-related downloads.
Thanks to Andrew Hunt and Christian Grothoff for discovering the issue and
providing a solution.
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Fri, 08 Aug 2008 23:34:27 +0000 |
parents | 399975ad001c |
children | 679a61dcf5c2 4bc74deeb503 |
comparison
equal
deleted
inserted
replaced
23741:80362fb76361 | 23742:de8f2d3e538a |
---|---|
19 * purple_notify_user_info_prepend_section_header | 19 * purple_notify_user_info_prepend_section_header |
20 * "website" and "dev_website" items to the ui_info hash table | 20 * "website" and "dev_website" items to the ui_info hash table |
21 * purple_cmds_get_handle, purple_cmds_init, purple_cmds_uninit | 21 * purple_cmds_get_handle, purple_cmds_init, purple_cmds_uninit |
22 * cmd-added and cmd-removed signals | 22 * cmd-added and cmd-removed signals |
23 * purple_get_host_name | 23 * purple_get_host_name |
24 * purple_util_fetch_url_len (temporary function overload to add max_len param) | |
25 * purple_util_fetch_url_request_len | |
24 | 26 |
25 Deprecated: | 27 Deprecated: |
26 * purple_blist_update_buddy_icon | 28 * purple_blist_update_buddy_icon |
27 * purple_buddy_icons_has_custom_icon | 29 * purple_buddy_icons_has_custom_icon |
28 * purple_buddy_icons_find_custom_icon | 30 * purple_buddy_icons_find_custom_icon |
29 * purple_buddy_icons_set_custom_icon | 31 * purple_buddy_icons_set_custom_icon |
30 * pidgin_set_custom_buddy_icon | 32 * pidgin_set_custom_buddy_icon |
33 * purple_util_fetch_url_len | |
34 * purple_util_fetch_url_request_len | |
31 | 35 |
32 Changed: | 36 Changed: |
33 * xmlnode_copy now copies the prefix and namespace map for nodes. | 37 * xmlnode_copy now copies the prefix and namespace map for nodes. |
34 | 38 |
35 pidgin: | 39 pidgin: |