log

age author description
Sat, 22 Nov 2008 18:30:01 +0000 Paul Aurich jabber_contact_info is no longer used
Sat, 22 Nov 2008 18:26:45 +0000 Paul Aurich Sprinkle around more support for xml:lang on JabberIdentities
Sat, 22 Nov 2008 04:32:11 +0000 Paul Aurich const this in order to enforce the don't-you-dare-change-this
Sat, 22 Nov 2008 01:05:42 +0000 Paul Aurich Move structures and function definitions in to caps.c and stop any other code from killing JabberCapsClientInfo structures (owned by the hash table)
Sat, 22 Nov 2008 00:51:16 +0000 Paul Aurich Rename some structs and the JabberCapsClientInfo destruction function
Sat, 22 Nov 2008 00:42:56 +0000 Paul Aurich Whitespace and formatting changes
Fri, 21 Nov 2008 23:44:30 +0000 Paul Aurich Rework jabber_caps_calculate_hash
Fri, 21 Nov 2008 22:00:05 +0000 Paul Aurich Clean up jabber_caps_client_iqcb
Fri, 21 Nov 2008 20:30:21 +0000 Paul Aurich Whitespace cleanup (no functional changes, just unwrap the huge if block and
Fri, 21 Nov 2008 20:10:02 +0000 Paul Aurich Error checking and use g_list_foreach
Fri, 21 Nov 2008 18:50:43 +0000 Paul Aurich Don't crash if the lang attribute of an identity is NULL
Fri, 21 Nov 2008 18:24:31 +0000 Paul Aurich Remove JabberCapsIdentity and just use JabberIdentity everywhere
Fri, 21 Nov 2008 17:52:56 +0000 Paul Aurich Whitespace, formatting, and // -> /* */
Fri, 21 Nov 2008 17:47:12 +0000 Paul Aurich Use strcmp instead of a wrapper
Fri, 21 Nov 2008 08:28:50 +0000 Paul Aurich constify, ifdef out an old-caps remnant, and rewrite a little
Fri, 21 Nov 2008 08:04:09 +0000 Paul Aurich Clean up a few things
Fri, 21 Nov 2008 05:54:22 +0000 Paul Aurich Rewrite jabber_presence_set_capabilities a little
Sun, 23 Nov 2008 03:52:33 +0000 Paul Aurich Fix a null dereference on non-connected accounts
Fri, 21 Nov 2008 04:18:19 +0000 Paul Aurich Clean up jabber_presence_send
Fri, 21 Nov 2008 00:35:44 +0000 Paul Aurich Entity Capabilities must be per-JabberStream
Thu, 20 Nov 2008 23:58:17 +0000 Paul Aurich Fix compilation errors and many warnings
Thu, 20 Nov 2008 21:57:52 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head c36cf6e54e25bff1ff7802082ae3c787d658187c)
Wed, 27 Aug 2008 07:34:32 +0000 Mike Ruprecht Properly free audio and video devices in the preferences.
Wed, 27 Aug 2008 06:17:33 +0000 Mike Ruprecht Fix up video preview error handling.
Wed, 27 Aug 2008 05:52:14 +0000 Mike Ruprecht Simplify device API. Use gchar* instead of GValue.
Wed, 27 Aug 2008 00:12:57 +0000 Mike Ruprecht merge of '3fd2b0bf399bc4820c027060ec6c82ed1ca6ca45'
Sun, 24 Aug 2008 07:49:50 +0000 Mike Ruprecht Make voice calls work with Finch.
Sun, 24 Aug 2008 06:01:51 +0000 Mike Ruprecht Restore autoprobe property when finished probing for devices.
Wed, 27 Aug 2008 00:08:38 +0000 Mike Ruprecht Update to Farsight2 0.0.3.
Thu, 21 Aug 2008 02:41:21 +0000 Mike Ruprecht Remove a bunch of extraneous GstBus messages from the debug output.
Thu, 21 Aug 2008 00:53:58 +0000 Mike Ruprecht Fix GStreamer assertion.
Wed, 20 Aug 2008 22:49:35 +0000 Mike Ruprecht Fixed a compile warning.
Mon, 18 Aug 2008 06:31:08 +0000 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head 9db6cf3ac465ef3a7aca0eee0f47e02d3ea7b162)
Mon, 18 Aug 2008 06:25:38 +0000 Mike Ruprecht Fixed a ton of memory leaks.
Sun, 17 Aug 2008 07:55:38 +0000 Mike Ruprecht * Added input/output volume preferences for voice conversations.
Sun, 17 Aug 2008 01:06:27 +0000 Mike Ruprecht Only show the mute button when sending an audio stream.
Sun, 17 Aug 2008 00:49:29 +0000 Mike Ruprecht Decouple stream direction. Allows send only or recv only streams.
Sat, 16 Aug 2008 20:22:41 +0000 Mike Ruprecht Fix crash when gstreamer audio or video factory can't be found. References #6605
Fri, 15 Aug 2008 04:07:00 +0000 Mike Ruprecht Stop additional media sessions within a single conversation for grouped contacts.
Thu, 14 Aug 2008 23:23:41 +0000 Mike Ruprecht Remove warning.
Thu, 14 Aug 2008 23:14:56 +0000 Mike Ruprecht Prevent multiple voice and video sessions within the same conversation.
Sat, 09 Aug 2008 03:51:42 +0000 Mike Ruprecht Changed PurpleMediaStreamType to PurpleMediaSessionType.
Sat, 09 Aug 2008 03:11:46 +0000 Mike Ruprecht Fixed up media functions in prpl.c and prpl.h, adding more documentation and
Sat, 09 Aug 2008 02:24:38 +0000 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head 434563a4b8fadb9593c241db4bb5ffd0bf2c0627)
Thu, 20 Nov 2008 21:13:56 +0000 Paul Aurich explicit merge of '714a7c7f903d11c96ffade34966121da549d998f'
Sun, 03 Aug 2008 23:16:24 +0000 Tobias Markmann propagate from branch 'im.pidgin.pidgin' (head 2747d5e0324ca6b81e83bbb8b75e1efebcbbad6e)
Sat, 09 Aug 2008 01:50:06 +0000 Mike Ruprecht * Added documentation to media.h and mediamanager.h
Sun, 03 Aug 2008 23:31:48 +0000 Mike Ruprecht Update Jingle implementation per recent standard changes.
Wed, 23 Jul 2008 22:34:22 +0000 Mike Ruprecht Added a mute button for the local microphone.
Wed, 23 Jul 2008 20:10:18 +0000 Mike Ruprecht Set the proper send codec in Farsight.
Sat, 19 Jul 2008 03:10:38 +0000 Mike Ruprecht merge of '77e249bc561fc09bc5fe8f9c6f8b573701b5d63d'
Fri, 18 Jul 2008 22:05:55 +0000 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head c7c882ce933f14ae4b89d4c9782a84accaec53b5)
Sat, 19 Jul 2008 03:10:00 +0000 Mike Ruprecht Convert serv_* media functions to purple_prpl_* functions.
Thu, 17 Jul 2008 23:09:58 +0000 Mike Ruprecht Add two missed newlines for debug messages.
Thu, 17 Jul 2008 22:59:31 +0000 Mike Ruprecht Use the purple STUN server preference with the rawudp Farsight transmitter.
Thu, 17 Jul 2008 21:01:46 +0000 Mike Ruprecht Set the media pipeline to PLAYING immediately after initialization
Wed, 16 Jul 2008 21:55:08 +0000 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head e3ceb09b71185a9074ce73733f2a65b437c9a545)
Wed, 16 Jul 2008 21:42:13 +0000 Mike Ruprecht Fix compiling without voice and video support.
Wed, 16 Jul 2008 21:35:24 +0000 Mike Ruprecht Added whether voice and video support has been enabled in Pidgin's About dialog.
Fri, 11 Jul 2008 02:10:04 +0000 Mike Ruprecht Fixed some memory leak issues involving GLists.
Fri, 11 Jul 2008 01:35:54 +0000 Mike Ruprecht Added ChangeLog.API entries.
Fri, 11 Jul 2008 01:20:08 +0000 Mike Ruprecht Added xmlnode_get_parent.
Fri, 11 Jul 2008 01:04:44 +0000 Mike Ruprecht Simplify the Jingle handlers by moving repetitive code into the parse function.
Thu, 10 Jul 2008 22:54:18 +0000 Mike Ruprecht Hide unnecessarily exposed Jingle handler functions
Thu, 10 Jul 2008 22:49:52 +0000 Mike Ruprecht Further decouple Jingle from iq.c
Sat, 28 Jun 2008 17:42:31 +0000 Mike Ruprecht Clarify the scope of two variables.
Fri, 27 Jun 2008 21:39:56 +0000 Mike Ruprecht Added better Farsight error handling.
Fri, 27 Jun 2008 18:44:49 +0000 Mike Ruprecht Wait to set up the voice and video GUI until the responder has accepted the session.
Fri, 27 Jun 2008 18:01:13 +0000 Mike Ruprecht Fix the order of the send/recv audio/video display widgets.
Fri, 27 Jun 2008 16:56:25 +0000 Mike Ruprecht Move the main voice and video pipeline into media.c and display more debug info.
Thu, 26 Jun 2008 20:59:15 +0000 Mike Ruprecht Add proper padding to the voice conference audio levels.
Thu, 26 Jun 2008 20:25:38 +0000 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head 868098fbe53290a8abcc3307c6fec2c6054a5e00)
Thu, 26 Jun 2008 19:57:37 +0000 Mike Ruprecht Widened the vertical audio levels.
Thu, 19 Jun 2008 17:38:04 +0000 Mike Ruprecht Move the audio progress bar widgets to be beside the video displays.
Thu, 12 Jun 2008 03:59:26 +0000 Mike Ruprecht Notify the user which type of media session the remote user wants to initiate.
Tue, 10 Jun 2008 05:18:29 +0000 Mike Ruprecht Preliminary video embedded in the conversation window. It's still kind of buggy.
Sun, 08 Jun 2008 02:47:38 +0000 Mike Ruprecht Fix assertion.
Sat, 07 Jun 2008 23:23:25 +0000 Mike Ruprecht New media icons. Thanks, hbons.
Sat, 07 Jun 2008 20:16:06 +0000 Mike Ruprecht Fix crash when receiving a session-initiate ack for a nonexistent session.
Sat, 07 Jun 2008 19:57:32 +0000 Mike Ruprecht Fix assertion.
Sat, 07 Jun 2008 03:43:45 +0000 Mike Ruprecht Send negotiated codecs in session-accept opposed to all local codecs.
Sat, 07 Jun 2008 03:14:52 +0000 Mike Ruprecht Jingle sessions now keep track of their transaction state to a degree.
Fri, 06 Jun 2008 22:20:33 +0000 Mike Ruprecht Silence warning.
Fri, 06 Jun 2008 21:57:59 +0000 Mike Ruprecht Listen to the media pipeline and display errors.
Fri, 06 Jun 2008 21:10:16 +0000 Mike Ruprecht Use the right namespaces for broadcasting and discovering Jingle support.
Fri, 06 Jun 2008 20:48:13 +0000 Mike Ruprecht Temporary fix to remove a 5-7 second delay when initiating a media session.
Fri, 06 Jun 2008 20:28:20 +0000 Mike Ruprecht Added the "media" attribute to the Jingle description element according
Fri, 06 Jun 2008 19:08:04 +0000 Mike Ruprecht Added some utility functions to convert PurpleMediaStreamType
Fri, 06 Jun 2008 08:26:57 +0000 Mike Ruprecht merge of '3969ff3f40069748728f9ee2376a4bab3f089d04'
Fri, 06 Jun 2008 08:04:37 +0000 Mike Ruprecht Corrected debug labels s/"jabber"/"jingle"/
Fri, 06 Jun 2008 07:43:03 +0000 Mike Ruprecht Refactored PurpleMedia to make creating audio or video sessions virtually identical. Audio, video, and audio/video sessions now work. Also added videotestsrc to the video plugin preference.
Wed, 04 Jun 2008 19:21:49 +0000 Mike Ruprecht Added functions to help create Jingle packets. Revised some of the Jingle flow.
Tue, 03 Jun 2008 23:35:39 +0000 Mike Ruprecht Added functions to help with the creation of Jingle packets.
Tue, 03 Jun 2008 02:59:48 +0000 Mike Ruprecht Added JingleSessionContent structure to store content information
Mon, 02 Jun 2008 21:58:39 +0000 Mike Ruprecht Further decoupled Jingle code from jabber.c:
Mon, 02 Jun 2008 20:59:20 +0000 Mike Ruprecht Moved Jingle message handlers from jabber.c to jingle.c.
Mon, 02 Jun 2008 18:18:58 +0000 Mike Ruprecht Fix crash bug when checking if a contact can do media when logging out.
Sat, 31 May 2008 20:15:34 +0000 Mike Ruprecht Check remote JID's capabilities for audio and video XEP support.
Sat, 31 May 2008 06:45:42 +0000 Mike Ruprecht Remove the "Call" button from the formatting toolbar.
Sat, 31 May 2008 06:29:38 +0000 Mike Ruprecht Create a proper media menu with options for audio, video, and
Sat, 31 May 2008 04:01:18 +0000 Mike Ruprecht Free the PurpleMedia object when the media session ends and fix ending
Wed, 28 May 2008 21:13:36 +0000 Mike Ruprecht merge of '38838bc806900103298d383237d2ae7cd60bbd82'
Tue, 27 May 2008 16:30:26 +0000 Mike Ruprecht propagate from branch 'im.pidgin.pidgin.vv' (head 9443004596a4fc55992da8548ef5b438de22c8ef)
Tue, 27 May 2008 06:51:21 +0000 Sadrul Habib Chowdhury Broken merge.
Tue, 27 May 2008 06:27:46 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 75f0460d3679231b61d572e76fe02534a597c6b5)
Tue, 27 May 2008 04:55:10 +0000 Mike Ruprecht merge of '0685fc29468269a2af68268baa627b09f83339e4'
Tue, 27 May 2008 04:54:12 +0000 Mike Ruprecht Silence warning.
Wed, 28 May 2008 21:00:40 +0000 Mike Ruprecht Use USE_VV instead of USE_FARSIGHT.
Wed, 28 May 2008 18:41:03 +0000 Mike Ruprecht Change configure script to have a separate check for voice and video
Tue, 27 May 2008 04:30:36 +0000 Mike Ruprecht Require gstreamer-plugins-base-0.10 for compiling with voice and video
Tue, 27 May 2008 02:24:03 +0000 Mike Ruprecht Added better Farsight error handling. Fixes several crash bugs related
Sun, 25 May 2008 04:01:44 +0000 Mike Ruprecht Fix compiling with the --disable-vv switch.
Sat, 24 May 2008 20:02:01 +0000 Mike Ruprecht Fix video plugin/device preference and preview.
Sat, 24 May 2008 01:40:34 +0000 Mike Ruprecht Moved jingle.c global variable "sessions" into JabberStream.
Fri, 23 May 2008 02:42:32 +0000 Mike Ruprecht Updates voice and video to use Farsight 2, gets XMPP voice conferences
Sun, 13 Apr 2008 17:53:46 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 9da7555026cd7b8456f95ae153a7852ddbcf6678)
Sat, 22 Mar 2008 09:40:38 +0000 Sadrul Habib Chowdhury Add log-handlers for farsight foo.
Sat, 22 Mar 2008 09:36:22 +0000 Sadrul Habib Chowdhury Fine tune the media (audio) widget in finch.
Sat, 22 Mar 2008 09:17:34 +0000 Sadrul Habib Chowdhury Change a few things:
Sat, 22 Mar 2008 05:10:29 +0000 Sadrul Habib Chowdhury Add Marcus Lundblad to the COPYRIGHT.
Sat, 22 Mar 2008 05:09:19 +0000 Sadrul Habib Chowdhury Patch from Michael Ruprecht (Maiku) to announce voice support to the officia gtalk client. References #34.
Sat, 22 Mar 2008 04:56:03 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 86f8b3e5d789c691f873f515a92fe8e111dcab6e)
Sat, 22 Mar 2008 04:51:58 +0000 Sadrul Habib Chowdhury Some media support in finch. This needs to be updated for the got-accept signal.
Sat, 22 Mar 2008 04:48:36 +0000 Sadrul Habib Chowdhury Add the new jingle.c/h files.
Sat, 22 Mar 2008 04:45:46 +0000 Sadrul Habib Chowdhury Patch from Marcus Lundblad ('mlundblad') to improve audio support in xmpp.
Tue, 18 Mar 2008 05:40:29 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 119df2055ed7ee5143047b4d18ae81d58c2feac6)
Sat, 15 Mar 2008 07:39:15 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 8ca6a80e2cd7fbbc59983f8ba370f7276e062db9)
Sat, 15 Mar 2008 07:37:03 +0000 Sadrul Habib Chowdhury Show a message when the remote end terminates a session.
Fri, 08 Feb 2008 20:18:49 +0000 Sadrul Habib Chowdhury Fix a compile error due to set_clock being defined in term.h conflicting with gstreamer.
Wed, 06 Feb 2008 19:44:41 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 16d99d9757384d801e4f13d991cb769a71f9c190)
Sun, 13 Jul 2008 14:10:22 +0000 Sulabh Mahajan Fix file transfer to a user not in buddy list, defaulting to use v15
Sat, 12 Jul 2008 19:44:24 +0000 Sulabh Mahajan minor changes in comments style and alphabetic ordering of header files.
Sat, 12 Jul 2008 19:24:34 +0000 Sulabh Mahajan changed gboolean connection_type to enum yahoo_p2p_connection_type
Sat, 12 Jul 2008 19:13:31 +0000 Sulabh Mahajan changed PKT_YAHOOSERVER and PKT_P2P, into enum yahoo_pkt_type
Sat, 12 Jul 2008 18:55:29 +0000 Sulabh Mahajan Better naming convention, prefix YAHOO_P2PSTATUS_ to values in the enum YahooP2PStatus
Sat, 12 Jul 2008 18:33:15 +0000 Sulabh Mahajan if(p2p_data->source >= 0) in place of if(p2p_data->source)
Sat, 12 Jul 2008 18:28:22 +0000 Sulabh Mahajan f->p2p_packet_sent and f->p2p_status initialization in yahoo_friend_new() redundant
Fri, 11 Jul 2008 19:03:59 +0000 Sulabh Mahajan Receive files when we are p2p server
Wed, 09 Jul 2008 18:19:37 +0000 Sulabh Mahajan Add + in place of spaces in p2p url, fixes transfer of file with name containing spaces
Wed, 09 Jul 2008 15:05:09 +0000 Sulabh Mahajan Send file by p2p when we are server
Wed, 02 Jul 2008 11:16:35 +0000 Sulabh Mahajan Check for session id (value for key 11) in the received IMs and Notifications against our session id. Disconnect in
Wed, 02 Jul 2008 07:22:58 +0000 Sulabh Mahajan Changed user_data to more apt p2p_data, change in variable name.
Wed, 02 Jul 2008 06:58:57 +0000 Sulabh Mahajan Act as a YMSG server on port 5101 for IMs and Notifications
Fri, 27 Jun 2008 16:02:30 +0000 Sulabh Mahajan Fall back to establishing connection as a client when unable to act as a server.
Fri, 27 Jun 2008 13:34:44 +0000 Sulabh Mahajan Sending of p2p packet, providing peer with our IP address to make a connection to us.
Sat, 21 Jun 2008 14:34:38 +0000 Sulabh Mahajan Support for P2P file transfer (SEND), when we are client to the peer
Tue, 17 Jun 2008 21:30:49 +0000 Sulabh Mahajan propagate from branch 'im.pidgin.pidgin' (head 420b71541a7786d593759ead8d775f487291fb97)
Mon, 18 Aug 2008 17:08:01 +0000 Tobias Markmann * free xmlnodes after bosh receive callback is called
Mon, 18 Aug 2008 16:20:46 +0000 Tobias Markmann * removing some comment with XML example
Mon, 18 Aug 2008 15:44:43 +0000 Tobias Markmann * fixing a bug in jabber_bosh_http_connection_receive_parse_header()
Mon, 18 Aug 2008 11:11:32 +0000 Tobias Markmann * adding some missing documentation
Mon, 18 Aug 2008 08:42:37 +0000 Tobias Markmann * sending empty <body> requests if there are not othere requests to be answered to keep a CM -> client channel open
Sat, 16 Aug 2008 21:28:32 +0000 Tobias Markmann * data buffer for received data. Support for any HTTP resonse size now.
Fri, 15 Aug 2008 16:35:32 +0000 Tobias Markmann * moving BOSH interfacing from jabber_send to jabber_send_raw
Fri, 15 Aug 2008 14:02:21 +0000 Tobias Markmann * using libpurple's internal SASL mechanisms during BOSH authentication phase
Tue, 12 Aug 2008 12:48:25 +0000 Tobias Markmann * sending some User-Agent
Tue, 12 Aug 2008 12:40:48 +0000 Tobias Markmann * calling PurpleBOSHConnection's receive_cb
Mon, 11 Aug 2008 21:28:05 +0000 Tobias Markmann * parsing HTTP response and emitting HTTP request callback
Sat, 09 Aug 2008 23:07:58 +0000 Tobias Markmann * preparing handling of multiple requests for pipelining support
Sat, 09 Aug 2008 22:16:11 +0000 Tobias Markmann * doing HTTP requests
Tue, 05 Aug 2008 22:24:39 +0000 Tobias Markmann * adding receive callback; preparing receiving and boot code
Tue, 05 Aug 2008 18:44:42 +0000 Tobias Markmann * adding bosh files to Makefile.am & .mingw
Sun, 03 Aug 2008 22:58:10 +0000 Tobias Markmann * missing commit
Sun, 03 Aug 2008 22:50:13 +0000 Tobias Markmann * some refactoring
Sun, 03 Aug 2008 22:21:49 +0000 Tobias Markmann * small bugfix in jabber_ipc_add_feature()
Sun, 03 Aug 2008 13:48:59 +0000 Tobias Markmann * looking for alternative connection methods if direct connection fails
Sat, 02 Aug 2008 16:43:04 +0000 Tobias Markmann * some further bugfixing, BIND's libresolv does so much for the programmer, just happy it exists
Fri, 01 Aug 2008 22:37:51 +0000 Tobias Markmann * fixing some bugs, finishing support for TXT queries
Fri, 01 Aug 2008 12:34:33 +0000 Tobias Markmann * some code style adjustments in caps.c
Tue, 15 Jul 2008 22:16:26 +0000 Tobias Markmann * removing some g_strdup()s; I meant it too good
Tue, 15 Jul 2008 21:26:51 +0000 Tobias Markmann * fixing memory related bug; forgotton to duplicate some data which otherwise may be deleted by other parts of the program
Tue, 15 Jul 2008 15:38:15 +0000 Tobias Markmann * implemented jabber_caps_broadcast_change() and finished jabber_ipc_add_feature() IPC function
Tue, 08 Jul 2008 15:05:45 +0000 Tobias Markmann * IPC work
Mon, 07 Jul 2008 18:28:05 +0000 Tobias Markmann * removing several warnings
Sun, 06 Jul 2008 21:20:35 +0000 Tobias Markmann * adding documentation for IPC function contact_has_feature
Sun, 06 Jul 2008 21:09:50 +0000 Tobias Markmann * adding IPC function 'contact_has_feature'
Sun, 06 Jul 2008 18:51:26 +0000 Tobias Markmann * fixing a bug in jabber_caps_compare()
Sat, 05 Jul 2008 09:22:59 +0000 Tobias Markmann * correctly calculating own features and factor in is_enabled() of features
Fri, 04 Jul 2008 19:11:09 +0000 Tobias Markmann * changed storage format for cache to mirror all needed features for XEP-0115v1.5
Thu, 03 Jul 2008 22:30:44 +0000 Tobias Markmann * support for calculating both hashes, sha-1 and md5
Wed, 02 Jul 2008 21:27:51 +0000 Tobias Markmann * changing caps node namespace. According to version 1.5 of XEP-0115 it should be a real URL to client's homepage.
Tue, 01 Jul 2008 23:16:15 +0000 Tobias Markmann * pass hash type to the caps handling functions
Sun, 29 Jun 2008 14:32:33 +0000 Tobias Markmann * implemented jabber_caps_calcualte_hash() which calculates the SHA-1 hash for someones disco response according to XEP-0115
Sun, 22 Jun 2008 18:59:33 +0000 Tobias Markmann * defined JabberCapsIdentity as struct _JabberIdentity
Sun, 22 Jun 2008 18:30:12 +0000 Tobias Markmann * jabber_caps_jabber_identity_compare() compares xml:lang too, now.
Sun, 22 Jun 2008 17:25:23 +0000 Tobias Markmann * changed name of jabber_caps_calculate_hash() to jabber_caps_calculate_own_hash()
Mon, 16 Jun 2008 13:52:45 +0000 Tobias Markmann Removing short-names for features and calculating own caps hash.
Tue, 17 Jun 2008 21:17:29 +0000 Sulabh Mahajan Send IMs and Typing notifications through p2p, Redesign p2p
Sat, 14 Jun 2008 08:53:43 +0000 Sulabh Mahajan Proper error handling for p2p connections
Fri, 13 Jun 2008 11:04:13 +0000 Sulabh Mahajan Close p2p connection when read() does not return anything.
Mon, 09 Jun 2008 08:08:21 +0000 Sulabh Mahajan Yahoo P2P File Transfer RECEIVE only support added.
Sun, 08 Jun 2008 21:08:48 +0000 Sulabh Mahajan Start idle at 1 min not 0 min and Probable description of service 0x07d1.
Sun, 08 Jun 2008 17:40:04 +0000 Sulabh Mahajan Support for YAHOO_PROCESS_MESSAGE and YAHOO_PROCESS_NOTIFY over p2p links.
Fri, 06 Jun 2008 17:28:37 +0000 Sulabh Mahajan Implementation of initial exchange of p2pxfer packets that initiates p2p file transfer. Some connection
Thu, 29 May 2008 07:57:15 +0000 Sulabh Mahajan added name to COPYRIGHT (alphabetically), trivial change in packet.h
Sun, 25 May 2008 20:08:12 +0000 Sulabh Mahajan Use HTTP/1.1 to get token to open inbox
Sun, 25 May 2008 18:48:38 +0000 Sulabh Mahajan Addition of name in Copyright
Wed, 06 Feb 2008 19:11:25 +0000 Sadrul Habib Chowdhury merge of 'c121cde51cc5bd48a26b46df14b86756465ef4a4'
Sat, 29 Dec 2007 20:56:28 +0000 Sadrul Habib Chowdhury These shouldn't be here.
Sat, 29 Dec 2007 20:47:20 +0000 Sadrul Habib Chowdhury The whitespace at the end of the line was giving me errors.
Sat, 29 Dec 2007 17:06:59 +0000 Sadrul Habib Chowdhury Remove a compile error, and a few warnings.
Sat, 29 Dec 2007 16:54:15 +0000 Sadrul Habib Chowdhury Fix the prplinfo structs and get rid of some compile warnings.
Sat, 29 Dec 2007 17:45:47 +0000 Evan Schoenberg Fix some compilation problems when USE_FARSIGHT isn't defined.
Sat, 29 Dec 2007 06:41:04 +0000 Evan Schoenberg Fixed some problems which came up while propagating
Sat, 29 Dec 2007 06:34:59 +0000 Evan Schoenberg propagate from branch 'im.pidgin.pidgin' (head 7f8e027e1591ade622baf58a9dac216e7122c1ac)
Sat, 01 Sep 2007 15:14:19 +0000 Yoshiki Yazawa - correct reversed logic for setting idle time.
Sat, 01 Sep 2007 14:15:32 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head bf5b652f2626324a7801ad9de50d7ae69cf8b596)
Fri, 31 Aug 2007 16:10:18 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 6f5c855ee2435b317e7ddb8c9551fd17cd0328fe)
Tue, 28 Aug 2007 09:20:27 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head c323420a0b3b17b1eba64763c01038ddf05ff0c2)
Thu, 27 Sep 2007 19:00:13 +0000 Sadrul Habib Chowdhury Cosmetics.
Fri, 21 Sep 2007 00:25:16 +0000 Sadrul Habib Chowdhury merge of '02901ee49b228d1bf519032a6422667d6805d0c1'
Thu, 20 Sep 2007 19:26:42 +0000 Sean Egan Missing files
Thu, 20 Sep 2007 07:01:29 +0000 Sadrul Habib Chowdhury Cute little compile errors.
Wed, 19 Sep 2007 22:55:19 +0000 Sean Egan You can actually receive Google Talk voice calls with crappy UI now
Wed, 05 Sep 2007 01:55:16 +0000 Sean Egan Some UI ;)
Wed, 05 Sep 2007 00:48:34 +0000 Sean Egan Missed files
Wed, 05 Sep 2007 00:47:58 +0000 Sean Egan Basic Google Talk voice call support. No UI; receiving a call auto-accepts it.
Tue, 28 Aug 2007 01:02:01 +0000 Sean Egan Add Farsight to configure.ac
Sat, 25 Aug 2007 08:42:33 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 40c25a37a614d9667d4cf190640316f92edbe3d6)
Thu, 23 Aug 2007 06:53:06 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 90df17ab44d01f7f8f963d36fefb9eae3ec868cf)
Tue, 14 Aug 2007 07:13:22 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head cb5420b4b28888af9a419d6ca29f524e552c9cf0)
Tue, 14 Aug 2007 06:58:29 +0000 Yoshiki Yazawa make use of utf8 filename in jabber.
Tue, 07 Aug 2007 04:11:02 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 5cd317ad290e840fa8a8624d17dd5f23f99330ac)
Fri, 27 Jul 2007 04:44:44 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 82f657fd45abe5db78920f196a8a795c730c78cc)
Wed, 25 Jul 2007 04:36:02 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head f4d2e27ee5bc44bb6d4d834730822b698a4dc534)
Tue, 24 Jul 2007 05:53:46 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 3c06e81a006adebe420915ad7301ad1e6e82cab8)
Fri, 13 Jul 2007 13:42:25 +0000 Yoshiki Yazawa - filename in filetransfer should be utf8 in oscar.
Fri, 13 Jul 2007 06:26:10 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 0adbd7ac0c14d3a1d56a31f03baa87c9af63cbe6)
Thu, 12 Jul 2007 11:20:44 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 19622efbc23b0b099d80ecf33b54d6a38a21cd7f)
Wed, 11 Jul 2007 05:26:10 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head b195e262642015df66e36d33e9dd16ecae5df9d5)
Mon, 09 Jul 2007 06:14:27 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head f77175b39d6209f3bca85b3d1baca3eee2f14900)
Fri, 06 Jul 2007 06:12:02 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head ccc9b73a0ff146d9f13b7c05aeb76e6a1abf4733)
Wed, 04 Jul 2007 07:46:51 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 7bdb1afaf64b2e3bde8dc04063fbe6d39c937b73)
Tue, 03 Jul 2007 02:30:22 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 7ffd004802947736b5861bf45eb639d28f9c5032)
Mon, 02 Jul 2007 11:26:17 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head efa0e31922a07bb598a6fc8951462e1fa96a886e)
Sun, 01 Jul 2007 08:41:01 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 414f0770611139752d484f4831cb59038456c9bf)
Fri, 29 Jun 2007 13:52:07 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head e2ba19f94867654f67522ab62256281645a9df9f)
Fri, 29 Jun 2007 07:48:14 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 96be2c6bb0b910f823a48bf0ffc247135df4a988)
Fri, 29 Jun 2007 00:58:24 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 39d4c6188e75b825060b407dfd9f478a9feef62b)
Thu, 28 Jun 2007 15:21:13 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head d08e73765328352fb955bb0b4e908eb39bea7b5d)
Thu, 28 Jun 2007 08:37:46 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 7bf90628ea82588a24a5c2e11b62e1128d8c90f0)
Wed, 27 Jun 2007 05:22:14 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 6526dd22033b4ab26156c07b7a84e53e092b4a21)
Tue, 26 Jun 2007 05:08:44 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 0c6d125066d754b13d41953911c8ea86f0289ec4)
Sun, 24 Jun 2007 16:09:25 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 9beed54f9b14fec268ec3cecae10261a9d43e1c8)
Fri, 22 Jun 2007 11:22:20 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head d2f50519c5ed668dd980277afdc25d71ccb8a852)
Thu, 21 Jun 2007 06:04:16 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head c09099530cc12734d4420f3fcc37e18347a16d5e)
Wed, 20 Jun 2007 04:56:08 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 4aabd11d86454556c0ed6e7c67640fa2a2ea5d6b)
Mon, 18 Jun 2007 03:20:15 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 236a0f42a00c47bc1de4ebf0f7deea1a9e2d1d92)
Sun, 17 Jun 2007 06:15:27 +0000 Yoshiki Yazawa - remove '_' from "Send to" menu.
Sun, 17 Jun 2007 05:28:54 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 725fc6cb64d550dcc3a71741a974e5255f83a366)
Mon, 11 Jun 2007 13:28:20 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 3c31f6f6c8e998f6e9c550e05bf5dfdcdc9bb154)
Mon, 11 Jun 2007 13:10:14 +0000 Yoshiki Yazawa merge of '5eaffe4463a414e0dd0267186ce9d09e4fec44bf'
Mon, 11 Jun 2007 13:08:00 +0000 Yoshiki Yazawa merge of '3a630a4fd8d8b4dc763804428205cac11bbfe2ad'
Mon, 11 Jun 2007 13:08:55 +0000 Yoshiki Yazawa - merge nosuke's tab width patch.
Mon, 11 Jun 2007 13:05:14 +0000 Yoshiki Yazawa - add nosuke's cp932 handling code.
Mon, 11 Jun 2007 05:49:32 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head f68bc95ec93e616afdf0527fc982ff5f226f5463)
Sun, 10 Jun 2007 18:41:41 +0000 Yoshiki Yazawa - remove unnecessary line.
Sun, 10 Jun 2007 18:06:26 +0000 Yoshiki Yazawa - add hankaku kana support to irc.
Sun, 10 Jun 2007 16:36:58 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 05e0540c1a837fa061087b893a855d20e35011ef)
Sat, 09 Jun 2007 04:12:47 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head dff846c19b3c14ce3094dda9a5b72c70e6e11121)
Fri, 08 Jun 2007 03:19:13 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 4b50880d8517570eaa67d4cd9d88c5934bb832f1)
Thu, 07 Jun 2007 07:32:06 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head cf74b964fddd2185233987f6e7743623bf21efb8)
Tue, 05 Jun 2007 16:04:04 +0000 Yoshiki Yazawa - add an ipc function to set alias for myself.
Tue, 05 Jun 2007 06:41:10 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head fc2b3abe07ed5e2601550aae1e34ed81ccb6761d)
Mon, 04 Jun 2007 07:22:38 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 3d1e6b8637ff9133c8f17e9aeaeea1284c898d86)
Sat, 02 Jun 2007 15:41:36 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 69639ef14e4298b2e420779e1696a07a13da5910)
Thu, 31 May 2007 11:30:42 +0000 Yoshiki Yazawa - follow a change in oscar.
Thu, 31 May 2007 07:40:00 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 8ae64558f2dc02cbc051dda2e2e6e4270b03f7f3)
Mon, 28 May 2007 06:09:03 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head c7b6cd0e58a3953905afdaea801171859d00de1a)
Sat, 26 May 2007 13:57:03 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 371fb91ec4fdb33fa482efe55111fe58d8758c3b)
Fri, 25 May 2007 06:18:29 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 68a7c85152f55e4b824422958bca00f79f48cd2f)
Wed, 23 May 2007 12:17:52 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head a128e310ce8622212e6b8b435d45a15c25abb2c3)
Sun, 20 May 2007 04:49:31 +0000 Yoshiki Yazawa - fix compilation error for gg.
Sun, 20 May 2007 04:16:11 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 62e9d17cd37551991c5040ce6ca48e6d7578dde3)
Sat, 19 May 2007 03:31:37 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 61827fc1671b97df72194ee9722ed122cb45c29f)
Fri, 18 May 2007 01:47:22 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 1e0f6c89bdf3a21258ac4f64039122a909ac67cc)
Thu, 17 May 2007 20:17:40 +0000 Yoshiki Yazawa prepend _ to Send To
Thu, 17 May 2007 14:27:20 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head f858c38e5d9f9c2d048dbe13db10776cdf7fafc9)
Wed, 16 May 2007 09:10:30 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 4398ffa92e9bb0a16dbede7756a4cbc5dfa96602)
Tue, 15 May 2007 02:39:12 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 8fb8a09e9fe9177bb4efcd0f7ecd126919e73c20)
Wed, 09 May 2007 06:05:32 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head b131b26bdebd017ae74090008e1672615c9080bc)
Mon, 07 May 2007 01:58:53 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 00dc566bfedcca2a9b44f91cf7e9a73f8270b63a)
Sat, 05 May 2007 08:00:03 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head e1c76e1a6e09e3fb3697606e2d8f6b6327e7a7e9)
Thu, 03 May 2007 10:14:49 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head a78e36058a13ec01e5cb75f8badbf2585519b0e0)
Thu, 03 May 2007 02:35:41 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 28c46a4d85d9207ab59e775309b3342bc8d10d24)
Wed, 02 May 2007 19:01:24 +0000 Yoshiki Yazawa merge of '6ede43d45490ec8d91a1bf2f5877b461519b474b'
Wed, 02 May 2007 12:23:38 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 5f4a03fa07b74453c3b8312c388af42739fd16db)
Wed, 02 May 2007 19:01:02 +0000 Yoshiki Yazawa disable ctrl-l
Wed, 02 May 2007 12:20:45 +0000 Yoshiki Yazawa merge of '890e8c11f907d84dcdc7590a07680d9a55b7ca8d'
Tue, 01 May 2007 16:17:33 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head d9de4b9bf74d630786c37ca3c0759f6e4bc1bcda)
Mon, 30 Apr 2007 13:48:29 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 15e8fddee885a9fd505a14ff31f33608aebc8e28)
Wed, 02 May 2007 12:18:17 +0000 Yoshiki Yazawa change prefs root for msnstyle.
Sat, 28 Apr 2007 03:53:00 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head f11ff4f3f5929845b5a51662b200df16da7e550f)
Thu, 26 Apr 2007 21:15:41 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head e9234bfbd01e96e8cc032fe7d850d4108f40b82a)
Wed, 25 Apr 2007 07:57:26 +0000 Yoshiki Yazawa yaz patch has been applied.
Wed, 25 Apr 2007 07:51:56 +0000 Yoshiki Yazawa just branched.
Sat, 07 Mar 2009 01:23:51 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 303af74a38e7b313d4fb0be4d4054a16cb13d819)
Thu, 05 Mar 2009 23:54:50 +0000 Mark Doliner Woo boy this function is a little crazy. I shuffled some things around:
Thu, 05 Mar 2009 23:33:22 +0000 Mark Doliner Rename "availmsg" to "statusmsg" here. I think recent official AIM
Thu, 05 Mar 2009 23:17:01 +0000 Mark Doliner Create two helper functions for setting the available message and iTunes
Thu, 05 Mar 2009 21:39:09 +0000 Josep Puigdemont Updated Catalan translation.
Wed, 04 Mar 2009 19:32:40 +0000 Johannes Buchner Make a hack in purple-url-handler cleaner.
Wed, 04 Mar 2009 10:39:38 +0000 Mark Doliner Change the way oscar deals with account->perm_deny a little bit.
Wed, 04 Mar 2009 06:34:20 +0000 John Bailey merge of '4f7ebd10f9b2db16fa68b60e528f766e6c9dd450'
Wed, 04 Mar 2009 06:33:39 +0000 John Bailey disapproval of revision '90bcee91e80ba055eb211168b099418753e096e9'
Wed, 04 Mar 2009 06:29:36 +0000 John Bailey merge of '48260c71a42cee1dd4e220b7c672187cfe99cc2f'
Tue, 03 Mar 2009 22:45:57 +0000 Daniel Atallah Implementation of a plugin to facilitate use of One Time Passwords by
Tue, 03 Mar 2009 22:56:19 +0000 Marcus Lundblad Use text colours from the GTK+ theme instead of black when no buddy list theme
Tue, 03 Mar 2009 20:53:14 +0000 Ethan Blanton You don't say
Tue, 03 Mar 2009 20:41:05 +0000 Mark Doliner When setting an AIM or ICQ away message, linkify the message.
Tue, 03 Mar 2009 20:29:11 +0000 Mark Doliner The status_text variable is only used inside this block, so move
Tue, 03 Mar 2009 20:25:25 +0000 Mark Doliner Remove a wee bit of trailing whitespace
Tue, 03 Mar 2009 05:56:31 +0000 John Bailey Fix a minor whitespace inconsistency.
Tue, 03 Mar 2009 05:54:21 +0000 John Bailey Clear the saved password on an authentication failure. The result of this is
Tue, 03 Mar 2009 05:13:52 +0000 Elliott Sales de Andrade merge of '431618de0f30a6938f7e14d2d61ee5d7738acd59'
Mon, 02 Mar 2009 16:34:05 +0000 Daniel Atallah The 2.5.5 win32 builds shipped with GTK+ 2.14.7
Tue, 03 Mar 2009 05:11:00 +0000 Elliott Sales de Andrade Ignore the Forward List status bit when checking if user is on the Allow
Mon, 02 Mar 2009 06:45:48 +0000 Elliott Sales de Andrade ChangeLog the XMPP updates.
Mon, 02 Mar 2009 06:37:05 +0000 Elliott Sales de Andrade Remove some extra trailing whitespace I noticed after merging mlundblad's
Mon, 02 Mar 2009 06:26:15 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.cpw.malu.xmpp.attention' (head cbf0c3bd9fb3c235c896517b27d6ea14b2993e19)
Mon, 02 Mar 2009 06:18:44 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.cpw.malu.xmpp.ibb_ft' (head cb0383f5b2aa47ed5b3bc5beb121c391d70b776a)
Mon, 02 Mar 2009 06:17:44 +0000 Elliott Sales de Andrade Fix compile errors from the merge. Untested protocols: msnp9, sametime,
Mon, 02 Mar 2009 04:38:05 +0000 Elliott Sales de Andrade Update versions since we're updating minor.
Mon, 02 Mar 2009 04:18:40 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin.next.minor' (head 7305b29db7bd00d3261f348c71674c93aa31b327)
Wed, 25 Feb 2009 20:03:08 +0000 Casey Ho Changing debug levels. These messages fire every single time a window changes focus, making debugging anything else impossible
Wed, 25 Feb 2009 19:57:49 +0000 Casey Ho Buddy pounce options are now in four columns instead of two. Fixes issues with height of dialog on small resolutions.
Wed, 04 Feb 2009 13:57:14 +0000 Sadrul Habib Chowdhury Do not linkify unless <proto> is followed by some non-whitespace string.
Tue, 03 Feb 2009 00:45:21 +0000 Sadrul Habib Chowdhury Fix building with python < 2.5
Wed, 28 Jan 2009 19:26:43 +0000 Mark Doliner Add a comment just noting that I think it's kind of annoying that we
Wed, 28 Jan 2009 10:23:37 +0000 Mark Doliner propagate from branch 'im.pidgin.pidgin' (head 8ae2fca06a3be4b99cc677c8f880d9521a35ec8b)
Wed, 28 Jan 2009 10:16:41 +0000 Mark Doliner I don't know if these are worth changelogging, but I'll put them here
Wed, 28 Jan 2009 10:06:56 +0000 Mark Doliner Increment display_lines here so that, for fonts where pixels_inside_wrap()
Wed, 28 Jan 2009 09:59:55 +0000 Mark Doliner Change the logic for breaking out of the while look to match the if
Wed, 28 Jan 2009 09:57:19 +0000 Mark Doliner Fix a bug that's bothered me for a while. When pressing shift+enter in
Wed, 28 Jan 2009 08:57:55 +0000 Mark Doliner Add a GtkIMHtml function that causes the widget to actually insert a
Wed, 28 Jan 2009 08:31:47 +0000 Mark Doliner The first thing gtk_text_buffer_delete_selection does is call
Wed, 28 Jan 2009 07:12:43 +0000 Mark Doliner Fix a crash in this branch that I introduced a few days ago. bname
Tue, 27 Jan 2009 09:23:56 +0000 Mark Doliner Use getters and settings for a bunch of libpurple structs
Tue, 27 Jan 2009 02:41:42 +0000 Sadrul Habib Chowdhury merge of '89cb8a5cf5210205e245047e7200484202e370a0'
Mon, 26 Jan 2009 11:46:40 +0000 Richard Laager Drop the effectively empty .todo file.
Mon, 26 Jan 2009 11:11:39 +0000 Richard Laager Slap some PURPLE_DISABLE_DEPRECATED checks around the functions Mark just
Mon, 26 Jan 2009 11:02:24 +0000 Mark Doliner Add a newline to this log message
Mon, 26 Jan 2009 10:39:25 +0000 Mark Doliner Simplify, hoo-boy. Also don't unregister the schemes in
Mon, 26 Jan 2009 10:38:33 +0000 Mark Doliner Uninitialize the certificate API before unloading the SSL plugin. This
Mon, 26 Jan 2009 09:46:09 +0000 Mark Doliner Deprecate some functions that aren't really needed
Mon, 26 Jan 2009 09:12:04 +0000 Mark Doliner Change "screen name" to "username" or "buddy name" in a whole bunch of
Mon, 26 Jan 2009 06:44:00 +0000 Mark Doliner Remove trailing whitespace
Mon, 26 Jan 2009 06:37:28 +0000 Mark Doliner s/sucess/success/ in a few places
Mon, 26 Jan 2009 06:35:37 +0000 Mark Doliner Add two changes to the change log
Mon, 26 Jan 2009 06:18:18 +0000 Mark Doliner Add @since 2.6.0 doxygen comments to some of our new functions, and
Mon, 26 Jan 2009 06:03:06 +0000 Mark Doliner * Alphabetize files in a few Makefile.am files
Mon, 26 Jan 2009 04:19:00 +0000 Richard Laager A patch from Chris Connett to change the log size sorting method to weight
Mon, 26 Jan 2009 02:39:55 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 566d2e86bfd45c806aba1b32d6f85a9a409ff9ea)
Mon, 26 Jan 2009 01:16:19 +0000 Mark Doliner propagate from branch 'im.pidgin.pidgin' (head da4fface7b23fb7415d6ce2a72770ce5fbe006a0)
Mon, 26 Jan 2009 01:13:25 +0000 Mark Doliner Fix the indentation in this function
Sun, 25 Jan 2009 23:25:11 +0000 Mark Doliner Add a comment
Sun, 25 Jan 2009 23:23:04 +0000 Mark Doliner Use the shortcut in the error message to give people more context
Sun, 25 Jan 2009 23:14:52 +0000 Mark Doliner Use PIDGIN_STOCK_ADD instead of GTK_STOCK_ADD so that the add button
Sun, 25 Jan 2009 23:10:16 +0000 Mark Doliner Try to improve the wording in our custom smiley manager
Sun, 25 Jan 2009 22:55:23 +0000 Mark Doliner Lots of minor whitespace and comment changes:
Sat, 24 Jan 2009 03:11:09 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head c51bf3defef588c1efb6022d502dfc38c55664b2)
Sat, 24 Jan 2009 03:11:04 +0000 Richard Laager merge of '55fb011e6060667ce31490ccd4621350fb8e90c6'
Wed, 21 Jan 2009 18:34:32 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head f49b0bab604f956eb4f9fce3a103320497cd40e5)
Thu, 22 Jan 2009 19:46:18 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head c5b982597812ab3c0fd2dbca9be31f173fda67bb)
Thu, 15 Jan 2009 22:46:15 +0000 Gary Kramlich a few struct hiding clean ups
Thu, 15 Jan 2009 22:37:48 +0000 Gary Kramlich propagate from branch 'im.pidgin.pidgin' (head 42f77b0e8b8ebf5ff3c30d8f8022ac5d289631e8)
Thu, 08 Jan 2009 05:00:02 +0000 Etan Reisner Use "Add Buddy Pounce" and "Modify Buddy Pounce" as the buddy pounce dialog
Tue, 06 Jan 2009 06:23:46 +0000 Etan Reisner Made the Purple::Request::Field(s) functions act more perl-like.
Tue, 06 Jan 2009 07:53:19 +0000 Kevin Stange merge of '123d615deaa8daeeea7d7c341a87eab4e83a7958'
Tue, 06 Jan 2009 03:46:52 +0000 Daniel Atallah Patch from fqueze to add API for setting the global proxy settings. Fixes #7610.
Tue, 06 Jan 2009 04:09:36 +0000 Gary Kramlich propagate from branch 'im.pidgin.pidgin' (head c6844c5e097e3d947d35507e2e93557dfe8e0aee)
Tue, 06 Jan 2009 03:57:32 +0000 Gary Kramlich ChangeLog the addition of themes from Justin Rodriguez's summer of code project, as well as the cleanups and additions from Paul Aurich.
Tue, 06 Jan 2009 03:54:50 +0000 Paul Aurich Adding the patch to extend the blist theme to allow coloring of chat nodes with unread messages mentioning your nick.
Tue, 06 Jan 2009 03:52:31 +0000 Paul Aurich Fix the issue with the themes not showing up in the list.
Tue, 06 Jan 2009 03:50:44 +0000 Paul Aurich This patch fixes a few string leaks (don't g_strdup the FontColorPair? values) and also fixes the bug where, with no theme, everyone on the buddy list is colored "dim grey" (chunks 2, 3, and 4 in the patch)
Tue, 06 Jan 2009 03:40:52 +0000 Gary Kramlich Document the addition of purple_strequal in ChangeLog.API
Tue, 06 Jan 2009 03:39:51 +0000 Paul Aurich Patch from Paul Aurich to add purple_strequal to help readability and simplicity of code. Ie, don't need to negate the value of strcmp, since this does a strcmp and does the negation for us
Fri, 02 Jan 2009 22:52:17 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head b478b184a46116ac87ac85b8cd352ea564224019)
Fri, 02 Jan 2009 22:51:51 +0000 Richard Laager Compile!
Fri, 02 Jan 2009 22:35:12 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head f018e11a7ea08e07f22667e6daca2ec7e64f9710)
Fri, 02 Jan 2009 22:28:34 +0000 Richard Laager explicit merge of '32d4ce0b6cfc9ccb9a6e7ed661423b9260a0bead'
Fri, 02 Jan 2009 22:23:58 +0000 Richard Laager explicit merge of '814d53152c168c9c4732b3d084260711d536fba6'
Fri, 02 Jan 2009 22:23:38 +0000 Richard Laager explicit merge of 'cfb115ff00c406f8011c0d661d33bee60813b27c'
Fri, 02 Jan 2009 22:23:19 +0000 Richard Laager explicit merge of '82e4edbe06cb0ef0fa59f70db44a289bb91e1343'
Fri, 02 Jan 2009 22:17:09 +0000 Richard Laager explicit merge of 'f7807039eeef499a403d638cbcb94060a1d33eea'
Fri, 02 Jan 2009 22:11:08 +0000 Richard Laager explicit merge of 'c2a520001286f0c95c761be82c041c4379ddf407'
Fri, 02 Jan 2009 22:10:31 +0000 Richard Laager explicit merge of 'ba66150a2a1efc5a5cee7204adab69208825630e'
Fri, 02 Jan 2009 22:09:40 +0000 Richard Laager explicit merge of '9a5e549612efd8ca6f60fc57b51a4eee7e32c861'
Fri, 02 Jan 2009 21:48:12 +0000 Richard Laager explicit merge of '448583a763dcf343f1a4392bdcdcc4c4f01f3aed'
Fri, 02 Jan 2009 21:47:52 +0000 Richard Laager explicit merge of 'dabe77d56a2fc7c171caa81bd12d72ce8737a7a8'
Sat, 13 Dec 2008 21:13:04 +0000 Sadrul Habib Chowdhury merge of '0bf6462dd433df38943094bbed0393698d91a037'
Fri, 12 Dec 2008 20:35:18 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 9ad89488379a97b5cfae59ae91eef9212f229b96)
Fri, 12 Dec 2008 20:24:24 +0000 Richard Laager Fix up the propagate from im.pidgin.pidgin
Fri, 12 Dec 2008 20:03:58 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head b8d6086aef6b2e65d86e8ce60220ab7f460d5079)
Fri, 12 Dec 2008 07:26:20 +0000 Richard Laager Remove a hardcoded file path in some debugging code.
Fri, 12 Dec 2008 06:52:39 +0000 Richard Laager Remove some #if 0'ed debugging code.
Mon, 08 Dec 2008 17:57:09 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 81aa401ac9855c99eb55a7cf91fa221860dee220)
Thu, 04 Dec 2008 04:42:27 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 97d295a04f3a9852a3b29cf0df43d56d1ddcc672)
Sat, 13 Dec 2008 05:49:20 +0000 Gary Kramlich Fix a botched line in the merge...
Sat, 13 Dec 2008 05:45:27 +0000 Gary Kramlich propagate from branch 'im.pidgin.pidgin' (head d5bb29138cbe033bbfd8ec689203d73818765327)
Wed, 03 Dec 2008 01:58:45 +0000 Sadrul Habib Chowdhury Fix the linkification error where bad things happened if you copy/pasted
Tue, 02 Dec 2008 19:24:57 +0000 Sadrul Habib Chowdhury merge of 'abbc5b388482e59667d5f7950b41fc554d9332c5'
Tue, 02 Dec 2008 18:47:38 +0000 Richard Laager Remove all the special-casing in the GNOME URL handler registration.
Tue, 02 Dec 2008 18:47:33 +0000 Richard Laager Replace the URL registration assertions with regular checks.
Tue, 02 Dec 2008 17:20:53 +0000 Sadrul Habib Chowdhury Detect duplication registrations by substring.
Tue, 02 Dec 2008 17:20:28 +0000 Sadrul Habib Chowdhury Cleanup the GNOME URL registration code
Tue, 02 Dec 2008 17:14:54 +0000 Sadrul Habib Chowdhury Only find URLs on word boundaries to fix a bug rlaager noticed.
Tue, 02 Dec 2008 01:51:55 +0000 Daniel Atallah Fix win32 build. I haven't actually tested any of the functionality, but it
Mon, 01 Dec 2008 19:44:13 +0000 Richard Laager In the GNOME URL registration, ftp, gopher, http, and https are now
Mon, 01 Dec 2008 19:37:11 +0000 Richard Laager Revert the URL scheme passing changes, keeping the miscellaneous other stuff
Mon, 01 Dec 2008 19:23:23 +0000 Richard Laager Pass only the URL scheme to gtkimhtml and let it add the colon automatically.
Mon, 01 Dec 2008 17:05:40 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 1cad4b015e35541ea834da220d2b814b5d5739fb)
Mon, 01 Dec 2008 17:04:29 +0000 Richard Laager Fix some theme manager assertion failures.
Sun, 30 Nov 2008 17:25:50 +0000 Richard Laager More icon fixes.
Sun, 30 Nov 2008 17:22:54 +0000 Richard Laager The DYNAMIC_protocol defines aren't used anywhere.
Sun, 30 Nov 2008 06:37:29 +0000 Richard Laager Various nullprpl fixes.
Sun, 30 Nov 2008 06:31:39 +0000 Richard Laager Add a newline to the end of the file.
Sun, 30 Nov 2008 06:25:26 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head c3f6487e649e7fe5c5f960b9c86a256e09b3976e)
Fri, 28 Nov 2008 06:06:35 +0000 Richard Laager Add a -f/--force-online option to Pidgin which tells libpurple to claim the
Fri, 28 Nov 2008 00:42:22 +0000 Richard Laager Finish up the GNOME URL handler code:
Fri, 28 Nov 2008 00:33:40 +0000 Richard Laager First round of GNOME URL handler support.
Fri, 28 Nov 2008 00:32:51 +0000 Richard Laager merge of '2dd22d23da4543b04174ef30edee6b709b5ae552'
Fri, 28 Nov 2008 00:31:28 +0000 Richard Laager disapproval of revision 'cf02e7f6a3488e78b81601065f32c8eee8a19b4c'
Fri, 28 Nov 2008 00:25:07 +0000 Richard Laager Re-line wrap the latest entry.
Fri, 28 Nov 2008 00:24:42 +0000 Richard Laager When we call g_spawn_command_line_sync(), we don't care about stderr, so
Fri, 28 Nov 2008 00:04:25 +0000 Richard Laager Fix a comment
Thu, 27 Nov 2008 21:15:43 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.imhtml.customlinks' (head 5b6fe9ec607dbcafe1e078d3b80e2bbe8ebc4778)
Thu, 27 Nov 2008 06:57:15 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 4cc0bbe98be861a279e3b1fd97a3b4d491dec519)
Thu, 27 Nov 2008 06:54:03 +0000 Richard Laager Clean up the merge I just did.
Thu, 27 Nov 2008 06:46:25 +0000 Richard Laager explicit merge of 'a9579fef71ff6820f390a986132d30b079f590a0'
Thu, 27 Nov 2008 06:05:42 +0000 Richard Laager explicit merge of '8c6ea3b255d94e0f2867fea830b1380415e6d47a'
Wed, 26 Nov 2008 00:40:27 +0000 Sadrul Habib Chowdhury Do the struct hiding differently.
Wed, 26 Nov 2008 00:38:38 +0000 Sadrul Habib Chowdhury Revert the last 'struct-hiding' change.
Tue, 18 Nov 2008 05:35:45 +0000 Richard Laager Hide the PurpleRequestField struct. I figured this one would be easy and
Sun, 16 Nov 2008 06:57:47 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 8daee71db7028dda036c11e23ca5a60fe834fa95)
Fri, 14 Nov 2008 06:52:15 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 42f888b4f8e15a19002abe6f40a5d89117ee59a7)
Fri, 14 Nov 2008 06:45:16 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 5be7104ff151004112ce3f9c34446335024d06d8)
Fri, 14 Nov 2008 06:05:21 +0000 Richard Laager More purple_debug printf(msg) fixes. I must have a newer GCC or something...
Fri, 14 Nov 2008 05:58:54 +0000 Richard Laager Fix two more purple_debug variations on printf(msg).
Fri, 14 Nov 2008 05:56:15 +0000 Richard Laager Fix a variation on printf(msg);
Fri, 14 Nov 2008 05:55:44 +0000 Richard Laager Make my last commit compile.
Fri, 14 Nov 2008 05:43:25 +0000 Richard Laager Another one the cast fixer breaks.
Fri, 14 Nov 2008 05:38:20 +0000 Richard Laager Minor fixes to the cast changing script.
Fri, 14 Nov 2008 05:32:35 +0000 Richard Laager Update some casts (that the script didn't fix correctly) to GObject macros.
Fri, 14 Nov 2008 02:26:28 +0000 Richard Laager Add a script to change casts to GObject macros. We'll run this later.
Tue, 11 Nov 2008 02:01:43 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 41aaf584a583a4438033063545b99ca0691a803d)
Sun, 09 Nov 2008 02:50:43 +0000 Richard Laager Enable logging of IMs and chats by default, using the HTML log format.
Sat, 08 Nov 2008 19:26:40 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head a2d611d8fe1aec7a7cc8d1837f1a4dceeadcb6eb)
Mon, 03 Nov 2008 04:48:50 +0000 Gary Kramlich Got about a third of the gtkblist.c direct struct usage, much more to go obviously, but i must sleep...
Mon, 03 Nov 2008 04:48:23 +0000 Gary Kramlich Added purple_blist_get_ui_data, purple_blist_set_ui_data, purple_blist_node_get_ui_data, and purple_blist_node_set_ui_data functions.
Mon, 03 Nov 2008 02:30:38 +0000 Richard Laager A totally untested struct hiding fix.
Sun, 02 Nov 2008 23:02:42 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 6c480ed0bfda22bc5131c6a0465140f17e3bf40c)
Sun, 02 Nov 2008 22:18:13 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 3fa3a746613f1d6095334bfc54443d61166dd9fa)
Sun, 02 Nov 2008 21:54:52 +0000 Richard Laager Another small struct hiding change.
Sun, 02 Nov 2008 21:24:23 +0000 Richard Laager Add a commit-check target. The idea is you could use this in a pre-commit
Sun, 02 Nov 2008 21:06:05 +0000 Richard Laager Add some missing files to POTFILES.in.
Sun, 02 Nov 2008 21:05:32 +0000 Richard Laager Ignore .loT files. This is helpful to me because I have a wrapper script
Sun, 02 Nov 2008 21:02:57 +0000 Richard Laager Perl seems to love creating Makefile.old files. Let's ignore them.
Sun, 02 Nov 2008 20:42:15 +0000 Richard Laager Fix one struct hiding issue.
Sun, 02 Nov 2008 19:14:51 +0000 Richard Laager merge of '32cd8507d8b94418ca8f083d8555916341b47b94'
Sun, 02 Nov 2008 18:39:39 +0000 Sadrul Habib Chowdhury A couple of minor fixes.
Sun, 02 Nov 2008 11:08:08 +0000 Gary Kramlich updated the pidgin plugins for the blist struct hiding
Sun, 02 Nov 2008 10:54:00 +0000 Gary Kramlich Finish off the libpurple updates for the hidden blist structs
Sun, 02 Nov 2008 10:21:19 +0000 Gary Kramlich Finished struct hiding in bonjour and qq
Sun, 02 Nov 2008 09:25:16 +0000 Gary Kramlich Hide PurpleBlist
Sun, 02 Nov 2008 06:41:34 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 56f8f1ef1ec93d71fadc9152a3ca7d9a6d4f8057)
Sat, 01 Nov 2008 13:48:25 +0000 Sadrul Habib Chowdhury Struct hiding for Finch. PurpleChat:alias and PurpleContact:totalsize are still used.
Fri, 31 Oct 2008 21:06:26 +0000 Sadrul Habib Chowdhury Alias foo. I think blist.h structs are now completely hidden.
Fri, 31 Oct 2008 20:04:35 +0000 Sadrul Habib Chowdhury merge of 'af834be8e1d99f849b1cade9138e197d7ddf362a'
Fri, 31 Oct 2008 17:49:04 +0000 Richard Laager Deprecate the unused purple_buddy_get_local_alias() function.
Fri, 31 Oct 2008 17:46:39 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 7821a3549d7d99473e999dc067afc4218addcc1e)
Fri, 31 Oct 2008 10:14:23 +0000 Sadrul Habib Chowdhury Some more PurpleBuddy::proto_data related changes.
Fri, 31 Oct 2008 09:24:43 +0000 Sadrul Habib Chowdhury Some more struct hiding.
Fri, 31 Oct 2008 08:21:45 +0000 Sadrul Habib Chowdhury propagate from branch 'local.struct.hiding' (head da9fb6ccb9b3d723d8abdfaae8859bae223cf225)
Fri, 31 Oct 2008 08:09:31 +0000 Sadrul Habib Chowdhury Typo caught by compile warning.
Fri, 31 Oct 2008 05:08:57 +0000 Richard Laager More struct hiding work
Fri, 31 Oct 2008 03:54:44 +0000 Richard Laager Add @since 2.6.0 tags for purple_connection_set_protocol_data() and
Fri, 31 Oct 2008 03:42:38 +0000 Gary Kramlich updated irc to use the api rather than structs directly
Fri, 31 Oct 2008 03:38:24 +0000 Gary Kramlich moved gg to use the api rather than structs directly
Fri, 31 Oct 2008 01:22:53 +0000 Gary Kramlich Finished moving to api for bonjour