summaryrefslogtreecommitdiff
path: root/chat/pidgin-otr
AgeCommit message (Collapse)AuthorFilesLines
2011-02-21Bump depends and PKGREVISION for libnice shlib major change.wiz1-2/+2
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs1-2/+2
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz1-2/+2
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-2/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-01-20Bump PKGREVISION for gupnp/gssdp API changes.wiz1-2/+2
2009-08-26bump revision because of graphics/jpeg updatesno1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-05-12Fix problem when using binary packages.reed1-2/+5
Add BUILDLINK_API_DEPENDS.libotr due to: configure: error: libotr 3.2.0 or newer is required. The real problem was undefined reference to gcry_cipher_setkey and gcry_cipher_setctr. Looked at various versions on different architectures and it appears even though the headers were there, they weren't defined in the library until libgcrypt-1.4.3 -- so define BUILDLINK_ABI_DEPENDS.libgcrypt. Bump PKGREVISION.
2008-08-19Welcome to libpurple, finch, and pidgin version 2.5.0.bjs1-1/+2
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-06-17Update to 3.2.0.gdt2-7/+6
28 May 2008: - The functionality of the OTR button has now moved to a menu. There's an "OTR" menu, as well as an icon showing the current OTR state of each active conversation in the window. - New OTR icons from <cyrus_xiii@yahoo.com> - OTR icons show up inline in the conversation window when the OTR status changes. - Buddy authentication has been revamped, based on the user study published in SOUPS 2008. The default is now to choose a question and an answer only you and the buddy should know. The question is displayed to the buddy, who is prompted for the answer. The "shared secret" and "fingerprint" authentication methods are still available.
2008-06-12Add DESTDIR support.joerg1-2/+4
2008-05-30Bump PKGREVISION for gtkspell API bump.wiz1-2/+2
2008-05-27Install README.reed2-3/+9
Bump PKGREVISION.
2007-09-02Needs msgfmt, otherwise gettext is disabled and the code doesn't compile.joerg1-2/+2
2007-08-30bl3 on gettext-lib, PKGREVISION++gdt1-1/+3
2007-08-02pidgin-otr 3.1.0.gdt4-0/+46
This is the OTR plugin for Pidgin. Off-the-Record (OTR) Messaging allows you to have private conversations over instant messaging by providing: Encryption No one else can read your instant messages. Authentication You are assured the correspondent is who you think it is. Deniability The messages you send do not have digital signatures that are checkable by a third party. Anyone can forge messages after a conversation to make them look like they came from you. However, during a conversation, your correspondent is assured the messages he sees are authentic and unmodified. Perfect forward secrecy If you lose control of your private keys, no previous conversation is compromised.