Mon, 30 Jun 2008 03:50:35 +0000 |
Justin Rodriguez |
Fixed up a few typos, readability, leaks, and bugs, all minor and mostly in theme and theme loader classes
|
Fri, 27 Jun 2008 21:01:47 +0000 |
Justin Rodriguez |
Fixes the display problems with (option 1) sound themes
|
Fri, 27 Jun 2008 18:04:29 +0000 |
Justin Rodriguez |
Fixed a few small problems with the sound loader and sound theme
|
Fri, 27 Jun 2008 03:44:28 +0000 |
Justin Rodriguez |
fixed crash on shutdown (avoid a double free)
|
Fri, 27 Jun 2008 01:29:59 +0000 |
Justin Rodriguez |
Working sound themes (option 1) theme is saved in prefs and there is no seperate custom theme, everything
|
Tue, 24 Jun 2008 02:06:42 +0000 |
Justin Rodriguez |
fixed images to appear in pref menu
|
Sun, 22 Jun 2008 03:07:07 +0000 |
Justin Rodriguez |
more gobject fixed
|
Sat, 21 Jun 2008 23:42:57 +0000 |
Justin Rodriguez |
fixed some gobject stuff
|
Sat, 21 Jun 2008 05:55:58 +0000 |
Justin Rodriguez |
Fixed purple sound loader class init function (bug on startup) and added shell sound theme selector
|
Tue, 17 Jun 2008 03:26:00 +0000 |
Justin Rodriguez |
Fixed some warnings with loader_build
|
Mon, 16 Jun 2008 21:43:34 +0000 |
Justin Rodriguez |
added a more generic function to read xml files (and made the util version into a wrapper) so it can be used by the
|
Mon, 16 Jun 2008 19:48:56 +0000 |
Justin Rodriguez |
Fixed some things needed for proper gobfication (init/finalize/etc)
|
Fri, 13 Jun 2008 21:33:17 +0000 |
Justin Rodriguez |
Added sound builder (implete still needs a good way to go from xml file to xml node)
|
Thu, 12 Jun 2008 22:13:54 +0000 |
Justin Rodriguez |
Added skeleton (non-working) sound loader class
|
Thu, 12 Jun 2008 07:34:43 +0000 |
Justin Rodriguez |
Added minimal sound theme class (only get/set api)
|
Thu, 12 Jun 2008 06:25:49 +0000 |
Justin Rodriguez |
changed the purple theme formatting a bit (minor)
|
Wed, 11 Jun 2008 18:32:12 +0000 |
Justin Rodriguez |
Added description to theme abstract class
|
Wed, 11 Jun 2008 03:51:47 +0000 |
Justin Rodriguez |
Fixed some leaks formatting
|
Wed, 11 Jun 2008 03:41:35 +0000 |
Justin Rodriguez |
Fixed theme-manager to be more of a singleton and less-gobject like
|
Tue, 10 Jun 2008 21:39:35 +0000 |
Justin Rodriguez |
Added the theme-manager and basic functionality (needs to be given proper directories to find themes)
|
Sat, 07 Jun 2008 11:03:20 +0000 |
Justin Rodriguez |
Added theme loader class abstract whose only (current/planned) function is to build themes
|
Sat, 07 Jun 2008 01:55:23 +0000 |
Justin Rodriguez |
fixed formatting and get/set properties
|
Sat, 07 Jun 2008 01:23:24 +0000 |
Justin Rodriguez |
Added basic theme for libpurple to be used by theme manager and loaders (abstract gobject)
|
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, 07 Jan 2009 05:06:53 +0000 |
Mike Ruprecht |
Fix GLib warning.
|
Wed, 07 Jan 2009 04:40:24 +0000 |
Mike Ruprecht |
Support initiating voice calls to GTalk and Gmail.
|
Wed, 07 Jan 2009 03:07:01 +0000 |
Mike Ruprecht |
propagate from branch 'im.pidgin.pidgin' (head 8e99bf9be800f9578d7e94cc4d522d435cfc80dd)
|
Wed, 07 Jan 2009 02:59:51 +0000 |
Mike Ruprecht |
Remove internal.h include from media.h and mediamanager.h
|
Wed, 07 Jan 2009 02:49:51 +0000 |
Mike Ruprecht |
Fix gtkmedia's Makefile entries.
|
Wed, 07 Jan 2009 02:46:41 +0000 |
Mike Ruprecht |
Fix receiving voice calls from Gmail.
|
Wed, 07 Jan 2009 02:30:46 +0000 |
Mike Ruprecht |
Add candidates instead of replacing them.
|
Tue, 06 Jan 2009 00:21:09 +0000 |
Mike Ruprecht |
End google call if stream creation fails.
|
Mon, 05 Jan 2009 10:28:51 +0000 |
Mike Ruprecht |
Remove unused variables.
|
Mon, 05 Jan 2009 10:24:46 +0000 |
Mike Ruprecht |
Remove unused callback.
|
Mon, 05 Jan 2009 10:21:56 +0000 |
Mike Ruprecht |
Move functionality to the state-changed signal.
|
Mon, 05 Jan 2009 10:19:51 +0000 |
Mike Ruprecht |
Temporarily fix an oversight.
|
Mon, 05 Jan 2009 09:48:39 +0000 |
Mike Ruprecht |
Use the state-changed signal.
|
Mon, 05 Jan 2009 06:34:30 +0000 |
Mike Ruprecht |
Add state-changed signal to PurpleMedia.
|
Sun, 04 Jan 2009 12:13:12 +0000 |
Mike Ruprecht |
Remove PurpleMedias from JabberStream's list when a media session ends.
|
Sun, 04 Jan 2009 11:12:47 +0000 |
Mike Ruprecht |
Use the new ready signal instead of accept to send a session-accept.
|
Sun, 04 Jan 2009 09:56:54 +0000 |
Mike Ruprecht |
Have XMPP use the new ready signal.
|
Sun, 04 Jan 2009 07:42:12 +0000 |
Mike Ruprecht |
Implement a new ready signal.
|
Sun, 04 Jan 2009 05:21:25 +0000 |
Mike Ruprecht |
propagate from branch 'im.pidgin.pidgin' (head 7bd1f8a0fcc289166add1f0b4d84fdac526ab4a7)
|
Sun, 04 Jan 2009 05:19:54 +0000 |
Mike Ruprecht |
Add initiator property to PurpleMedia.
|
Fri, 02 Jan 2009 23:14:27 +0000 |
Mike Ruprecht |
propagate from branch 'im.pidgin.pidgin' (head b478b184a46116ac87ac85b8cd352ea564224019)
|
Tue, 16 Dec 2008 02:11:07 +0000 |
Mike Ruprecht |
Rename "fs-conference" to "conference".
|
Tue, 16 Dec 2008 02:06:55 +0000 |
Mike Ruprecht |
Remove the screenname attribute from PurpleMedia.
|
Tue, 16 Dec 2008 01:27:51 +0000 |
Mike Ruprecht |
Remove connection attribute from PurpleMedia.
|
Tue, 16 Dec 2008 00:53:59 +0000 |
Mike Ruprecht |
Add purple_media_error.
|
Mon, 15 Dec 2008 09:55:25 +0000 |
Mike Ruprecht |
Free Farsight objects better.
|
Mon, 15 Dec 2008 09:13:41 +0000 |
Mike Ruprecht |
Set no-rtcp-timeout to 0 only for nice and rawudp transmitters.
|
Mon, 15 Dec 2008 08:57:11 +0000 |
Mike Ruprecht |
Remove commented out disable of the MPV codec.
|
Mon, 15 Dec 2008 08:39:08 +0000 |
Mike Ruprecht |
propagate from branch 'im.pidgin.pidgin' (head e36b0b63962b9c710ecd798a529e1d2b78d7879a)
|
Sun, 14 Dec 2008 23:43:52 +0000 |
Mike Ruprecht |
Wait for local video frame to be realized before starting local video.
|
Sat, 13 Dec 2008 09:11:08 +0000 |
Mike Ruprecht |
Move sink from PurpleMediaSession to PurpleMediaStream.
|
Sat, 13 Dec 2008 08:49:16 +0000 |
Mike Ruprecht |
merge of '2a69c36548c533b1a96f40e1ee6af57c06ab1bad'
|
Sat, 13 Dec 2008 08:48:58 +0000 |
Mike Ruprecht |
explicit merge of '094ca19cc431d185c7b94947bfcd7cfc2d2f4a0b'
|
Sat, 13 Dec 2008 08:46:42 +0000 |
Mike Ruprecht |
Silence warning.
|
Sat, 06 Dec 2008 02:23:20 +0000 |
Mike Ruprecht |
propagate from branch 'im.pidgin.pidgin' (head dd7a36be12180dba9663c2b740553e89711d7644)
|
Sat, 13 Dec 2008 08:37:57 +0000 |
Mike Ruprecht |
Added media functions to set input and output volume.
|
Sat, 06 Dec 2008 02:20:09 +0000 |
Mike Ruprecht |
Choose the transport type according to the responder's caps.
|
Tue, 25 Nov 2008 02:59:47 +0000 |
Mike Ruprecht |
merge of '8b14f9ccca52482ea771f52730b3b9f59bac6b06'
|
Tue, 25 Nov 2008 02:58:55 +0000 |
Mike Ruprecht |
Use STUN for the nice transmitter as well.
|
Mon, 24 Nov 2008 10:59:08 +0000 |
Mike Ruprecht |
propagate from branch 'im.pidgin.pidgin' (head df86c6f1de324e87828356aa8d5c369abd533b58)
|
Mon, 24 Nov 2008 10:43:38 +0000 |
Mike Ruprecht |
Added a Jingle ice-udp transmitter.
|
Mon, 17 Nov 2008 01:09:55 +0000 |
Mike Ruprecht |
Fix GTalk vv caps.
|
Sun, 16 Nov 2008 06:21:31 +0000 |
Mike Ruprecht |
Very basic receive only GTalk audio sessions.
|
Sun, 16 Nov 2008 05:22:17 +0000 |
Mike Ruprecht |
Move variables to PurpleMediaStream.
|
Sun, 16 Nov 2008 04:23:36 +0000 |
Mike Ruprecht |
Added PurpleMediaStream to wrap FsStream.
|
Thu, 13 Nov 2008 04:00:29 +0000 |
Mike Ruprecht |
Fix a few GLib warnings when trying to start a second media session.
|
Thu, 13 Nov 2008 03:46:28 +0000 |
Mike Ruprecht |
Combine get_*_codecs functions to mirror Farsight 2.
|
Sun, 09 Nov 2008 20:55:10 +0000 |
Marcus Lundblad |
Added menu items to buddy list context menu to start voice and video sessions
|
Fri, 07 Nov 2008 03:38:42 +0000 |
Mike Ruprecht |
Add mnemonics to buttons in PidginMedia.
|
Fri, 07 Nov 2008 03:30:02 +0000 |
Mike Ruprecht |
Silence warning.
|
Fri, 07 Nov 2008 03:14:10 +0000 |
Mike Ruprecht |
Fix crash when remote client reconnects and tries to restart the media session.
|
Fri, 07 Nov 2008 03:01:55 +0000 |
Mike Ruprecht |
propagate from branch 'im.pidgin.pidgin' (head 6b8c653bfd16896dc5b445bb8147d09a37e8db4c)
|
Fri, 07 Nov 2008 03:00:09 +0000 |
Mike Ruprecht |
Update Jingle raw-udp to latest spec version.
|
Thu, 06 Nov 2008 08:26:14 +0000 |
Mike Ruprecht |
Remove unnecessary changes in server.c.
|
Thu, 06 Nov 2008 03:20:05 +0000 |
Mike Ruprecht |
propagate from branch 'im.pidgin.pidgin' (head 633ffe234af48ead3631ae62e23840b4438fcf5f)
|
Thu, 06 Nov 2008 02:21:16 +0000 |
Mike Ruprecht |
Prepare vv GUI earlier and create sinks when src-pad-added is triggered.
|
Thu, 06 Nov 2008 01:32:58 +0000 |
Mike Ruprecht |
Add purple_media_manager_get_element.
|
Mon, 03 Nov 2008 03:07:07 +0000 |
Mike Ruprecht |
Fix support for audio and video (at the same time) sessions.
|
Sun, 02 Nov 2008 21:00:46 +0000 |
Mike Ruprecht |
Use a key file for Farsight 2 codec configuration.
|
Mon, 20 Oct 2008 00:11:33 +0000 |
Mike Ruprecht |
Add files I missed committing before and remove a few unnecessary functions.
|
Sun, 19 Oct 2008 04:59:51 +0000 |
Mike Ruprecht |
propagate from branch 'im.pidgin.pidgin' (head 0e036cef0f8a3bdfd1d7f7fc082edca43d3153df)
|
Sun, 19 Oct 2008 04:55:34 +0000 |
Mike Ruprecht |
Fix merge.
|
Sun, 19 Oct 2008 04:40:59 +0000 |
Mike Ruprecht |
merge of 'a4aa548f12b557cc419b1567e6902eb124d0cf06'
|
Sat, 27 Sep 2008 04:44:17 +0000 |
Mike Ruprecht |
propagate from branch 'im.pidgin.pidgin' (head 25e27ca0f73c4714d17fcdf83d0e4ce7e63bc55d)
|
Fri, 05 Sep 2008 05:51:41 +0000 |
Mike Ruprecht |
These should not be fatal debug messages.
|
Fri, 05 Sep 2008 05:46:14 +0000 |
Mike Ruprecht |
Have the responder wait to set the send codec until codecs are ready.
|
Fri, 05 Sep 2008 03:24:01 +0000 |
Mike Ruprecht |
Missed this when propagating.
|
Fri, 05 Sep 2008 02:57:48 +0000 |
Mike Ruprecht |
propagate from branch 'im.pidgin.pidgin' (head 25e6cb3cd762fe0e3dbb5ce67dd017555c8a26a8)
|
Sun, 19 Oct 2008 04:37:23 +0000 |
Mike Ruprecht |
Restructure Jingle code to more easily support multiple application types.
|
Fri, 05 Sep 2008 02:18:15 +0000 |
Mike Ruprecht |
Wait for Farsight 2's codecs-ready property to be TRUE before using codecs.
|
Tue, 02 Sep 2008 08:04:04 +0000 |
Mike Ruprecht |
Send and receive optional codec parameters in Jingle RTP.
|
Mon, 01 Sep 2008 03:18:26 +0000 |
Mike Ruprecht |
Simplified purple_media_get_devices.
|
Mon, 01 Sep 2008 01:58:42 +0000 |
Mike Ruprecht |
purple_media_add_stream should only add a stream to one session.
|
Mon, 01 Sep 2008 01:23:26 +0000 |
Mike Ruprecht |
Add params to purple_media_add_stream to allow for different libNice
|
Sun, 31 Aug 2008 23:27:05 +0000 |
Mike Ruprecht |
Silence FS_ERROR_UNKNOWN_CNAME error.
|
Sun, 31 Aug 2008 22:46:16 +0000 |
Mike Ruprecht |
Removed several PurpleMedia functions that now seem unnecessary:
|
Sun, 31 Aug 2008 21:20:05 +0000 |
Mike Ruprecht |
Gracefully handle missing the fsrtpconference GStreamer plugin.
|
Thu, 28 Aug 2008 04:57:30 +0000 |
Mike Ruprecht |
Properly free PurpleMedia when there's an error creating an FsStream.
|
Wed, 27 Aug 2008 07:49:52 +0000 |
Mike Ruprecht |
propagate from branch 'im.pidgin.pidgin' (head 9860b693346097316a1c47ef0fb094355c3e49ae)
|
Wed, 07 Jan 2009 02:12:17 +0000 |
Daniel Atallah |
Improve the sametime debugging on Windows. Refs #8014.
|
Wed, 07 Jan 2009 01:18:16 +0000 |
Stu Tomlinson |
Make XML parsing error levels match libxml2's levels, making less important
|
Wed, 07 Jan 2009 01:15:36 +0000 |
Stu Tomlinson |
g_strsplit_set is new in glib 2.4
|
Wed, 07 Jan 2009 01:13:27 +0000 |
Stu Tomlinson |
Only install man pages if the respective binary is being installed, fixes a
|
Tue, 06 Jan 2009 22:41:16 +0000 |
Sadrul Habib Chowdhury |
merge of '479fd75025803f01e743b5c39e6706b1d42a3520'
|
Tue, 06 Jan 2009 19:50:18 +0000 |
Sadrul Habib Chowdhury |
Terminate the loop on the first null-character.
|
Tue, 06 Jan 2009 16:19:16 +0000 |
Sadrul Habib Chowdhury |
Show the submenu for the toplevel menu without requiring a keypress from the user.
|
Tue, 06 Jan 2009 15:34:26 +0000 |
Sadrul Habib Chowdhury |
Compilation fixes for OpenBSD from the OpenBSD ports tree. Closes #8009.
|
Tue, 06 Jan 2009 15:30:12 +0000 |
Sadrul Habib Chowdhury |
Don't crash on screen refresh if buddylist is maximized. Fixes #8003.
|
Mon, 05 Jan 2009 14:43:15 +0000 |
Sadrul Habib Chowdhury |
Boldify the selected row in the tree. This is helpful when, for example,
|
Tue, 06 Jan 2009 05:03:18 +0000 |
Daniel Atallah |
Kir Kolyshkin figured out that we need to initialize the dbus threading to avoid
|
Tue, 06 Jan 2009 04:11:09 +0000 |
Daniel Atallah |
Ludovico Cavedon noticed that on 64-bit platforms, when HAVE_GETADDRINFO isn't
|
Tue, 06 Jan 2009 02:28:10 +0000 |
Daniel Atallah |
The remainder of a patch from fqueze to fix some incorrect *printf() function
|
Tue, 06 Jan 2009 01:25:17 +0000 |
Mark Doliner |
MySpace? passwords are truncated to 10 characters. Their website doesn't
|
Mon, 05 Jan 2009 19:37:34 +0000 |
Josep Puigdemont |
Remove gaim from Catalan translations.
|
Mon, 05 Jan 2009 16:36:11 +0000 |
Jochen Kemnade |
complete German translation for 2.5.4
|
Mon, 05 Jan 2009 09:50:38 +0000 |
ª±ric Boumaour |
Update french translation.
|
Mon, 05 Jan 2009 00:53:39 +0000 |
Sadrul Habib Chowdhury |
merge of '03c54c34322681b0c346853ded3bfb90b75b1a62'
|
Mon, 05 Jan 2009 00:47:03 +0000 |
Josep Puigdemont |
Updated Catalan translation.
|
Mon, 05 Jan 2009 00:52:53 +0000 |
Sadrul Habib Chowdhury |
We are no longer homonymous with game!
|
Sun, 04 Jan 2009 21:45:30 +0000 |
Kelemen G«¡bor |
hu.po: Updated Hungarian translation for 2.5.4
|
Sun, 04 Jan 2009 20:13:06 +0000 |
Mark Doliner |
merge of '3033bb87676edf402a8cf741cc4b225d71b9649b'
|
Tue, 16 Dec 2008 14:54:00 +0000 |
Jochen Kemnade |
complete German translation for 2.5.3
|
Sun, 04 Jan 2009 20:10:55 +0000 |
Mark Doliner |
merge of '2ec56f8fe4fa8959fcac15d674b339c112802a49'
|
Sun, 04 Jan 2009 15:11:08 +0000 |
SHiNE CsyFeK |
2008.12.28 - flos <lonicerae(at)gmail.com>
|
Sun, 04 Jan 2009 11:30:12 +0000 |
Jochen Kemnade |
update German translation
|
Sat, 03 Jan 2009 20:43:50 +0000 |
John Bailey |
merge of '1573f5f4950069e05f77f6b74e1627bfae9667c5'
|
Sat, 03 Jan 2009 18:50:33 +0000 |
Daniel Atallah |
purple_prefs_disconnect_by_handle() wont actually remove anything with the
|
Sat, 03 Jan 2009 18:37:37 +0000 |
Daniel Atallah |
Rearrange prefs uninitialization now that it actually does something.
|
Fri, 02 Jan 2009 22:41:11 +0000 |
Richard Laager |
Fix a compiler warning:
|
Fri, 02 Jan 2009 07:43:30 +0000 |
Daniel Atallah |
Plug a small leak
|
Fri, 02 Jan 2009 07:42:04 +0000 |
Daniel Atallah |
merge of '5a35c52faacfbdaf503309fcdf10842cfd126c3f'
|
Thu, 01 Jan 2009 23:17:11 +0000 |
Daniel Atallah |
Fix from the QuteCom folks to compile with Glib < 2.8.5 with MSVC. Fixes #7761. Also some minor cleanup from me.
|
Thu, 01 Jan 2009 23:07:15 +0000 |
Daniel Atallah |
Fixes from the QuteCom folks for the core being reinitialized. References #7761
|
Thu, 01 Jan 2009 22:43:01 +0000 |
Daniel Atallah |
Fix a race condition that can result in a NULL ptr deref. Fixes #7920.
|
Thu, 01 Jan 2009 19:29:30 +0000 |
Ka-Hing Cheung |
He wandered into the darkside just for us, what else can we say?
|
Thu, 01 Jan 2009 18:07:37 +0000 |
John Bailey |
Changelog the last three patches. Refs #7836, #7849, #7889.
|
Thu, 01 Jan 2009 17:27:54 +0000 |
Paul Aurich |
Don't log passwords for XMPP when using SASL PLAIN or old-style IQ Auth so
|
Thu, 01 Jan 2009 17:03:44 +0000 |
Paul Aurich |
Extend purple-url-handler to handle "gtalk" URIs. Fixes #7889
|
Thu, 01 Jan 2009 16:51:09 +0000 |
Paul Aurich |
Adjust the NLA code to prevent hang on exit for Windows XP and Windows Vista.
|
Thu, 01 Jan 2009 03:47:26 +0000 |
Sadrul Habib Chowdhury |
merge of '409aaedc8836828692279141224e2077ffd4a80f'
|
Thu, 01 Jan 2009 03:09:10 +0000 |
Ka-Hing Cheung |
validates that string PurpleValues are utf-8
|
Thu, 01 Jan 2009 03:12:56 +0000 |
Sadrul Habib Chowdhury |
A couple of memory leak fixes.
|
Thu, 01 Jan 2009 01:04:34 +0000 |
Sadrul Habib Chowdhury |
Remove unused option, thanks to KuSh. Closes #7856.
|
Wed, 31 Dec 2008 23:49:36 +0000 |
Sadrul Habib Chowdhury |
Redirect stderr to the debug window.
|
Wed, 31 Dec 2008 23:42:28 +0000 |
Sadrul Habib Chowdhury |
Do not show a separator after 'Account -> Enable Account' when not required.
|
Mon, 29 Dec 2008 05:44:01 +0000 |
John Bailey |
Changelog that last bit
|
Mon, 29 Dec 2008 05:37:18 +0000 |
John Bailey |
Make sure the prpl has a get_account_text_table function before trying to
|
Mon, 29 Dec 2008 03:49:33 +0000 |
Mark Doliner |
Don't mention TOC in this error message. I think this error is too
|
Sun, 28 Dec 2008 00:39:39 +0000 |
Evan Schoenberg |
Use purple_prpl_got_attention() for XMPP notifications
|
Sat, 27 Dec 2008 10:04:33 +0000 |
Elliott Sales de Andrade |
Changelog the MSN OIM crash fix of #7901.
|
Sat, 27 Dec 2008 09:37:12 +0000 |
Elliott Sales de Andrade |
merge of '518ebe34a3f1499bab1208e43f5e9acf69c4ca3e'
|
Sat, 27 Dec 2008 09:37:08 +0000 |
Elliott Sales de Andrade |
merge of '5043805100d2fa5a371317e802d6a191c89ddaeb'
|
Fri, 26 Dec 2008 13:00:57 +0000 |
SHiNE CsyFeK |
2008.12.25 - flos <lonicerae(at)gmail.com>
|
Thu, 25 Dec 2008 14:06:10 +0000 |
SHiNE CsyFeK |
propagate from branch 'im.pidgin.pidgin' (head c06356e8e8d2c586f0192a5564053c2584020da8)
|
Sat, 27 Dec 2008 09:32:38 +0000 |
Elliott Sales de Andrade |
Apparently X-OIM-Proxy was not a good way to decide that we received a
|
Sat, 27 Dec 2008 08:41:35 +0000 |
Elliott Sales de Andrade |
These translated strings don't need to be duplicated with g_snprintf. And
|
Wed, 24 Dec 2008 06:10:40 +0000 |
Kevin Stange |
Spell "conversation" properly. My typo can forever be found in release
|
Tue, 23 Dec 2008 16:55:49 +0000 |
John Bailey |
Slightly modified version of a fix fqueze proposed for a crash with the empty
|
Tue, 23 Dec 2008 16:38:49 +0000 |
Daniel Atallah |
Fix a typo in the French translation. References #7881.
|
Mon, 22 Dec 2008 23:21:14 +0000 |
Mark Doliner |
This is a bitmask, and the "c" value here should be the least significant
|
Mon, 22 Dec 2008 23:08:26 +0000 |
Mark Doliner |
Error messages from libxml contain their own newlines
|
Mon, 22 Dec 2008 22:01:34 +0000 |
Mark Doliner |
Fix two related bugs:
|
Mon, 22 Dec 2008 19:29:59 +0000 |
Mark Doliner |
Change our font mapping in gtkimhtml to match the suggested values
|
Mon, 22 Dec 2008 19:14:50 +0000 |
Mark Doliner |
Change the font size mapping table in purple_markup_html_to_xhtml() to
|
Mon, 22 Dec 2008 19:02:33 +0000 |
Mark Doliner |
Fix a typo in a comment
|
Mon, 22 Dec 2008 16:50:40 +0000 |
Daniel Atallah |
Fix a leak "KuSh" discovered using "cppcheck". Fixes #7857.
|
Mon, 22 Dec 2008 16:41:53 +0000 |
Daniel Atallah |
Fix a leak "KuSh" discovered using "cppcheck". Fixes #7858. Also, make the relevant code less of a horrible abomination.
|
Mon, 22 Dec 2008 16:22:08 +0000 |
Daniel Atallah |
Fix a leak "KuSh" discovered using "cppcheck". Fixes #7859.
|
Mon, 22 Dec 2008 16:17:28 +0000 |
Daniel Atallah |
Fix a potential leak "KuSh" discovered using "cppcheck". Fixes #7861.
|
Mon, 22 Dec 2008 16:15:40 +0000 |
Daniel Atallah |
Fix a potential leak "KuSh" discovered using "cppcheck". Fixes #7862.
|
Mon, 22 Dec 2008 16:13:43 +0000 |
Daniel Atallah |
Fix a potential leak "KuSh" discovered using "cppcheck". Fixes #7863.
|
Mon, 22 Dec 2008 07:51:06 +0000 |
Mark Doliner |
Commit patch #7670: Implement xep-0191 (simple blocking) for jabber protocols
|
Sun, 21 Dec 2008 18:01:37 +0000 |
John Bailey |
Correctly credit Tomasz Sa©Èaci«Íski for writing the original patch for IM
|
Sun, 21 Dec 2008 04:58:36 +0000 |
Michal Witkowski |
Don't ignore XML namespace and prefix information when parsing incoming XMPP
|
Sun, 21 Dec 2008 04:45:20 +0000 |
Martin Rosinski |
Fix a connection timeout that occurs with empty Gadu-Gadu buddy lists.
|
Sun, 21 Dec 2008 04:14:18 +0000 |
John Bailey |
The road to a new version starts with but a single commit...
|
Sat, 20 Dec 2008 18:45:53 +0000 |
Josep Puigdemont |
merge of '6c01f570946b5aa15076b2de30882e3812c7e889'
|
Sat, 20 Dec 2008 18:38:57 +0000 |
Josep Puigdemont |
merge of '8e2be07d23144f93dd575524d8dac1986487d4cc'
|
Sat, 20 Dec 2008 16:48:58 +0000 |
John Bailey |
Correcting version and dates per the Pre-Release instructions from ReleaseProcess.
|
Fri, 19 Dec 2008 08:10:19 +0000 |
Kevin Stange |
merge of '665a07783e325291cdd356dacf8f394fb18f0031'
|
Sat, 20 Dec 2008 18:45:44 +0000 |
Josep Puigdemont |
Updated Catalan (Valencian) by Toni Hermoso.
|
Sat, 20 Dec 2008 17:40:01 +0000 |
Josep Puigdemont |
Fixed a few accelerator clashes, and updated strings in Catalan translation.
|
Fri, 19 Dec 2008 05:51:10 +0000 |
Elliott Sales de Andrade |
NEWS and stuff...
|
Fri, 19 Dec 2008 04:12:30 +0000 |
Daniel Atallah |
merge of '5dc6f2359f155e18525e7b42ecd827005e473725'
|
Fri, 19 Dec 2008 03:43:26 +0000 |
Ka-Hing Cheung |
oh, and my payment was late because I forgot to update my credit card info,
|
Fri, 19 Dec 2008 04:11:15 +0000 |
Daniel Atallah |
Make purple_utf8_has_word() better about detecting word boundaries (still not
|
Fri, 19 Dec 2008 03:11:59 +0000 |
Daniel Atallah |
Prevent a NULL ptr deref when unexpected stuff happens in the cert cache. Fixes #7776,#7769
|
Fri, 19 Dec 2008 03:10:04 +0000 |
Daniel Atallah |
Delete MSN cert when uninstalling.
|
Fri, 19 Dec 2008 01:52:39 +0000 |
Stu Tomlinson |
I believe the patch from #220 actually implemented IM images for Gadu-Gadu,
|
Fri, 19 Dec 2008 00:29:00 +0000 |
John Bailey |
NEWSing
|
Fri, 19 Dec 2008 00:12:10 +0000 |
John Bailey |
merge of '2c386633fb7a57f0cb963070eba463721cf3728c'
|
Thu, 18 Dec 2008 22:10:51 +0000 |
Bj«Órn Voigt |
Sorry, forgotten --no-location in German translation
|
Thu, 18 Dec 2008 22:14:57 +0000 |
Mark Doliner |
Updated Serbian Latin translation from Milo«Þ Popovi««.
|
Thu, 18 Dec 2008 22:11:38 +0000 |
Mark Doliner |
Don't set a default action for oscar's "Do you want to accept this
|
Thu, 18 Dec 2008 20:27:07 +0000 |
Mark Doliner |
merge of '13d63095df75c7a8735de7c5417132784063ef0a'
|
Thu, 18 Dec 2008 20:27:05 +0000 |
Mark Doliner |
merge of 'b969d731bb18e8b2674e0dbe21b1f459dfe3347f'
|
Thu, 18 Dec 2008 20:00:58 +0000 |
Kevin Stange |
Fix up the ChangeLog, add missing items, "de-credit" Mark from changes
|
Thu, 18 Dec 2008 19:13:58 +0000 |
Bj«Órn Voigt |
other small German translation update
|
Thu, 18 Dec 2008 19:22:21 +0000 |
Marcus Lundblad |
Fixed some typos and capitalization in the Swedish translation
|
Thu, 18 Dec 2008 11:36:24 +0000 |
Kelemen G«¡bor |
hu.po: Hungarian translation updated for 2.5.3
|
Thu, 18 Dec 2008 10:24:47 +0000 |
Mark Doliner |
Add Israt Jahan to the about dialog for the Bengali translation.
|
Thu, 18 Dec 2008 10:07:22 +0000 |
Mark Doliner |
Fix this error from msgfmt:
|
Thu, 18 Dec 2008 10:05:58 +0000 |
Mark Doliner |
I'm guessing this is what was intended here?
|
Thu, 18 Dec 2008 10:01:10 +0000 |
Mark Doliner |
Bengali translation update, maybe from Israt Jahan. Closes #7820
|
Thu, 18 Dec 2008 09:53:34 +0000 |
Mark Doliner |
Updated Romanian translation from Mi«ßu Moldovan
|
Thu, 18 Dec 2008 09:52:32 +0000 |
Mark Doliner |
Updated Afrikaans translation from Friedel Wolff (closes #7817)
|
Thu, 18 Dec 2008 09:51:03 +0000 |
Mark Doliner |
Updated Greek translation from Bouklis Panos (closes #7815)
|
Thu, 18 Dec 2008 09:47:29 +0000 |
Mark Doliner |
Updated Chinese translations from Ambrose C. Li. Closes #7806.
|
Thu, 18 Dec 2008 09:44:58 +0000 |
Mark Doliner |
Updated Galician translation from Frco. Javier Rial Rodr«¿guez.
|
Thu, 18 Dec 2008 09:43:15 +0000 |
Mark Doliner |
Updated Spanish translation from Javier Fern«¡ndez-Sanguino. Closes #7784
|
Thu, 18 Dec 2008 09:41:50 +0000 |
Mark Doliner |
Updated Slovak translation from loptosko. Closes #7783
|
Thu, 18 Dec 2008 09:39:28 +0000 |
Mark Doliner |
Updated Czech translation from David Vachulka (closes #7780) and
|
Thu, 18 Dec 2008 09:35:58 +0000 |
Mark Doliner |
Updated Norwegian Nynorsk translation from Yngve Spjeld Ladro
|
Thu, 18 Dec 2008 09:33:42 +0000 |
Mark Doliner |
Serbian translation update from Milo«Þ Popovi««. References #7598.
|
Thu, 18 Dec 2008 09:27:08 +0000 |
Mark Doliner |
Albanian translation from Besnik Bleta. Closes #7573.
|
Thu, 18 Dec 2008 09:16:50 +0000 |
Mark Doliner |
Updated Arabic translation from Khaled Hosny. Closes #7430.
|
Thu, 18 Dec 2008 09:15:16 +0000 |
Mark Doliner |
Updated Slovenian translation from Martin Srebotnjak. Closes #7368.
|
Thu, 18 Dec 2008 09:11:40 +0000 |
Mark Doliner |
Are we ready to release this puppy later tonight?
|
Thu, 18 Dec 2008 07:25:37 +0000 |
Ka-Hing Cheung |
a patch from eperez that corrects EOF detection, Fixes #7726
|
Thu, 18 Dec 2008 06:28:36 +0000 |
Ka-Hing Cheung |
some server(s) don't like empty resource which we now default to. I am not
|
Thu, 18 Dec 2008 02:03:20 +0000 |
Mark Doliner |
We have a prpl function "buddy_free" that I don't think any of our
|
Thu, 18 Dec 2008 01:53:49 +0000 |
Mark Doliner |
Fix a few small memleaks
|
Wed, 17 Dec 2008 22:37:53 +0000 |
Marcus Lundblad |
merge of '9979f20f66bc7efceedd9e288dc78576d9ceeb0c'
|
Wed, 17 Dec 2008 20:56:30 +0000 |
Mark Doliner |
merge of '86eb900cf982408bb630159b662426812328a78c'
|
Wed, 17 Dec 2008 20:50:46 +0000 |
Mark Doliner |
Let's actually close the socket when we sign off a myspace account.
|
Wed, 17 Dec 2008 20:55:49 +0000 |
Josep Puigdemont |
Updated Catalan Valencian translation by Toni Hermoso.
|
Wed, 17 Dec 2008 20:55:25 +0000 |
Josep Puigdemont |
Updated Catalan translation.
|
Wed, 17 Dec 2008 20:50:49 +0000 |
Sadrul Habib Chowdhury |
Fix a leak in myspace prpl.
|
Wed, 17 Dec 2008 18:36:31 +0000 |
Mark Doliner |
Set buddies idle time to 0 when their idle. 0 is a flag to the UI that
|
Wed, 17 Dec 2008 18:21:47 +0000 |
Mark Doliner |
Add a comment that 0 should be used when a buddies idle time is unknown
|
Wed, 17 Dec 2008 05:39:11 +0000 |
Mark Doliner |
Set the server alias for myspace buddies who haven't set their username.
|
Wed, 17 Dec 2008 04:37:21 +0000 |
Mark Doliner |
Support for background font colors in incoming MySpace IMs
|
Wed, 17 Dec 2008 04:12:04 +0000 |
Mark Doliner |
Remove a stray > when a font face is specified
|
Wed, 17 Dec 2008 04:02:25 +0000 |
Mark Doliner |
Add support for foreground and background font colors in MySpace IMs
|
Wed, 17 Dec 2008 03:37:59 +0000 |
Mark Doliner |
Add a newline to the end of a debug messages
|
Wed, 17 Dec 2008 03:33:57 +0000 |
Mark Doliner |
Fix bugs sending and receiving myspace IMs related to not escaping
|
Wed, 17 Dec 2008 03:03:36 +0000 |
Mark Doliner |
ChangeLog updates for my changes from December
|
Wed, 17 Dec 2008 03:03:21 +0000 |
Mark Doliner |
merge of '9643d7374ca3732ca4269075429908a3d1645f4e'
|
Wed, 17 Dec 2008 02:40:51 +0000 |
Daniel Atallah |
merge of 'ef05d478fa7019dbdddad2f30968a729d943520e'
|
Wed, 17 Dec 2008 02:04:37 +0000 |
Daniel Atallah |
A patch from fqueze to prevent re-initalization of the SSL stuff. Fixes #7764.
|
Wed, 17 Dec 2008 02:44:37 +0000 |
Ka-Hing Cheung |
not all features are implemented in QQ2008 yet
|
Wed, 17 Dec 2008 02:26:40 +0000 |
Mark Doliner |
Add support for blocking buddies on MySpace
|
Wed, 17 Dec 2008 01:33:10 +0000 |
Daniel Atallah |
Fix win32 build.
|
Wed, 17 Dec 2008 00:06:05 +0000 |
Mark Doliner |
Fix a bug where if "Show our presence only to people on our buddy list"
|
Tue, 16 Dec 2008 23:43:25 +0000 |
Mark Doliner |
Remove an accidentally debug message
|
Tue, 16 Dec 2008 23:39:03 +0000 |
Mark Doliner |
Grab the "Who can contact me? Only people on my buddy list?" and the
|
Tue, 16 Dec 2008 21:52:50 +0000 |
Mark Doliner |
Some other changes to make this more like the official client, and
|
Tue, 16 Dec 2008 21:47:44 +0000 |
Mark Doliner |
I'm not sure why these were strings. The official client uses integers
|
Tue, 16 Dec 2008 21:31:05 +0000 |
Mark Doliner |
Remove a bunch of calls to msim_msg_dump(). I find it really annoying
|
Tue, 16 Dec 2008 19:36:03 +0000 |
Mark Doliner |
merge of '6b951d62be418d5bfc437a1ab747c6ba900d7979'
|
Tue, 16 Dec 2008 18:32:25 +0000 |
Marcus Lundblad |
Changelog two custom smiley bugfixes I had forgotten to changelog before
|
Tue, 16 Dec 2008 11:16:51 +0000 |
Timo Jyrinki |
Updated Finnish translation for the 2.5.3 release. All strings translated.
|
Tue, 16 Dec 2008 09:11:55 +0000 |
ª±ric Boumaour |
Update french translation for 2.5.3 release.
|
Sat, 03 Jan 2009 20:43:44 +0000 |
John Bailey |
disapproval of revision 'a85f2ca138b4fd9f600b0875bfe67837cc95b989'
|
Tue, 16 Dec 2008 06:12:58 +0000 |
John Bailey |
Fix my accidental breakage of string freeze by borrowing a generic message from
|
Tue, 16 Dec 2008 06:25:56 +0000 |
Mark Doliner |
Minor comment change
|
Tue, 16 Dec 2008 04:13:14 +0000 |
Mark Doliner |
Set the display name before marking the connection as "connected."
|
Tue, 16 Dec 2008 04:08:38 +0000 |
Mark Doliner |
Only validate the font face if it's non-null
|
Tue, 16 Dec 2008 03:49:05 +0000 |
Mark Doliner |
Use a GString here when constructing the data. It's way more
|
Tue, 16 Dec 2008 03:35:22 +0000 |
Mark Doliner |
No functionality change--just cleanup.
|
Tue, 16 Dec 2008 02:25:08 +0000 |
Elliott Sales de Andrade |
merge of 'b70000f3bf5c6b7f30121fb749d72ac869b58ae9'
|
Tue, 16 Dec 2008 02:21:33 +0000 |
Elliott Sales de Andrade |
Do something sane if the response is NULL when updating contact tokens,
|
Tue, 16 Dec 2008 01:40:38 +0000 |
Mark Doliner |
Mark some parameters as const char * instead of char * and don't
|
Tue, 16 Dec 2008 01:03:24 +0000 |
Ka-Hing Cheung |
rewrapped ChangeLog lines by Paul again
|
Mon, 15 Dec 2008 19:02:35 +0000 |
Mark Doliner |
Use the friendly/vanity url when it's available in myspace
|
Mon, 15 Dec 2008 09:48:20 +0000 |
Jochen Kemnade |
German translation update
|
Mon, 15 Dec 2008 05:33:57 +0000 |
Mark Doliner |
merge of '8d8f6d7fcf4bbef4fe0e6f1008e25759c2b3932e'
|
Mon, 15 Dec 2008 04:35:27 +0000 |
Elliott Sales de Andrade |
merge of '3b87c3b008c11c068a42eba55b3f5724cdac4ad4'
|
Mon, 15 Dec 2008 04:25:00 +0000 |
John Bailey |
merge of '52e2a425de43a95def135fff5a6dbe87ed39acb5'
|
Mon, 15 Dec 2008 05:32:31 +0000 |
Mark Doliner |
Shuffling things around, remove stray whitespace, remove some forward
|
Mon, 15 Dec 2008 04:09:02 +0000 |
Mark Doliner |
merge of '91d403bb5dfadec9e38f0c0c058ababeed6fd9d7'
|
Mon, 15 Dec 2008 04:34:24 +0000 |
Elliott Sales de Andrade |
Actually that last change did break regular login, but I don't feel like
|
Mon, 15 Dec 2008 04:03:12 +0000 |
Elliott Sales de Andrade |
Reapply 046452c275782ffd3218e3ae4863eaa8bf31a5f4 since it doesn't really
|
Mon, 15 Dec 2008 03:59:30 +0000 |
Elliott Sales de Andrade |
merge of '10ea019ecb33303883a9a34e547d2c04b8267a3d'
|
Mon, 15 Dec 2008 03:53:12 +0000 |
Elliott Sales de Andrade |
disapproval of revision 'af100261749125c03e3d490b01d36f8ea219bf8f'
|
Sat, 06 Dec 2008 19:57:58 +0000 |
Kevin Stange |
merge of '1203a733696f95eef53b04b5078e0a779371b4d3'
|
Wed, 03 Dec 2008 03:09:32 +0000 |
Kevin Stange |
merge of '6ac9187d4f4437a087d58d63489c47664121f0b5'
|
Sat, 04 Oct 2008 06:13:33 +0000 |
Kevin Stange |
This string appears before the connection attempt, so it shouldn't be
|
Mon, 15 Dec 2008 04:20:28 +0000 |
Laurent Montaron |
Fix ludicrously long idle times for Sametime 7.5 buddies by assuming idle time
|
Mon, 15 Dec 2008 04:02:28 +0000 |
Florian Qu«²ze |
Fix a crash in DNS SRV resolution when one of the required parameters is NULL.
|
Mon, 15 Dec 2008 03:54:39 +0000 |
Florian Qu«²ze |
Don't allow connecting a SIMPLE account if no server is configured. Fixes #7767.
|
Mon, 15 Dec 2008 04:08:31 +0000 |
Mark Doliner |
Change the msim_msg_clone_element() function to respect the "dynamic_name"
|
Mon, 15 Dec 2008 03:01:38 +0000 |
Elliott Sales de Andrade |
merge of '44bc6927617b36912dc84306fe8d80a6a9b942a3'
|
Mon, 15 Dec 2008 02:46:20 +0000 |
Ka-Hing Cheung |
some other updates
|
Mon, 15 Dec 2008 02:38:48 +0000 |
Ka-Hing Cheung |
this is slightly more accurate
|
Mon, 15 Dec 2008 03:00:20 +0000 |
Elliott Sales de Andrade |
For processing mobile OIM's, fix a crash when searching through each part
|
Mon, 15 Dec 2008 02:22:01 +0000 |
Elliott Sales de Andrade |
Fix a crashy little typo.
|
Mon, 15 Dec 2008 01:53:50 +0000 |
Elliott Sales de Andrade |
merge of '16c1dbfe5a0090d97df6477c7f8235365d07090c'
|
Mon, 15 Dec 2008 01:16:59 +0000 |
Mark Doliner |
Change MySpace to wrap incoming messages in <span style="font-size: Npt;">
|
Mon, 15 Dec 2008 01:13:17 +0000 |
Mark Doliner |
Change the way we handle <span style='font-size: whatever;'> tags slightly.
|
Mon, 15 Dec 2008 01:52:02 +0000 |
Elliott Sales de Andrade |
Split out MSN section in the ChangeLog. There are three points already and
|
Mon, 15 Dec 2008 01:42:24 +0000 |
Elliott Sales de Andrade |
merge of '237ac12c436b96cd8e5959a16892ab9dcba4c5da'
|
Mon, 15 Dec 2008 00:40:36 +0000 |
Ka-Hing Cheung |
merge of '04afb3575719a357165d894133156d8c49f3c7a0'
|
Sun, 14 Dec 2008 23:15:09 +0000 |
Josep Puigdemont |
Updated Catalan translation.
|
Mon, 15 Dec 2008 00:17:07 +0000 |
Ka-Hing Cheung |
uncondtionally install some certificates and use them, References #6680.
|
Mon, 15 Dec 2008 00:09:04 +0000 |
Ka-Hing Cheung |
merge of '9d9dfe16667a3946233ae2a359de8856ee105289'
|
Mon, 15 Dec 2008 01:40:52 +0000 |
Elliott Sales de Andrade |
Add support for receiving MSN offline messages that were sent from a mobile
|
Mon, 15 Dec 2008 00:49:35 +0000 |
Elliott Sales de Andrade |
Clean up msn_oim_report_to_user to avoid extra g_strdup's and call strchr
|
Sun, 14 Dec 2008 23:14:34 +0000 |
Elliott Sales de Andrade |
When parsing MSN message payload headers, check for folded lines. The only
|
Sun, 14 Dec 2008 23:11:27 +0000 |
Ka-Hing Cheung |
merge of '2b2413559685df17d16670e7769c19d61235fc28'
|
Sun, 14 Dec 2008 22:01:15 +0000 |
Bj«Órn Voigt |
updated German translation (unready)
|
Sun, 14 Dec 2008 22:00:24 +0000 |
Mark Doliner |
Simplify a little bit
|
Sun, 14 Dec 2008 10:33:33 +0000 |
Jochen Kemnade |
German translation updated
|
Sun, 14 Dec 2008 05:24:32 +0000 |
Elliott Sales de Andrade |
If the MSN user is in the userlist already, then check whether we know the
|
Sun, 14 Dec 2008 05:22:52 +0000 |
Elliott Sales de Andrade |
When getting the privacy lists, set the default network to unknown. If the
|
Sun, 14 Dec 2008 04:09:23 +0000 |
Elliott Sales de Andrade |
Remove a double call to xmlnode_get_namespace and multiple tests for xmlns
|
Sun, 14 Dec 2008 03:09:51 +0000 |
Elliott Sales de Andrade |
Make the add/remove buddy from list functions take a MsnUser* instead of the
|
Sun, 14 Dec 2008 02:58:44 +0000 |
Paul Aurich |
Fix warnings where size_t/gsize was used for printf with the wrong format
|
Sat, 13 Dec 2008 02:41:46 +0000 |
Mark Doliner |
merge of '5097d28816eecf123094d27602b14963619bbc8b'
|
Fri, 12 Dec 2008 20:35:12 +0000 |
Richard Laager |
merge of 'b777f3c2f3b9991830f31a5572d2bb0b030c2600'
|
Sat, 13 Dec 2008 02:41:12 +0000 |
Mark Doliner |
Use one GString and pass it around instead of allocating and freeing a
|
Fri, 12 Dec 2008 19:42:19 +0000 |
Mark Doliner |
Remove unnecessary casting
|
Fri, 12 Dec 2008 19:36:34 +0000 |
Mark Doliner |
Remove stray whitespace
|
Fri, 12 Dec 2008 19:34:34 +0000 |
Mark Doliner |
Remove unneeded forward declarations. I guess my philosophy is to only
|
Fri, 12 Dec 2008 19:04:21 +0000 |
Mark Doliner |
Eliminate minor typographical differences between our version of the GPL
|
Fri, 12 Dec 2008 18:57:43 +0000 |
Mark Doliner |
I don't think it makes sense for these files to be here now that the prpl
|
Fri, 12 Dec 2008 17:18:59 +0000 |
Richard Laager |
Fix up a bad merge on my part.
|
Fri, 12 Dec 2008 17:08:23 +0000 |
Richard Laager |
merge of '1588a62b7442c86d09ede6244012e7c0eed52478'
|
Thu, 11 Dec 2008 04:32:15 +0000 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin.openq' (head f1e6c695a05f8f625adbcfb280ed60933be86b87)
|
Thu, 11 Dec 2008 04:29:43 +0000 |
Richard Laager |
Turn on -Wformat-security and make it an error with GCC 4.
|
Thu, 11 Dec 2008 03:31:16 +0000 |
Richard Laager |
merge of '2d203a89c855916b5c37a95cc1869c15b24f812c'
|
Mon, 08 Dec 2008 17:53:46 +0000 |
Richard Laager |
merge of '5f86c51d96715086ed0790a769fd222be570c8ac'
|
Mon, 08 Dec 2008 17:19:52 +0000 |
Richard Laager |
merge of '08fd5918978aecbd045771fb72fd0d80c7fcf941'
|
Mon, 08 Dec 2008 05:20:44 +0000 |
Richard Laager |
Fix Bonjour to better deal with buddy values set to the empty string.
|
Fri, 12 Dec 2008 16:56:20 +0000 |
Jochen Kemnade |
started updating the German translation
|
Fri, 12 Dec 2008 04:02:08 +0000 |
Mark Doliner |
merge of '2c63599660bb7ed2aa17389e548fbc0511b797ac'
|
Fri, 12 Dec 2008 00:01:40 +0000 |
Sadrul Habib Chowdhury |
Use av_len in the same manner as everywhere else, for consistency.
|
Thu, 11 Dec 2008 22:36:47 +0000 |
John Bailey |
merge of 'dd536145a4036177cabc4e4e1ac83dcdf1008a33'
|
Thu, 11 Dec 2008 22:33:06 +0000 |
John Bailey |
Credit beret for his patch. Refs #6300.
|
Thu, 11 Dec 2008 21:12:39 +0000 |
Sadrul Habib Chowdhury |
merge of '6de8f788571b507b2c76125cc65f88db49c60790'
|
Thu, 11 Dec 2008 21:10:57 +0000 |
Sadrul Habib Chowdhury |
Use ref-counting to prevent a crash if request-auth callbacks are called
|
Thu, 11 Dec 2008 08:41:04 +0000 |
John Bailey |
merge of '9a15955bb377eff51316851e03db1cd7a5f9ba7f'
|
Thu, 11 Dec 2008 08:19:09 +0000 |
Jarom«¿r Karmaz«¿n |
Advertise the same typing capability on OSCAR that ICQ 6 does, since we claim
|
Thu, 11 Dec 2008 08:08:02 +0000 |
Paul Aurich |
Fix up the XMPP User Avatar SHA1 hashing so that we don't mess up the checksum
|
Thu, 11 Dec 2008 07:38:20 +0000 |
Paul Aurich |
Support an empty <metadata/> element to indicate that a user has no XEP-0084
|
Thu, 11 Dec 2008 06:50:38 +0000 |
John Bailey |
ChangeLog darkrain42's patch. I need to remember to do this when committing
|
Thu, 11 Dec 2008 06:48:25 +0000 |
John Bailey |
Tweak a few for loop conditions in the Perl bindings per Etan's suggestion.
|
Thu, 11 Dec 2008 22:36:29 +0000 |
John Bailey |
disapproval of revision '0538a6873b4fbb3c72cc0b6fc4d8b690d467686d'
|
Thu, 11 Dec 2008 06:38:23 +0000 |
Paul Aurich |
Fix off-by-ones in the perl loader where av_len is used. Fixes #7687.
|
Thu, 11 Dec 2008 06:32:05 +0000 |
Florian Qu«²ze |
Remove the commas at the end of enumerator lists. This resolves warnings
|
Thu, 11 Dec 2008 06:24:58 +0000 |
John Bailey |
Remove mention of the reverted patch from the ChangeLog.
|
Thu, 11 Dec 2008 06:24:14 +0000 |
John Bailey |
merge of '17b584b23aee26cc5553b12483ab9b550eee8103'
|
Fri, 12 Dec 2008 04:01:39 +0000 |
Mark Doliner |
Keep track of the user ID in the MsimUser struct so that we have a copy
|
Fri, 12 Dec 2008 03:46:36 +0000 |
Mark Doliner |
Don't create a temporary PurpleBuddy when getting info for someone not
|
Thu, 11 Dec 2008 07:17:32 +0000 |
Mark Doliner |
String changes (a few of which I had already made, grumble grumble).
|
Thu, 11 Dec 2008 04:20:14 +0000 |
Elliott Sales de Andrade |
Replace strrchr(..., '/')+1 with g_path_get_basename in QQ plugin. Didn't
|
Thu, 11 Dec 2008 04:07:29 +0000 |
Elliott Sales de Andrade |
Why #if 0\n#define something when you can just #undef it?
|
Thu, 11 Dec 2008 04:03:27 +0000 |
Elliott Sales de Andrade |
Fix some English in the QQ plugin. And remove some translated phrases that are
|
Wed, 10 Dec 2008 11:11:32 +0000 |
Bj«Órn Voigt |
fixed some spelling errors in QQ protocol plugin:
|
Wed, 10 Dec 2008 06:58:10 +0000 |
Elliott Sales de Andrade |
merge of '834b032b518f6b4ab9148b946ca635214a9388d8'
|
Wed, 10 Dec 2008 06:51:47 +0000 |
Elliott Sales de Andrade |
merge of '08fd5918978aecbd045771fb72fd0d80c7fcf941'
|
Wed, 10 Dec 2008 02:44:03 +0000 |
Daniel Atallah |
Further cleanup to fix CID 373.
|
Wed, 10 Dec 2008 02:28:30 +0000 |
Daniel Atallah |
Fix CID 399 - I'm reasonably sure this couldn't ever actually cause a NULL deref.
|
Wed, 10 Dec 2008 02:23:27 +0000 |
Daniel Atallah |
Clean up some stuff that the behavior has changed on to fix CID 398.
|
Wed, 10 Dec 2008 01:14:02 +0000 |
Daniel Atallah |
Updated included win32 meanwhile library to fix #7563
|
Wed, 10 Dec 2008 00:35:26 +0000 |
Daniel Atallah |
Changelog the win32 SILC change. Fixes #7399
|
Wed, 10 Dec 2008 00:28:26 +0000 |
Daniel Atallah |
Update SILC Toolkit used on win32 to 1.1.8
|
Tue, 09 Dec 2008 15:45:46 +0000 |
Sadrul Habib Chowdhury |
Use g_free instead of free here too.
|
Tue, 09 Dec 2008 15:45:15 +0000 |
Sadrul Habib Chowdhury |
merge of '68a2ccd3df34ca17e6d788cfcbaf96a605bea2e5'
|
Tue, 09 Dec 2008 02:59:29 +0000 |
Mark Doliner |
Make our profile text a little cleaner and more uniform across the protocols.
|
Mon, 08 Dec 2008 02:22:59 +0000 |
Sadrul Habib Chowdhury |
Use g_free instead of free.
|
Sun, 07 Dec 2008 23:34:12 +0000 |
Mark Doliner |
Minor cleanup: remove od->sn, since it's the same as PurpleAccount->username
|
Sun, 07 Dec 2008 02:36:57 +0000 |
John Bailey |
Sadrul pointed out that I'm less than bright today and let a // comment slip in.
|
Mon, 15 Dec 2008 00:08:45 +0000 |
Ka-Hing Cheung |
fixes a crash, I think I've seen this before somewhere else
|
Sun, 07 Dec 2008 02:12:00 +0000 |
Ka-Hing Cheung |
fixes a printf crash on Windows, reported by InstantBird developer fqueze
|
Sat, 06 Dec 2008 20:02:49 +0000 |
John Bailey |
ChangeLog a couple items and rearrange some items a bit.
|
Sat, 06 Dec 2008 19:31:21 +0000 |
Michael Terry |
Fix a Zephyr crash and 10-second delay that can happen when you have an account
|
Sat, 06 Dec 2008 19:16:21 +0000 |
Florian Qu«²ze |
Fix a crash in purple_accounts_delete that happens when the buddy list hasn't
|
Wed, 17 Dec 2008 13:52:00 +0000 |
SHiNE CsyFeK |
2008.12.17 - flos <lonicerae(at)gmail.com>
|
Thu, 11 Dec 2008 04:32:01 +0000 |
Richard Laager |
#if 0 out an unused function to suppress a compiler warning.
|
Sat, 06 Dec 2008 13:30:06 +0000 |
SHiNE CsyFeK |
propagate from branch 'im.pidgin.pidgin' (head be9df40b197dab92a74c4bf346f64e538f7f99e5)
|
Sat, 06 Dec 2008 13:27:25 +0000 |
SHiNE CsyFeK |
2008.12.06 - flos <lonicerae(at)gmail.com>
|
Fri, 05 Dec 2008 15:52:02 +0000 |
SHiNE CsyFeK |
2008.12.05 - flos <lonicerae(at)gmail.com>
|
Fri, 05 Dec 2008 14:51:36 +0000 |
SHiNE CsyFeK |
propagate from branch 'im.pidgin.pidgin' (head 97d295a04f3a9852a3b29cf0df43d56d1ddcc672)
|
Thu, 20 Nov 2008 06:12:37 +0000 |
Hu Yong |
Fix emoticon map
|
Thu, 20 Nov 2008 06:12:10 +0000 |
Hu Yong |
Fix bug in send IM
|
Wed, 19 Nov 2008 08:48:21 +0000 |
Hu Yong |
Some new
|
Wed, 19 Nov 2008 08:44:28 +0000 |
Hu Yong |
Some new
|
Wed, 19 Nov 2008 08:37:26 +0000 |
Hu Yong |
Code clean
|
Wed, 19 Nov 2008 08:37:07 +0000 |
Hu Yong |
Code clean
|
Wed, 19 Nov 2008 08:36:51 +0000 |
Hu Yong |
Code clean
|
Wed, 19 Nov 2008 08:36:38 +0000 |
Hu Yong |
Code clean
|
Wed, 19 Nov 2008 08:36:18 +0000 |
Hu Yong |
Add a new variable to produce IM sequence number
|
Wed, 19 Nov 2008 08:35:32 +0000 |
Hu Yong |
Add some new function define
|
Wed, 19 Nov 2008 08:35:07 +0000 |
Hu Yong |
Support sending long IM message
|
Wed, 19 Nov 2008 08:32:31 +0000 |
Hu Yong |
Add a new function
|
Wed, 19 Nov 2008 08:31:45 +0000 |
Hu Yong |
Support long qun im
|
Wed, 12 Nov 2008 08:32:34 +0000 |
Hu Yong |
Clean debug info
|
Wed, 12 Nov 2008 08:32:14 +0000 |
Hu Yong |
Clean debug info
|
Wed, 12 Nov 2008 08:31:50 +0000 |
Hu Yong |
Clean debug info
|
Wed, 12 Nov 2008 08:31:27 +0000 |
Hu Yong |
Clean code
|
Wed, 12 Nov 2008 08:31:07 +0000 |
Hu Yong |
Fixed: Not set flag after qsort
|
Wed, 12 Nov 2008 08:30:15 +0000 |
Hu Yong |
Clean debug info
|
Wed, 12 Nov 2008 08:29:59 +0000 |
Hu Yong |
Clean debug info
|
Wed, 12 Nov 2008 08:29:33 +0000 |
Hu Yong |
Code clean
|
Wed, 12 Nov 2008 08:29:09 +0000 |
Hu Yong |
Clean debug info
|
Wed, 12 Nov 2008 08:28:52 +0000 |
Hu Yong |
Clean debug info
|
Tue, 11 Nov 2008 08:33:10 +0000 |
Hu Yong |
Fix smiley map
|
Tue, 11 Nov 2008 07:35:17 +0000 |
Hu Yong |
New item
|
Tue, 11 Nov 2008 07:26:48 +0000 |
Hu Yong |
Move new functon qq_filter_str in
|
Tue, 11 Nov 2008 07:25:35 +0000 |
Hu Yong |
Change Qun number to unsigned long
|
Tue, 11 Nov 2008 07:24:48 +0000 |
Hu Yong |
Move function qq_filter_str in
|
Tue, 11 Nov 2008 07:22:30 +0000 |
Hu Yong |
Support new SMS MSG
|
Tue, 11 Nov 2008 07:20:48 +0000 |
Hu Yong |
Fixed: purple_circ_buffer not created before append
|
Tue, 11 Nov 2008 07:19:28 +0000 |
Hu Yong |
Correct QQ2005's login reply length
|
Tue, 11 Nov 2008 07:18:08 +0000 |
Hu Yong |
Add send_im_seq
|
Tue, 11 Nov 2008 07:17:48 +0000 |
Hu Yong |
Code clean
|
Tue, 11 Nov 2008 07:17:11 +0000 |
Hu Yong |
Rewrite according to im.c
|
Tue, 11 Nov 2008 07:16:23 +0000 |
Hu Yong |
Rewrite smiley convert function
|
Tue, 11 Nov 2008 07:11:20 +0000 |
Hu Yong |
Change Qun number to unsigned long
|