pkgsrc/chat/libpurple/PLIST

237 lines
8.5 KiB
Text
Raw Normal View History

Update piding 2.10.0, contains security fixes for CVE-2011-2943 and CVE-2011-3184. While here, better fix for PR#45190. chat/finch itself does not depend on devel/nspr. chat/libpurple without gnutls option, libpurple is linked with nspr, so it must be handle in libpurple/buildlink3.mk. version 2.10.0 (08/18/2011): Pidgin: * Make the max size of incoming smileys a pref instead of hardcoding it. (Quentin Brandon) (#5231) * Added a plugin information dialog to show information for plugins that aren't otherwise visible in the plugins dialog. * Fix building with GTK+ earlier than 2.14.0 (GTK+ 2.10 is still the minimum supported) (#14261) libpurple: * Fix a potential crash in the Log Reader plugin when reading QIP logs. * Fix a large number of strcpy() and strcat() invocations to use strlcpy() and strlcat(), etc., forestalling an entire class of string buffer overrun bugs. (The Electronic Frontier Foundation, Dan Auerbach, Chris Palmer, Jacob Appelbaum) * Change some filename manipulations in filectl.c to use MAXPATHLEN instead of arbitrary length constants. (The Electronic Frontier Foundation, Dan Auerbach, Chris Palmer, Jacob Appelbaum) * Fix endianness-related crash in NTLM authentication (Jon Goldberg) (#14163) Gadu-Gadu: * Fixed searching for buddies in public directory. (Tomasz Wasilczyk) (#5242) * Better status message handling. (Tomasz Wasilczyk) (#14314) * Merged two buddy blocking methods. (Tomasz Wasilczyk) (#5303) * Fix building of the bundled libgadu library with older versions of GnuTLS. (patch plucked from upstream) (#14365) ICQ: * Fix crash selecting Tools->Set Mood when you're online with an ICQ account that is configured as an AIM account. (#14437) IRC: * Fix a crash when remote users have certain characters in their nicknames. (Discovered by Djego Ibanez) (#14341) * Fix the handling of formatting following mIRC ^O (#14436) * Fix crash when NAMES is empty. (James McLaughlin) (#14518) MSN: * Fix incorrect handling of HTTP 100 responses when using the HTTP connection method. This can lead to a crash. (Discovered by Marius Wachtler) * Fix seemingly random crashing. (#14307) * Fix a crash when the account is disconnected at the time we are doing a SB request. (Hanzz, ported by shlomif) (#12431) XMPP: * Do not generate malformed XML ("</>") when setting an empty mood. (#14342) * Fix the /join <room> behavior. (Broken when adding support for <room>@<server>) (#14205) Yahoo!/Yahoo! JAPAN: * Fix coming out of idle while in an unavailable state * Fix logging into Yahoo! JAPAN. (#14259) Windows-Specific Changes: * Open an explorer.exe window at the location of the file when clicking on a file link instead of executing the file, because executing a file can be potentially dangerous. (Discovered by James Burton of Insomnia Security) (Fixed by Eion Robb)
2011-08-26 15:14:58 +02:00
@comment $NetBSD: PLIST,v 1.26 2011/08/26 13:14:58 obache Exp $
include/libpurple/account.h
include/libpurple/accountopt.h
include/libpurple/blist.h
include/libpurple/buddyicon.h
Update the pidgin IM suite to version 2.2.0. The intltool that comes bundled with libpurple doesn't like NetBSD's /usr/bin/iconv, so switch libpurple to use intltool from pkgsrc. ChangeLog: Version 2.2.0 (09/13/2007): http://developer.pidgin.im/query?status=closed&milestone=2.2.0 Libpurple: * New protocol plugin: MySpaceIM (Jeff Connelly, Google Summer of Code) * XMPP enhancements. See http://www.adiumx.com/blog/2007/07/soc-xmpp-update.php (Andreas Monitzer, Google Summer of Code for Adium) * Certificate management. Libpurple will validate certificates on SSL-encrypted protocols (William Ehlhardt, Google Summer of Code) * Some adjustments were made to fix sending messages when using the MSN HTTP method. (Laszlo Pandy) * Yahoo! Chat is fixed. * Some AIM file transfer issues between Pidgin and other clients have been fixed. (Kyryll A Mirnenko) * Properly restore idle status and time for AIM and ICQ accounts when they reconnect after being disconnected. Pidgin: * Insert Horizontal Rules and Strikethrough text from toolbar. * Option to show protocol icons in the buddy list, from the Buddies > Show menu. (Justin Heiner) * Ability to build with native, non-X11 GTK+ on OSX. (Anders Hasselqvist) * Remember the 'Enable Sounds' setting for a conversation. * Right-clicking the empty space in the formatting toolbar allows you to toggle back to the old "ungrouped" version. * Protocols supporting account registration via Pidgin now show a descriptive checkbox instead of a vague "Register" button. * Fixed a bug where a tab would be shown on single conversations when tabs were disabled. Finch: * Per-conversation mute and logging options (accessible from the menu). Version 2.1.1 (08/20/2007): Yahoo: * Added an account action to open your inbox in the yahoo prpl. * Added support for Unicode status messages in Yahoo. * Server-stored aliases for Yahoo. (John Moody) * Fixed support for Yahoo! doodling. * Limited support for MSN Messenger contacts Bonjour: * Bonjour plugin uses native Avahi instead of Howl * Bonjour plugin supports Buddy Icons XMPP: * Only report conversation close when 'send typing notifications' preference is turned on (Bob Rossi) Pidgin: * Show current outgoing conversation formatting on the font label on the toolbar * Slim new redesign of conversation tabs to maximize number of conversations that can fit in a window * Tab bar is not visible when only one conversation is open. You can drag and drop conversations from the infopane. * Moved "Reset Formatting" toolbar button to Font menu. * Double click on the infopane to alias buddies and set topics on chats * New smiley style Finch: * Sound support (Eric Polino)
2007-09-15 16:55:01 +02:00
include/libpurple/certificate.h
include/libpurple/cipher.h
include/libpurple/circbuffer.h
include/libpurple/cmds.h
include/libpurple/connection.h
include/libpurple/conversation.h
include/libpurple/core.h
include/libpurple/dbus-maybe.h
include/libpurple/debug.h
include/libpurple/desktopitem.h
include/libpurple/dnsquery.h
include/libpurple/dnssrv.h
include/libpurple/eventloop.h
include/libpurple/ft.h
include/libpurple/gaim-compat.h
include/libpurple/idle.h
include/libpurple/imgstore.h
include/libpurple/log.h
include/libpurple/marshallers.h
include/libpurple/media-gst.h
include/libpurple/media.h
include/libpurple/media/backend-iface.h
include/libpurple/media/candidate.h
include/libpurple/media/codec.h
include/libpurple/media/enum-types.h
include/libpurple/mediamanager.h
include/libpurple/mime.h
include/libpurple/nat-pmp.h
include/libpurple/network.h
include/libpurple/notify.h
include/libpurple/ntlm.h
include/libpurple/plugin.h
include/libpurple/pluginpref.h
include/libpurple/pounce.h
include/libpurple/prefs.h
include/libpurple/privacy.h
include/libpurple/proxy.h
include/libpurple/prpl.h
Update the pidgin IM suite to version 2.3.0. version 2.3.0 (11/24/2007): http://developer.pidgin.im/query?status=closed&milestone=2.3.0 Some highlights from ChangeLog: Pidgin: * Connection errors are now reported in mini-dialogs inside the buddy list, rather than as buttons in the buddy list and with dialog boxes. If several accounts are disabled when you sign on elsewhere, you can now re-enable them all with a single click. * If you alias a buddy to an alias that is already present within a particular group, we now offer to merge the buddies into the same contact. * A music emblem is now displayed in the buddy list for a buddy if we know she is listening to some soothing music. * Added a 'Move to' menu in buddy list context menu for moving buddies to other groups as an alternative to dragging. * It is now possible to mark a chat on your buddy list as "Persistent" so you do not leave the chat when the window or tab is closed. * The auto-join option for chats is now listed in the "Add Chat" dialog along with the new persistence option. * Closing an IM no longer immediately closes your conversation. It will now remain active for a short time so that if the conversation resumes, the history will be retained. A preference has been added to toggle this behavior. * The "Smiley" menu has been moved to the top-level of the toolbar. * Pidgin's display is now saved with the command line for session restoration. (David Mohr) * ICQ Birthday notifications are shown as buddy list emblems. * Plugin actions are now available from the docklet context menu in addition to the Tool menu of the buddy list. * The manual page has been heavily rewritten to bring it in line with current functionality. Finch: * It's possible to bind key-strokes to specific menuitems in the windows. Read the 'Menus' section in the man-page for details. * 'transpose-chars' operation for the entry boxes. The default key-binding is ctrl+t. * 'yank' operation for the entry boxes. The default binding is ctrl+y.
2007-12-02 05:17:54 +01:00
include/libpurple/purple.h
include/libpurple/request.h
include/libpurple/roomlist.h
include/libpurple/savedstatuses.h
include/libpurple/server.h
include/libpurple/signals.h
Welcome to libpurple, finch, and pidgin version 2.5.0. Bump PKGREVISION of non-bundled plug-ins. Changes for 2.5.0 (08/17/2008) since 2.4.3: libpurple + pidgin: - Lots of bug fixes and improvements for the MSN protocol (MSNP15 support) and MSN "bunny icon" (?). - Miscellaneous bug fixes, a few new icons, etc. - The following API changes: libpurple: Added: * Connection flag PURPLE_CONNECTION_ALLOW_CUSTOM_SMILEY to indicate that the connection supports sending and receiving custom smileys. * PurpleSmiley and the Smiley API. * purple_serv_got_join_chat_failed * chat-join-failed signal (see conversation-signals.dox) * chat-invite-blocked and blocked-im-msg signals (see converation-signals.dox) (Thanks to Stefan Ott) * purple_blist_update_node_icon * purple_buddy_icons_node_has_custom_icon * purple_buddy_icons_node_find_custom_icon * purple_buddy_icons_node_set_custom_icon * purple_buddy_icons_node_set_custom_icon_from_file * purple_notify_user_info_prepend_section_break * purple_notify_user_info_prepend_section_header * "website" and "dev_website" items to the ui_info hash table * purple_cmds_get_handle, purple_cmds_init, purple_cmds_uninit * cmd-added and cmd-removed signals * purple_get_host_name * purple_util_fetch_url_len (temporary function overload to add max_len param) * purple_util_fetch_url_request_len * purple_prpl_send_attention * purple_prpl_got_attention * purple_prpl_got_attention_in_chat Deprecated: * purple_blist_update_buddy_icon * purple_buddy_icons_has_custom_icon * purple_buddy_icons_find_custom_icon * purple_buddy_icons_set_custom_icon * pidgin_set_custom_buddy_icon * purple_util_fetch_url_len * purple_util_fetch_url_request_len * serv_send_attention * serv_got_attention Changed: * xmlnode_copy now copies the prefix and namespace map for nodes. pidgin: Added: * gtk_imhtml_smiley_create, gtk_imhtml_smiley_reload and gtk_imhtml_smiley_destroy to deal with GtkIMHtmlSmiley's. * pidgin_pixbuf_from_imgstore to create a GdkPixbuf from a PurpleStoredImage. * pidgin_themes_smiley_themeize_custom to associate custom smileys to a GtkIMHtml widget. * GTK_IMHTML_CUSTOM_SMILEY flag for GtkIMHtml. * GTK+ Custom Smiley API.
2008-08-19 20:18:10 +02:00
include/libpurple/smiley.h
include/libpurple/sound-theme-loader.h
include/libpurple/sound-theme.h
include/libpurple/sound.h
include/libpurple/sslconn.h
include/libpurple/status.h
include/libpurple/stringref.h
include/libpurple/stun.h
include/libpurple/theme-loader.h
include/libpurple/theme-manager.h
include/libpurple/theme.h
include/libpurple/upnp.h
include/libpurple/util.h
include/libpurple/value.h
include/libpurple/version.h
include/libpurple/whiteboard.h
include/libpurple/xmlnode.h
lib/libpurple.la
lib/pkgconfig/purple.pc
lib/purple-2/autoaccept.la
lib/purple-2/buddynote.la
lib/purple-2/idle.la
lib/purple-2/joinpart.la
lib/purple-2/libaim.la
${PLIST.avahi}lib/purple-2/libbonjour.la
lib/purple-2/libgg.la
lib/purple-2/libicq.la
lib/purple-2/libirc.la
lib/purple-2/libjabber.la
lib/purple-2/libmsn.la
lib/purple-2/libmxit.la
Update the pidgin IM suite to version 2.2.0. The intltool that comes bundled with libpurple doesn't like NetBSD's /usr/bin/iconv, so switch libpurple to use intltool from pkgsrc. ChangeLog: Version 2.2.0 (09/13/2007): http://developer.pidgin.im/query?status=closed&milestone=2.2.0 Libpurple: * New protocol plugin: MySpaceIM (Jeff Connelly, Google Summer of Code) * XMPP enhancements. See http://www.adiumx.com/blog/2007/07/soc-xmpp-update.php (Andreas Monitzer, Google Summer of Code for Adium) * Certificate management. Libpurple will validate certificates on SSL-encrypted protocols (William Ehlhardt, Google Summer of Code) * Some adjustments were made to fix sending messages when using the MSN HTTP method. (Laszlo Pandy) * Yahoo! Chat is fixed. * Some AIM file transfer issues between Pidgin and other clients have been fixed. (Kyryll A Mirnenko) * Properly restore idle status and time for AIM and ICQ accounts when they reconnect after being disconnected. Pidgin: * Insert Horizontal Rules and Strikethrough text from toolbar. * Option to show protocol icons in the buddy list, from the Buddies > Show menu. (Justin Heiner) * Ability to build with native, non-X11 GTK+ on OSX. (Anders Hasselqvist) * Remember the 'Enable Sounds' setting for a conversation. * Right-clicking the empty space in the formatting toolbar allows you to toggle back to the old "ungrouped" version. * Protocols supporting account registration via Pidgin now show a descriptive checkbox instead of a vague "Register" button. * Fixed a bug where a tab would be shown on single conversations when tabs were disabled. Finch: * Per-conversation mute and logging options (accessible from the menu). Version 2.1.1 (08/20/2007): Yahoo: * Added an account action to open your inbox in the yahoo prpl. * Added support for Unicode status messages in Yahoo. * Server-stored aliases for Yahoo. (John Moody) * Fixed support for Yahoo! doodling. * Limited support for MSN Messenger contacts Bonjour: * Bonjour plugin uses native Avahi instead of Howl * Bonjour plugin supports Buddy Icons XMPP: * Only report conversation close when 'send typing notifications' preference is turned on (Bob Rossi) Pidgin: * Show current outgoing conversation formatting on the font label on the toolbar * Slim new redesign of conversation tabs to maximize number of conversations that can fit in a window * Tab bar is not visible when only one conversation is open. You can drag and drop conversations from the infopane. * Moved "Reset Formatting" toolbar button to Font menu. * Double click on the infopane to alias buddies and set topics on chats * New smiley style Finch: * Sound support (Eric Polino)
2007-09-15 16:55:01 +02:00
lib/purple-2/libmyspace.la
Update the pidgin IM suite to version 2.3.0. version 2.3.0 (11/24/2007): http://developer.pidgin.im/query?status=closed&milestone=2.3.0 Some highlights from ChangeLog: Pidgin: * Connection errors are now reported in mini-dialogs inside the buddy list, rather than as buttons in the buddy list and with dialog boxes. If several accounts are disabled when you sign on elsewhere, you can now re-enable them all with a single click. * If you alias a buddy to an alias that is already present within a particular group, we now offer to merge the buddies into the same contact. * A music emblem is now displayed in the buddy list for a buddy if we know she is listening to some soothing music. * Added a 'Move to' menu in buddy list context menu for moving buddies to other groups as an alternative to dragging. * It is now possible to mark a chat on your buddy list as "Persistent" so you do not leave the chat when the window or tab is closed. * The auto-join option for chats is now listed in the "Add Chat" dialog along with the new persistence option. * Closing an IM no longer immediately closes your conversation. It will now remain active for a short time so that if the conversation resumes, the history will be retained. A preference has been added to toggle this behavior. * The "Smiley" menu has been moved to the top-level of the toolbar. * Pidgin's display is now saved with the command line for session restoration. (David Mohr) * ICQ Birthday notifications are shown as buddy list emblems. * Plugin actions are now available from the docklet context menu in addition to the Tool menu of the buddy list. * The manual page has been heavily rewritten to bring it in line with current functionality. Finch: * It's possible to bind key-strokes to specific menuitems in the windows. Read the 'Menus' section in the man-page for details. * 'transpose-chars' operation for the entry boxes. The default key-binding is ctrl+t. * 'yank' operation for the entry boxes. The default binding is ctrl+y.
2007-12-02 05:17:54 +01:00
lib/purple-2/libnovell.la
lib/purple-2/liboscar.la
lib/purple-2/libsimple.la
lib/purple-2/libxmpp.la
lib/purple-2/libyahoo.la
lib/purple-2/libyahoojp.la
lib/purple-2/libymsg.la
lib/purple-2/libzephyr.la
lib/purple-2/log_reader.la
lib/purple-2/newline.la
lib/purple-2/offlinemsg.la
lib/purple-2/psychic.la
${PLIST.gnutls}lib/purple-2/ssl-gnutls.la
${PLIST.nss}lib/purple-2/ssl-nss.la
lib/purple-2/ssl.la
lib/purple-2/statenotify.la
${PLIST.tcl}lib/purple-2/tcl.la
share/aclocal/purple.m4
${PLIST.gnome}share/gconf/schemas/purple.schemas
share/locale/af/LC_MESSAGES/pidgin.mo
share/locale/am/LC_MESSAGES/pidgin.mo
share/locale/ar/LC_MESSAGES/pidgin.mo
share/locale/az/LC_MESSAGES/pidgin.mo
Update the pidgin IM suite to version 2.2.0. The intltool that comes bundled with libpurple doesn't like NetBSD's /usr/bin/iconv, so switch libpurple to use intltool from pkgsrc. ChangeLog: Version 2.2.0 (09/13/2007): http://developer.pidgin.im/query?status=closed&milestone=2.2.0 Libpurple: * New protocol plugin: MySpaceIM (Jeff Connelly, Google Summer of Code) * XMPP enhancements. See http://www.adiumx.com/blog/2007/07/soc-xmpp-update.php (Andreas Monitzer, Google Summer of Code for Adium) * Certificate management. Libpurple will validate certificates on SSL-encrypted protocols (William Ehlhardt, Google Summer of Code) * Some adjustments were made to fix sending messages when using the MSN HTTP method. (Laszlo Pandy) * Yahoo! Chat is fixed. * Some AIM file transfer issues between Pidgin and other clients have been fixed. (Kyryll A Mirnenko) * Properly restore idle status and time for AIM and ICQ accounts when they reconnect after being disconnected. Pidgin: * Insert Horizontal Rules and Strikethrough text from toolbar. * Option to show protocol icons in the buddy list, from the Buddies > Show menu. (Justin Heiner) * Ability to build with native, non-X11 GTK+ on OSX. (Anders Hasselqvist) * Remember the 'Enable Sounds' setting for a conversation. * Right-clicking the empty space in the formatting toolbar allows you to toggle back to the old "ungrouped" version. * Protocols supporting account registration via Pidgin now show a descriptive checkbox instead of a vague "Register" button. * Fixed a bug where a tab would be shown on single conversations when tabs were disabled. Finch: * Per-conversation mute and logging options (accessible from the menu). Version 2.1.1 (08/20/2007): Yahoo: * Added an account action to open your inbox in the yahoo prpl. * Added support for Unicode status messages in Yahoo. * Server-stored aliases for Yahoo. (John Moody) * Fixed support for Yahoo! doodling. * Limited support for MSN Messenger contacts Bonjour: * Bonjour plugin uses native Avahi instead of Howl * Bonjour plugin supports Buddy Icons XMPP: * Only report conversation close when 'send typing notifications' preference is turned on (Bob Rossi) Pidgin: * Show current outgoing conversation formatting on the font label on the toolbar * Slim new redesign of conversation tabs to maximize number of conversations that can fit in a window * Tab bar is not visible when only one conversation is open. You can drag and drop conversations from the infopane. * Moved "Reset Formatting" toolbar button to Font menu. * Double click on the infopane to alias buddies and set topics on chats * New smiley style Finch: * Sound support (Eric Polino)
2007-09-15 16:55:01 +02:00
share/locale/be@latin/LC_MESSAGES/pidgin.mo
share/locale/bg/LC_MESSAGES/pidgin.mo
share/locale/bn/LC_MESSAGES/pidgin.mo
share/locale/bn_IN/LC_MESSAGES/pidgin.mo
share/locale/bs/LC_MESSAGES/pidgin.mo
share/locale/ca/LC_MESSAGES/pidgin.mo
share/locale/ca@valencia/LC_MESSAGES/pidgin.mo
share/locale/cs/LC_MESSAGES/pidgin.mo
share/locale/da/LC_MESSAGES/pidgin.mo
share/locale/de/LC_MESSAGES/pidgin.mo
share/locale/dz/LC_MESSAGES/pidgin.mo
share/locale/el/LC_MESSAGES/pidgin.mo
share/locale/en_AU/LC_MESSAGES/pidgin.mo
share/locale/en_CA/LC_MESSAGES/pidgin.mo
share/locale/en_GB/LC_MESSAGES/pidgin.mo
share/locale/eo/LC_MESSAGES/pidgin.mo
share/locale/es/LC_MESSAGES/pidgin.mo
share/locale/et/LC_MESSAGES/pidgin.mo
share/locale/eu/LC_MESSAGES/pidgin.mo
share/locale/fa/LC_MESSAGES/pidgin.mo
share/locale/fi/LC_MESSAGES/pidgin.mo
share/locale/fr/LC_MESSAGES/pidgin.mo
share/locale/ga/LC_MESSAGES/pidgin.mo
share/locale/gl/LC_MESSAGES/pidgin.mo
share/locale/gu/LC_MESSAGES/pidgin.mo
share/locale/he/LC_MESSAGES/pidgin.mo
share/locale/hi/LC_MESSAGES/pidgin.mo
Update pidgin to 2.9.0, for security fix (CVE-2011-2485). version 2.9.0 (06/23/2011): Pidgin: * Fix a potential remote denial-of-service bug related to displaying buddy icons. * Significantly improved performance of larger IRC channels (regression introduced in 2.8.0). * Fix Conversation->Add on AIM and MSN. * Entries in the chat user list are sorted properly again. This was inadvertenly broken in 2.8.0. Finch: * Fix logging in to ICQ. libpurple: * media: Actually use the specified TCP port from the TURN configuration to create a TCP relay candidate. AIM and ICQ: * Fix crashes on some non-mainstream OSes when attempting to printf("%s", NULL). (Clemens Huebner) (#14297) Plugins: * The Evolution Integration plugin compiles again. version 2.8.0 (06/07/2011): General: * Implement simple silence suppression for voice calls, preventing wasted bandwidth for silent periods during a call. (Jakub Adam) (half of #13180) * Added the DigiCert High Assurance CA-3 intermediate CA, needed for validation of the Facebook XMPP interface's certificate. * Removed the QQ protocol plugin. It hasn't worked in a long time and isn't being maintained, therefore we no longer want it. Pidgin: * Duplicate code cleanup. (Gabriel Schulhof) (#10599) * Voice/Video call window adapts correctly to adding or removing streams on the fly. (Jakub Adam) (half of #13535) * Don't cancel an ongoing call when rejecting the addition of a stream to the existing call. (Jakub Adam) (#13537) * Pidgin plugins can now override tab completion and detect clicks on usernames in the chat userlist. (kawaii.neko) (#12599) * Fix the tooltip being destroyed when it is full of information and cover the mouse (dliang) (#10510) libpurple: * media: Allow obtaining active local and remote candidates. (Jakub Adam) (#11830) * media: Allow getting/setting video capabilities. (Jakub Adam) (half of #13095) * Simple Silence Suppression is optional per-account. (Jakub Adam) (half of #13180) * Fix purple-url-handler being unable to find an account. * media: Allow adding/removing streams on the fly. (Jakub Adam) (half of #13535) * Support new connection states in NetworkManager 0.9. (Dan Williams) (#13505) * When removing a buddy, delete the pounces associated with it. (Kartik Mohta) (#1131) * media: Allow libpurple and plugins to set SDES properties for RTP conferences. (Jakub Adam) (#12981) * proxy: Add new "Tor/Privacy" proxy type that can be used to restrict operations that could leak potentially sensitive data (e.g. DNS queries). (#11110, #13928) * media: Add support for using TCP relaying with TURN (will only work with libnice 0.1.0 and later). AIM: * Fix setting icons with dimensions greater than 64x64 pixels by scaling them down to at most 64x64. (#12874, #13165) Gadu-Gadu: * Allow showing your status only to buddies. (Mateusz Piękos) (#13358) * Updated internal libgadu to version 1.10.1. (Robert Matusewicz, Krzysztof Klinikowski) (#13525) * Updated internal libgadu to version 1.11.0. (Tomasz Wasilczyk) (#14248) * Suppress blank messages that happen when receiving inline images. (Tomasz Wasilczyk) (#13554) * Fix sending inline images to remote users, don't crash when trying to send large (> 256kB) images. (Tomasz Wasilczyk) (#13580) * Support typing notifications. (Jan Zachorowski, Tomasz Wasilczyk, Krzysztof Klinikowski) (#13362, #13590) * Require libgadu 1.11.0 to avoid using internal libgadu. * Optional SSL connection support for GNUTLS users (not on Windows yet!). (Tomasz Wasilczyk) (#13613, #13894) * Don't count received messages or statuses when determining whether to send a keepalive packet. (Jan Zachorowski) (#13699) * Fix a crash when receiving images on Windows or an incorrect timestamp in the log when receiving images on Linux. (Tomasz Wasilczyk) (#10268) * Support XML events, resulting in immediate update of other users' buddy icons. (Tomasz Wasilczyk) (#13739) * Accept poorly formatted URLs from other third-party clients in the same manner as the official client. (Tomasz Wasilczyk) (#13886) ICQ: * Fix setting icons with dimensions greater than 64x64 pixels by scaling them down to at most 64x64. (#12874, #13165) * Fix unsetting your mood when "None" is selected. (Dustin Gathmann) (#11895) * Ignore Daylight Saving Time when performing calculations related to birthdays. (Dustin Gathmann) (#13533) * It is now possible to specify multiple encodings on the Advanced tab of an ICQ account's settings by using a comma-delimited list. (Dmitry Utkin) (#13496) IRC: * Add "authserv" service command. (tomos) (#13337) MSN: * Fix a hard-to-exploit crash in the MSN protocol when using the HTTP connection method (Reported by Marius Wachtler). MXit: * Support for an Invite Message when adding a buddy. * Fixed bug in splitting-up of messages that contain a lot of links. * Fixed crash caused by timer not being disabled on disconnect. (introduced in 2.7.11) * Clearing of the conversation window now works. * When receiving an invite you can display the sender's profile information, avatar image, invite message. * The Change PIN option was moved into separate action. * New profile attributes added and shown. * Update to protocol v6.3. * Added the ability to view and invite your Suggested Friends, and to search for contacts. * Also display the Status Message of offline contacts in their profile information. XMPP: * Remember the previously entered user directory when searching. (Keith Moyer) (#12451) * Correctly handle a buddy's unsetting his/her vCard-based avatar. (Matthew W.S. Bell) (#13370) * Squash one more situation that resulted in duplicate entries in the roster (this one where the server reports the buddy as being in the same (empty) group. (Reported by Danny Mayer) Plugins: * The Voice/Video Settings plugin now includes the ability to test microphone settings. (Jakub Adam) (#13182) * Fix a crash when handling some saved settings in the Voice/Video Settings plugin. (Pat Erley) (13290, #13774) Windows-Specific Changes: * Fix building libpurple with Visual C++ .NET 2005. This was accidentally broken in 2.7.11. (Florian Quèze) * Build internal libgadu using packed structs, fixing several long-standing Gadu-Gadu issues. (#11958, #6297)
2011-06-30 15:03:39 +02:00
share/locale/hr/LC_MESSAGES/pidgin.mo
share/locale/hu/LC_MESSAGES/pidgin.mo
share/locale/hy/LC_MESSAGES/pidgin.mo
share/locale/id/LC_MESSAGES/pidgin.mo
share/locale/it/LC_MESSAGES/pidgin.mo
share/locale/ja/LC_MESSAGES/pidgin.mo
share/locale/ka/LC_MESSAGES/pidgin.mo
Update libpurple, piding, pidgin-sametime, pidgin-silc, finch to version 2.5.5; version 2.5.5 (03/01/2009): libpurple: * Fix a crash when removing an account with an unknown protocol id. * Beta support for SSL connections for AIM and ICQ accounts. To enable, check the "Use SSL" option from the Advanced tab when editing your AIM or ICQ account. (Paul Aurich) * Fix a memory leak in SILC. (Luke Petre) * Fix some string handling in the SIMPLE prpl, which fixes some buddy name handling and other issues. (Paul Aurich, Marcus Sundberg) * Implement support for resolving DNS via the SOCKS4 proxy (SOCKS4a). ICQ: * Fix retrieval of status messages from users of ICQ 6.x, Miranda, and other libpurple clients. (Daniel Ljungborg) * Change client ID to match ICQ Basic 14.34.3096. This fixes publishing of buddy icons and available messages. * Properly publish status messages for statuses other than Available. ICQ 6.x users can now see these status messages. (Daniel Ljungborg) * Fix receipt of messages from the mobile client Slick. (David Jedelsky) MSN: * Fix transfer of buddy icons, custom smileys, and files from the latest Windows Live Messenger 9 official client. (Thomas Gibson-Robinson) * Large (multi-part) messages are now correctly re-combined. * Federated/Yahoo! buddies should now stop creating sync issues at every signin. You may need to remove duplicates in the Address Book. See the FAQ for more information. Thanks to Jason Lingohr for lots of debugging and testing. * Messages from Yahoo! buddies are no longer silently dropped. * We now save and use the CacheKey for ABCH SOAP requests. * Don't try to parse Personal Status Messages or Current Media if they don't exist. * Convert from ISO-8859-1 encoding to UTF-8 when no charset is specified on incoming messages. This should fix some issues with messages from older clients. * Force sending the font "Segoe UI" if outgoing formatting doesn't specify a font already. * Queue callbacks when token updates are in progress to prevent two token update attempts from trampling each other. * Fixed a crash on Windows when removing a buddy's alias. * Update the Address Book when buddies' friendly names change. This prevents seeing an outdated alias or not seeing an alias at all for buddies who are offline when you sign in. * Update tokens for FindMembership and ABFindAll SOAP requests. * We no longer try to send empty messages. This could happen when a message contained only formatting and that formatting was not supported on MSN. * Buddies on both the Allow and Block list are now automatically removed from the Allow list. Users with this problem will now no longer receive an ADL 241 error. The problematic buddy should now appear on the buddy list and can be removed or unblocked as desired. XMPP: * Resources using __HOSTNAME__ substitution will now grab only the short hostname instead of the FQDN on systems which put the FQDN in the hostname. (Matěj Cepl) * No longer send a 'to' attribute on an outgoing stanza when we haven't received one. This fixes a registration bug as described in ticket #6635. Pidgin: * Tooltip windows now appear below the mouse cursor. (Kosta Arvanitis) * Tooltip windows now disappear on keypress events. (Kosta Arvanitis) * Tooltip windows no longer linger when scrolling the buddy list. (Kosta Arvanitis) Finch: * Allow rebinding keys to change the focused widget (details in the man-page, look for GntBox::binding) version 2.5.4 (01/12/2009): libpurple: * Fix a connection timeout with empty Gadu-Gady buddy lists. (Martin Rosinski) * Don't ignore namespace information when parsing XMPP data. (Michal Witkowski) * Fix a crash that occurred when retrieving certain Offline Messages on MSN. * Extended purple-url-handler to handle "gtalk" URI's. (Paul Aurich) * Fix the hang on exit in Network Location Awareness for Windows XP and Windows Vista. (Paul Aurich) MSN: * Change Contact Server to temporarily fix connection problems. (Thanks to Youness Alaoui) XMPP: * Support for XEP-0191 blocking. (Vijay Raghunathan) * Don't put SASL PLAIN or IQ Auth passwords in debug logs. (Paul Aurich) * Fix removal of avatars (both PEP and vCard), we weren't removing them correctly before. (Paul Aurich) Pidgin: * Fix a crash in the Add Account dialog when changing protocols under certain circumstances. Finch: * Redirect stderr outputs to the debug window. * Fix rebinding actions with the arrow-keys and tab.
2009-03-12 08:37:51 +01:00
share/locale/km/LC_MESSAGES/pidgin.mo
share/locale/kn/LC_MESSAGES/pidgin.mo
share/locale/ko/LC_MESSAGES/pidgin.mo
share/locale/ku/LC_MESSAGES/pidgin.mo
share/locale/lo/LC_MESSAGES/pidgin.mo
share/locale/lt/LC_MESSAGES/pidgin.mo
share/locale/mai/LC_MESSAGES/pidgin.mo
share/locale/mhr/LC_MESSAGES/pidgin.mo
share/locale/mk/LC_MESSAGES/pidgin.mo
Update libpurple, pidgin, pidgin-sametime, pidgin-silc, finch to version 2.5.3; Version 2.5.3 (12/20/2008) * libpurple o The Buddy State Notification plugin no longer prints duplicate notifications when the same buddy is in multiple groups. (Florian Quèze) o The Buddy State Notification plugin no longer turns JID's, MSN Passport ID's, etc. into links. (Florian Quèze) o purple-remote now has a "getstatusmessage" command to retrieve the text of the current status message. o Various fixes to the nullprpl. (Paul Aurich) o Fix a crash when accessing the roomlist for an account that's not connected. (Paul Aurich) o Fix a crash in purple_accounts_delete that happens when this function is called before the buddy list is initialized. (Florian Quèze) o Fix use of av_len in perl bindings to fix some off-by-one bugs. (Paul Aurich) o On ICQ, advertise the ICQ 6 typing capability. This should fix the reports of typing notifications not working with third-party clients. (Jaromír Karmazín) o Many QQ fixes and improvements, including the ability to connect using QQ2008 protocol and sending/receiving of long messages. The recommended version to use is still QQ2005. o Fix a crash with DNS SRV lookups. (Florian Quèze) o Fix a crash caused by authorization requests. (Florian Quèze) * Gadu-Gadu o Add support for IM images. (Tomasz Sałaciński, Adam Strzelecki) o Gadu-Gadu now checks that UID's are valid. (Adam Strzelecki) o Gadu-Gadu now does proper charset translations where needed. (Adam Strzelecki) * MSN o Fix an error with offline messages by shipping the new "Microsoft Secure Server Authority" and the "Microsoft Internet Authority" certificates. These are now always installed even when using --with-system-ssl-certs because most systems don't ship those intermediate certificates. o The Games and Office media can now be set and displayed (in addition to the previous Music media). The Media status text now shows the album, if possible. o Messages sent from a mobile device while you were offline are now correctly received. o Server transfers after you've been connected for a long time should now be handled correctly. o Many improvements to handling of "federated" buddies, such as those on the Yahoo network. o Several known crashes have been resolved. o Many other fixes and code cleanup. * MySpace o Respect your privacy settings set using the official MySpace client. o Add support for blocking buddies. o Fix a bug where buddies didn't appear in their correct groups the first time you sign into your account. o Properly disconnect and sign out of the service when logging off. o Support for foreground and background font colors in outgoing IMs. o Support for background font colors in incoming IMs. o Many other fixes and code cleanup. * Sametime o Fix insanely long idle times for Sametime 7.5 buddies by assuming 0 idle time if the idle timestamp is in the future. (Laurent Montaron) o Fix a crash that can occur on login. (Raiko Nitzsche) * SIMPLE o Fix a crash when a malformed message is received. o Don't allow connecting accounts if no server name has been specified. (Florian Quèze) * XMPP o Fix the namespace URL we look for in PEP reply stanzas to match the URL used in the 'get' requests (Paul Aurich) o Resources can be set to the local machine's hostname by using __HOSTNAME__ as the resource string. (Jonathan Sailor) o Resources can now be left blank, causing the server to generate a resource for us where supported. (Jonathan Sailor) o Resources now default to no value, but "Home" is used if the server refuses to provide a resource. o Quit trying to get user info for MUC's. (Paul Aurich) o Send "client-accepts-full-bind-result" attribute during SASL login. This will fix Google Talk login failures if the user configures the wrong domain for his/her account. o Support new <metadata/> element to indicate no XEP-0084 User Avatar. (Paul Aurich) o Fix SHA1 avatar checksum errors that occur when one of the bytes in a checksum begins with 0. (Paul Aurich) o Fix a problem with duplicate buddies. (Paul Aurich) * Yahoo o Corrected maximum message lengths for Yahoo! o Fix file transfers with older Yahoo protocol versions. * Zephyr o Enable auto-reply, to emulate 'zaway.' (Toby Schaffer) o Fix a crash when an account is configured to use tzc but tzc is not installed or the configured tzc command is invalid. (Michael Terry) o Fix a 10 second delay waiting on tzc if it is not installed or the configured command is invalid. (Michael Terry) * Pidgin o On GTK+ 2.14 and higher, we're using the gtk-tooltip-delay setting instead of our own (hidden) tooltip_delay pref. If you had previously changed that pref, add a line like this to ~/.purple/gtkrc-2.0 (where 500 is the timeout (in ms) you want): gtk-tooltip-timeout = 500 To completely disable tooltips (e.g. if you had an old tooltip_delay of zero), add this to ~/.purple/gtkrc-2.0: gtk-enable-tooltips = 0 o Moved the release notification dialog to a mini-dialog in the buddylist. (Casey Ho) o Fix a crash when closing an authorization minidialog with the X then immediately going offline. (Paul Aurich) o Fix a crash cleaning up custom smileys when Pidgin is closed. o Fix adding a custom smiley using the context menu in a conversation if no custom smilies have previously been added using the smiley manager. o Improved support for some message formatting in conversations. o Allow focusing the coversation history or userlist with F6. o Fixed the Send Button plugin to avoid duplicate buttons in a single conversation. o Double-clicking a saved status will now activate it and close the saved status manager, rather than edit the status. * Finch o Allow binding meta+arrow keys for actions. o Added default meta+erase binding for delete previous word. o Added "Show When Offline" to buddy menus, so a plugin is no longer needed. Version 2.5.2 (10/19/2008) * libpurple o Fixed a crash on removing a custom buddy icon on a buddy. o Fixed a crash caused by certain self-signed SSL certificates. o Enable a number of strong ciphers which were previously disabled when using NSS. (Thanks to Marcus Trautwig.) * Pidgin o The status selector now saves your message when changing status. o Fix a case where a conversation window could close unexpectedly. o A mute sounds option has been added to the preferences window to help with discoverability. CTRL+S is no longer bound to mute. o Added ability to change the color of visited links (using the theme control plugin, or setting the color in ~/.gtkrc-2.0) o Fix a crash occuring when a custom smiley is deleted and re-added and used in an open conversation after being re-added. * Finch o A new 'Nested Grouping' option in the 'Grouping' plugin. Group hierarchies are defined by the '/' character in the group names. o A bug was fixed where some key-bindings wouldn't work with some TERMs (e.g. xterm-color, screen-linux etc.) * MSN o Operations (such as moving to a new group) on contacts that were added in the same session should now complete correctly, and not cause synchronization errors at next login. o Minor fixes to login process during a server transfer. o Restored the "Has You" feature to the MSN protocol tooltips. o ADL 205/214/etc errors should no longer prevent login. * XMPP o Sending and receiving custom smileys using the specification in XEP-0231 (bits of binary) and XHTML-IM * Yahoo o Only send a Ping once every hour. This prevents the account from being disconnected from the server periodically.
2008-12-22 19:47:43 +01:00
share/locale/mn/LC_MESSAGES/pidgin.mo
share/locale/mr/LC_MESSAGES/pidgin.mo
share/locale/ms_MY/LC_MESSAGES/pidgin.mo
share/locale/my_MM/LC_MESSAGES/pidgin.mo
share/locale/nb/LC_MESSAGES/pidgin.mo
share/locale/ne/LC_MESSAGES/pidgin.mo
share/locale/nl/LC_MESSAGES/pidgin.mo
share/locale/nn/LC_MESSAGES/pidgin.mo
share/locale/oc/LC_MESSAGES/pidgin.mo
share/locale/or/LC_MESSAGES/pidgin.mo
share/locale/pa/LC_MESSAGES/pidgin.mo
share/locale/pl/LC_MESSAGES/pidgin.mo
share/locale/ps/LC_MESSAGES/pidgin.mo
share/locale/pt/LC_MESSAGES/pidgin.mo
share/locale/pt_BR/LC_MESSAGES/pidgin.mo
share/locale/ro/LC_MESSAGES/pidgin.mo
share/locale/ru/LC_MESSAGES/pidgin.mo
share/locale/si/LC_MESSAGES/pidgin.mo
share/locale/sk/LC_MESSAGES/pidgin.mo
share/locale/sl/LC_MESSAGES/pidgin.mo
share/locale/sq/LC_MESSAGES/pidgin.mo
share/locale/sr/LC_MESSAGES/pidgin.mo
share/locale/sr@latin/LC_MESSAGES/pidgin.mo
share/locale/sv/LC_MESSAGES/pidgin.mo
share/locale/sw/LC_MESSAGES/pidgin.mo
share/locale/ta/LC_MESSAGES/pidgin.mo
share/locale/te/LC_MESSAGES/pidgin.mo
share/locale/th/LC_MESSAGES/pidgin.mo
share/locale/tr/LC_MESSAGES/pidgin.mo
share/locale/uk/LC_MESSAGES/pidgin.mo
Update the pidgin IM suite to version 2.3.0. version 2.3.0 (11/24/2007): http://developer.pidgin.im/query?status=closed&milestone=2.3.0 Some highlights from ChangeLog: Pidgin: * Connection errors are now reported in mini-dialogs inside the buddy list, rather than as buttons in the buddy list and with dialog boxes. If several accounts are disabled when you sign on elsewhere, you can now re-enable them all with a single click. * If you alias a buddy to an alias that is already present within a particular group, we now offer to merge the buddies into the same contact. * A music emblem is now displayed in the buddy list for a buddy if we know she is listening to some soothing music. * Added a 'Move to' menu in buddy list context menu for moving buddies to other groups as an alternative to dragging. * It is now possible to mark a chat on your buddy list as "Persistent" so you do not leave the chat when the window or tab is closed. * The auto-join option for chats is now listed in the "Add Chat" dialog along with the new persistence option. * Closing an IM no longer immediately closes your conversation. It will now remain active for a short time so that if the conversation resumes, the history will be retained. A preference has been added to toggle this behavior. * The "Smiley" menu has been moved to the top-level of the toolbar. * Pidgin's display is now saved with the command line for session restoration. (David Mohr) * ICQ Birthday notifications are shown as buddy list emblems. * Plugin actions are now available from the docklet context menu in addition to the Tool menu of the buddy list. * The manual page has been heavily rewritten to bring it in line with current functionality. Finch: * It's possible to bind key-strokes to specific menuitems in the windows. Read the 'Menus' section in the man-page for details. * 'transpose-chars' operation for the entry boxes. The default key-binding is ctrl+t. * 'yank' operation for the entry boxes. The default binding is ctrl+y.
2007-12-02 05:17:54 +01:00
share/locale/ur/LC_MESSAGES/pidgin.mo
share/locale/vi/LC_MESSAGES/pidgin.mo
share/locale/xh/LC_MESSAGES/pidgin.mo
share/locale/zh_CN/LC_MESSAGES/pidgin.mo
share/locale/zh_HK/LC_MESSAGES/pidgin.mo
share/locale/zh_TW/LC_MESSAGES/pidgin.mo
Update libpurple, piding, pidgin-sametime, pidgin-silc, finch to version 2.5.5; version 2.5.5 (03/01/2009): libpurple: * Fix a crash when removing an account with an unknown protocol id. * Beta support for SSL connections for AIM and ICQ accounts. To enable, check the "Use SSL" option from the Advanced tab when editing your AIM or ICQ account. (Paul Aurich) * Fix a memory leak in SILC. (Luke Petre) * Fix some string handling in the SIMPLE prpl, which fixes some buddy name handling and other issues. (Paul Aurich, Marcus Sundberg) * Implement support for resolving DNS via the SOCKS4 proxy (SOCKS4a). ICQ: * Fix retrieval of status messages from users of ICQ 6.x, Miranda, and other libpurple clients. (Daniel Ljungborg) * Change client ID to match ICQ Basic 14.34.3096. This fixes publishing of buddy icons and available messages. * Properly publish status messages for statuses other than Available. ICQ 6.x users can now see these status messages. (Daniel Ljungborg) * Fix receipt of messages from the mobile client Slick. (David Jedelsky) MSN: * Fix transfer of buddy icons, custom smileys, and files from the latest Windows Live Messenger 9 official client. (Thomas Gibson-Robinson) * Large (multi-part) messages are now correctly re-combined. * Federated/Yahoo! buddies should now stop creating sync issues at every signin. You may need to remove duplicates in the Address Book. See the FAQ for more information. Thanks to Jason Lingohr for lots of debugging and testing. * Messages from Yahoo! buddies are no longer silently dropped. * We now save and use the CacheKey for ABCH SOAP requests. * Don't try to parse Personal Status Messages or Current Media if they don't exist. * Convert from ISO-8859-1 encoding to UTF-8 when no charset is specified on incoming messages. This should fix some issues with messages from older clients. * Force sending the font "Segoe UI" if outgoing formatting doesn't specify a font already. * Queue callbacks when token updates are in progress to prevent two token update attempts from trampling each other. * Fixed a crash on Windows when removing a buddy's alias. * Update the Address Book when buddies' friendly names change. This prevents seeing an outdated alias or not seeing an alias at all for buddies who are offline when you sign in. * Update tokens for FindMembership and ABFindAll SOAP requests. * We no longer try to send empty messages. This could happen when a message contained only formatting and that formatting was not supported on MSN. * Buddies on both the Allow and Block list are now automatically removed from the Allow list. Users with this problem will now no longer receive an ADL 241 error. The problematic buddy should now appear on the buddy list and can be removed or unblocked as desired. XMPP: * Resources using __HOSTNAME__ substitution will now grab only the short hostname instead of the FQDN on systems which put the FQDN in the hostname. (Matěj Cepl) * No longer send a 'to' attribute on an outgoing stanza when we haven't received one. This fixes a registration bug as described in ticket #6635. Pidgin: * Tooltip windows now appear below the mouse cursor. (Kosta Arvanitis) * Tooltip windows now disappear on keypress events. (Kosta Arvanitis) * Tooltip windows no longer linger when scrolling the buddy list. (Kosta Arvanitis) Finch: * Allow rebinding keys to change the focused widget (details in the man-page, look for GntBox::binding) version 2.5.4 (01/12/2009): libpurple: * Fix a connection timeout with empty Gadu-Gady buddy lists. (Martin Rosinski) * Don't ignore namespace information when parsing XMPP data. (Michal Witkowski) * Fix a crash that occurred when retrieving certain Offline Messages on MSN. * Extended purple-url-handler to handle "gtalk" URI's. (Paul Aurich) * Fix the hang on exit in Network Location Awareness for Windows XP and Windows Vista. (Paul Aurich) MSN: * Change Contact Server to temporarily fix connection problems. (Thanks to Youness Alaoui) XMPP: * Support for XEP-0191 blocking. (Vijay Raghunathan) * Don't put SASL PLAIN or IQ Auth passwords in debug logs. (Paul Aurich) * Fix removal of avatars (both PEP and vCard), we weren't removing them correctly before. (Paul Aurich) Pidgin: * Fix a crash in the Add Account dialog when changing protocols under certain circumstances. Finch: * Redirect stderr outputs to the debug window. * Fix rebinding actions with the arrow-keys and tab.
2009-03-12 08:37:51 +01:00
share/purple/ca-certs/AOL_Member_CA.pem
share/purple/ca-certs/AddTrust_External_Root.pem
Update libpurple, piding, pidgin-sametime, pidgin-silc, finch to version 2.5.5; version 2.5.5 (03/01/2009): libpurple: * Fix a crash when removing an account with an unknown protocol id. * Beta support for SSL connections for AIM and ICQ accounts. To enable, check the "Use SSL" option from the Advanced tab when editing your AIM or ICQ account. (Paul Aurich) * Fix a memory leak in SILC. (Luke Petre) * Fix some string handling in the SIMPLE prpl, which fixes some buddy name handling and other issues. (Paul Aurich, Marcus Sundberg) * Implement support for resolving DNS via the SOCKS4 proxy (SOCKS4a). ICQ: * Fix retrieval of status messages from users of ICQ 6.x, Miranda, and other libpurple clients. (Daniel Ljungborg) * Change client ID to match ICQ Basic 14.34.3096. This fixes publishing of buddy icons and available messages. * Properly publish status messages for statuses other than Available. ICQ 6.x users can now see these status messages. (Daniel Ljungborg) * Fix receipt of messages from the mobile client Slick. (David Jedelsky) MSN: * Fix transfer of buddy icons, custom smileys, and files from the latest Windows Live Messenger 9 official client. (Thomas Gibson-Robinson) * Large (multi-part) messages are now correctly re-combined. * Federated/Yahoo! buddies should now stop creating sync issues at every signin. You may need to remove duplicates in the Address Book. See the FAQ for more information. Thanks to Jason Lingohr for lots of debugging and testing. * Messages from Yahoo! buddies are no longer silently dropped. * We now save and use the CacheKey for ABCH SOAP requests. * Don't try to parse Personal Status Messages or Current Media if they don't exist. * Convert from ISO-8859-1 encoding to UTF-8 when no charset is specified on incoming messages. This should fix some issues with messages from older clients. * Force sending the font "Segoe UI" if outgoing formatting doesn't specify a font already. * Queue callbacks when token updates are in progress to prevent two token update attempts from trampling each other. * Fixed a crash on Windows when removing a buddy's alias. * Update the Address Book when buddies' friendly names change. This prevents seeing an outdated alias or not seeing an alias at all for buddies who are offline when you sign in. * Update tokens for FindMembership and ABFindAll SOAP requests. * We no longer try to send empty messages. This could happen when a message contained only formatting and that formatting was not supported on MSN. * Buddies on both the Allow and Block list are now automatically removed from the Allow list. Users with this problem will now no longer receive an ADL 241 error. The problematic buddy should now appear on the buddy list and can be removed or unblocked as desired. XMPP: * Resources using __HOSTNAME__ substitution will now grab only the short hostname instead of the FQDN on systems which put the FQDN in the hostname. (Matěj Cepl) * No longer send a 'to' attribute on an outgoing stanza when we haven't received one. This fixes a registration bug as described in ticket #6635. Pidgin: * Tooltip windows now appear below the mouse cursor. (Kosta Arvanitis) * Tooltip windows now disappear on keypress events. (Kosta Arvanitis) * Tooltip windows no longer linger when scrolling the buddy list. (Kosta Arvanitis) Finch: * Allow rebinding keys to change the focused widget (details in the man-page, look for GntBox::binding) version 2.5.4 (01/12/2009): libpurple: * Fix a connection timeout with empty Gadu-Gady buddy lists. (Martin Rosinski) * Don't ignore namespace information when parsing XMPP data. (Michal Witkowski) * Fix a crash that occurred when retrieving certain Offline Messages on MSN. * Extended purple-url-handler to handle "gtalk" URI's. (Paul Aurich) * Fix the hang on exit in Network Location Awareness for Windows XP and Windows Vista. (Paul Aurich) MSN: * Change Contact Server to temporarily fix connection problems. (Thanks to Youness Alaoui) XMPP: * Support for XEP-0191 blocking. (Vijay Raghunathan) * Don't put SASL PLAIN or IQ Auth passwords in debug logs. (Paul Aurich) * Fix removal of avatars (both PEP and vCard), we weren't removing them correctly before. (Paul Aurich) Pidgin: * Fix a crash in the Add Account dialog when changing protocols under certain circumstances. Finch: * Redirect stderr outputs to the debug window. * Fix rebinding actions with the arrow-keys and tab.
2009-03-12 08:37:51 +01:00
share/purple/ca-certs/America_Online_Root_Certification_Authority_1.pem
Welcome to libpurple, finch, and pidgin version 2.5.0. Bump PKGREVISION of non-bundled plug-ins. Changes for 2.5.0 (08/17/2008) since 2.4.3: libpurple + pidgin: - Lots of bug fixes and improvements for the MSN protocol (MSNP15 support) and MSN "bunny icon" (?). - Miscellaneous bug fixes, a few new icons, etc. - The following API changes: libpurple: Added: * Connection flag PURPLE_CONNECTION_ALLOW_CUSTOM_SMILEY to indicate that the connection supports sending and receiving custom smileys. * PurpleSmiley and the Smiley API. * purple_serv_got_join_chat_failed * chat-join-failed signal (see conversation-signals.dox) * chat-invite-blocked and blocked-im-msg signals (see converation-signals.dox) (Thanks to Stefan Ott) * purple_blist_update_node_icon * purple_buddy_icons_node_has_custom_icon * purple_buddy_icons_node_find_custom_icon * purple_buddy_icons_node_set_custom_icon * purple_buddy_icons_node_set_custom_icon_from_file * purple_notify_user_info_prepend_section_break * purple_notify_user_info_prepend_section_header * "website" and "dev_website" items to the ui_info hash table * purple_cmds_get_handle, purple_cmds_init, purple_cmds_uninit * cmd-added and cmd-removed signals * purple_get_host_name * purple_util_fetch_url_len (temporary function overload to add max_len param) * purple_util_fetch_url_request_len * purple_prpl_send_attention * purple_prpl_got_attention * purple_prpl_got_attention_in_chat Deprecated: * purple_blist_update_buddy_icon * purple_buddy_icons_has_custom_icon * purple_buddy_icons_find_custom_icon * purple_buddy_icons_set_custom_icon * pidgin_set_custom_buddy_icon * purple_util_fetch_url_len * purple_util_fetch_url_request_len * serv_send_attention * serv_got_attention Changed: * xmlnode_copy now copies the prefix and namespace map for nodes. pidgin: Added: * gtk_imhtml_smiley_create, gtk_imhtml_smiley_reload and gtk_imhtml_smiley_destroy to deal with GtkIMHtmlSmiley's. * pidgin_pixbuf_from_imgstore to create a GdkPixbuf from a PurpleStoredImage. * pidgin_themes_smiley_themeize_custom to associate custom smileys to a GtkIMHtml widget. * GTK_IMHTML_CUSTOM_SMILEY flag for GtkIMHtml. * GTK+ Custom Smiley API.
2008-08-19 20:18:10 +02:00
share/purple/ca-certs/CAcert_Class3.pem
share/purple/ca-certs/CAcert_Root.pem
share/purple/ca-certs/Deutsche_Telekom_Root_CA_2.pem
Update pidgin to 2.9.0, for security fix (CVE-2011-2485). version 2.9.0 (06/23/2011): Pidgin: * Fix a potential remote denial-of-service bug related to displaying buddy icons. * Significantly improved performance of larger IRC channels (regression introduced in 2.8.0). * Fix Conversation->Add on AIM and MSN. * Entries in the chat user list are sorted properly again. This was inadvertenly broken in 2.8.0. Finch: * Fix logging in to ICQ. libpurple: * media: Actually use the specified TCP port from the TURN configuration to create a TCP relay candidate. AIM and ICQ: * Fix crashes on some non-mainstream OSes when attempting to printf("%s", NULL). (Clemens Huebner) (#14297) Plugins: * The Evolution Integration plugin compiles again. version 2.8.0 (06/07/2011): General: * Implement simple silence suppression for voice calls, preventing wasted bandwidth for silent periods during a call. (Jakub Adam) (half of #13180) * Added the DigiCert High Assurance CA-3 intermediate CA, needed for validation of the Facebook XMPP interface's certificate. * Removed the QQ protocol plugin. It hasn't worked in a long time and isn't being maintained, therefore we no longer want it. Pidgin: * Duplicate code cleanup. (Gabriel Schulhof) (#10599) * Voice/Video call window adapts correctly to adding or removing streams on the fly. (Jakub Adam) (half of #13535) * Don't cancel an ongoing call when rejecting the addition of a stream to the existing call. (Jakub Adam) (#13537) * Pidgin plugins can now override tab completion and detect clicks on usernames in the chat userlist. (kawaii.neko) (#12599) * Fix the tooltip being destroyed when it is full of information and cover the mouse (dliang) (#10510) libpurple: * media: Allow obtaining active local and remote candidates. (Jakub Adam) (#11830) * media: Allow getting/setting video capabilities. (Jakub Adam) (half of #13095) * Simple Silence Suppression is optional per-account. (Jakub Adam) (half of #13180) * Fix purple-url-handler being unable to find an account. * media: Allow adding/removing streams on the fly. (Jakub Adam) (half of #13535) * Support new connection states in NetworkManager 0.9. (Dan Williams) (#13505) * When removing a buddy, delete the pounces associated with it. (Kartik Mohta) (#1131) * media: Allow libpurple and plugins to set SDES properties for RTP conferences. (Jakub Adam) (#12981) * proxy: Add new "Tor/Privacy" proxy type that can be used to restrict operations that could leak potentially sensitive data (e.g. DNS queries). (#11110, #13928) * media: Add support for using TCP relaying with TURN (will only work with libnice 0.1.0 and later). AIM: * Fix setting icons with dimensions greater than 64x64 pixels by scaling them down to at most 64x64. (#12874, #13165) Gadu-Gadu: * Allow showing your status only to buddies. (Mateusz Piękos) (#13358) * Updated internal libgadu to version 1.10.1. (Robert Matusewicz, Krzysztof Klinikowski) (#13525) * Updated internal libgadu to version 1.11.0. (Tomasz Wasilczyk) (#14248) * Suppress blank messages that happen when receiving inline images. (Tomasz Wasilczyk) (#13554) * Fix sending inline images to remote users, don't crash when trying to send large (> 256kB) images. (Tomasz Wasilczyk) (#13580) * Support typing notifications. (Jan Zachorowski, Tomasz Wasilczyk, Krzysztof Klinikowski) (#13362, #13590) * Require libgadu 1.11.0 to avoid using internal libgadu. * Optional SSL connection support for GNUTLS users (not on Windows yet!). (Tomasz Wasilczyk) (#13613, #13894) * Don't count received messages or statuses when determining whether to send a keepalive packet. (Jan Zachorowski) (#13699) * Fix a crash when receiving images on Windows or an incorrect timestamp in the log when receiving images on Linux. (Tomasz Wasilczyk) (#10268) * Support XML events, resulting in immediate update of other users' buddy icons. (Tomasz Wasilczyk) (#13739) * Accept poorly formatted URLs from other third-party clients in the same manner as the official client. (Tomasz Wasilczyk) (#13886) ICQ: * Fix setting icons with dimensions greater than 64x64 pixels by scaling them down to at most 64x64. (#12874, #13165) * Fix unsetting your mood when "None" is selected. (Dustin Gathmann) (#11895) * Ignore Daylight Saving Time when performing calculations related to birthdays. (Dustin Gathmann) (#13533) * It is now possible to specify multiple encodings on the Advanced tab of an ICQ account's settings by using a comma-delimited list. (Dmitry Utkin) (#13496) IRC: * Add "authserv" service command. (tomos) (#13337) MSN: * Fix a hard-to-exploit crash in the MSN protocol when using the HTTP connection method (Reported by Marius Wachtler). MXit: * Support for an Invite Message when adding a buddy. * Fixed bug in splitting-up of messages that contain a lot of links. * Fixed crash caused by timer not being disabled on disconnect. (introduced in 2.7.11) * Clearing of the conversation window now works. * When receiving an invite you can display the sender's profile information, avatar image, invite message. * The Change PIN option was moved into separate action. * New profile attributes added and shown. * Update to protocol v6.3. * Added the ability to view and invite your Suggested Friends, and to search for contacts. * Also display the Status Message of offline contacts in their profile information. XMPP: * Remember the previously entered user directory when searching. (Keith Moyer) (#12451) * Correctly handle a buddy's unsetting his/her vCard-based avatar. (Matthew W.S. Bell) (#13370) * Squash one more situation that resulted in duplicate entries in the roster (this one where the server reports the buddy as being in the same (empty) group. (Reported by Danny Mayer) Plugins: * The Voice/Video Settings plugin now includes the ability to test microphone settings. (Jakub Adam) (#13182) * Fix a crash when handling some saved settings in the Voice/Video Settings plugin. (Pat Erley) (13290, #13774) Windows-Specific Changes: * Fix building libpurple with Visual C++ .NET 2005. This was accidentally broken in 2.7.11. (Florian Quèze) * Build internal libgadu using packed structs, fixing several long-standing Gadu-Gadu issues. (#11958, #6297)
2011-06-30 15:03:39 +02:00
share/purple/ca-certs/DigiCertHighAssuranceCA-3.pem
share/purple/ca-certs/Entrust.net_Secure_Server_CA.pem
Update the pidgin IM suite to version 2.2.0. The intltool that comes bundled with libpurple doesn't like NetBSD's /usr/bin/iconv, so switch libpurple to use intltool from pkgsrc. ChangeLog: Version 2.2.0 (09/13/2007): http://developer.pidgin.im/query?status=closed&milestone=2.2.0 Libpurple: * New protocol plugin: MySpaceIM (Jeff Connelly, Google Summer of Code) * XMPP enhancements. See http://www.adiumx.com/blog/2007/07/soc-xmpp-update.php (Andreas Monitzer, Google Summer of Code for Adium) * Certificate management. Libpurple will validate certificates on SSL-encrypted protocols (William Ehlhardt, Google Summer of Code) * Some adjustments were made to fix sending messages when using the MSN HTTP method. (Laszlo Pandy) * Yahoo! Chat is fixed. * Some AIM file transfer issues between Pidgin and other clients have been fixed. (Kyryll A Mirnenko) * Properly restore idle status and time for AIM and ICQ accounts when they reconnect after being disconnected. Pidgin: * Insert Horizontal Rules and Strikethrough text from toolbar. * Option to show protocol icons in the buddy list, from the Buddies > Show menu. (Justin Heiner) * Ability to build with native, non-X11 GTK+ on OSX. (Anders Hasselqvist) * Remember the 'Enable Sounds' setting for a conversation. * Right-clicking the empty space in the formatting toolbar allows you to toggle back to the old "ungrouped" version. * Protocols supporting account registration via Pidgin now show a descriptive checkbox instead of a vague "Register" button. * Fixed a bug where a tab would be shown on single conversations when tabs were disabled. Finch: * Per-conversation mute and logging options (accessible from the menu). Version 2.1.1 (08/20/2007): Yahoo: * Added an account action to open your inbox in the yahoo prpl. * Added support for Unicode status messages in Yahoo. * Server-stored aliases for Yahoo. (John Moody) * Fixed support for Yahoo! doodling. * Limited support for MSN Messenger contacts Bonjour: * Bonjour plugin uses native Avahi instead of Howl * Bonjour plugin supports Buddy Icons XMPP: * Only report conversation close when 'send typing notifications' preference is turned on (Bob Rossi) Pidgin: * Show current outgoing conversation formatting on the font label on the toolbar * Slim new redesign of conversation tabs to maximize number of conversations that can fit in a window * Tab bar is not visible when only one conversation is open. You can drag and drop conversations from the infopane. * Moved "Reset Formatting" toolbar button to Font menu. * Double click on the infopane to alias buddies and set topics on chats * New smiley style Finch: * Sound support (Eric Polino)
2007-09-15 16:55:01 +02:00
share/purple/ca-certs/Equifax_Secure_CA.pem
share/purple/ca-certs/Equifax_Secure_Global_eBusiness_CA-1.pem
Update the pidgin IM suite to version 2.2.0. The intltool that comes bundled with libpurple doesn't like NetBSD's /usr/bin/iconv, so switch libpurple to use intltool from pkgsrc. ChangeLog: Version 2.2.0 (09/13/2007): http://developer.pidgin.im/query?status=closed&milestone=2.2.0 Libpurple: * New protocol plugin: MySpaceIM (Jeff Connelly, Google Summer of Code) * XMPP enhancements. See http://www.adiumx.com/blog/2007/07/soc-xmpp-update.php (Andreas Monitzer, Google Summer of Code for Adium) * Certificate management. Libpurple will validate certificates on SSL-encrypted protocols (William Ehlhardt, Google Summer of Code) * Some adjustments were made to fix sending messages when using the MSN HTTP method. (Laszlo Pandy) * Yahoo! Chat is fixed. * Some AIM file transfer issues between Pidgin and other clients have been fixed. (Kyryll A Mirnenko) * Properly restore idle status and time for AIM and ICQ accounts when they reconnect after being disconnected. Pidgin: * Insert Horizontal Rules and Strikethrough text from toolbar. * Option to show protocol icons in the buddy list, from the Buddies > Show menu. (Justin Heiner) * Ability to build with native, non-X11 GTK+ on OSX. (Anders Hasselqvist) * Remember the 'Enable Sounds' setting for a conversation. * Right-clicking the empty space in the formatting toolbar allows you to toggle back to the old "ungrouped" version. * Protocols supporting account registration via Pidgin now show a descriptive checkbox instead of a vague "Register" button. * Fixed a bug where a tab would be shown on single conversations when tabs were disabled. Finch: * Per-conversation mute and logging options (accessible from the menu). Version 2.1.1 (08/20/2007): Yahoo: * Added an account action to open your inbox in the yahoo prpl. * Added support for Unicode status messages in Yahoo. * Server-stored aliases for Yahoo. (John Moody) * Fixed support for Yahoo! doodling. * Limited support for MSN Messenger contacts Bonjour: * Bonjour plugin uses native Avahi instead of Howl * Bonjour plugin supports Buddy Icons XMPP: * Only report conversation close when 'send typing notifications' preference is turned on (Bob Rossi) Pidgin: * Show current outgoing conversation formatting on the font label on the toolbar * Slim new redesign of conversation tabs to maximize number of conversations that can fit in a window * Tab bar is not visible when only one conversation is open. You can drag and drop conversations from the infopane. * Moved "Reset Formatting" toolbar button to Font menu. * Double click on the infopane to alias buddies and set topics on chats * New smiley style Finch: * Sound support (Eric Polino)
2007-09-15 16:55:01 +02:00
share/purple/ca-certs/GTE_CyberTrust_Global_Root.pem
share/purple/ca-certs/Go_Daddy_Class_2_CA.pem
Update libpurple, pidgin, pidgin-sametime, pidgin-silc, finch to version 2.5.3; Version 2.5.3 (12/20/2008) * libpurple o The Buddy State Notification plugin no longer prints duplicate notifications when the same buddy is in multiple groups. (Florian Quèze) o The Buddy State Notification plugin no longer turns JID's, MSN Passport ID's, etc. into links. (Florian Quèze) o purple-remote now has a "getstatusmessage" command to retrieve the text of the current status message. o Various fixes to the nullprpl. (Paul Aurich) o Fix a crash when accessing the roomlist for an account that's not connected. (Paul Aurich) o Fix a crash in purple_accounts_delete that happens when this function is called before the buddy list is initialized. (Florian Quèze) o Fix use of av_len in perl bindings to fix some off-by-one bugs. (Paul Aurich) o On ICQ, advertise the ICQ 6 typing capability. This should fix the reports of typing notifications not working with third-party clients. (Jaromír Karmazín) o Many QQ fixes and improvements, including the ability to connect using QQ2008 protocol and sending/receiving of long messages. The recommended version to use is still QQ2005. o Fix a crash with DNS SRV lookups. (Florian Quèze) o Fix a crash caused by authorization requests. (Florian Quèze) * Gadu-Gadu o Add support for IM images. (Tomasz Sałaciński, Adam Strzelecki) o Gadu-Gadu now checks that UID's are valid. (Adam Strzelecki) o Gadu-Gadu now does proper charset translations where needed. (Adam Strzelecki) * MSN o Fix an error with offline messages by shipping the new "Microsoft Secure Server Authority" and the "Microsoft Internet Authority" certificates. These are now always installed even when using --with-system-ssl-certs because most systems don't ship those intermediate certificates. o The Games and Office media can now be set and displayed (in addition to the previous Music media). The Media status text now shows the album, if possible. o Messages sent from a mobile device while you were offline are now correctly received. o Server transfers after you've been connected for a long time should now be handled correctly. o Many improvements to handling of "federated" buddies, such as those on the Yahoo network. o Several known crashes have been resolved. o Many other fixes and code cleanup. * MySpace o Respect your privacy settings set using the official MySpace client. o Add support for blocking buddies. o Fix a bug where buddies didn't appear in their correct groups the first time you sign into your account. o Properly disconnect and sign out of the service when logging off. o Support for foreground and background font colors in outgoing IMs. o Support for background font colors in incoming IMs. o Many other fixes and code cleanup. * Sametime o Fix insanely long idle times for Sametime 7.5 buddies by assuming 0 idle time if the idle timestamp is in the future. (Laurent Montaron) o Fix a crash that can occur on login. (Raiko Nitzsche) * SIMPLE o Fix a crash when a malformed message is received. o Don't allow connecting accounts if no server name has been specified. (Florian Quèze) * XMPP o Fix the namespace URL we look for in PEP reply stanzas to match the URL used in the 'get' requests (Paul Aurich) o Resources can be set to the local machine's hostname by using __HOSTNAME__ as the resource string. (Jonathan Sailor) o Resources can now be left blank, causing the server to generate a resource for us where supported. (Jonathan Sailor) o Resources now default to no value, but "Home" is used if the server refuses to provide a resource. o Quit trying to get user info for MUC's. (Paul Aurich) o Send "client-accepts-full-bind-result" attribute during SASL login. This will fix Google Talk login failures if the user configures the wrong domain for his/her account. o Support new <metadata/> element to indicate no XEP-0084 User Avatar. (Paul Aurich) o Fix SHA1 avatar checksum errors that occur when one of the bytes in a checksum begins with 0. (Paul Aurich) o Fix a problem with duplicate buddies. (Paul Aurich) * Yahoo o Corrected maximum message lengths for Yahoo! o Fix file transfers with older Yahoo protocol versions. * Zephyr o Enable auto-reply, to emulate 'zaway.' (Toby Schaffer) o Fix a crash when an account is configured to use tzc but tzc is not installed or the configured tzc command is invalid. (Michael Terry) o Fix a 10 second delay waiting on tzc if it is not installed or the configured command is invalid. (Michael Terry) * Pidgin o On GTK+ 2.14 and higher, we're using the gtk-tooltip-delay setting instead of our own (hidden) tooltip_delay pref. If you had previously changed that pref, add a line like this to ~/.purple/gtkrc-2.0 (where 500 is the timeout (in ms) you want): gtk-tooltip-timeout = 500 To completely disable tooltips (e.g. if you had an old tooltip_delay of zero), add this to ~/.purple/gtkrc-2.0: gtk-enable-tooltips = 0 o Moved the release notification dialog to a mini-dialog in the buddylist. (Casey Ho) o Fix a crash when closing an authorization minidialog with the X then immediately going offline. (Paul Aurich) o Fix a crash cleaning up custom smileys when Pidgin is closed. o Fix adding a custom smiley using the context menu in a conversation if no custom smilies have previously been added using the smiley manager. o Improved support for some message formatting in conversations. o Allow focusing the coversation history or userlist with F6. o Fixed the Send Button plugin to avoid duplicate buttons in a single conversation. o Double-clicking a saved status will now activate it and close the saved status manager, rather than edit the status. * Finch o Allow binding meta+arrow keys for actions. o Added default meta+erase binding for delete previous word. o Added "Show When Offline" to buddy menus, so a plugin is no longer needed. Version 2.5.2 (10/19/2008) * libpurple o Fixed a crash on removing a custom buddy icon on a buddy. o Fixed a crash caused by certain self-signed SSL certificates. o Enable a number of strong ciphers which were previously disabled when using NSS. (Thanks to Marcus Trautwig.) * Pidgin o The status selector now saves your message when changing status. o Fix a case where a conversation window could close unexpectedly. o A mute sounds option has been added to the preferences window to help with discoverability. CTRL+S is no longer bound to mute. o Added ability to change the color of visited links (using the theme control plugin, or setting the color in ~/.gtkrc-2.0) o Fix a crash occuring when a custom smiley is deleted and re-added and used in an open conversation after being re-added. * Finch o A new 'Nested Grouping' option in the 'Grouping' plugin. Group hierarchies are defined by the '/' character in the group names. o A bug was fixed where some key-bindings wouldn't work with some TERMs (e.g. xterm-color, screen-linux etc.) * MSN o Operations (such as moving to a new group) on contacts that were added in the same session should now complete correctly, and not cause synchronization errors at next login. o Minor fixes to login process during a server transfer. o Restored the "Has You" feature to the MSN protocol tooltips. o ADL 205/214/etc errors should no longer prevent login. * XMPP o Sending and receiving custom smileys using the specification in XEP-0231 (bits of binary) and XHTML-IM * Yahoo o Only send a Ping once every hour. This prevents the account from being disconnected from the server periodically.
2008-12-22 19:47:43 +01:00
share/purple/ca-certs/Microsoft_Internet_Authority.pem
share/purple/ca-certs/Microsoft_Internet_Authority_2010.pem
share/purple/ca-certs/Microsoft_Secure_Server_Authority.pem
share/purple/ca-certs/Microsoft_Secure_Server_Authority_2010.pem
share/purple/ca-certs/StartCom_Certification_Authority.pem
share/purple/ca-certs/StartCom_Free_SSL_CA.pem
share/purple/ca-certs/Thawte_Premium_Server_CA.pem
share/purple/ca-certs/Thawte_Primary_Root_CA.pem
share/purple/ca-certs/ValiCert_Class_2_VA.pem
share/purple/ca-certs/VeriSign_Class3_Extended_Validation_CA.pem
share/purple/ca-certs/VeriSign_Class_3_Public_Primary_Certification_Authority_-_G2.pem
share/purple/ca-certs/VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem
share/purple/ca-certs/VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5_2.pem
Update libpurple, piding, pidgin-sametime, pidgin-silc, finch to version 2.5.5; version 2.5.5 (03/01/2009): libpurple: * Fix a crash when removing an account with an unknown protocol id. * Beta support for SSL connections for AIM and ICQ accounts. To enable, check the "Use SSL" option from the Advanced tab when editing your AIM or ICQ account. (Paul Aurich) * Fix a memory leak in SILC. (Luke Petre) * Fix some string handling in the SIMPLE prpl, which fixes some buddy name handling and other issues. (Paul Aurich, Marcus Sundberg) * Implement support for resolving DNS via the SOCKS4 proxy (SOCKS4a). ICQ: * Fix retrieval of status messages from users of ICQ 6.x, Miranda, and other libpurple clients. (Daniel Ljungborg) * Change client ID to match ICQ Basic 14.34.3096. This fixes publishing of buddy icons and available messages. * Properly publish status messages for statuses other than Available. ICQ 6.x users can now see these status messages. (Daniel Ljungborg) * Fix receipt of messages from the mobile client Slick. (David Jedelsky) MSN: * Fix transfer of buddy icons, custom smileys, and files from the latest Windows Live Messenger 9 official client. (Thomas Gibson-Robinson) * Large (multi-part) messages are now correctly re-combined. * Federated/Yahoo! buddies should now stop creating sync issues at every signin. You may need to remove duplicates in the Address Book. See the FAQ for more information. Thanks to Jason Lingohr for lots of debugging and testing. * Messages from Yahoo! buddies are no longer silently dropped. * We now save and use the CacheKey for ABCH SOAP requests. * Don't try to parse Personal Status Messages or Current Media if they don't exist. * Convert from ISO-8859-1 encoding to UTF-8 when no charset is specified on incoming messages. This should fix some issues with messages from older clients. * Force sending the font "Segoe UI" if outgoing formatting doesn't specify a font already. * Queue callbacks when token updates are in progress to prevent two token update attempts from trampling each other. * Fixed a crash on Windows when removing a buddy's alias. * Update the Address Book when buddies' friendly names change. This prevents seeing an outdated alias or not seeing an alias at all for buddies who are offline when you sign in. * Update tokens for FindMembership and ABFindAll SOAP requests. * We no longer try to send empty messages. This could happen when a message contained only formatting and that formatting was not supported on MSN. * Buddies on both the Allow and Block list are now automatically removed from the Allow list. Users with this problem will now no longer receive an ADL 241 error. The problematic buddy should now appear on the buddy list and can be removed or unblocked as desired. XMPP: * Resources using __HOSTNAME__ substitution will now grab only the short hostname instead of the FQDN on systems which put the FQDN in the hostname. (Matěj Cepl) * No longer send a 'to' attribute on an outgoing stanza when we haven't received one. This fixes a registration bug as described in ticket #6635. Pidgin: * Tooltip windows now appear below the mouse cursor. (Kosta Arvanitis) * Tooltip windows now disappear on keypress events. (Kosta Arvanitis) * Tooltip windows no longer linger when scrolling the buddy list. (Kosta Arvanitis) Finch: * Allow rebinding keys to change the focused widget (details in the man-page, look for GntBox::binding) version 2.5.4 (01/12/2009): libpurple: * Fix a connection timeout with empty Gadu-Gady buddy lists. (Martin Rosinski) * Don't ignore namespace information when parsing XMPP data. (Michal Witkowski) * Fix a crash that occurred when retrieving certain Offline Messages on MSN. * Extended purple-url-handler to handle "gtalk" URI's. (Paul Aurich) * Fix the hang on exit in Network Location Awareness for Windows XP and Windows Vista. (Paul Aurich) MSN: * Change Contact Server to temporarily fix connection problems. (Thanks to Youness Alaoui) XMPP: * Support for XEP-0191 blocking. (Vijay Raghunathan) * Don't put SASL PLAIN or IQ Auth passwords in debug logs. (Paul Aurich) * Fix removal of avatars (both PEP and vCard), we weren't removing them correctly before. (Paul Aurich) Pidgin: * Fix a crash in the Add Account dialog when changing protocols under certain circumstances. Finch: * Redirect stderr outputs to the debug window. * Fix rebinding actions with the arrow-keys and tab.
2009-03-12 08:37:51 +01:00
share/purple/ca-certs/VeriSign_International_Server_Class_3_CA.pem
share/purple/ca-certs/Verisign_Class3_Primary_CA.pem
Update the pidgin IM suite to version 2.2.0. The intltool that comes bundled with libpurple doesn't like NetBSD's /usr/bin/iconv, so switch libpurple to use intltool from pkgsrc. ChangeLog: Version 2.2.0 (09/13/2007): http://developer.pidgin.im/query?status=closed&milestone=2.2.0 Libpurple: * New protocol plugin: MySpaceIM (Jeff Connelly, Google Summer of Code) * XMPP enhancements. See http://www.adiumx.com/blog/2007/07/soc-xmpp-update.php (Andreas Monitzer, Google Summer of Code for Adium) * Certificate management. Libpurple will validate certificates on SSL-encrypted protocols (William Ehlhardt, Google Summer of Code) * Some adjustments were made to fix sending messages when using the MSN HTTP method. (Laszlo Pandy) * Yahoo! Chat is fixed. * Some AIM file transfer issues between Pidgin and other clients have been fixed. (Kyryll A Mirnenko) * Properly restore idle status and time for AIM and ICQ accounts when they reconnect after being disconnected. Pidgin: * Insert Horizontal Rules and Strikethrough text from toolbar. * Option to show protocol icons in the buddy list, from the Buddies > Show menu. (Justin Heiner) * Ability to build with native, non-X11 GTK+ on OSX. (Anders Hasselqvist) * Remember the 'Enable Sounds' setting for a conversation. * Right-clicking the empty space in the formatting toolbar allows you to toggle back to the old "ungrouped" version. * Protocols supporting account registration via Pidgin now show a descriptive checkbox instead of a vague "Register" button. * Fixed a bug where a tab would be shown on single conversations when tabs were disabled. Finch: * Per-conversation mute and logging options (accessible from the menu). Version 2.1.1 (08/20/2007): Yahoo: * Added an account action to open your inbox in the yahoo prpl. * Added support for Unicode status messages in Yahoo. * Server-stored aliases for Yahoo. (John Moody) * Fixed support for Yahoo! doodling. * Limited support for MSN Messenger contacts Bonjour: * Bonjour plugin uses native Avahi instead of Howl * Bonjour plugin supports Buddy Icons XMPP: * Only report conversation close when 'send typing notifications' preference is turned on (Bob Rossi) Pidgin: * Show current outgoing conversation formatting on the font label on the toolbar * Slim new redesign of conversation tabs to maximize number of conversations that can fit in a window * Tab bar is not visible when only one conversation is open. You can drag and drop conversations from the infopane. * Moved "Reset Formatting" toolbar button to Font menu. * Double click on the infopane to alias buddies and set topics on chats * New smiley style Finch: * Sound support (Eric Polino)
2007-09-15 16:55:01 +02:00
share/purple/ca-certs/Verisign_RSA_Secure_Server_CA.pem
share/sounds/purple/alert.wav
share/sounds/purple/login.wav
share/sounds/purple/logout.wav
share/sounds/purple/receive.wav
share/sounds/purple/send.wav
${PLIST.dbus}bin/purple-client-example
${PLIST.dbus}bin/purple-remote
${PLIST.dbus}bin/purple-send
${PLIST.dbus}bin/purple-send-async
${PLIST.dbus}bin/purple-url-handler
${PLIST.dbus}include/libpurple/dbus-bindings.h
${PLIST.dbus}include/libpurple/dbus-define-api.h
${PLIST.dbus}include/libpurple/dbus-purple.h
${PLIST.dbus}include/libpurple/dbus-server.h
${PLIST.dbus}include/libpurple/dbus-types.h
${PLIST.dbus}include/libpurple/dbus-useful.h
${PLIST.dbus}lib/libpurple-client.la
${PLIST.dbus}lib/purple-2/dbus-example.la
${PLIST.perl}lib/purple-2/perl.la
${PLIST.perl}lib/purple-2/perl/Purple.pm
${PLIST.perl}lib/purple-2/perl/auto/Purple/.packlist
${PLIST.perl}lib/purple-2/perl/auto/Purple/Purple.bs
${PLIST.perl}lib/purple-2/perl/auto/Purple/Purple.so
${PLIST.perl}lib/purple-2/perl/auto/Purple/autosplit.ix
${PLIST.perl}man/man3/Purple.3