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
|
Tue, 11 Nov 2008 07:10:33 +0000 |
Hu Yong |
Change Qun number to unsigned long
|
Tue, 11 Nov 2008 07:09:08 +0000 |
Hu Yong |
Change Qun number to unsigned long
|
Tue, 11 Nov 2008 07:08:04 +0000 |
Hu Yong |
Code clean
|
Tue, 11 Nov 2008 07:07:14 +0000 |
Hu Yong |
Change Qun number to unsigned long
|
Tue, 11 Nov 2008 07:04:04 +0000 |
Hu Yong |
Change Qun number to unsigned long
|
Tue, 11 Nov 2008 07:03:09 +0000 |
Hu Yong |
Move smiley function to im.h
|
Tue, 11 Nov 2008 07:02:34 +0000 |
Hu Yong |
Move smiley function to im.c
|
Tue, 11 Nov 2008 07:01:45 +0000 |
Hu Yong |
Change QQ number to unsigned long
|
Tue, 11 Nov 2008 07:00:27 +0000 |
Hu Yong |
Change QQ number to unsigned long
|
Tue, 11 Nov 2008 06:59:23 +0000 |
Hu Yong |
Move a function to here
|
Tue, 11 Nov 2008 06:51:11 +0000 |
Hu Yong |
Change QQ number as unsigned long
|
Mon, 03 Nov 2008 02:20:48 +0000 |
Hu Yong |
Fixed bug: purple_debug_info may contain NULL string
|
Fri, 31 Oct 2008 07:50:33 +0000 |
Hu Yong |
Fixed double free
|
Fri, 31 Oct 2008 07:49:05 +0000 |
Hu Yong |
Fixed double free
|
Fri, 31 Oct 2008 07:48:20 +0000 |
Hu Yong |
change mail of ccpaging
|
Thu, 30 Oct 2008 12:43:27 +0000 |
SHiNE CsyFeK |
propagate from branch 'im.pidgin.pidgin' (head 9287a75e196278c66cd6724dc8d30a471a029c27)
|
Thu, 11 Dec 2008 06:24:06 +0000 |
John Bailey |
disapproval of revision '4a3731f468487751f392e59106f3554b1e70bd9d'
|
Sat, 06 Dec 2008 06:02:42 +0000 |
Sadrul Habib Chowdhury |
Small leak fix.
|
Sat, 06 Dec 2008 05:50:44 +0000 |
John Bailey |
ChangeLog some stuff.
|
Sat, 06 Dec 2008 05:14:07 +0000 |
Paul Aurich |
Fix a crash that happens when accessing the roomlist for an account that's
|
Sat, 06 Dec 2008 05:05:02 +0000 |
Paul Aurich |
Various nullprpl fixes. This stemmed from a complaint from a user in
|
Sat, 06 Dec 2008 04:42:13 +0000 |
Paul Aurich |
A patch to clean up authorization request related stuff. Fixes #7695.
|
Sat, 06 Dec 2008 04:35:10 +0000 |
Ryan Fan |
Patch to fix compatibility with ancient GTK+ (2.4 and earlier). Fixes #7582.
|
Sat, 06 Dec 2008 01:38:48 +0000 |
Mark Doliner |
Add a debug line and remove a duplicate "login=" get parameter which
|
Sat, 06 Dec 2008 01:08:20 +0000 |
Mark Doliner |
Make our purple_util_fetch_url_request() function able to handle
|
Fri, 05 Dec 2008 23:28:47 +0000 |
Sadrul Habib Chowdhury |
Do not mistakenly use the preference to hide new IMs for persistent
|
Thu, 04 Dec 2008 04:15:28 +0000 |
Mark Doliner |
Two functional changes here:
|
Thu, 04 Dec 2008 03:40:31 +0000 |
Richard Laager |
Fix a typo in Mark's new comment.
|
Thu, 04 Dec 2008 01:20:37 +0000 |
Mark Doliner |
Add a comment for the meaning of the return value of this function,
|
Wed, 03 Dec 2008 21:27:11 +0000 |
Mark Doliner |
Did I accidentally check these in or something? They shouldn't be here
|
Wed, 03 Dec 2008 17:17:19 +0000 |
Sadrul Habib Chowdhury |
Binding fixes.
|
Wed, 03 Dec 2008 05:31:52 +0000 |
Ka-Hing Cheung |
darkrain again
|
Tue, 02 Dec 2008 18:48:54 +0000 |
Marcus Lundblad |
merge of 'eb82ee09b8fde4b12b5de352686970ccc82a3db6'
|
Tue, 02 Dec 2008 18:46:21 +0000 |
Marcus Lundblad |
When adding custom smiley without a previous filename (which is the case when
|
Tue, 02 Dec 2008 18:22:35 +0000 |
Mark Doliner |
We'll need to update the copyright date in a bunch of places in a month
|
Tue, 02 Dec 2008 15:58:39 +0000 |
Daniel Atallah |
Fix build
|
Tue, 02 Dec 2008 03:34:17 +0000 |
Daniel Atallah |
Some cleanup. The headers are all NUL delimited, so we don't need to mess with
|
Tue, 02 Dec 2008 03:28:10 +0000 |
Daniel Atallah |
Fix a NULL pointer deref. Fixes #7624.
|
Tue, 02 Dec 2008 02:06:19 +0000 |
Daniel Atallah |
(Slightly modified) patch from fqueze to avoid exceptions with newer win32 CRTs.
|
Mon, 01 Dec 2008 23:58:58 +0000 |
Mark Doliner |
Check in updated po files, so the nightly l10n stats script has
|
Mon, 01 Dec 2008 18:36:53 +0000 |
Daniel Atallah |
I'm not sure how this ever worked...
|
Mon, 01 Dec 2008 17:05:35 +0000 |
Richard Laager |
merge of 'c3f6487e649e7fe5c5f960b9c86a256e09b3976e'
|
Sun, 30 Nov 2008 20:00:00 +0000 |
John Bailey |
I forgot to ChangeLog the purple-remote addition. Refs #5598.
|
Sun, 30 Nov 2008 18:34:42 +0000 |
John Bailey |
Patch from 'jfd' (whose trac user account no longer exists) to implement
|
Sun, 30 Nov 2008 03:47:30 +0000 |
John Bailey |
XMPP smiley definitions from Kahlil Robinson, slightly tweaked. Fixes #3307.
|
Sun, 30 Nov 2008 05:57:36 +0000 |
Richard Laager |
Fix up some missing icons.
|
Sun, 30 Nov 2008 05:34:13 +0000 |
Richard Laager |
Remove a couple of icons that don't exist.
|
Sun, 30 Nov 2008 00:07:06 +0000 |
John Bailey |
Ethan informs me that I'm a moron.
|
Sat, 29 Nov 2008 23:53:50 +0000 |
John Bailey |
Avoid needlessly calling gethostname() if __HOSTNAME__ doesn't appear in the
|
Sat, 29 Nov 2008 23:35:12 +0000 |
John Bailey |
Replace some old code using fwrite() with a call to
|
Sat, 29 Nov 2008 19:53:05 +0000 |
John Bailey |
Rearrange the ChangeLog a bit since there are now so many Gadu-Gadu and XMPP
|
Sat, 29 Nov 2008 19:44:57 +0000 |
Paul Aurich |
Send the "client-accepts-full-bind-result" attribute for Google Talk when
|
Sat, 29 Nov 2008 19:35:13 +0000 |
Paul Aurich |
Don't try to get info for MUC's. Allow getting info for regular JID's and
|
Sat, 29 Nov 2008 18:20:58 +0000 |
John Bailey |
Revert the part of 280dc76b which broke XMPP resources such that only those
|
Sat, 29 Nov 2008 17:05:43 +0000 |
Paul Aurich |
This technically doesn't matter due to behavior elsewhere in the prpl, but
|
Sat, 29 Nov 2008 16:50:34 +0000 |
Adam Strzelecki |
Validate Gadu-Gadu UID's and perform proper CP1250 to UTF-8 conversions when
|
Sat, 29 Nov 2008 01:52:36 +0000 |
Ka-Hing Cheung |
me likes this better, References #5565
|
Sat, 29 Nov 2008 01:35:02 +0000 |
Ka-Hing Cheung |
patch from darkrain42 that fixes a crash with a broken server, we probably
|
Fri, 28 Nov 2008 06:29:37 +0000 |
Sadrul Habib Chowdhury |
Use glib log functions to show error messages.
|
Fri, 28 Nov 2008 02:58:00 +0000 |
John Bailey |
Better wording and add info to the ChangeLog.
|
Fri, 28 Nov 2008 02:42:47 +0000 |
John Bailey |
Allow blank resources on XMPP when creating/modifying accounts. This works
|
Fri, 28 Nov 2008 02:19:42 +0000 |
Jonathan Sailor |
Some improvements to XMPP resource handling:
|
Fri, 28 Nov 2008 01:49:58 +0000 |
Paul Aurich |
Fix the namespace URL we look for on PEP reply stanzas to match the URL we
|
Thu, 27 Nov 2008 20:53:51 +0000 |
Sadrul Habib Chowdhury |
Do not alter the killring on delete-prev or delete-next (char) operations.
|
Thu, 27 Nov 2008 05:54:09 +0000 |
Richard Laager |
The other day while struct hiding, I noticed a for loop that was checking
|
Thu, 27 Nov 2008 05:51:03 +0000 |
Richard Laager |
Whitespace fix
|
Thu, 27 Nov 2008 05:49:01 +0000 |
Richard Laager |
Add a comment to clarify code I initially thought was broken.
|
Thu, 27 Nov 2008 05:32:30 +0000 |
Richard Laager |
This is shipped with libpurple now, so installation notes are irrelevant.
|
Wed, 26 Nov 2008 23:05:45 +0000 |
Richard Laager |
Apparently pidginstock-artwork.c is gone.
|
Wed, 26 Nov 2008 23:02:41 +0000 |
Richard Laager |
Fix an unintended error in version-check when you have uncommitted changes.
|
Wed, 26 Nov 2008 22:17:58 +0000 |
Richard Laager |
Really, really compile
|
Wed, 26 Nov 2008 22:16:58 +0000 |
Richard Laager |
Really compile
|
Wed, 26 Nov 2008 22:13:55 +0000 |
Richard Laager |
Compile
|
Wed, 26 Nov 2008 21:40:37 +0000 |
Richard Laager |
A Warmenhoved patch from rwbarton to avoid showing the default instance
|
Wed, 26 Nov 2008 21:14:28 +0000 |
Richard Laager |
Remove the length parameter from zephyr_recv_convert(), because we were
|
Wed, 26 Nov 2008 21:11:05 +0000 |
Richard Laager |
merge of '812e8a74b31cd5bb1bcec2a4c71fd8d86e520054'
|
Wed, 26 Nov 2008 21:10:26 +0000 |
Richard Laager |
merge of '0398d649eb2c6ff34c18ee43f0599f3eb0085b5c'
|
Tue, 25 Nov 2008 17:23:43 +0000 |
Richard Laager |
Remove a space to eliminate a spurious diff between Pidgin's autogen.sh
|
Wed, 26 Nov 2008 18:31:24 +0000 |
Marcus Lundblad |
Whoops, should return FALSE, not NULL, when jabber_buddy_find returns NULL
|
Wed, 26 Nov 2008 00:41:53 +0000 |
Sadrul Habib Chowdhury |
Properly escape the status message.
|
Tue, 25 Nov 2008 22:06:06 +0000 |
Mark Doliner |
Remove this timer when the switchboard is destroyed. Fixes a crash
|
Tue, 25 Nov 2008 21:35:59 +0000 |
Mark Doliner |
Remove the timer if sess->soap_table is NULL. I don't think this ever
|
Tue, 25 Nov 2008 21:07:14 +0000 |
Jochen Kemnade |
update po file and fix #7628 ("translation error in german pidgin error message")
|
Tue, 25 Nov 2008 03:40:28 +0000 |
Daniel Atallah |
Fix the initial parsing of args in the win32 launcher to be more robust.
|
Tue, 25 Nov 2008 02:43:56 +0000 |
Mark Doliner |
Use separate variables to keep track of the timer and the watcher.
|
Tue, 25 Nov 2008 02:18:00 +0000 |
Mark Doliner |
Formatting change: Split these if statements on to two lines
|
Tue, 25 Nov 2008 02:08:22 +0000 |
Mark Doliner |
I don't believe message should ever be null
|
Tue, 25 Nov 2008 02:02:21 +0000 |
Mark Doliner |
Minor whitespace changes and shuffle functions around to be in a more
|
Tue, 25 Nov 2008 01:33:14 +0000 |
Mark Doliner |
merge of '1b2d6e3c5b0a2de29e8789d768a61fd7f2a4b1da'
|
Mon, 24 Nov 2008 21:28:22 +0000 |
Marcus Lundblad |
Removed som extranious debug output
|
Mon, 24 Nov 2008 03:23:25 +0000 |
Daniel Atallah |
Prevent a NULL printf crash.
|
Wed, 10 Dec 2008 06:49:56 +0000 |
Elliott Sales de Andrade |
Updates for federated/Yahoo buddies:
|
Mon, 08 Dec 2008 00:47:55 +0000 |
Elliott Sales de Andrade |
Use ContactEmail to add federated buddies to the AddressBook. Those on Yahoo
|
Mon, 08 Dec 2008 00:18:45 +0000 |
Elliott Sales de Andrade |
I think we don't need to keep track of the number of users on the FL. This
|
Mon, 08 Dec 2008 00:14:46 +0000 |
Elliott Sales de Andrade |
Handle the InvalidPassportUser response when adding buddies and report it to
|
Sun, 07 Dec 2008 08:18:15 +0000 |
Elliott Sales de Andrade |
Fix a typo in a name.
|
Sun, 07 Dec 2008 08:02:33 +0000 |
Elliott Sales de Andrade |
Split up that faultcode stuff I just changed. Stops it from printing an annoying
|
Sun, 07 Dec 2008 07:28:42 +0000 |
Elliott Sales de Andrade |
Deleting a contact without a ContactId doesn't work, so don't bother the server
|
Sun, 07 Dec 2008 07:09:57 +0000 |
Elliott Sales de Andrade |
Send FQY as the first thing when adding a buddy so that we know what network
|
Sun, 07 Dec 2008 07:04:23 +0000 |
Elliott Sales de Andrade |
Print a specific error to debug log about EmailDomainIsFederated error.
|
Mon, 01 Dec 2008 05:53:40 +0000 |
Elliott Sales de Andrade |
Send the SOAP faultcode to the callbacks for each Contact operation. They all
|
Mon, 01 Dec 2008 05:21:39 +0000 |
Elliott Sales de Andrade |
Get the MSN buddy's network ID from the FindMembership response.
|
Fri, 28 Nov 2008 05:11:52 +0000 |
Elliott Sales de Andrade |
Add tests for some known contact annotations. These don't do anything yet, but
|
Fri, 28 Nov 2008 04:59:05 +0000 |
Elliott Sales de Andrade |
When parsing the MSN AB, the contactType does not specify from which network
|
Fri, 28 Nov 2008 04:15:32 +0000 |
Elliott Sales de Andrade |
Check for NULL group_id before calling msn_group_new since that function will
|
Mon, 24 Nov 2008 06:05:01 +0000 |
Elliott Sales de Andrade |
Only get the artist and album if we are setting a Music mediatype.
|
Mon, 24 Nov 2008 05:51:18 +0000 |
Elliott Sales de Andrade |
Add the Games and Office media to MSN as attributes tacked on to the tune
|
Mon, 24 Nov 2008 00:52:41 +0000 |
John Bailey |
merge of '27bbe0ce3ea70a4a4f830cb5f63e86c8ed26baca'
|
Mon, 24 Nov 2008 00:32:29 +0000 |
Gary Kramlich |
ChangeLog'd the release notifications change
|
Mon, 24 Nov 2008 00:30:42 +0000 |
Casey Ho |
A patch from Casey Ho to move the release notification to a mini-dialog in the buddy list. The change log is no longer displayed, but will open a webbrowser to show it.
|
Sun, 23 Nov 2008 22:40:18 +0000 |
Elliott Sales de Andrade |
Don't request an acknowledgement on an auto-response message and don't set a
|
Sun, 23 Nov 2008 22:29:41 +0000 |
Elliott Sales de Andrade |
Cleaned up version of 2f409bcdde5ebbb1edf097aeb4b4366d7c71518d:
|
Sun, 23 Nov 2008 21:57:52 +0000 |
Elliott Sales de Andrade |
merge of '55175ee4e57c664f82028c9b5f73853595fa1bb0'
|
Sun, 23 Nov 2008 20:17:05 +0000 |
Kelemen G«¡bor |
Hungarian translation updated
|
Sun, 23 Nov 2008 20:05:59 +0000 |
Kelemen G«¡bor |
merge of '896a0f459df5db1110a59f355c4b243c3c4be58d'
|
Mon, 24 Nov 2008 00:51:46 +0000 |
John Bailey |
Tweak a comment.
|
Mon, 24 Nov 2008 00:50:55 +0000 |
John Bailey |
ChangeLog the last few things I committed.
|
Mon, 24 Nov 2008 00:34:37 +0000 |
Florian Qu«²ze |
Prevent the Buddy State Notification plugin from duplicating notices when
|
Mon, 24 Nov 2008 00:01:27 +0000 |
Richard Laager |
Add a NULL check to fix a crash. Fixes #4516.
|
Sun, 23 Nov 2008 23:16:02 +0000 |
John Bailey |
Credit Toby Schaffer for his patch.
|
Sun, 23 Nov 2008 23:14:43 +0000 |
Toby Schaffer |
Enable atuo-response functionality on Zephyr. This should emulate the
|
Sun, 23 Nov 2008 19:37:12 +0000 |
John Bailey |
I forgot to ChangeLog this earlier. Refs #220.
|
Sun, 23 Nov 2008 07:31:20 +0000 |
John Bailey |
merge of '2f409bcdde5ebbb1edf097aeb4b4366d7c71518d'
|
Sun, 23 Nov 2008 21:57:49 +0000 |
Elliott Sales de Andrade |
merge of '1d9a1da300a6d07aa721ebc00ee40b928cdd790d'
|
Sun, 23 Nov 2008 21:57:18 +0000 |
Elliott Sales de Andrade |
disapproval of revision '2f409bcdde5ebbb1edf097aeb4b4366d7c71518d'
|
Sun, 23 Nov 2008 08:39:39 +0000 |
Elliott Sales de Andrade |
Replace spaces wth tabs in indentation and tabs with spaces in line continuations.
|
Sun, 23 Nov 2008 04:12:43 +0000 |
Elliott Sales de Andrade |
Mark added a workaround for not having enough parameters in this command.
|
Sun, 23 Nov 2008 04:06:45 +0000 |
Elliott Sales de Andrade |
merge of '8298236e9cd6a6127656eacf513bc6928bee9065'
|
Sun, 23 Nov 2008 04:04:57 +0000 |
Elliott Sales de Andrade |
disapproval of revision '050e412d19af350e54a9105f34339a2690d8fc08'
|
Sun, 23 Nov 2008 04:06:43 +0000 |
Elliott Sales de Andrade |
merge of '98fe04f817ef415faebd3f7a38b7f0588c0b0cba'
|
Sun, 23 Nov 2008 04:05:14 +0000 |
Elliott Sales de Andrade |
disapproval of revision '9020464484f831155faf5ec030cd374386c01e62'
|
Sun, 23 Nov 2008 06:19:09 +0000 |
John Bailey |
Fix two warnings introduced by the image patch I committed earlier and make
|
Sun, 23 Nov 2008 04:46:55 +0000 |
John Bailey |
Kill off a bajillion comments that just needlessly duplicate function
|
Sun, 23 Nov 2008 04:11:36 +0000 |
Adam Strzelecki |
Support displaying buddy icons from Gadu-Gadu buddies. Fixes #220.
|
Fri, 21 Nov 2008 19:49:47 +0000 |
Daniel Atallah |
A fix from Paul Aurich for a long-standing XMPP issue with duplicate buddies. Fixes #479.
|
Fri, 21 Nov 2008 16:48:15 +0000 |
Daniel Atallah |
Patch from Raiko Nitzsche to fix a crash when processing a LOGIN_REDIRECT with unexpected output. References #7563.
|
Fri, 21 Nov 2008 12:12:31 +0000 |
Will Thompson |
Don't try to free NULL xmlnodes stolen by jabber-receiving-xmlnode handlers
|
Tue, 25 Nov 2008 01:32:20 +0000 |
Mark Doliner |
Is it valid to use purple_timeout_remove() to remove a timer when
|
Wed, 19 Nov 2008 03:08:57 +0000 |
Daniel Atallah |
Add missing newline in debug message.
|
Tue, 18 Nov 2008 23:34:14 +0000 |
Mark Doliner |
Counting is for dummies
|
Tue, 18 Nov 2008 07:32:23 +0000 |
Mark Doliner |
This should fix another crash I've seen. We weren't correctly
|
Tue, 18 Nov 2008 07:16:49 +0000 |
Mark Doliner |
I've seen this crash a few times where cmd->param_count is 4 and
|
Tue, 18 Nov 2008 03:02:03 +0000 |
Richard Laager |
I know Mark was trying to save newlines, but I had one to spare.
|
Tue, 18 Nov 2008 03:00:54 +0000 |
Richard Laager |
merge of '9ffac1a19695cb6a4ed024bc6951cae029d6daaf'
|
Mon, 17 Nov 2008 20:25:20 +0000 |
Richard Laager |
Create DB42.
|
Tue, 18 Nov 2008 02:00:48 +0000 |
Mark Doliner |
Don't log an error when parsing vcard data. Also, these messages
|
Mon, 17 Nov 2008 21:31:36 +0000 |
Mark Doliner |
Remove stray whitespace and wrap the function comments at less than 80
|
Mon, 17 Nov 2008 19:30:27 +0000 |
Richard Laager |
Fix a crash Jacky Lam noted on devel@pidgin.im:
|
Mon, 17 Nov 2008 19:28:39 +0000 |
Richard Laager |
Fix our COPYRIGHT file to be UTF-8 again and add a test to the commit-check
|
Mon, 17 Nov 2008 19:09:37 +0000 |
Richard Laager |
A patch from db42 to fix right-to-left text in tooltips.
|
Mon, 17 Nov 2008 13:28:32 +0000 |
Sadrul Habib Chowdhury |
Try to be more compliant with the freedesktop.org icon spec thingy with
|
Mon, 17 Nov 2008 07:44:40 +0000 |
Mark Doliner |
merge of '59b09f0d1f3f4226f7edfd8351478498fbd6b8d3'
|
Mon, 17 Nov 2008 00:41:45 +0000 |
Richard Laager |
I don't know why we'd want the TUNE status to be saveable.
|
Sun, 16 Nov 2008 22:51:18 +0000 |
Will Thompson |
I hear elb is really into Pok«±mon
|
Sun, 16 Nov 2008 08:20:51 +0000 |
Richard Laager |
Add pidgin-emotes.svg to EMOTES_DEFAULT_24_SCALABLE. I don't know why it was
|
Sun, 16 Nov 2008 08:19:17 +0000 |
Richard Laager |
Small cleanup to make the SMILEYS variable consistent.
|
Sun, 16 Nov 2008 08:17:51 +0000 |
Richard Laager |
Add small.theme.in to POTFILES.in
|
Sun, 16 Nov 2008 08:10:03 +0000 |
Richard Laager |
Make the small smiley theme actually work.
|
Sun, 16 Nov 2008 08:09:40 +0000 |
Richard Laager |
Update the theme file to reflect the icons available. I did this like so:
|
Sun, 16 Nov 2008 08:07:47 +0000 |
Hylke Bons |
Commit 16x16 smiley icons from Hylke (as well as the theme file).
|
Sun, 16 Nov 2008 08:07:10 +0000 |
Richard Laager |
Commit some icons I resized from the default smiley theme. I'll be using
|
Sun, 16 Nov 2008 07:56:55 +0000 |
unknown |
Adding ICQ X-Status icons from N3fr0n. These will be used as part of a small
|
Sun, 16 Nov 2008 07:37:27 +0000 |
Richard Laager |
Add empty directories so I can start committing files individually.
|
Sun, 16 Nov 2008 06:50:19 +0000 |
Richard Laager |
Backport the 'purple_debug_*(msg)' -> 'purple_debug_*("%s", msg);' fixes.
|
Sun, 23 Nov 2008 20:05:41 +0000 |
Kelemen G«¡bor |
Hungarian translation updated
|
Sun, 16 Nov 2008 00:10:02 +0000 |
Richard Laager |
propagate from branch 'im.pidgin.cpw.khc.msnp14.soap' (head a8cd841bcb25707847d12b7743eaf73cc27274af)
|
Sat, 15 Nov 2008 23:08:43 +0000 |
Richard Laager |
Fix the indentation level on the code changed by the last patch.
|
Sat, 15 Nov 2008 21:29:38 +0000 |
John Bailey |
Patch from 'db42' to enable MD5 auth on ICQ. Refs #4449. Before I merge
|
Sat, 15 Nov 2008 17:37:44 +0000 |
Ka-Hing Cheung |
I got a crash happened at dereferencing chat when it's NULL, I think this
|
Sat, 15 Nov 2008 16:15:33 +0000 |
Mark Doliner |
Separate the parsing of data into a separate function from the reading of
|
Sat, 15 Nov 2008 09:44:05 +0000 |
Mark Doliner |
Make the two "read_cb()" functions more similar, and fix a rare
|
Sat, 15 Nov 2008 07:43:48 +0000 |
Mark Doliner |
kmstange pointed out that "joining" was misspelled here
|
Sat, 15 Nov 2008 03:53:25 +0000 |
Sadrul Habib Chowdhury |
Use normalized chat names when searching for chats. This fixes an issue
|
Sat, 15 Nov 2008 03:17:51 +0000 |
Mark Doliner |
Make this function match read_cb() in servconn.c. The bottom halves of
|
Sat, 15 Nov 2008 02:49:49 +0000 |
Mark Doliner |
It's not possible for wasted to be TRUE here. Wasted will only be TRUE
|
Sat, 15 Nov 2008 02:44:58 +0000 |
Mark Doliner |
It's not appropriate to set processing to TRUE here, either.
|
Sat, 15 Nov 2008 02:43:59 +0000 |
Mark Doliner |
It's not appropriate to set processing to FALSE here. I think this is
|
Sat, 15 Nov 2008 01:51:04 +0000 |
Mark Doliner |
If we're setting swboard here then we need to add the slplink to the
|
Fri, 14 Nov 2008 22:14:19 +0000 |
Mark Doliner |
Remove a few spurious debug_warns
|
Fri, 14 Nov 2008 21:46:39 +0000 |
Mark Doliner |
Fix an assertion failure/unlikely crash when:
|
Fri, 14 Nov 2008 20:46:35 +0000 |
Will Thompson |
merge of '67feb999e0a93f08cec26793214137c5c5252e9e'
|
Fri, 14 Nov 2008 20:33:20 +0000 |
Mark Doliner |
This dialog should have a title
|
Fri, 14 Nov 2008 20:46:20 +0000 |
Will Thompson |
Make double-clicking a saved status activate it and close the window.
|
Fri, 14 Nov 2008 20:13:22 +0000 |
Mark Doliner |
Seriously why would you ever do this? Use g_path_get_basename()
|
Fri, 14 Nov 2008 20:06:55 +0000 |
Mark Doliner |
Use basename() instead of splitting a path and then taking the last element.
|
Fri, 14 Nov 2008 19:58:32 +0000 |
Mark Doliner |
String changes. I'm kind of blindly making changes to the qq strings
|
Fri, 14 Nov 2008 18:46:19 +0000 |
Mark Doliner |
Our in-tree prpls probably shouldn't list authors who don't work on
|
Fri, 14 Nov 2008 18:38:56 +0000 |
Mark Doliner |
This preferences isn't used anywhere, and when we call get_string_list
|
Fri, 14 Nov 2008 18:33:19 +0000 |
Mark Doliner |
msn_session_get_swboard only returns null if we give it a null session,
|
Fri, 14 Nov 2008 07:41:10 +0000 |
Richard Laager |
merge of '12d71b833c7d3451c58c50e6dc621a88d678d474'
|
Fri, 14 Nov 2008 06:52:05 +0000 |
Richard Laager |
Compile
|
Fri, 14 Nov 2008 06:44:44 +0000 |
Richard Laager |
Fix CID #367
|
Fri, 14 Nov 2008 06:42:18 +0000 |
Richard Laager |
Fix CID #385
|
Fri, 14 Nov 2008 06:41:47 +0000 |
Richard Laager |
Fix CID #386
|
Fri, 14 Nov 2008 06:40:55 +0000 |
Richard Laager |
Fix CID #387
|
Fri, 14 Nov 2008 06:39:52 +0000 |
Richard Laager |
Fix CID #388
|
Fri, 14 Nov 2008 06:36:44 +0000 |
Richard Laager |
Fix CID #389
|
Fri, 14 Nov 2008 06:31:31 +0000 |
Richard Laager |
Fix CID #390
|
Fri, 14 Nov 2008 06:29:05 +0000 |
Richard Laager |
Fix CID #391, #392
|
Fri, 14 Nov 2008 06:25:48 +0000 |
Richard Laager |
Fix CID #370
|
Fri, 14 Nov 2008 06:23:04 +0000 |
Richard Laager |
pkt can't ever be NULL here. It is only ever allocated once with g_newa(),
|
Fri, 14 Nov 2008 06:18:26 +0000 |
Richard Laager |
Fix CID #401
|
Fri, 14 Nov 2008 06:15:24 +0000 |
Richard Laager |
Fix CID #384
|
Fri, 14 Nov 2008 07:24:09 +0000 |
Mark Doliner |
Minor documentation
|
Fri, 14 Nov 2008 07:23:56 +0000 |
Mark Doliner |
It's an error if purple_xfer_new fails, so use a g_return_val_if_fail
|
Fri, 14 Nov 2008 06:57:56 +0000 |
Elliott Sales de Andrade |
merge of '1fde8168a6eb08e558dabefc069a0eba15a5a6ee'
|
Fri, 14 Nov 2008 03:04:38 +0000 |
Ethan Blanton |
Add M-erase as a default finch entry binding (delete-prev-word)
|
Thu, 13 Nov 2008 20:59:40 +0000 |
Mark Doliner |
Attempt to avoid a crash in MSN. See the comment in the code.
|
Thu, 13 Nov 2008 19:11:19 +0000 |
Mark Doliner |
merge of 'b1b60077658bb1e01f71e81175786a8e7c3c4916'
|
Thu, 13 Nov 2008 09:19:17 +0000 |
Mark Doliner |
cmdproc->data should never be null. Log a warning message if it
|
Thu, 13 Nov 2008 18:55:04 +0000 |
Richard Laager |
A patch from Jaywalker to better handle conversations by user ID vs.
|
Thu, 13 Nov 2008 17:38:36 +0000 |
Richard Laager |
merge of '0d3ce6dca7222c77b50e8a23fe0ed1bae02928a8'
|
Thu, 13 Nov 2008 09:00:45 +0000 |
Mark Doliner |
merge of '54ee2acb5f6ef92c29503315eb7c24bae221cd7b'
|
Thu, 13 Nov 2008 08:58:44 +0000 |
Mark Doliner |
Make another function static
|
Thu, 13 Nov 2008 08:46:37 +0000 |
Mark Doliner |
This doesn't matter, but I think the metaphor tends to be that you push
|
Thu, 13 Nov 2008 08:45:40 +0000 |
Mark Doliner |
Reame msn_slplink_unleash to msn_slplink_send_queued_slpmsgs, which I
|
Thu, 13 Nov 2008 08:39:44 +0000 |
John Bailey |
This was originally a patch from Brian Geppert that corrected the 'silently
|
Thu, 13 Nov 2008 08:26:12 +0000 |
Mark Doliner |
Use purple_timeout_add_seconds() instead of purple_timeout_add() in a
|
Thu, 13 Nov 2008 08:01:36 +0000 |
Mark Doliner |
For some reason the slpmsg and slplink functions don't have underscores
|
Thu, 13 Nov 2008 07:57:33 +0000 |
Mark Doliner |
There's no need for this variable anymore
|
Thu, 13 Nov 2008 07:36:33 +0000 |
Mark Doliner |
Make a few more functions static and remove a few declarations for
|
Thu, 13 Nov 2008 07:22:39 +0000 |
Mark Doliner |
msn_slplink_remove_slpcall() shouldn't be responsible for setting
|
Thu, 13 Nov 2008 06:57:20 +0000 |
Mark Doliner |
Make msn_slp_call_timeout static
|
Thu, 13 Nov 2008 06:43:48 +0000 |
Mark Doliner |
Move msn_slplink_send_msgpart() that it doesn't need a forward declaration
|
Thu, 13 Nov 2008 06:30:33 +0000 |
Mark Doliner |
Didn't mean to check this assert in. I mean, it's probably bad if it
|
Thu, 13 Nov 2008 06:28:03 +0000 |
Mark Doliner |
slplink->swboard will only be null if slplink->session is null. This
|
Thu, 13 Nov 2008 06:18:53 +0000 |
Mark Doliner |
Get rid of slplink->local_user because it's a copy of
|
Wed, 12 Nov 2008 11:30:51 +0000 |
Mark Doliner |
Use libtool to build static archives when --with-static-prpls is passed
|
Wed, 12 Nov 2008 09:40:05 +0000 |
Mark Doliner |
It should be more efficient to just use g_mallc() and then manually
|
Wed, 12 Nov 2008 09:32:10 +0000 |
Mark Doliner |
Move a few lines to eliminate the need for the "wasted" variable here.
|
Wed, 12 Nov 2008 09:10:29 +0000 |
Mark Doliner |
The "processing" flag basically says "this connection is busy, don't
|
Wed, 12 Nov 2008 08:58:27 +0000 |
Mark Doliner |
Get rid of an unnecessary if statement, and don't try to unref a
|
Wed, 12 Nov 2008 04:18:54 +0000 |
Sadrul Habib Chowdhury |
Use a more appropriate signal for the markerline plugin. Fixes #7518.
|
Wed, 12 Nov 2008 03:53:09 +0000 |
John Bailey |
Patch from 'siddish' to fix Yahoo! file transfers with older (i.e. non-p15)
|
Wed, 12 Nov 2008 03:48:47 +0000 |
John Bailey |
merge of '78ed36cc0ce73adfd57f03aa3a1086bb22c53773'
|
Thu, 13 Nov 2008 17:38:09 +0000 |
Richard Laager |
A patch from Math2Gold to fix the dbus-analyze-functions script to properly
|
Wed, 12 Nov 2008 02:50:52 +0000 |
Richard Laager |
When you choose Save As from the Conversation menu in Pidgin, the saved file
|
Thu, 13 Nov 2008 05:33:24 +0000 |
Elliott Sales de Andrade |
Make the Send button insensitive when there is no text in the input buffer.
|
Thu, 13 Nov 2008 04:32:54 +0000 |
Elliott Sales de Andrade |
Don't add the Send button to a gtkconv->lower_hbox when the data specifying it
|
Tue, 11 Nov 2008 22:55:02 +0000 |
Ethan Blanton |
Simon Ruderich points out that Purple::Notify::Msg was incorrectly stashed.
|
Mon, 10 Nov 2008 04:40:17 +0000 |
Mark Doliner |
This file was removed
|
Sun, 09 Nov 2008 16:42:04 +0000 |
Ethan Blanton |
Update the TCL-HOWTO to some more modern nomenclature
|
Sat, 08 Nov 2008 19:26:28 +0000 |
Alex Willmer |
Add an ellipsis to the "Add" and "Modify" buttons in the accounts, pounces, and
|
Sat, 08 Nov 2008 04:29:32 +0000 |
Richard Laager |
Hylke added this file, presumably part of his duplicate icon structure
|
Fri, 07 Nov 2008 02:56:10 +0000 |
Daniel Atallah |
Fix a potential leak, thanks to "KuSh". Fixes #7463.
|
Fri, 07 Nov 2008 02:52:31 +0000 |
Daniel Atallah |
Fix a potential leak, thanks to "KuSh". Fixes #7464.
|
Fri, 07 Nov 2008 02:49:23 +0000 |
Daniel Atallah |
Fix a potential leak, thanks to "KuSh". Fixes #7465.
|
Thu, 06 Nov 2008 22:35:03 +0000 |
Marcus Lundblad |
Make jabber_resource_have_capability polute the log a little less...
|
Wed, 05 Nov 2008 23:24:01 +0000 |
Marcus Lundblad |
Remove that hack involving GtkIMHtmlSmileys
|
Mon, 03 Nov 2008 20:36:38 +0000 |
Marcus Lundblad |
Don't try to remove GtkIMHtmlSmileys from smiley trees if the GtkIMHtml
|
Sun, 02 Nov 2008 22:56:42 +0000 |
Richard Laager |
Remove the QQ CURRENT_REVISION stuff in the Makefile. This, even with their
|
Sun, 02 Nov 2008 22:17:59 +0000 |
Richard Laager |
kluge pointed out that the segfault message still recommends people IM
|
Sun, 02 Nov 2008 22:14:11 +0000 |
Richard Laager |
applied changes from e09c51ab6473bf53c6dca408f13b863e1194108c
|
Sun, 02 Nov 2008 22:13:10 +0000 |
Richard Laager |
Fix POTFILES.in on trunk.
|
Sun, 02 Nov 2008 22:12:33 +0000 |
Richard Laager |
applied changes from 84461a44ffa2c1e7ab026455c5463a9763f64a9d
|
Sat, 01 Nov 2008 19:08:55 +0000 |
Sadrul Habib Chowdhury |
merge of '602d7960555cc685575a2a32397427df3e55a9a7'
|
Sat, 01 Nov 2008 19:07:22 +0000 |
Sadrul Habib Chowdhury |
merge of '8ed01adf0c9173501da81537854ce2954e9805e7'
|
Sat, 01 Nov 2008 19:05:37 +0000 |
Sadrul Habib Chowdhury |
A little clearer description for an option.
|
Sat, 01 Nov 2008 16:46:20 +0000 |
Stu Tomlinson |
Temporarily remember account password across network disconnection to allow
|
Sat, 01 Nov 2008 16:45:09 +0000 |
Stu Tomlinson |
Don't populate the password field on the modify account dialog if we are
|
Sat, 01 Nov 2008 16:24:56 +0000 |
Stu Tomlinson |
x509_issuer_dn() should return the certificate's issuer name, not the cert
|
Fri, 31 Oct 2008 16:24:24 +0000 |
Mark Doliner |
This file was removed
|
Fri, 31 Oct 2008 16:23:50 +0000 |
Mark Doliner |
Fix these strings in trunk. This change was made in the
|
Fri, 31 Oct 2008 14:51:11 +0000 |
Marcos Garc«¿a Ochoa |
Strip multiple leading mode characters from incoming nicknames.
|
Fri, 31 Oct 2008 09:32:41 +0000 |
Sadrul Habib Chowdhury |
Missing newline in debug message.
|
Fri, 31 Oct 2008 04:03:44 +0000 |
Richard Laager |
Kill some // comments. Sigh.
|
Thu, 30 Oct 2008 22:40:49 +0000 |
Richard Laager |
Build everything with the *_DISABLE_DEPRECATED flags set. This allows us
|
Thu, 30 Oct 2008 21:16:17 +0000 |
Richard Laager |
purple_network_listen_map_external() is used in (at least) Bonjour. Given
|
Thu, 30 Oct 2008 21:11:19 +0000 |
Richard Laager |
Update the docs for purple_network_is_available(). It doesn't block.
|
Thu, 30 Oct 2008 20:12:24 +0000 |
Richard Laager |
Fix a compiler warning I introduce with the GtkSetting code.
|
Thu, 30 Oct 2008 20:10:08 +0000 |
Richard Laager |
merge of '06a7529af082c664858fd154ff5d83244e974f47'
|
Thu, 30 Oct 2008 20:09:07 +0000 |
Richard Laager |
Ignore autogen.args.
|
Thu, 30 Oct 2008 20:02:30 +0000 |
Richard Laager |
More Bonjour struct hiding fixes.
|
Thu, 30 Oct 2008 19:58:25 +0000 |
Richard Laager |
Fix some macros to work with hidden structs.
|
Thu, 30 Oct 2008 19:57:47 +0000 |
Richard Laager |
Fix my Tcl fix.
|
Thu, 30 Oct 2008 19:56:54 +0000 |
Richard Laager |
- Make autogen.sh find autogen.args when /bin/sh is not bash.
|
Thu, 30 Oct 2008 19:53:55 +0000 |
Richard Laager |
Use GtkSetting to obtain the tooltip preferences instead of our own hidden
|
Thu, 30 Oct 2008 17:54:26 +0000 |
Sadrul Habib Chowdhury |
Allow binding meta-arrow keys for actions. Requested by essobi in #pidgin
|
Thu, 30 Oct 2008 05:41:19 +0000 |
Richard Laager |
Fix Bonjour to work with the hidden structs, except for proto_data.
|
Thu, 30 Oct 2008 05:40:51 +0000 |
Richard Laager |
Fix Tcl to compile with the hidden structs.
|
Thu, 30 Oct 2008 03:59:08 +0000 |
John Bailey |
Credit Diego for that patch. Refs #7391.
|
Thu, 30 Oct 2008 03:58:20 +0000 |
John Bailey |
merge of '62e0eb23e1c2cd6ac1d8a7d96b6e598bd54ed0d2'
|
Thu, 30 Oct 2008 03:58:19 +0000 |
John Bailey |
merge of '843d513c3da12026fc35af070a23a3d11844824c'
|
Thu, 30 Oct 2008 03:34:09 +0000 |
Gary Kramlich |
use some additional preproc logic to avoid copying the structs directly into the implementation files
|
Thu, 30 Oct 2008 03:17:17 +0000 |
John Bailey |
merge of '06e4830f3567955e026f3d594afcc65a07d57b26'
|
Thu, 30 Oct 2008 03:10:33 +0000 |
Richard Laager |
merge of '06e4830f3567955e026f3d594afcc65a07d57b26'
|
Thu, 30 Oct 2008 03:03:45 +0000 |
Gary Kramlich |
merge of '65d5236e936af6170109ef8c5af76c7871b9cc12'
|
Thu, 30 Oct 2008 02:41:45 +0000 |
Diego Petten«Ò |
This fixes a link error when linking with GNU ld and specifying the
|
Wed, 29 Oct 2008 22:06:50 +0000 |
Sadrul Habib Chowdhury |
merge of '37145f1b4ec49b432ea571f96562d44f4c5a908e'
|
Wed, 29 Oct 2008 19:20:03 +0000 |
Marcus Lundblad |
Fixed a compiler warning (and remove an unnessesary cast)
|
Wed, 29 Oct 2008 19:38:14 +0000 |
Sadrul Habib Chowdhury |
Allow focusing conversation history and the userlist focusable via
|
Wed, 29 Oct 2008 16:46:38 +0000 |
Sadrul Habib Chowdhury |
Fix a bug where right-clicking the user's name in a chat conversation
|
Wed, 29 Oct 2008 04:54:00 +0000 |
John Bailey |
I suppose I should put my pidgin.im e-mail address here too since it's
|
Wed, 29 Oct 2008 04:37:14 +0000 |
John Bailey |
merge of '30922c7a0ed0323c9c88a1a70e4677aaab277a2f'
|
Thu, 30 Oct 2008 12:41:36 +0000 |
SHiNE CsyFeK |
2008.10.30 - flos <lonicerae(at)gmail.com>
|
Tue, 28 Oct 2008 16:59:07 +0000 |
SHiNE CsyFeK |
propagate from branch 'im.pidgin.pidgin' (head 4e892c470840f4ed8b012015b15ff8956166028a)
|
Tue, 28 Oct 2008 16:53:01 +0000 |
Jochen Kemnade |
update German translation
|
Tue, 28 Oct 2008 13:24:14 +0000 |
Daniel Atallah |
merge of 'dcede21c9852ddddc60076539bfdb8d7e226df33'
|
Tue, 28 Oct 2008 00:40:55 +0000 |
Daniel Atallah |
merge of '58f8b2b331075660bb2f57e5dc82b32e039f8099'
|
Thu, 30 Oct 2008 03:04:31 +0000 |
Richard Laager |
Fix up my fix.
|
Thu, 30 Oct 2008 03:04:09 +0000 |
Richard Laager |
Fix some warnings:
|
Thu, 30 Oct 2008 02:36:22 +0000 |
Richard Laager |
Simplify some of the changes. Yeah, this code sucks. I wrote it a LONG
|
Tue, 28 Oct 2008 04:22:57 +0000 |
Gary Kramlich |
Hide the blistnode, buddy, contact, group, and chat structs
|
Tue, 28 Oct 2008 03:05:32 +0000 |
Richard Laager |
I think we all agree that a link is okay.
|
Tue, 28 Oct 2008 02:57:25 +0000 |
Richard Laager |
merge of '7bdc0d34e54e09101ba68ba39703a8fd5081e8eb'
|
Mon, 27 Oct 2008 00:58:29 +0000 |
Stu Tomlinson |
merge of '0d1b60430843a092248a2644865910266131add6'
|
Mon, 27 Oct 2008 00:57:04 +0000 |
Stu Tomlinson |
merge of '8abde19f1f7825af2ea2d62b7a00e1de7afd6492'
|
Mon, 27 Oct 2008 00:17:33 +0000 |
Daniel Atallah |
merge of '9af1b5054f770dc244dcad8b55bdb61c0f3347a4'
|
Sun, 26 Oct 2008 21:21:14 +0000 |
Ka-Hing Cheung |
escape nick change message
|
Mon, 27 Oct 2008 01:47:30 +0000 |
Richard Laager |
Provide @pidgin.im email addresses for Gary and myself.
|
Mon, 27 Oct 2008 01:45:53 +0000 |
Richard Laager |
Remove duplicated code for building the lists.
|
Mon, 27 Oct 2008 00:31:05 +0000 |
Richard Laager |
Eliminate a pile of duplication in the About box.
|
Mon, 27 Oct 2008 00:58:03 +0000 |
Stu Tomlinson |
disapproval of revision '4f931125ffce24ace6bf298cc58d620c1a975aa1'
|
Sun, 26 Oct 2008 22:16:17 +0000 |
Richard Laager |
Gary and I were discussing how blogs have made the NEWS file less useful.
|
Sun, 26 Oct 2008 17:23:40 +0000 |
Daniel Atallah |
Perform some sanity checking on inbound IQs and send an error / drop as needed.
|
Sun, 26 Oct 2008 00:29:27 +0000 |
Richard Laager |
Improve our NetworkManager support in a couple of ways:
|
Sat, 25 Oct 2008 19:03:42 +0000 |
Richard Laager |
merge of '1f22186ba9290bcae0deaea09d4fd38867f773e6'
|
Sat, 25 Oct 2008 19:02:07 +0000 |
Richard Laager |
ChangeLog the MSN certificate fix.
|
Sat, 25 Oct 2008 18:33:25 +0000 |
Richard Laager |
merge of '8a14c1d90381baa3c31adeedee7f673d58d66304'
|
Sat, 25 Oct 2008 18:09:05 +0000 |
Richard Laager |
merge of '1cb1b4ee3379b50280fbc97f2c889a43cd7c8c41'
|
Tue, 21 Oct 2008 05:26:38 +0000 |
Richard Laager |
merge of '08956f503726c8222be7489f243810af590487e1'
|
Sat, 25 Oct 2008 18:29:21 +0000 |
Ka-Hing Cheung |
merge of '1cb1b4ee3379b50280fbc97f2c889a43cd7c8c41'
|
Sat, 25 Oct 2008 14:33:54 +0000 |
Will Thompson |
Only build SSL plugins if the corresponding library is present.
|
Sat, 25 Oct 2008 14:26:30 +0000 |
Will Thompson |
Explicitly depend on automake >=1.9, and don't warn about GNU Make-isms.
|
Fri, 24 Oct 2008 21:50:55 +0000 |
Marcus Lundblad |
What was I thinking... The GtkIMHtmlSmileys in the smiley trees aren't owned
|
Fri, 24 Oct 2008 17:42:32 +0000 |
Daniel Atallah |
Make the CSS rgb() color parsing more robust. khc noted that it wouldn't work
|
Fri, 24 Oct 2008 04:19:10 +0000 |
Daniel Atallah |
Support rgb(r,g,b) style css color definitions. Fixes #7288.
|
Fri, 24 Oct 2008 04:06:25 +0000 |
Daniel Atallah |
gtk_widget_set_tooltip_text() is GTK+ >= 2.12
|
Wed, 22 Oct 2008 15:23:17 +0000 |
Sadrul Habib Chowdhury |
More strings for translation.
|
Wed, 22 Oct 2008 15:14:03 +0000 |
Daniel Atallah |
Mark for translation now that we're unfrozen.
|
Wed, 22 Oct 2008 03:49:14 +0000 |
Daniel Atallah |
Clean up some unnecessary and unused code in the purple_circ_buffer_append()
|
Tue, 21 Oct 2008 16:26:31 +0000 |
Sadrul Habib Chowdhury |
Show when offline (because the plugin doesn't work no more).
|
Tue, 21 Oct 2008 16:16:40 +0000 |
Daniel Atallah |
merge of '27f7d38af8dba617aba8109d82e27907cd7d8b41'
|
Tue, 21 Oct 2008 02:47:17 +0000 |
John Bailey |
This fixes a missing initializer warning I see with gcc 4.3 but haven't seen
|
Tue, 21 Oct 2008 01:33:54 +0000 |
John Bailey |
merge of 'c65b8e669e142607d030dfb83caf2d344faa8dbe'
|
Tue, 21 Oct 2008 01:33:36 +0000 |
John Bailey |
disapproval of revision '2506f7dd86d254a0a503554e51b61106f45e0f80'
|
Tue, 21 Oct 2008 01:22:50 +0000 |
John Bailey |
merge of '2506f7dd86d254a0a503554e51b61106f45e0f80'
|
Tue, 21 Oct 2008 01:08:13 +0000 |
Luke Bratch |
Patch from Luke Bratch:
|
Tue, 21 Oct 2008 01:04:23 +0000 |
John Bailey |
Mark a few people as retired. If I made mistakes here, let me know and I
|
Tue, 21 Oct 2008 01:00:02 +0000 |
John Bailey |
typo
|
Tue, 21 Oct 2008 00:54:44 +0000 |
John Bailey |
Per my volunteering, Stu's nomination, and Ethan's agreement, I am marking
|
Tue, 21 Oct 2008 01:04:50 +0000 |
Stu Tomlinson |
Using system libtool somehow resulted in a bunch of static libraries we
|
Tue, 21 Oct 2008 16:09:23 +0000 |
Daniel Atallah |
Trigger url_fetch_connect_cb() asynchronously when the connection fails
|
Tue, 21 Oct 2008 16:01:13 +0000 |
Daniel Atallah |
Add debug output when proxy configuration issues are seen. This will help to
|
Mon, 20 Oct 2008 13:38:53 +0000 |
Ethan Blanton |
Prep for 2.5.3 ... or whatever comes next
|
Mon, 20 Oct 2008 01:55:40 +0000 |
Daniel Atallah |
Update win32 changelog for 2.5.2 - better late than never.
|
Mon, 20 Oct 2008 00:55:11 +0000 |
Daniel Atallah |
Fix a printf("%s", NULL). Fixes #7289.
|
Sun, 19 Oct 2008 06:27:47 +0000 |
Elliott Sales de Andrade |
NEWS and ChangeLog a bit.
|
Sun, 19 Oct 2008 05:48:11 +0000 |
Elliott Sales de Andrade |
merge of '0e036cef0f8a3bdfd1d7f7fc082edca43d3153df'
|
Sun, 19 Oct 2008 05:45:16 +0000 |
Elliott Sales de Andrade |
Apply khc's patch for ADL error 205, with a few changes to get around
|
Sun, 19 Oct 2008 01:28:54 +0000 |
Richard Laager |
merge of '15413347b7bb8ede3e50a8cab65b29ec8e93ab4f'
|
Thu, 09 Oct 2008 11:58:07 +0000 |
Richard Laager |
merge of '05c26e9f58c2ab03f9f6d60143405f368789957d'
|
Sun, 19 Oct 2008 02:41:57 +0000 |
Stu Tomlinson |
Fix some clearly bogus translations of Finch
|
Sun, 19 Oct 2008 02:33:10 +0000 |
John Bailey |
merge of '4f7bf56fa49ba320a72f34b0df3e12c95b6bd84d'
|
Sun, 19 Oct 2008 02:30:26 +0000 |
John Bailey |
NEWSing.
|
Sun, 19 Oct 2008 02:25:04 +0000 |
Stu Tomlinson |
Galician translation updated (Frco. Javier Rial Rodr«¿guez)
|
Sun, 19 Oct 2008 02:19:31 +0000 |
Stu Tomlinson |
fix a string format mismatch in the Dutch translation
|
Sun, 19 Oct 2008 02:04:02 +0000 |
Stu Tomlinson |
Afrikaans translation updated (Friedel Wolff)
|
Sun, 19 Oct 2008 02:02:24 +0000 |
Stu Tomlinson |
Portuguese (Brazilian) translation updated (Rodrigo Luiz Marques Flores)
|
Sun, 19 Oct 2008 02:01:12 +0000 |
Stu Tomlinson |
Slovak translation updated (Andrej Herceg)
|
Sun, 19 Oct 2008 01:59:28 +0000 |
Stu Tomlinson |
Estonian translation updated (Ivar Smolin)
|
Sun, 19 Oct 2008 01:58:27 +0000 |
Stu Tomlinson |
Dutch translation updated (Dani«³l Heres)
|
Sun, 19 Oct 2008 01:57:41 +0000 |
Stu Tomlinson |
Norwegian Nynorsk translation updated (Yngve Spjeld Landro)
|
Sun, 19 Oct 2008 01:55:47 +0000 |
Stu Tomlinson |
Czech translation updated (David Vachulka)
|
Sun, 19 Oct 2008 01:54:52 +0000 |
Stu Tomlinson |
Chinese (Hong Kong) translation updated (Ambrose C. Li)
|
Sun, 19 Oct 2008 01:53:08 +0000 |
Stu Tomlinson |
Mongolian translation added (gooyo)
|
Sun, 19 Oct 2008 01:49:23 +0000 |
Stu Tomlinson |
Slovenian translation updated (Martin Srebotnjak)
|
Sun, 19 Oct 2008 01:40:13 +0000 |
Stu Tomlinson |
Document the translation updates I noticed, I might have missed some
|
Sun, 19 Oct 2008 01:36:01 +0000 |
Stu Tomlinson |
Remove 'devel' from the version number
|
Sun, 19 Oct 2008 01:35:22 +0000 |
Stu Tomlinson |
Let's release. Either on a PC in Europe or in about 3 hours.
|
Sun, 19 Oct 2008 01:34:19 +0000 |
Stu Tomlinson |
NEWS! and more optimism, although timezones may disagree with me.
|
Sun, 19 Oct 2008 01:30:32 +0000 |
Stu Tomlinson |
Use the system libtool to build RPMs, hopefully this fixes any issues using
|
Sun, 19 Oct 2008 01:29:32 +0000 |
Stu Tomlinson |
po/ChangeLog doesn't include dates
|
Sun, 19 Oct 2008 01:05:09 +0000 |
Sadrul Habib Chowdhury |
NEWS for 2.5.2.
|
Sun, 19 Oct 2008 00:16:57 +0000 |
Ethan Blanton |
Let's hear some NEWS
|
Sat, 18 Oct 2008 18:15:33 +0000 |
Ethan Blanton |
merge of '8d34db0f9667ef7735bb95c82f854d1a46ef2ddc'
|
Sat, 18 Oct 2008 18:14:32 +0000 |
Ethan Blanton |
Move the NEWS check from automake's check-news to the version-check
|
Sat, 18 Oct 2008 17:50:13 +0000 |
Ethan Blanton |
pidginstock-artwork.c must be DIST'd because it's translated
|
Sat, 18 Oct 2008 17:12:27 +0000 |
Sadrul Habib Chowdhury |
Instead of showing error message when trying to interactively add an
|
Thu, 16 Oct 2008 22:20:52 +0000 |
Sadrul Habib Chowdhury |
Set the urgent flag for conversation windows on receiving a /buzz etc.
|
Thu, 16 Oct 2008 20:34:28 +0000 |
Stu Tomlinson |
I hope this isn't being too optimistic. I needed to commit something...
|
Thu, 16 Oct 2008 20:23:03 +0000 |
Stu Tomlinson |
Run the (relatively quick) version check before the (painfully long)
|
Thu, 16 Oct 2008 18:01:15 +0000 |
Sadrul Habib Chowdhury |
merge of '293d86c14abc6f7b4838382bf85351bd687247c2'
|
Mon, 13 Oct 2008 18:54:37 +0000 |
Sadrul Habib Chowdhury |
merge of '77f42c8f25c38b4f966158a64ab3be36f00e0aa8'
|
Wed, 08 Oct 2008 15:07:07 +0000 |
Sadrul Habib Chowdhury |
merge of '05c26e9f58c2ab03f9f6d60143405f368789957d'
|
Thu, 16 Oct 2008 08:17:04 +0000 |
Mark Doliner |
Check in updated versions of these from running stats.pl.
|
Thu, 16 Oct 2008 07:58:41 +0000 |
Mark Doliner |
Pass --no-location to msgmerge when generating the stats at
|
Sun, 12 Oct 2008 22:02:07 +0000 |
Ka-Hing Cheung |
References #6907, wrap a NULL check
|
Sun, 12 Oct 2008 22:00:56 +0000 |
Ka-Hing Cheung |
merge of '05c26e9f58c2ab03f9f6d60143405f368789957d'
|
Thu, 02 Oct 2008 21:11:08 +0000 |
Bj«Órn Voigt |
German update (2 new strings)
|
Thu, 02 Oct 2008 20:40:45 +0000 |
Marcus Lundblad |
Minor corrections to Swedish translation
|
Thu, 02 Oct 2008 17:35:43 +0000 |
Kelemen G«¡bor |
merge of '616765eabf8210a925bd2eab019bfb54f8d758fe'
|
Thu, 02 Oct 2008 14:19:47 +0000 |
Daniel Atallah |
Add some debug output to the oscar encoding process.
|
Thu, 02 Oct 2008 06:53:24 +0000 |
Laurynas Biveinis |
merge of '7e6b96bf18be99338c17deae1128126df39d1a70'
|
Thu, 02 Oct 2008 05:37:38 +0000 |
Elliott Sales de Andrade |
Save the MSN ContactID after adding a buddy so it can be used for
|
Thu, 02 Oct 2008 04:59:13 +0000 |
Elliott Sales de Andrade |
merge of '550b0287adae13c3fb57b0b584f2b461370b8464'
|
Thu, 02 Oct 2008 04:59:11 +0000 |
Elliott Sales de Andrade |
merge of '791f3e070376e218af0a5c33695979827bbda747'
|
Thu, 02 Oct 2008 02:22:42 +0000 |
Daniel Atallah |
Set %HOME% when running in portable mode so that GTK+'s files get stored in the
|
Thu, 02 Oct 2008 01:40:23 +0000 |
Daniel Atallah |
Fix NULL pointer deref. Fixes #7258. Thanks to "jonassa" for noticing.
|
Thu, 02 Oct 2008 01:29:53 +0000 |
Daniel Atallah |
Allow the message notification plugin to flash windows on win32.
|
Thu, 02 Oct 2008 01:28:52 +0000 |
Daniel Atallah |
Set the connection display name to the server-assigned full jid for XMPP
|
Mon, 06 Oct 2008 02:13:53 +0000 |
Sadrul Habib Chowdhury |
Show a manually added new empty group even if the preference is not set.
|
Sat, 04 Oct 2008 23:36:52 +0000 |
Sadrul Habib Chowdhury |
Fix a bug in the irssi plugin where the windows wouldn't expand when the
|
Thu, 02 Oct 2008 01:02:44 +0000 |
Sadrul Habib Chowdhury |
Unbreak ABI.
|
Tue, 30 Sep 2008 17:05:40 +0000 |
Timo Jyrinki |
add spell-checkable languages' translations
|
Tue, 30 Sep 2008 16:49:57 +0000 |
Timo Jyrinki |
Update Finnish translation for 2.5.2. (15 fuzzies in QQ left alone, not so
|
Tue, 30 Sep 2008 16:12:07 +0000 |
Jochen Kemnade |
updated German translation
|
Tue, 30 Sep 2008 07:22:33 +0000 |
Ka-Hing Cheung |
typo?
|
Tue, 30 Sep 2008 06:40:11 +0000 |
Ka-Hing Cheung |
print out the servconn number when it's disconnected
|
Tue, 30 Sep 2008 05:52:57 +0000 |
Ka-Hing Cheung |
attempts to resend message on switchboard error once, tested by maually
|
Thu, 02 Oct 2008 04:52:38 +0000 |
Elliott Sales de Andrade |
Use the MSN passport in more places instead of the Contact ID if it's
|
Tue, 30 Sep 2008 00:49:53 +0000 |
Daniel Atallah |
Prevent DNS-SD TXT record strings from exceeding the maximum length.
|
Mon, 29 Sep 2008 17:17:38 +0000 |
Bj«Órn Voigt |
German update for 2.5.2
|
Mon, 29 Sep 2008 01:36:09 +0000 |
Stu Tomlinson |
Unleak
|
Mon, 29 Sep 2008 01:27:57 +0000 |
Stu Tomlinson |
Kill these warnings:
|
Mon, 29 Sep 2008 01:22:39 +0000 |
Stu Tomlinson |
Use purple_connection_error_reason() when network disconnections are
|
Mon, 29 Sep 2008 00:59:53 +0000 |
Ethan Blanton |
Do not set the connect server for Google Talk accounts. Setting the
|
Sun, 28 Sep 2008 17:19:38 +0000 |
Will Thompson |
GtkBlist: don't set the Urgent hint whenever a connection error occurs or is updated
|
Sun, 28 Sep 2008 08:05:07 +0000 |
Elliott Sales de Andrade |
Add some strings before string freeze for some not-done code. Should be
|
Sun, 28 Sep 2008 07:50:00 +0000 |
Elliott Sales de Andrade |
Patch from Maiku to allow replying to a mobile contact that isn't on
|
Sat, 27 Sep 2008 23:06:00 +0000 |
Elliott Sales de Andrade |
merge of 'af100261749125c03e3d490b01d36f8ea219bf8f'
|
Sat, 27 Sep 2008 23:04:20 +0000 |
Elliott Sales de Andrade |
disapproval of revision '046452c275782ffd3218e3ae4863eaa8bf31a5f4'
|
Sat, 27 Sep 2008 23:05:57 +0000 |
Elliott Sales de Andrade |
merge of '2138d13a6116de36a5c3cbbb2a323bcbab72017a'
|
Sat, 27 Sep 2008 22:47:46 +0000 |
Elliott Sales de Andrade |
Update MSN Client Version (CVR) string to match 8.5.1302.
|
Sat, 27 Sep 2008 03:20:48 +0000 |
Elliott Sales de Andrade |
Fix a possible xmlnode leak and an extra g_strdup when processing
|
Sat, 27 Sep 2008 11:16:36 +0000 |
Bj«Órn Voigt |
small German update (fixes the second part of #7217
|
Fri, 26 Sep 2008 16:26:56 +0000 |
Jochen Kemnade |
de translation: update some of the more translatable strings
|
Fri, 26 Sep 2008 05:07:48 +0000 |
Elliott Sales de Andrade |
Always send the MSN status code, even when we think we're already logged
|
Thu, 25 Sep 2008 07:19:38 +0000 |
Sadrul Habib Chowdhury |
Transliterate the group-names. I think there was a patch for this, but I can't find it now.
|
Thu, 25 Sep 2008 05:02:38 +0000 |
Marcus Lundblad |
ChangeLog fix for crashing when using re-added custom smileys
|
Thu, 25 Sep 2008 04:51:19 +0000 |
Marcus Lundblad |
merge of '59e2b9896f25e8517b3f0f4d742c143e6fccd6e0'
|
Thu, 25 Sep 2008 01:59:44 +0000 |
Daniel Atallah |
Make note of the yahoo ping fix in the Changelog.
|
Thu, 25 Sep 2008 04:49:44 +0000 |
Marcus Lundblad |
Clean up the GtkSmileyTrees on active GtkIMHtml instances when a custom smiley
|
Wed, 24 Sep 2008 17:01:32 +0000 |
Mark Doliner |
Fix this debug message. Thanks to fledermaus who pointed it out.
|
Thu, 09 Oct 2008 11:57:28 +0000 |
Richard Laager |
Use PURPLE_DEVEL_WEBSITE instead of hardcoding it.
|
Tue, 23 Sep 2008 17:36:13 +0000 |
Ethan Blanton |
Enable a number of default-disabled strong ciphers for NSS.
|
Tue, 23 Sep 2008 08:33:34 +0000 |
Sadrul Habib Chowdhury |
Another memory leak fix. Also, keep a copy of the alt-text in
|
Tue, 23 Sep 2008 07:51:55 +0000 |
Sadrul Habib Chowdhury |
A couple of compile warning fixes, a couple of memory leak plugs.
|
Tue, 23 Sep 2008 07:38:47 +0000 |
Marcus Lundblad |
Add custom smiley support for XMPP. Closes #5627.
|
Wed, 17 Sep 2008 19:24:54 +0000 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head e550112b97817b0eafc647bd8c0adddf2a262a62)
|
Wed, 17 Sep 2008 19:09:43 +0000 |
Marcus Lundblad |
merge of '11a3a54c2fe7e9807a6ef5d4a359d539688c2848'
|
Wed, 17 Sep 2008 19:07:37 +0000 |
Marcus Lundblad |
ChangeLog custom smileys for XMPP
|
Tue, 16 Sep 2008 20:01:24 +0000 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 3ffe6fd197f037185a0012875ef68c8f6d6c2f89)
|
Sat, 13 Sep 2008 16:13:48 +0000 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head b14102a6c681b35084d2c3f7726de34d4f859fe1)
|
Tue, 23 Sep 2008 05:33:04 +0000 |
Elliott Sales de Andrade |
merge of '092bbcea7b768d21baff3362314e784b26b1ced7'
|
Tue, 23 Sep 2008 02:50:36 +0000 |
Daniel Atallah |
Only send a yahoo ping once an hour. The server doesn't like it when send it
|
Mon, 22 Sep 2008 05:30:16 +0000 |
Sadrul Habib Chowdhury |
Looks like we need to convert the message into XHTML first. Fixes #7160.
|
Sun, 21 Sep 2008 23:16:37 +0000 |
Richard Laager |
Add a comment documenting the internal.h situation for people using nullprpl
|
Sat, 20 Sep 2008 03:53:16 +0000 |
Ka-Hing Cheung |
don't crash if we get a NLN command from someone not on the blist
|
Sat, 20 Sep 2008 02:45:13 +0000 |
Sadrul Habib Chowdhury |
Fix a bug where some key-bindings wouldn't work with some .
|
Fri, 19 Sep 2008 14:36:44 +0000 |
Stu Tomlinson |
Remove removed files from POTFILES.in
|
Tue, 28 Oct 2008 16:48:36 +0000 |
SHiNE CsyFeK |
2008.10.27 - ccpaging <ccpaging(at)gmail.com>
|
Tue, 28 Oct 2008 16:47:06 +0000 |
SHiNE CsyFeK |
2008.10.27 - ccpaging <ccpaging(at)gmail.com>
|
Tue, 28 Oct 2008 16:46:08 +0000 |
SHiNE CsyFeK |
2008.10.22 - ccpaging <ccpaging(at)gmail.com>
|
Tue, 28 Oct 2008 16:45:10 +0000 |
SHiNE CsyFeK |
2008.10.20 - ccpaging <ccpaging(at)gmail.com>
|
Tue, 28 Oct 2008 16:44:09 +0000 |
SHiNE CsyFeK |
2008.10.14 - ccpaging <ccpaging(at)gmail.com>
|
Tue, 28 Oct 2008 16:42:46 +0000 |
SHiNE CsyFeK |
2008.10.10 - ccpaging <ccpaging(at)gmail.com>
|
Tue, 28 Oct 2008 16:40:56 +0000 |
SHiNE CsyFeK |
2008.10.10 - ccpaging <ccpaging(at)gmail.com>
|
Tue, 28 Oct 2008 16:39:23 +0000 |
SHiNE CsyFeK |
2008.10.09 - ccpaging <ccpaging(at)gmail.com>
|
Tue, 28 Oct 2008 16:38:16 +0000 |
SHiNE CsyFeK |
2008.10.09 - ccpaging <ccpaging(at)gmail.com>
|
Tue, 28 Oct 2008 16:35:06 +0000 |
SHiNE CsyFeK |
2008.10.08 - ccpaging <ccpaging(at)gmail.com>
|
Tue, 28 Oct 2008 16:29:42 +0000 |
SHiNE CsyFeK |
2008.10.08 - ccpaging <ccpaging(at)gmail.com>
|
Wed, 22 Oct 2008 15:08:30 +0000 |
SHiNE CsyFeK |
2008.10.08 - ccpaging <ccpaging(at)gmail.com>
|
Wed, 22 Oct 2008 15:06:26 +0000 |
SHiNE CsyFeK |
2008.10.08 - lonicerae <lonicerae(at)gmail.com>
|
Wed, 22 Oct 2008 15:04:33 +0000 |
SHiNE CsyFeK |
2008.10.08 - ccpaging <ccpaging(at)gmail.com>
|
Wed, 22 Oct 2008 15:03:08 +0000 |
SHiNE CsyFeK |
2008.10.07 - lonicerae <lonicerae(at)gmail.com>
|
Wed, 22 Oct 2008 15:00:47 +0000 |
SHiNE CsyFeK |
2008.10.07 - ccpaging <ccpaging(at)gmail.com>
|
Wed, 22 Oct 2008 14:59:55 +0000 |
SHiNE CsyFeK |
2008.10.07 - ccpaging <ccpaging(at)gmail.com>
|
Wed, 22 Oct 2008 14:58:32 +0000 |
SHiNE CsyFeK |
2008.10.07 - ccpaging <ccpaging(at)gmail.com>
|
Wed, 22 Oct 2008 14:55:09 +0000 |
SHiNE CsyFeK |
2008.10.05 - lonicerae <lonicerae(at)gmail.com>
|
Wed, 22 Oct 2008 14:52:26 +0000 |
SHiNE CsyFeK |
Flos Lonicerae <lonicerae(at)gmail.com>
|
Wed, 22 Oct 2008 14:49:38 +0000 |
SHiNE CsyFeK |
2008.10.04 - lonicerae <lonicerae(at)gmail.com>
|
Wed, 22 Oct 2008 14:48:46 +0000 |
SHiNE CsyFeK |
2008.10.05 - ccpaging <ccpagint(at)gmail.com>
|
Wed, 22 Oct 2008 14:47:39 +0000 |
SHiNE CsyFeK |
2008.10.04 - ccpaging <ccpagint(at)gmail.com>
|
Wed, 22 Oct 2008 14:46:44 +0000 |
SHiNE CsyFeK |
2008.10.03 - ccpaging <ccpaging(at)gmail.com>
|
Wed, 22 Oct 2008 14:45:26 +0000 |
SHiNE CsyFeK |
Flos Lonicerae <lonicerae(at)gmail.com>
|
Wed, 22 Oct 2008 14:43:46 +0000 |
SHiNE CsyFeK |
2009.10.02 - ccpaging <ccpaging(at)gmail.com>
|
Wed, 22 Oct 2008 14:42:23 +0000 |
SHiNE CsyFeK |
2008.09.30 - ccpaging <ccpaging(at)gmail.com>
|
Wed, 22 Oct 2008 14:41:13 +0000 |
SHiNE CsyFeK |
2008.09.29 - ccpaging <ccpaging(at)gmail.com>
|
Wed, 22 Oct 2008 14:40:04 +0000 |
SHiNE CsyFeK |
2008.09.28 - ccpaging <ccpaging(at)gmail.com>
|
Wed, 22 Oct 2008 14:38:06 +0000 |
SHiNE CsyFeK |
Update ChangeLog
|
Wed, 22 Oct 2008 14:35:05 +0000 |
SHiNE CsyFeK |
2008.09.26 - ccpaging <ccpaging(at)gmail.com>
|
Wed, 22 Oct 2008 14:33:20 +0000 |
SHiNE CsyFeK |
patch 20080922 from ccpaging <ccpaging(at)gmail.com>
|
Wed, 22 Oct 2008 14:28:17 +0000 |
SHiNE CsyFeK |
2008.10.03 - Flos Loniceare<lonicerae(at)gmail.com>
|
Fri, 19 Sep 2008 14:48:00 +0000 |
SHiNE CsyFeK |
merge of '8c50cfe68a5cab6521acc54fedd6797e6c8b863f'
|
Fri, 19 Sep 2008 14:43:21 +0000 |
SHiNE CsyFeK |
propagate from branch 'im.pidgin.pidgin' (head 3f598d56f6f5742f395f67e76a28dc8abc26d97a)
|
Fri, 19 Sep 2008 05:29:38 +0000 |
Sadrul Habib Chowdhury |
Show visited links in a different color. This also plugs a memory leak
|
Thu, 18 Sep 2008 16:19:11 +0000 |
Sadrul Habib Chowdhury |
Change some menutray internals. This makes the tray-icons behave better.
|
Wed, 17 Sep 2008 04:10:43 +0000 |
Elliott Sales de Andrade |
Apply khc's patch for 241 error. Tested it out myself. Cleaned up the
|
Wed, 17 Sep 2008 00:30:18 +0000 |
Elliott Sales de Andrade |
merge of 'd50e4b01c210ebbcd8f8d5a001fa72450e021a97'
|
Tue, 16 Sep 2008 23:37:36 +0000 |
Mark Doliner |
Fix DNS resolution. I think I broke this this morning in my revision
|
Tue, 16 Sep 2008 23:35:45 +0000 |
Mark Doliner |
There was a little weirdness with the code that called the UI function
|
Tue, 16 Sep 2008 23:32:15 +0000 |
Mark Doliner |
Simplify two bits of code a little
|
Tue, 16 Sep 2008 23:30:47 +0000 |
Mark Doliner |
Change a string to be more user friendly (people shouldn't have any idea
|
Tue, 16 Sep 2008 23:29:22 +0000 |
Mark Doliner |
Improve a few comments
|
Tue, 16 Sep 2008 17:56:01 +0000 |
Mark Doliner |
Revert my revision 849d4f7265598a9f0340411c4c0c0401d488ec3b, which
|
Tue, 16 Sep 2008 17:30:23 +0000 |
Mark Doliner |
Don't use g_queue_get_length because it requires glib 2.4
|
Tue, 16 Sep 2008 14:23:24 +0000 |
Daniel Atallah |
Some minor cleanup; removal of unnecessary frees and setting stuff to NULL
|
Tue, 16 Sep 2008 13:04:39 +0000 |
Stu Tomlinson |
Fix a double free. Fixes #7047
|
Fri, 19 Sep 2008 14:46:41 +0000 |
SHiNE CsyFeK |
2008.09.19 - ccpaging <ccpaging(at)gmail.com>
|
Mon, 15 Sep 2008 12:55:33 +0000 |
SHiNE CsyFeK |
2008.09.15 - csyfek <csyfek(at)gmail.com>
|
Mon, 15 Sep 2008 03:06:03 +0000 |
Daniel Atallah |
merge of '546bf87105ac5b97c3962c083dfab015d37d9b05'
|
Mon, 15 Sep 2008 03:05:53 +0000 |
Daniel Atallah |
merge of '365b2b0d8c5b010ad52640bc3f19a95168d44ded'
|
Mon, 15 Sep 2008 03:05:34 +0000 |
Daniel Atallah |
merge of '035bfdb2d9357e8feaf49c1fea3daa75cd90d74d'
|
Mon, 15 Sep 2008 03:05:11 +0000 |
Daniel Atallah |
merge of '6e857412566bb470d069d3f9bfccd5e7828abd0c'
|
Mon, 15 Sep 2008 03:04:42 +0000 |
Daniel Atallah |
merge of '021e8f6b481be8a2183a6c94379b98ef008cc534'
|
Sat, 13 Sep 2008 23:31:33 +0000 |
Sadrul Habib Chowdhury |
Fix handling mouse events with menus.
|
Fri, 12 Sep 2008 18:00:08 +0000 |
Kevin Stange |
Richard failed to apply this change to the currently released version
|
Fri, 12 Sep 2008 14:26:41 +0000 |
SHiNE CsyFeK |
merge of '5316525f53e27f838d18a6a08b82c7d55f674591'
|
Thu, 11 Sep 2008 22:30:04 +0000 |
Daniel Atallah |
Add support for printing out the TEXT-MESSAGE in SOCKS5 CHAP auth.
|
Thu, 11 Sep 2008 22:00:23 +0000 |
Daniel Atallah |
Fix the SOCKS5 CHAP authentication to parse several messages if they are read at
|
Thu, 11 Sep 2008 21:25:05 +0000 |
Daniel Atallah |
merge of '3899adf4bc769e54b5338f295574ed8389025068'
|
Thu, 11 Sep 2008 21:16:07 +0000 |
Richard Laager |
merge of 'a636632c34e757253b9488f72068ffa94dc1727f'
|
Thu, 11 Sep 2008 21:15:01 +0000 |
Richard Laager |
Remove the preference for keeping the status message, and keep it always.
|
Thu, 11 Sep 2008 21:13:13 +0000 |
Richard Laager |
merge of '7b270e8b949f20550eec69f904e57b5431a83f10'
|
Thu, 11 Sep 2008 21:12:24 +0000 |
Richard Laager |
disapproval of revision 'fedd8495d3e49df957ae842bc5fa289452d048f8'
|
Thu, 11 Sep 2008 21:20:09 +0000 |
Daniel Atallah |
Add GPL headers to the yahoo_auth files based on Sean's recollection of communication with the authors.
|
Thu, 11 Sep 2008 20:58:15 +0000 |
Kevin Stange |
merge of 'aaddbdd76370264a6f95b6d787b565061e3b40d6'
|
Thu, 11 Sep 2008 20:58:09 +0000 |
Kevin Stange |
Add things to the ChangeLog. Please add things to the changelog when
|
Thu, 11 Sep 2008 20:30:39 +0000 |
Kevin Stange |
merge of '9eaf43035d1d4af1bc92a49bb30f637211f80123'
|
Thu, 11 Sep 2008 20:26:21 +0000 |
Kevin Stange |
merge of 'b341289e9194564cc4f7250228a66b854c2ec3c5'
|
Mon, 15 Sep 2008 03:04:07 +0000 |
Daniel Atallah |
disapproval of revision '8cebefbc6cd5d84acb69c74e69e8821f11dd225d'
|
Mon, 15 Sep 2008 03:03:49 +0000 |
Daniel Atallah |
disapproval of revision '5688199e261449d33b5803dafff50d860896ebcb'
|
Mon, 15 Sep 2008 03:03:33 +0000 |
Daniel Atallah |
disapproval of revision '5316525f53e27f838d18a6a08b82c7d55f674591'
|
Thu, 11 Sep 2008 13:34:33 +0000 |
SHiNE CsyFeK |
2008.09.11 - csyfek <csyfek(at)gmail.com>
|
Thu, 11 Sep 2008 13:32:26 +0000 |
SHiNE CsyFeK |
2008.09.04 - ccpaging <ccpaging(at)gmail.com>
|
Mon, 15 Sep 2008 03:03:59 +0000 |
Daniel Atallah |
disapproval of revision '92d52eef2994d2697999177804e3665989cfa352'
|
Thu, 11 Sep 2008 13:29:26 +0000 |
SHiNE CsyFeK |
2008.09.02 - ccpaging <ccpaging(at)gmail.com>
|
Thu, 11 Sep 2008 13:25:07 +0000 |
SHiNE CsyFeK |
2008.08.16 - ccpaging <ecc_hy(at)hotmail.com>
|
Thu, 11 Sep 2008 04:19:37 +0000 |
Ka-Hing Cheung |
shuffle some code around to make sure are using the right errno,
|
Wed, 10 Sep 2008 21:59:38 +0000 |
Mark Doliner |
merge of '60045dbace89be557466fc68978290d5fe8b491d'
|
Wed, 10 Sep 2008 19:51:41 +0000 |
Kevin Stange |
Revert this change that was accidentally committed in f5ca7968 to remove
|
Wed, 10 Sep 2008 19:20:30 +0000 |
Richard Laager |
Provide a preference to allow users to keep their status message when
|
Wed, 10 Sep 2008 04:12:59 +0000 |
Richard Laager |
Add some missing files to POTFILES.in.
|
Wed, 10 Sep 2008 04:12:30 +0000 |
Richard Laager |
Add libpurple/tests/libpurple.. to the list of files to ignore. I don't
|
Wed, 10 Sep 2008 21:59:09 +0000 |
Mark Doliner |
Fix this g_return_val_if_fail. It should have been returning TRUE or
|
Wed, 10 Sep 2008 21:48:33 +0000 |
Mark Doliner |
In our child DNS lookup processes, don't bother to use select to watch
|
Wed, 10 Sep 2008 21:32:50 +0000 |
Mark Doliner |
Currently when a child dns resolver process reads a domain name from
|
Tue, 09 Sep 2008 11:54:21 +0000 |
Sadrul Habib Chowdhury |
Use the more appropriate _unregister_handler function.
|
Mon, 08 Sep 2008 23:04:15 +0000 |
Daniel Atallah |
Fix a NULL pointer deref in the NSS SSL implementation with certain self-signed
|
Mon, 08 Sep 2008 01:29:00 +0000 |
Daniel Atallah |
Use the correct free() function.
|
Mon, 08 Sep 2008 01:28:17 +0000 |
Daniel Atallah |
Fix a TODO and mark a string translatable now that we're not string frozen.
|
Sun, 07 Sep 2008 19:58:04 +0000 |
Elliott Sales de Andrade |
Don't try to read data from a NULL filename in
|
Sun, 07 Sep 2008 19:08:04 +0000 |
Elliott Sales de Andrade |
merge of '4108bfcdd43ec618a7105588ec476f7cb3d68abb'
|
Sat, 06 Sep 2008 17:18:10 +0000 |
Will Thompson |
Prefs/Sounds: add some mnemonics
|
Sat, 06 Sep 2008 17:13:13 +0000 |
Will Thompson |
Add a "Mute sounds" tickybox in Prefs, mirroring Tools/Mute Sounds.
|
Fri, 05 Sep 2008 14:32:00 +0000 |
Will Thompson |
Uniquify auto-accepted file names to foo-2.tar.gz, not foo.tar.gz-2.
|
Sat, 06 Sep 2008 04:01:08 +0000 |
Elliott Sales de Andrade |
merge of '276af715e3b26cba28965e1fa14e8c6e5ac65a85'
|
Fri, 05 Sep 2008 12:07:37 +0000 |
Sadrul Habib Chowdhury |
Fix the conversation window closing unexpectedly. Again.
|
Fri, 05 Sep 2008 09:30:00 +0000 |
Sadrul Habib Chowdhury |
He is crazy, and he writes crazy patches.
|
Thu, 04 Sep 2008 22:56:26 +0000 |
Sadrul Habib Chowdhury |
merge of '44df11dd9d1db0245be1ab1ac5410821b1c9f2af'
|
Thu, 04 Sep 2008 18:04:29 +0000 |
Mark Doliner |
The variable we use to keep track of the watcher of the ssl connection
|
Thu, 04 Sep 2008 04:05:54 +0000 |
Daniel Atallah |
Fix the tab headers to display consistently when changing the "Show detailed
|
Thu, 11 Sep 2008 19:12:39 +0000 |
Marcus Lundblad |
Added a workaround for receiving smileys from Jabbim,
|
Thu, 11 Sep 2008 18:22:12 +0000 |
Marcus Lundblad |
When receiving an <img/> without the "alt" attribute, set
|
Mon, 08 Sep 2008 20:48:16 +0000 |
Marcus Lundblad |
Fixed a memory error, which was due to me destroying some hashtables in the
|
Mon, 08 Sep 2008 16:36:38 +0000 |
Marcus Lundblad |
Patch from Phil Hannent fixing build on Windows
|
Sat, 06 Sep 2008 23:11:44 +0000 |
Marcus Lundblad |
Removed commented out declarations (oops)
|
Fri, 05 Sep 2008 21:55:09 +0000 |
Marcus Lundblad |
Updated to use latest spec. in XEP-0231
|
Thu, 04 Sep 2008 22:18:58 +0000 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head b5850556407753df7ee8b8fa84917779165fc58b)
|
Thu, 04 Sep 2008 21:27:33 +0000 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head e685599ddcc769d157547685b5498df0662de8a2)
|
Thu, 04 Sep 2008 22:45:17 +0000 |
Sadrul Habib Chowdhury |
The irssi wm does not need libpurple, and use relative path to libgnt.la
|
Thu, 04 Sep 2008 21:57:40 +0000 |
Sadrul Habib Chowdhury |
Report dbus/nm availability correctly
|
Thu, 04 Sep 2008 03:43:32 +0000 |
Sadrul Habib Chowdhury |
datallah reminds me that my strings suck
|
Thu, 04 Sep 2008 02:10:15 +0000 |
Daniel Atallah |
Don't select the GTK+ checkbox if the current version or a new er version is
|
Thu, 04 Sep 2008 01:34:11 +0000 |
Daniel Atallah |
Remove some stray references to the MIT kerberos stuff we distributed for a short time.
|
Wed, 03 Sep 2008 15:38:31 +0000 |
Daniel Atallah |
Parse the HTTP status code in the release notification plugin and only display
|
Tue, 02 Sep 2008 09:41:15 +0000 |
Peter Hjalmarsson |
Updated swedish translation
|
Sat, 06 Sep 2008 02:57:57 +0000 |
Elliott Sales de Andrade |
We can't have ./configure lying to you, can we?
|
Tue, 02 Sep 2008 04:42:51 +0000 |
Elliott Sales de Andrade |
Depend on NetworkManager >= 0.5.0 because NetworkManager.h does not
|
Tue, 02 Sep 2008 04:37:33 +0000 |
Elliott Sales de Andrade |
Don't check for NetworkManager support when we find out we're not
|
Tue, 02 Sep 2008 01:26:58 +0000 |
Ka-Hing Cheung |
I just thought that was funny
|
Mon, 01 Sep 2008 16:45:01 +0000 |
Sadrul Habib Chowdhury |
Return FALSE when a perl plugin cannot be loaded.
|
Mon, 01 Sep 2008 16:17:17 +0000 |
Sadrul Habib Chowdhury |
merge of 'aafdb65286c235642b3ed1ac877f14714653e6cb'
|
Mon, 01 Sep 2008 16:16:30 +0000 |
Sadrul Habib Chowdhury |
Fix compiling 'make plugin.so' when srcdir != builddir. This should've been part of the last commit.
|
Mon, 01 Sep 2008 16:09:01 +0000 |
Sadrul Habib Chowdhury |
Fix compiling 'make plugin.so' when srcdir != builddir
|
Mon, 01 Sep 2008 14:11:51 +0000 |
Sadrul Habib Chowdhury |
Show 'ICQ UIN...' and 'Yahoo ID...' in the screenname field
|
Thu, 11 Sep 2008 20:25:47 +0000 |
Kevin Stange |
disapproval of revision 'f5ca7968e3f6be8f81d068232d389e0b1dab784b'
|
Mon, 01 Sep 2008 15:01:33 +0000 |
Hylke Bons |
Things still need to be adjusted here.
|
Mon, 01 Sep 2008 13:31:43 +0000 |
Hylke Bons |
Add new artwork directory structure side by side with pidgin/pixmaps/ for smooth transition.
|
Mon, 01 Sep 2008 08:31:54 +0000 |
Jochen Kemnade |
Updated de translation
|
Sun, 31 Aug 2008 23:13:36 +0000 |
Ka-Hing Cheung |
take out default mute key binding
|
Sun, 31 Aug 2008 18:49:23 +0000 |
Daniel Atallah |
Warnings cleanup from Lee Roach. Fixes #6242.
|
Sun, 31 Aug 2008 17:54:21 +0000 |
Daniel Atallah |
An optimization for purple_accounts_find() to eliminate a malloc/free per
|
Sun, 31 Aug 2008 17:29:40 +0000 |
Daniel Atallah |
Some Makefile cleanups to remove generated files from Lee Roach. Fixes #6609.
|
Sun, 31 Aug 2008 16:52:51 +0000 |
Daniel Atallah |
Clean up some debugging to avoid potential NULL string printf.
|
Sun, 31 Aug 2008 07:50:49 +0000 |
Sadrul Habib Chowdhury |
Press - or = in the accounts list to reorder accounts.
|
Sun, 31 Aug 2008 06:31:17 +0000 |
Sadrul Habib Chowdhury |
Add 'Nested Grouping' option in the grouping plugin
|
Sun, 31 Aug 2008 06:23:52 +0000 |
Sadrul Habib Chowdhury |
Try to preserve HTML attributes in notification dialogs
|
Sun, 31 Aug 2008 05:39:52 +0000 |
Kevin Stange |
Now we're 2.5.2devel!
|
Sun, 31 Aug 2008 05:21:25 +0000 |
Elliott Sales de Andrade |
Make this string translateable now that we're tagged and out of string
|
Sun, 31 Aug 2008 04:06:25 +0000 |
Kevin Stange |
The pixmaps here are gone.
|
Sun, 31 Aug 2008 01:00:40 +0000 |
Elliott Sales de Andrade |
NEWS! Because no-one else wants to do it...
|
Sun, 31 Aug 2008 00:38:19 +0000 |
Kevin Stange |
Start NEWSing please.
|
Sat, 30 Aug 2008 20:21:04 +0000 |
Elliott Sales de Andrade |
Add MSN error code 927 for suspended passports, and a little bit of
|
Sat, 30 Aug 2008 07:53:32 +0000 |
Ka-Hing Cheung |
Stu's idea, I sort of did it the other way. I don't know if it will help
|
Sat, 30 Aug 2008 03:43:05 +0000 |
Elliott Sales de Andrade |
merge of '0c4505a67ab2e90bf634a3d235022d369302e129'
|
Sat, 30 Aug 2008 03:41:18 +0000 |
Elliott Sales de Andrade |
Print out SOAP response data as it's received in chunks. Sure, that
|
Sat, 30 Aug 2008 02:30:04 +0000 |
Stu Tomlinson |
Remove the (win32 only?!) QQ buddy icon pixmaps due to copyright concerns
|
Sat, 30 Aug 2008 02:05:36 +0000 |
Kevin Stange |
Add something Stu noted.
|
Sat, 30 Aug 2008 01:41:51 +0000 |
Kevin Stange |
Include the Windows tray icons in the source distribution.
|
Sat, 30 Aug 2008 00:28:34 +0000 |
Kevin Stange |
Here, now we have a list of things that were changed. I'm not sure if
|
Fri, 29 Aug 2008 20:45:44 +0000 |
Luke Schierer |
merge of '2907a92b5f377c1eb7ea400907a83a8d39b049d4'
|
Fri, 29 Aug 2008 19:37:07 +0000 |
Daniel Atallah |
Added Irish translation from Aaron Kearns. This technically addes a string ("Irish"), but I'm going to do it anyway. Fixes #6836.
|
Fri, 29 Aug 2008 19:28:10 +0000 |
Daniel Atallah |
Updated he translation. Fixes #6826
|
Fri, 29 Aug 2008 19:26:42 +0000 |
Daniel Atallah |
Updated zh_HK zh_TW translations. Fixes #6805
|
Fri, 29 Aug 2008 19:23:45 +0000 |
Daniel Atallah |
Updated nn translation. Fixes #6802
|
Fri, 29 Aug 2008 17:38:06 +0000 |
Daniel Atallah |
Updated pt_BR translation. Fixes #6800
|
Fri, 29 Aug 2008 17:36:05 +0000 |
Daniel Atallah |
Updated Czech translation. Fixes #6796
|
Fri, 29 Aug 2008 17:33:35 +0000 |
Daniel Atallah |
Updated Italian translation. Fixes #6789
|
Fri, 29 Aug 2008 17:27:24 +0000 |
Daniel Atallah |
Updated Dutch translation. Fixes #6787
|
Fri, 29 Aug 2008 17:23:36 +0000 |
Daniel Atallah |
Updated Spanish translation from jfs. Fixes #6694,#6876
|
Fri, 29 Aug 2008 16:43:38 +0000 |
Daniel Atallah |
Updated Galician translation from Frco. Javier Rial Rodriguez. Fixes #6621.
|
Fri, 29 Aug 2008 14:01:14 +0000 |
Evan Schoenberg |
Ignore nicknames which are just the user portion of the JID, as these aren't useful. Instead, prefer the fullname in that situation for serverside alias purposes.
|
Fri, 29 Aug 2008 13:59:59 +0000 |
Evan Schoenberg |
The alias we retrieve from the roster is a private alias; use purple_serv_got_private_alias() to tell the core about it
|
Fri, 29 Aug 2008 11:23:31 +0000 |
Sadrul Habib Chowdhury |
Update the tooltip if the status of the selected node changes.
|
Thu, 28 Aug 2008 09:20:22 +0000 |
Timo Jyrinki |
2.5.1 update. And yay for second --no-location update in a row.
|
Thu, 28 Aug 2008 04:12:31 +0000 |
Daniel Atallah |
Don't arbitrarily default font settings when none are specified for incoming
|
Thu, 28 Aug 2008 01:55:39 +0000 |
Daniel Atallah |
Build the XMPP Console plugin by default on windows too.
|
Thu, 28 Aug 2008 00:55:35 +0000 |
Daniel Atallah |
Some cleanup and a little leak fix that I thought I committed a while ago.
|
Thu, 28 Aug 2008 00:54:37 +0000 |
Daniel Atallah |
Patch from "brookingcharlie" to make "Open All Messages" the default response
|
Thu, 28 Aug 2008 00:43:05 +0000 |
Daniel Atallah |
Path from Toby Schaffer to fix a null ptr deref when adding a buddy. Fixes #6821.
|
Wed, 27 Aug 2008 16:45:04 +0000 |
Daniel Atallah |
Update win32 installer for cert changes.
|
Wed, 27 Aug 2008 04:53:35 +0000 |
Ka-Hing Cheung |
merge of '153989e7ae76bd6d5247eca35699948dded65121'
|
Wed, 27 Aug 2008 04:05:10 +0000 |
Daniel Atallah |
Add support for sending authorization for Basic proxy authentication when the
|
Wed, 27 Aug 2008 04:52:40 +0000 |
Ka-Hing Cheung |
merge of '126251205c0faf12cb73ec60a10f1cf904b8166d'
|
Wed, 27 Aug 2008 03:06:44 +0000 |
Ka-Hing Cheung |
merge of '3acf6d9387524fb3b59c35e5e1db2847387c37af'
|
Wed, 27 Aug 2008 03:06:42 +0000 |
Ka-Hing Cheung |
merge of '6404d7635dd48f315b3c8fd3550970a417daa2ef'
|
Wed, 27 Aug 2008 04:52:29 +0000 |
Ka-Hing Cheung |
prints out the payload to debug log in case we get an invalid UBX command,
|
Wed, 27 Aug 2008 03:05:19 +0000 |
Ka-Hing Cheung |
remove misleading portion of the debug line
|
Wed, 27 Aug 2008 02:52:50 +0000 |
Daniel Atallah |
Do a better job of detecting if the yahoo account is connecting through a HTTP
|
Wed, 27 Aug 2008 02:43:25 +0000 |
Ka-Hing Cheung |
so turns out this is what I really need
|
Wed, 27 Aug 2008 02:41:20 +0000 |
Ka-Hing Cheung |
merge of '23de00c9ca4c1e5f6d10ff40c78d2647432260de'
|
Wed, 27 Aug 2008 03:04:15 +0000 |
Evan Schoenberg |
Return FALSE from purple_url_parse() if a host could not be determined
|
Wed, 27 Aug 2008 02:54:59 +0000 |
Evan Schoenberg |
purple_url_parse() now gracefully handles a url which is wholly invalid.
|
Wed, 27 Aug 2008 01:43:09 +0000 |
Ka-Hing Cheung |
merge of '44b23c8bda2576a9bfcd3eaa90f9188c455df575'
|
Sat, 25 Oct 2008 18:28:58 +0000 |
Ka-Hing Cheung |
disapproval of revision 'abcb63937b0282df910bc35d286c3f0d3245bfa5'
|
Wed, 27 Aug 2008 02:41:09 +0000 |
Ka-Hing Cheung |
disapproval of revision '44b23c8bda2576a9bfcd3eaa90f9188c455df575'
|
Wed, 27 Aug 2008 01:37:54 +0000 |
Ka-Hing Cheung |
add enough certs so we can verify msn servers, distributions that use
|
Thu, 02 Oct 2008 06:53:13 +0000 |
Laurynas Biveinis |
Update Lithuanian translation
|
Fri, 29 Aug 2008 20:26:41 +0000 |
Hylke Bons |
Revert translation.
|
Tue, 26 Aug 2008 22:37:23 +0000 |
Daniel Atallah |
purple_str_to_time() didn't necessarily set "rest" under all circumstances.
|
Tue, 26 Aug 2008 22:08:21 +0000 |
Sadrul Habib Chowdhury |
merge of '3800c01dede1b6e3df0d6f637b4a865ff77e0efe'
|
Tue, 26 Aug 2008 20:42:52 +0000 |
Bj«Órn Voigt |
German update for 2.5.1
|
Tue, 26 Aug 2008 15:46:40 +0000 |
Hylke Bons |
One-canvas file for the status and tray icons, making a lot of files obsolete.
|
Tue, 26 Aug 2008 12:33:02 +0000 |
ª±ric Boumaour |
Update French translation.
|
Tue, 26 Aug 2008 04:36:29 +0000 |
Daniel Atallah |
Add support for reading SOCKS proxy information from the Windows proxy settings.
|
Tue, 26 Aug 2008 04:08:22 +0000 |
Elliott Sales de Andrade |
merge of '3c1dec61837db8f0f51fc35f7ca26ff948a4e4f4'
|
Mon, 25 Aug 2008 23:10:00 +0000 |
Laurynas Biveinis |
Remove source line information from the LT translation
|
Mon, 25 Aug 2008 23:05:01 +0000 |
Laurynas Biveinis |
merge of '2dda5492ce310300c1b45a054126b0e52e760eaf'
|
Mon, 25 Aug 2008 19:39:00 +0000 |
Richard Laager |
Add some more code to the version-check target to test the ChangeLog files
|
Thu, 02 Oct 2008 17:34:31 +0000 |
Kelemen G«¡bor |
hu.po: Updated Hungarian translation
|
Mon, 25 Aug 2008 13:18:07 +0000 |
Stu Tomlinson |
automake can spit out gzip & bzip2 tarballs at the same time, avoiding the
|
Mon, 25 Aug 2008 03:09:33 +0000 |
Ethan Blanton |
Verify monotone tag and workspace version on 'make packages'.
|
Mon, 25 Aug 2008 02:46:51 +0000 |
Ethan Blanton |
Add release-time candy 'make release' and 'make packages' to the Makefile.
|
Sun, 24 Aug 2008 16:59:06 +0000 |
Stu Tomlinson |
ICONS_22_SCALABLE doesn't exist anymore
|
Sun, 24 Aug 2008 16:51:19 +0000 |
Stu Tomlinson |
Use SOCKS proxy if specified when running in GNOME
|
Tue, 26 Aug 2008 22:06:21 +0000 |
Sadrul Habib Chowdhury |
Do not allow setting empty shortcut for a custom smiley.
|
Sun, 24 Aug 2008 06:35:01 +0000 |
Sadrul Habib Chowdhury |
Show 'Edit' instead of 'pidgin-edit' in the edit buttons. Fixes #6742
|
Sat, 23 Aug 2008 23:21:07 +0000 |
Ka-Hing Cheung |
correctly say we support offline messages for all buddies, this was never
|
Sat, 23 Aug 2008 21:18:53 +0000 |
John Bailey |
Update the man page a bit.
|
Sat, 23 Aug 2008 17:40:26 +0000 |
Evan Schoenberg |
merge of '0394d7df6e47a5fa45b9a961d47614562888683e'
|
Fri, 22 Aug 2008 20:54:24 +0000 |
Stu Tomlinson |
Only disconnect xmpp connections during xml parsing if the error is an
|
Fri, 22 Aug 2008 21:02:51 +0000 |
Hylke Bons |
Update 16x16 protocol icons.
|
Fri, 22 Aug 2008 01:55:21 +0000 |
Hylke Bons |
Dialog icons. Man, these were getting old...
|
Thu, 21 Aug 2008 23:45:39 +0000 |
Hylke Bons |
Throbber test.
|
Thu, 21 Aug 2008 21:17:42 +0000 |
Mark Doliner |
merge of 'a3016031fd5b2669070b7d99b301874a29269f18'
|
Thu, 21 Aug 2008 21:06:37 +0000 |
Hylke Bons |
Source files for the new icons added in 2.5.0.
|
Thu, 21 Aug 2008 21:08:13 +0000 |
Mark Doliner |
merge of '43173262756f7a4040386ac05c0492431fa3c308'
|
Thu, 21 Aug 2008 20:52:51 +0000 |
Hylke Bons |
First steps to one-canvas workflow.
|
Tue, 26 Aug 2008 02:24:17 +0000 |
Elliott Sales de Andrade |
Don't crash if user == NULL in a couple more places. Not exactly the
|
Thu, 21 Aug 2008 06:46:19 +0000 |
Elliott Sales de Andrade |
merge of '038d9d36d640ed83f9df5333d57dc0cd8b9ae847'
|
Wed, 20 Aug 2008 21:20:03 +0000 |
Richard Laager |
It's not "Accounts->Add/Edit" any more, it's now "Accounts->Manage Accounts".
|
Wed, 20 Aug 2008 21:10:01 +0000 |
Richard Laager |
In the Join/Part plugin, add the ability to apply the rules to
|
Wed, 20 Aug 2008 21:09:50 +0000 |
Richard Laager |
Bump the version to 2.5.1devel
|
Wed, 20 Aug 2008 15:57:19 +0000 |
Stu Tomlinson |
merge of '2e9b29f761a49d4b15531f9efc0c1824f50cfb0d'
|
Wed, 20 Aug 2008 15:49:45 +0000 |
Stu Tomlinson |
Fix syntax error in Dutch translation
|
Wed, 20 Aug 2008 15:21:46 +0000 |
Daniel Atallah |
Fix printf of a NULL string and also an invalid free. Fixes #6627
|
Sun, 12 Oct 2008 22:00:38 +0000 |
Ka-Hing Cheung |
disapproval of revision 'd50e4b01c210ebbcd8f8d5a001fa72450e021a97'
|
Wed, 17 Sep 2008 00:29:56 +0000 |
Elliott Sales de Andrade |
disapproval of revision 'c3270f154f1777243d7c71b4e7eaa86bb417d93a'
|
Thu, 21 Aug 2008 06:40:00 +0000 |
Elliott Sales de Andrade |
Support some older versions of the ILN command. Apparently some IM
|
Thu, 21 Aug 2008 05:23:47 +0000 |
Elliott Sales de Andrade |
Apparently messenger@microsoft.com is some sort of server-side buddy
|
Wed, 20 Aug 2008 00:34:16 +0000 |
Elliott Sales de Andrade |
merge of '46196fef32aa6c83b1155e906772d576c064fa25'
|
Tue, 19 Aug 2008 15:59:29 +0000 |
Ethan Blanton |
hah
|
Tue, 19 Aug 2008 08:15:50 +0000 |
Ka-Hing Cheung |
(21:05:09) datallah: i think there will be one soon (2.5.1), but it'll be because of MSN :D
|
Tue, 19 Aug 2008 04:41:15 +0000 |
Daniel Atallah |
I forgot to add these new files to Makefile.am
|
Tue, 19 Aug 2008 01:51:26 +0000 |
Stu Tomlinson |
Update the dates
|
Tue, 19 Aug 2008 00:27:18 +0000 |
Elliott Sales de Andrade |
merge of '6ff1ad13faebe5a0404273212fa903636bb58d37'
|
Wed, 20 Aug 2008 15:44:30 +0000 |
Hylke Bons |
Make the tray icons truly 22x22px.
|
Tue, 19 Aug 2008 23:07:11 +0000 |
Hylke Bons |
Darken the text of the extended-away icon a bit.
|
Mon, 18 Aug 2008 23:29:35 +0000 |
Hylke Bons |
Change weird shape of the 22x22 app icon.
|
Mon, 18 Aug 2008 16:24:09 +0000 |
Hylke Bons |
More improvements.
|
Mon, 18 Aug 2008 16:03:19 +0000 |
Stu Tomlinson |
merge of '9db6cf3ac465ef3a7aca0eee0f47e02d3ea7b162'
|
Mon, 18 Aug 2008 15:35:12 +0000 |
Hylke Bons |
Remove all useless definitions. This will reduce the tarball size a lot.
|
Tue, 19 Aug 2008 00:24:53 +0000 |
Elliott Sales de Andrade |
Oops, missed a bit of that patch there.
|
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 05:55:27 +0000 |
Elliott Sales de Andrade |
A patch from nowic to re-colorize the greyed out icon when a buddy signs
|
Mon, 18 Aug 2008 01:00:58 +0000 |
Elliott Sales de Andrade |
Close notify and request dialogs with PurpleSslConnection as handle.
|
Sun, 17 Aug 2008 21:27:00 +0000 |
Ka-Hing Cheung |
I am still hoping for a release
|
Sun, 17 Aug 2008 19:35:50 +0000 |
Mark Doliner |
It helps to rename the function
|
Sun, 17 Aug 2008 19:15:03 +0000 |
Mark Doliner |
merge of '6b6139039fdaaf6ab1059337085b3b6267bb474e'
|
Sun, 17 Aug 2008 18:10:28 +0000 |
Hylke Bons |
Fix make file.
|
Sun, 17 Aug 2008 11:10:39 +0000 |
Will Thompson |
Correct documentation about list account options to reflect what the key and
|
Sun, 17 Aug 2008 10:37:42 +0000 |
Will Thompson |
Ellipsize the "n people in room" text if necessary.
|
Sun, 17 Aug 2008 00:35:07 +0000 |
Elliott Sales de Andrade |
merge of '183a46fcac287d4b1661ab0a96f7cbd2e2d5b5a0'
|
Sun, 17 Aug 2008 19:12:24 +0000 |
Mark Doliner |
A little function renaming and organization
|
Sat, 16 Aug 2008 22:02:40 +0000 |
Mark Doliner |
NEWSinating the country side. NEWSinating the peasants.
|
Sat, 16 Aug 2008 23:36:59 +0000 |
Hylke Bons |
Sharper 16x16 application icon thanks to QuLogic.
|
Sat, 16 Aug 2008 20:18:16 +0000 |
Hylke Bons |
Pixel polish.
|
Sat, 16 Aug 2008 19:41:05 +0000 |
Evan Schoenberg |
merge of '81070314dbb1793818b946813e1f0cdfda74f7ca'
|
Sat, 16 Aug 2008 19:38:45 +0000 |
Evan Schoenberg |
Fixed an inverted g_return_val_if_fail() which caused gadu-gadu to always set an available status with no status message
|
Sat, 16 Aug 2008 17:25:33 +0000 |
Stu Tomlinson |
Fix compiling with glib < 2.6
|
Sat, 16 Aug 2008 17:24:21 +0000 |
Stu Tomlinson |
Fix compiling with gtk < 2.6
|
Sat, 16 Aug 2008 04:31:11 +0000 |
Ka-Hing Cheung |
.
|
Sat, 16 Aug 2008 03:15:07 +0000 |
Elliott Sales de Andrade |
Turn off those MSN NOTification debug messages. It should work now, and
|
Sat, 16 Aug 2008 03:12:50 +0000 |
Elliott Sales de Andrade |
merge of '2bf1b91e196b9f481e1e0e63ba6aa28c9918ce6d'
|
Sat, 16 Aug 2008 02:39:35 +0000 |
Daniel Atallah |
merge of '3ba789b2288c2880c7a984b204ad5450055ba746'
|
Sat, 16 Aug 2008 02:33:46 +0000 |
Daniel Atallah |
I missed the traditional Chinese po file in the first round. References #6557.
|
Sat, 16 Aug 2008 03:10:19 +0000 |
Elliott Sales de Andrade |
NEWS!
|
Sat, 16 Aug 2008 02:47:42 +0000 |
Elliott Sales de Andrade |
I don't like this being un-alphabetical. :P
|
Fri, 15 Aug 2008 20:42:05 +0000 |
Hylke Bons |
Windows icon file.
|
Fri, 15 Aug 2008 20:13:28 +0000 |
Hylke Bons |
Updated NEWS and chat icon.
|
Fri, 15 Aug 2008 17:06:50 +0000 |
Daniel Atallah |
Fix dist
|
Fri, 15 Aug 2008 16:23:51 +0000 |
Daniel Atallah |
Oops, I forgot the actual Italian po file.
|
Fri, 15 Aug 2008 16:15:08 +0000 |
Daniel Atallah |
Updated Italian translation from Claudio Satriano. Fixes #6587.
|
Mon, 15 Sep 2008 03:03:11 +0000 |
SHiNE CsyFeK |
applied changes from 5688199e261449d33b5803dafff50d860896ebcb
|
Mon, 15 Sep 2008 03:02:06 +0000 |
SHiNE CsyFeK |
applied changes from 92d52eef2994d2697999177804e3665989cfa352
|
Mon, 15 Sep 2008 03:01:03 +0000 |
SHiNE CsyFeK |
applied changes from 8cebefbc6cd5d84acb69c74e69e8821f11dd225d
|
Mon, 15 Sep 2008 02:59:23 +0000 |
SHiNE CsyFeK |
applied changes from f12c8903079425d7850fa183df0b3f937b2952be
|
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)
|
Mon, 25 Aug 2008 21:52:10 +0000 |
Laurynas Biveinis |
Update Lithuanian translation
|
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)
|
Wed, 11 Jun 2008 15:20:16 +0000 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin' (head 7be65dacd56b6536cf745747e39a29f4f7f2644b)
|
Sun, 01 Jun 2008 21:39:15 +0000 |
Marcus Lundblad |
New files used for custom smileys.
|
Sun, 01 Jun 2008 21:07:22 +0000 |
Sadrul Habib Chowdhury |
Ooops ... compile\!
|
Sun, 01 Jun 2008 21:02:39 +0000 |
Sadrul Habib Chowdhury |
A couple of leak fixes.
|
Sun, 01 Jun 2008 20:55:54 +0000 |
Marcus Lundblad |
Custom smileys for XMPP according to XEP 0231. Refs #5627.
|
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, 15 Nov 2008 23:47:18 +0000 |
Richard Laager |
merge of '8b98876f03b683ae6805d673e713f30f16b7f6e9'
|
Mon, 29 Oct 2007 02:12:15 +0000 |
Carlos Silva |
Fix some typos
|
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
|
Fri, 15 Aug 2008 16:10:38 +0000 |
Daniel Atallah |
Updated Romanian translation from Mi.u Moldovan. Fixes #6581
|
Fri, 15 Aug 2008 16:02:48 +0000 |
Daniel Atallah |
Updated Portuguese (Brazilian) translation from Rodrigo Luiz Marques Flores. Fixes #6577.
|
Fri, 15 Aug 2008 15:59:06 +0000 |
Daniel Atallah |
Updated Czech translation from David Vachulka. Fixes #6564.
|
Fri, 15 Aug 2008 15:54:40 +0000 |
Daniel Atallah |
Updated Chinese (Hong Kong) translation from Ambrose C. Li. Fixes #6557
|
Fri, 15 Aug 2008 15:50:22 +0000 |
Daniel Atallah |
Updated Spanish translation from Javier Fernandez-Sanguino. Fixes #6552
|
Fri, 15 Aug 2008 15:39:54 +0000 |
Daniel Atallah |
Updated Hebrew translation from Shalom Craimer. Fixes #6551.
|
Fri, 15 Aug 2008 15:37:20 +0000 |
Daniel Atallah |
Updated Albanian translation from Besnik Bleta. Fixes #6538.
|
Fri, 15 Aug 2008 15:33:43 +0000 |
Daniel Atallah |
Updated Norwegian Nynorsk from Yngve Spjeld Landro. Fixes #6535.
|
Fri, 15 Aug 2008 15:23:49 +0000 |
Daniel Atallah |
Updated Slovenian translation from Martin Srebotnjak. Fixes #6275.
|
Fri, 15 Aug 2008 15:19:33 +0000 |
Daniel Atallah |
Updated Vietnamese translation from Clytie Siddall. Fixes #6148.
|
Fri, 15 Aug 2008 15:16:54 +0000 |
Daniel Atallah |
Updated Sinhala translation from Yajith Ajantha Dayarathna. Fixes #5882.
|
Fri, 15 Aug 2008 15:09:14 +0000 |
Daniel Atallah |
Estonian translation update from Ivar Smolin. Fixes #5851.
|
Fri, 15 Aug 2008 14:46:36 +0000 |
Daniel Atallah |
Start the release wheel rolling\!
|
Fri, 15 Aug 2008 04:39:39 +0000 |
Elliott Sales de Andrade |
Add purple_prpl_{got,send}_attention to ChangeLog.API.
|
Fri, 15 Aug 2008 04:31:38 +0000 |
Elliott Sales de Andrade |
I seem to have accidentally turned on those "unsafe" SOAP debug messages.
|
Fri, 15 Aug 2008 04:30:28 +0000 |
Elliott Sales de Andrade |
merge of '3b7b0deadf583b8df122dced7a6925e693af3223'
|
Fri, 15 Aug 2008 03:10:06 +0000 |
Stu Tomlinson |
Fix finding TCL headers with latest TCL
|
Fri, 15 Aug 2008 02:44:36 +0000 |
Stu Tomlinson |
merge of '27269c5b28fd1f58228c46b310d26a5d208dac77'
|
Fri, 15 Aug 2008 00:36:40 +0000 |
Elliott Sales de Andrade |
Fix up some more icon mis-spellings.
|
Thu, 14 Aug 2008 23:05:53 +0000 |
William Ehlhardt |
Add notice in ChangeLog about NSS support
|
Thu, 14 Aug 2008 22:54:29 +0000 |
William Ehlhardt |
Patch to fully enable NSS SSL Certificates from #6500.
|
Thu, 14 Aug 2008 21:39:12 +0000 |
Hylke Bons |
Update Dutch translation again...
|
Fri, 15 Aug 2008 04:27:42 +0000 |
Elliott Sales de Andrade |
Remove calls to g_markup_escape_text. Not only does this help with old
|
Fri, 15 Aug 2008 04:13:40 +0000 |
Elliott Sales de Andrade |
disapproval of revision '8bae3778af422c41094db4e639f2cf45e6ee6259'
|
Fri, 15 Aug 2008 02:42:52 +0000 |
Stu Tomlinson |
Fix compatibility with glib < 2.4 for g_markup_printf_escaped. untested.
|
Fri, 15 Aug 2008 02:34:21 +0000 |
Stu Tomlinson |
We don't need slplink or switchboard low-level debugging enabled by default
|
Thu, 14 Aug 2008 20:44:15 +0000 |
Hylke Bons |
Somehow I forgot these icons.
|
Thu, 14 Aug 2008 18:29:31 +0000 |
Hylke Bons |
Cigarette icon typo.
|
Thu, 14 Aug 2008 16:56:26 +0000 |
Hylke Bons |
About screen for 2.5.0
|
Thu, 14 Aug 2008 16:22:41 +0000 |
Hylke Bons |
Blue bubble experiment.
|
Thu, 14 Aug 2008 15:26:08 +0000 |
Hylke Bons |
Improved Dutch translation
|
Thu, 14 Aug 2008 14:12:36 +0000 |
Hylke Bons |
Slicker application icons. Don't hate me.
|
Thu, 14 Aug 2008 09:32:32 +0000 |
Kelemen G«¡bor |
hu.po: Updated Hungarian translation for 2.5
|
Thu, 14 Aug 2008 05:26:52 +0000 |
Ka-Hing Cheung |
merge of '181e1f6b21a5dc3c848f82475078ab94654fbb10'
|
Thu, 14 Aug 2008 04:32:39 +0000 |
Daniel Atallah |
merge of '87f91e5f4e7f627329c2b7edf56773f58696a8cf'
|
Thu, 14 Aug 2008 04:28:47 +0000 |
Daniel Atallah |
Use the "Flash taskbar button X times" value from the win32 Tweak UI "Prevent
|
Thu, 14 Aug 2008 04:17:21 +0000 |
Daniel Atallah |
It turns out that setting the window title causes it to stop flashing on win32.
|
Thu, 14 Aug 2008 03:28:11 +0000 |
Daniel Atallah |
Don't emit the "buddy-typed" signal when *we* are typing.
|
Thu, 14 Aug 2008 02:36:56 +0000 |
Daniel Atallah |
Add a note about the timeout_add uiop being used to synchronize threads on win32.
|
Thu, 14 Aug 2008 05:25:12 +0000 |
Ka-Hing Cheung |
This should fix a crash that I've been seeing. I am not sure if this is the
|
Wed, 13 Aug 2008 19:38:25 +0000 |
Hylke Bons |
Dutch translation, icons.
|
Wed, 13 Aug 2008 19:18:44 +0000 |
Hylke Bons |
Updated smiley style and theme file.
|
Wed, 13 Aug 2008 15:59:36 +0000 |
Will Thompson |
Stu reckoned that having a new block to build the debug string is ugly;
|
Wed, 13 Aug 2008 15:41:48 +0000 |
Will Thompson |
Oscar passing NULL for the debug category is not great if you're filtering by category.
|
Wed, 13 Aug 2008 15:25:51 +0000 |
Will Thompson |
Relegate XML dumped by msn's SOAP code to MISC from INFO.
|
Tue, 12 Aug 2008 23:35:02 +0000 |
Daniel Atallah |
More leaks of fds to client processes.
|
Tue, 12 Aug 2008 23:22:47 +0000 |
Daniel Atallah |
Use non-blocking io for IRC DCC transfers.
|
Tue, 12 Aug 2008 23:16:58 +0000 |
Daniel Atallah |
Don't leak the fd to child processes.
|
Tue, 12 Aug 2008 23:09:05 +0000 |
Daniel Atallah |
Use non-blocking io for inbound TCP connections for SIMPLE.
|
Tue, 12 Aug 2008 23:03:31 +0000 |
Daniel Atallah |
These fds don't need to be inherited by child processes.
|
Tue, 12 Aug 2008 22:16:48 +0000 |
Daniel Atallah |
Use non-blocking io for direct xmpp file transfers
|
Tue, 12 Aug 2008 15:24:06 +0000 |
Jochen Kemnade |
German translation: small fix
|
Tue, 12 Aug 2008 04:53:07 +0000 |
Elliott Sales de Andrade |
Make docklet menu appear on button press instead of release to match
|
Tue, 12 Aug 2008 04:37:18 +0000 |
Elliott Sales de Andrade |
merge of '103b421151d9a077e40a662e8d3743b5232f3da4'
|
Tue, 12 Aug 2008 02:24:03 +0000 |
Daniel Atallah |
Don't look up caps exts when the initial caps discovery wasn't successful.
|
Mon, 11 Aug 2008 19:51:24 +0000 |
Bj«Órn Voigt |
German update for V2.5
|
Mon, 11 Aug 2008 18:36:12 +0000 |
Mark Doliner |
merge of '3150ec3dfc06bed0d5219058efb8ba76c7e6fa2d'
|
Mon, 11 Aug 2008 11:58:12 +0000 |
Will Thompson |
Rely on xmlnode_insert_data to call strlen on a bunch of MSN status strings.
|
Mon, 11 Aug 2008 09:42:07 +0000 |
Timo Jyrinki |
fix the new post-string-freeze 2 fuzzy and 2 untranslated strings.
|
Sun, 10 Aug 2008 22:59:07 +0000 |
Elliott Sales de Andrade |
merge of '4f30170cef563ecf059bc5e798c3bd75d01247e7'
|
Sun, 10 Aug 2008 21:49:23 +0000 |
Bj«Órn Voigt |
libpurple/protocols/qq/group_network.c does not exist anymore
|
Sun, 10 Aug 2008 18:46:32 +0000 |
Daniel Atallah |
Reapplied changes that were overwritten by 6b89b377381e35b459936fd2f730f45b5558ae69.
|
Sun, 10 Aug 2008 04:32:14 +0000 |
SHiNE CsyFeK |
2008.08.10 - csyfek <csyfek(at)gmail.com>
|
Sun, 10 Aug 2008 22:08:39 +0000 |
Elliott Sales de Andrade |
Use MIN(strlen(password), 16) for MSN because g_markup_escape_text will
|
Sun, 10 Aug 2008 05:11:59 +0000 |
Elliott Sales de Andrade |
Change the other prpls to use new purple_prpl_{send,got}_attention API.
|
Sun, 10 Aug 2008 04:59:17 +0000 |
Elliott Sales de Andrade |
Fix up some types.
|
Sun, 10 Aug 2008 01:21:17 +0000 |
Elliott Sales de Andrade |
Replace void* with MsnSoapCallback type. I guess it didn't work before
|
Sat, 09 Aug 2008 23:23:48 +0000 |
Elliott Sales de Andrade |
I guess I re-arranged a little off. We probably should disconnect
|
Sat, 09 Aug 2008 04:25:58 +0000 |
Elliott Sales de Andrade |
merge of '14f8b4609456592014383ef4957124a07f57ac3a'
|
Sat, 09 Aug 2008 02:24:55 +0000 |
Daniel Atallah |
merge of '04cb3481a7947425a89254b98d0d64b73ca36dc1'
|
Sat, 09 Aug 2008 02:19:02 +0000 |
Daniel Atallah |
A similar size limit for MSN buddy icon retrieval from arbitrary urls.
|
Sat, 09 Aug 2008 01:58:27 +0000 |
Daniel Atallah |
Restrict buddy icon downloads from arbitrary urls to 200kB.
|
Sat, 09 Aug 2008 02:04:21 +0000 |
Mark Doliner |
Fix a crash on exit when using --with-system-ssl-certs
|
Fri, 08 Aug 2008 23:34:27 +0000 |
Daniel Atallah |
Add temporary purple_util_fetch_url_request_len and purple_util_fetch_url_len
|
Fri, 08 Aug 2008 20:33:25 +0000 |
Mark Doliner |
merge of '1f2555d955dc18eae653a47dafaf1235881772aa'
|
Fri, 08 Aug 2008 20:14:18 +0000 |
Hylke Bons |
Facebook protocol icons.
|
Fri, 08 Aug 2008 06:47:34 +0000 |
Ka-Hing Cheung |
merge of '26606a5b2701a5b005448d15da254ecd796a005d'
|
Sat, 09 Aug 2008 04:24:54 +0000 |
Elliott Sales de Andrade |
Correctly save the payload_len of a MSN notification command. Also,
|
Fri, 08 Aug 2008 05:51:53 +0000 |
Elliott Sales de Andrade |
merge of '521d7478a48ec5109a78fb66eab6ad7ced97c34a'
|
Fri, 08 Aug 2008 05:49:47 +0000 |
Elliott Sales de Andrade |
When opening MSN chats, use "Local alias" in preference to "Display
|
Fri, 08 Aug 2008 04:47:50 +0000 |
Elliott Sales de Andrade |
Re-arrange msn_slplink_destroy and msn_slp_call_destroy. Might help
|
Fri, 08 Aug 2008 03:34:28 +0000 |
Elliott Sales de Andrade |
Re-arrange msn_session_destroy to avoid use-after-free bugs. I don't
|
Fri, 08 Aug 2008 02:26:25 +0000 |
Elliott Sales de Andrade |
Don't try to report a connection error if the MSN session is being
|
Thu, 07 Aug 2008 05:08:44 +0000 |
Elliott Sales de Andrade |
Some whitespace changes to make code from that previous commit look better.
|
Thu, 07 Aug 2008 05:06:49 +0000 |
Elliott Sales de Andrade |
Fix up the MSN Inbox URL. There was a typo that caused a use-after-free
|
Tue, 05 Aug 2008 02:55:24 +0000 |
Elliott Sales de Andrade |
Fix up some whitespace problems.
|
Mon, 04 Aug 2008 03:46:33 +0000 |
Elliott Sales de Andrade |
Don't assign this stuff in a loop.
|
Sun, 03 Aug 2008 23:55:06 +0000 |
Elliott Sales de Andrade |
Fix a leak when requesting OIM's. Also removed some unnecessary
|
Thu, 07 Aug 2008 19:47:23 +0000 |
Ka-Hing Cheung |
take an extra reference to PurpleXfer so we can check whether the whole
|
Thu, 07 Aug 2008 19:36:12 +0000 |
Ka-Hing Cheung |
merge of '0fa0d7921af1ea7cb2ce3b4f768354b762110259'
|
Thu, 07 Aug 2008 18:45:26 +0000 |
Laurynas Biveinis |
Update Lithuanian translation
|
Fri, 08 Aug 2008 05:54:40 +0000 |
Mark Doliner |
Add a note for translators, because they probably have no idea what
|
Thu, 07 Aug 2008 18:47:36 +0000 |
Mark Doliner |
Add a changelog entry about two things I changed
|
Thu, 07 Aug 2008 13:00:11 +0000 |
ª±ric Boumaour |
Update to the French translation for 2.5.0 release.
|
Thu, 07 Aug 2008 11:14:05 +0000 |
ª±ric Boumaour |
merge of '3008474548ddd234f222ed5a0be3066e2ea0da0b'
|
Thu, 07 Aug 2008 07:07:32 +0000 |
Ka-Hing Cheung |
take an extra reference to PurpleXfer so we can check whether the whole
|
Thu, 07 Aug 2008 06:16:57 +0000 |
Ka-Hing Cheung |
removed an unused function
|
Thu, 07 Aug 2008 04:26:02 +0000 |
Daniel Atallah |
Remove various opaque UiOps functions from the perl loader as they aren't useable.
|
Thu, 07 Aug 2008 04:10:22 +0000 |
Daniel Atallah |
Fix purple_str_strip_char and purple_util_chrreplace to be able to work.
|
Thu, 07 Aug 2008 04:03:23 +0000 |
Daniel Atallah |
Another Perl patch from Zsombor Welker to add more functions.
|
Thu, 07 Aug 2008 03:27:21 +0000 |
Daniel Atallah |
Another Perl loader patch from Zsombor Welker, this one adds some missing pref
|
Thu, 07 Aug 2008 03:10:44 +0000 |
Daniel Atallah |
Remove a bunch of *_init() and *_uninit() functions that don't make sense for
|
Thu, 07 Aug 2008 02:48:21 +0000 |
Daniel Atallah |
Some Perl bindings fixes and additions from Zsombor Welker.
|
Thu, 07 Aug 2008 01:46:36 +0000 |
Daniel Atallah |
Patch from John Hanauer to enable formatted string entry field in perl plugins.
|
Thu, 07 Aug 2008 01:41:44 +0000 |
Daniel Atallah |
Some cleanup and a couple leak fixes.
|
Thu, 07 Aug 2008 01:08:37 +0000 |
Daniel Atallah |
Add NULL checking to purple_markup_linkify().
|
Wed, 06 Aug 2008 15:50:04 +0000 |
Jochen Kemnade |
German translation update
|
Wed, 06 Aug 2008 13:02:34 +0000 |
Timo Jyrinki |
Update for 2.5.0. Used XGETTEXT_ARGS=--no-location this time...
|
Wed, 06 Aug 2008 10:33:47 +0000 |
Stu Tomlinson |
Add files with new translatable strings to POTFILES.in
|
Wed, 06 Aug 2008 09:27:06 +0000 |
Mark Doliner |
We talked about this and decided it was probably cleaner to not use
|
Wed, 06 Aug 2008 07:03:37 +0000 |
Mark Doliner |
Remove two files from POTFILES.in that have been removed from the
|
Tue, 05 Aug 2008 23:22:36 +0000 |
Mark Doliner |
Hopefully fix the XMPP contact flipping/swapping between groups bug
|
Tue, 05 Aug 2008 01:43:42 +0000 |
Daniel Atallah |
Patch from "Chris G." to extend the yahoo privacy to picture requests to help
|
Mon, 04 Aug 2008 15:52:22 +0000 |
Daniel Atallah |
Fix win32 build
|
Mon, 04 Aug 2008 07:04:53 +0000 |
Mark Doliner |
Get rid of a compile warning in qq:
|
Mon, 04 Aug 2008 07:01:38 +0000 |
Mark Doliner |
Get rid of an unused variable. I think this has probably been sitting
|
Mon, 04 Aug 2008 07:00:37 +0000 |
Mark Doliner |
Get rid of a compile warning:
|
Sun, 03 Aug 2008 05:13:29 +0000 |
SHiNE CsyFeK |
2008.08.03 - csyfek <csyfek(at)gmail.com>
|
Sat, 02 Aug 2008 19:53:06 +0000 |
Hylke Bons |
Updated tray icons.
|
Sat, 02 Aug 2008 15:00:46 +0000 |
SHiNE CsyFeK |
2008.08.02 - csyfek <csyfek(at)gmail.com>
|
Sat, 02 Aug 2008 02:40:46 +0000 |
Ka-Hing Cheung |
at least don't crash when we can't read whatever we are reading
|
Fri, 01 Aug 2008 21:36:48 +0000 |
Hylke Bons |
Update make file for bunny.png.
|
Fri, 01 Aug 2008 20:41:49 +0000 |
Hylke Bons |
Updated birthday emblem and emote-select icon.
|
Fri, 01 Aug 2008 20:24:26 +0000 |
Hylke Bons |
Forgot the new bunny.
|
Fri, 01 Aug 2008 20:12:43 +0000 |
Hylke Bons |
Object icons refresh for MSNP15.
|
Fri, 01 Aug 2008 19:59:31 +0000 |
Hylke Bons |
Hope this works...
|
Fri, 01 Aug 2008 19:45:08 +0000 |
Ethan Blanton |
merge of '0d858a8978355a1e8b7305b64b87db51e44e9978'
|
Fri, 01 Aug 2008 07:04:25 +0000 |
Evan Schoenberg |
Undid the addition of 2 OscarCapability items I added previously, keeping the commented-out notes in family_locate. We can't let the OscarCapability bitmask get as large as 0x04000000, because if it exceeds the platforms MAX_UINT we'll end up in an infinite loop in oscar_caps_to_string() due to overflow.
|
Fri, 01 Aug 2008 05:16:39 +0000 |
Elliott Sales de Andrade |
merge of '1036d6fc1c09bf3b42c737dab42d188245f16b17'
|
Fri, 01 Aug 2008 04:28:36 +0000 |
Elliott Sales de Andrade |
Don't crash if MsnSession is NULL when checking for ability to send a
|
Fri, 01 Aug 2008 04:06:42 +0000 |
Elliott Sales de Andrade |
Update MSN's last_received time when we receive something on the NS
|
Fri, 01 Aug 2008 02:04:36 +0000 |
Elliott Sales de Andrade |
Get rid of MsnSlpSession entirely. It only seems to link to MsnSlpCall
|
Fri, 01 Aug 2008 02:02:07 +0000 |
Elliott Sales de Andrade |
On MSN, escape the password since it's in an XML document. Didn't
|
Wed, 30 Jul 2008 21:09:51 +0000 |
Daniel Atallah |
This should have been part of the previous commit related to no longer
|
Wed, 30 Jul 2008 20:36:18 +0000 |
Daniel Atallah |
Don't distribute the MIT Kerberos libraries with the win32 build anymore.
|
Wed, 30 Jul 2008 20:22:22 +0000 |
Daniel Atallah |
Fix a crash in the win32 loader when %PATH% isn't set.
|
Wed, 30 Jul 2008 20:08:45 +0000 |
Daniel Atallah |
Upgrade SILC Toolkit for win32 to 1.1.7 (which contains security fixes).
|
Wed, 30 Jul 2008 04:51:58 +0000 |
Daniel Atallah |
Add error handling for visiblity to why Perl plugins fail to load.
|
Wed, 30 Jul 2008 03:58:21 +0000 |
Daniel Atallah |
Cleanup unnecessary casts and etc.
|
Wed, 30 Jul 2008 03:51:26 +0000 |
Daniel Atallah |
Add support to the Perl plugin loader for listing for pref changes.
|
Tue, 29 Jul 2008 23:51:06 +0000 |
Daniel Atallah |
Fix the win32 installer not to cause messageboxes in the gtk installer when
|
Tue, 29 Jul 2008 18:55:03 +0000 |
Daniel Atallah |
Fix a crash when the user isn't in your list.
|
Tue, 29 Jul 2008 18:53:00 +0000 |
Daniel Atallah |
Minor cleanup that's been sitting on my machine for a while.
|
Tue, 29 Jul 2008 07:02:18 +0000 |
Elliott Sales de Andrade |
merge of '006d5deacf5a5a7ed5e6410903c3815794845ce9'
|
Tue, 29 Jul 2008 07:01:30 +0000 |
Elliott Sales de Andrade |
Don't print SOAP messages to debug log for "secure" requests. This is
|
Tue, 29 Jul 2008 06:12:40 +0000 |
Elliott Sales de Andrade |
Use a URL to open MSN Hotmail inbox instead of a temporary file.
|
Mon, 28 Jul 2008 05:10:48 +0000 |
Elliott Sales de Andrade |
Use "EmailEnabled" from the MSN profile message to determine whether
|
Mon, 28 Jul 2008 01:51:11 +0000 |
Elliott Sales de Andrade |
On MSN, use "external" and "mobile" for Web messenger and mobile
|
Thu, 24 Jul 2008 04:15:13 +0000 |
Elliott Sales de Andrade |
Disable sending files to MSN contacts using the web messenger. Not sure
|
Tue, 29 Jul 2008 06:08:58 +0000 |
Ka-Hing Cheung |
feel free to shoot me down if you think this is stupid
|
Tue, 29 Jul 2008 05:31:57 +0000 |
Ka-Hing Cheung |
I don't know what kind of blessing is needed for this sort of things, but
|
Tue, 29 Jul 2008 03:40:47 +0000 |
Daniel Atallah |
Fix a race related to closing the roomlist window and do some minor cleanup.
|
Mon, 28 Jul 2008 04:49:39 +0000 |
Daniel Atallah |
Fix output redirection for perl plugins on win32.
|
Mon, 28 Jul 2008 03:47:14 +0000 |
Daniel Atallah |
EXTERN.h should be included before perl.h
|
Mon, 28 Jul 2008 00:52:54 +0000 |
Daniel Atallah |
Update the Perl plugin loader to work with Perl 5.10.
|
Sun, 27 Jul 2008 23:57:00 +0000 |
Daniel Atallah |
merge of 'e9179f6992531a71364a9bb343ed1c64938f6fc9'
|
Fri, 25 Jul 2008 18:50:54 +0000 |
Daniel Atallah |
merge of '4c5a026e3419c03409089efe76548d6642ca1e2a'
|
Sun, 27 Jul 2008 23:36:15 +0000 |
Daniel Atallah |
Use Service Discovery to look up information about the manually specified FT
|
Sun, 27 Jul 2008 22:46:49 +0000 |
Daniel Atallah |
Fix a stupid mistake in the previous commit.
|
Sun, 27 Jul 2008 22:34:32 +0000 |
Daniel Atallah |
Add support for using multiple "xmpp-client" records on a domain, by trying the
|
Sun, 27 Jul 2008 15:39:05 +0000 |
Evan Schoenberg |
merge of '5d4c9f843c6735b316b8a1659cfdc4d162aee4c0'
|
Sun, 27 Jul 2008 15:34:00 +0000 |
Evan Schoenberg |
0x02 is a temporarily unavailable error code in addition to 0x14, according
|
Fri, 25 Jul 2008 16:03:11 +0000 |
Evan Schoenberg |
Don't show an idle time in the user info if it is 0
|
Sun, 27 Jul 2008 13:29:26 +0000 |
Ethan Blanton |
This adds an "auto-detect UTF-8" option to IRC which, when enabled,
|
Fri, 25 Jul 2008 16:33:24 +0000 |
Ethan Blanton |
Escape IRC hostnames beginning with : in the USER command. This
|
Wed, 23 Jul 2008 18:47:31 +0000 |
Ethan Blanton |
ahh, third-party plugins ...
|
Wed, 23 Jul 2008 15:23:15 +0000 |
Evan Schoenberg |
Some cleanup to our capabilities definitions, and added information on
|
Wed, 23 Jul 2008 05:44:56 +0000 |
Elliott Sales de Andrade |
merge of '5b3cd3600d9a992cc943d490b68c1174e0346b8b'
|
Wed, 23 Jul 2008 03:30:07 +0000 |
Daniel Atallah |
Jan Kratochvil noticed there was a race condition in the treeview tooltip
|
Wed, 23 Jul 2008 00:36:50 +0000 |
Daniel Atallah |
Uninstall the CAcert certs in the win32 uninstaller.
|
Wed, 23 Jul 2008 00:35:30 +0000 |
Daniel Atallah |
Don't install the GSSAPI SASL plugin on NT4 as it isn't compatible. Fixes #6399.
|
Tue, 22 Jul 2008 14:13:58 +0000 |
Evan Schoenberg |
Once we've coalesced the ICQ Status Note reqeusts, we can send them
|
Tue, 22 Jul 2008 06:23:54 +0000 |
Mark Doliner |
Evan pointed out that this is purple_timeout_add_SECONDS, and so that "2"
|
Mon, 21 Jul 2008 20:36:07 +0000 |
Ethan Blanton |
Correct some IRC comments for /ctcp
|
Mon, 21 Jul 2008 20:33:29 +0000 |
Vladislav Guberinic |
/ctcp command for IRC
|
Mon, 21 Jul 2008 07:46:23 +0000 |
Mark Doliner |
Just a few little cleanups.
|
Mon, 21 Jul 2008 06:44:21 +0000 |
Mark Doliner |
Get rid of a few low priority "high priority" comments
|
Mon, 21 Jul 2008 06:33:06 +0000 |
Mark Doliner |
merge of '88c7f87fb5a74f975cf06c472059ecf081c54042'
|
Sun, 20 Jul 2008 19:52:22 +0000 |
Mark Doliner |
Missed one of these guys
|
Sun, 20 Jul 2008 19:44:24 +0000 |
Mark Doliner |
This looks good to me. I'm thinking we probably don't want to get
|
Sun, 20 Jul 2008 22:21:27 +0000 |
Evan Schoenberg |
Shift several rate-limiting-costly ICQ info requests to be low priority
|
Sun, 20 Jul 2008 22:19:10 +0000 |
Evan Schoenberg |
To decrease the odds of hitting the rate limit ceiling rapidly on a
|
Sun, 20 Jul 2008 05:53:00 +0000 |
Evan Schoenberg |
merge of '68d7b3372f34b6420c91d6185b81282d1c68b547'
|
Wed, 23 Jul 2008 05:36:12 +0000 |
Elliott Sales de Andrade |
Properly escape text when sending MSN pages.
|
Sat, 19 Jul 2008 03:10:10 +0000 |
Elliott Sales de Andrade |
merge of '2a68f533ef12aaf2b26c7827857687c4ff04b229'
|
Sat, 19 Jul 2008 03:07:33 +0000 |
Elliott Sales de Andrade |
Properly send MSN nudges in a chat to the right window, and not open a
|
Sat, 19 Jul 2008 03:03:17 +0000 |
Elliott Sales de Andrade |
Add purple_prpl_got_attention_in_chat, then deprecate
|
Fri, 18 Jul 2008 02:37:20 +0000 |
Elliott Sales de Andrade |
Report an error when an MSN Mobile message was not sent because it was
|
Fri, 18 Jul 2008 01:00:52 +0000 |
Elliott Sales de Andrade |
Fix up some spelling mistakes in MSN oim.c.
|
Sun, 20 Jul 2008 05:47:42 +0000 |
Evan Schoenberg |
Added `flap_connection_send_snac_with_priority()`, which allows specifying
|
Sat, 19 Jul 2008 00:18:18 +0000 |
Daniel Atallah |
Fix running several Bonjour instances on the same machine.
|
Fri, 18 Jul 2008 21:10:23 +0000 |
Daniel Atallah |
Fix a potential leak that was introduced in revision 7a490c356e10f7fff3432f875897aa0ca0ad1ff0.
|
Fri, 18 Jul 2008 07:05:26 +0000 |
Kevin Stange |
Make this 2.5.0-devel until we actually get to releasing...
|
Fri, 18 Jul 2008 00:20:47 +0000 |
Daniel Atallah |
Fix a crash that occurs when you try to edit an account and no prpls are available. Fixes #6355.
|
Thu, 17 Jul 2008 16:48:37 +0000 |
Mark Doliner |
I swear I did this! I must have gotten a little overzealous with the
|
Thu, 17 Jul 2008 16:08:09 +0000 |
Mark Doliner |
Daniel Atallah pointed out that this was obviously wrong. So we would
|
Thu, 17 Jul 2008 15:12:42 +0000 |
SHiNE CsyFeK |
20080717-05-1-fix-keep-alive ccpaging <ecc_hy(at)hotmail.com>
|
Thu, 17 Jul 2008 05:26:47 +0000 |
Elliott Sales de Andrade |
merge of '5e33eda76b698c04377f5ad6cdd3ad1ec87d2eff'
|
Thu, 17 Jul 2008 04:53:32 +0000 |
Daniel Atallah |
Fix a double free when connecting to the sender of a bonjour file fails. Also plug a small leak. Fixes #5971. (this time only commit the one file instead of my whole tree)
|
Thu, 17 Jul 2008 04:49:35 +0000 |
Daniel Atallah |
disapproval of revision '3d39da6c8014095cac3a0741bf6fc26219e7aff8'
|
Thu, 17 Jul 2008 04:38:07 +0000 |
Daniel Atallah |
Fix a double free when connecting to the sender of a bonjour file fails. Also plug a small leak. Fixes #5971.
|
Wed, 16 Jul 2008 09:16:52 +0000 |
Mark Doliner |
MsnSlpSession->call_id isn't used anywhere, so get rid of it
|
Wed, 16 Jul 2008 09:11:03 +0000 |
Mark Doliner |
This check is duplicated three lines above. It was probably intended
|
Thu, 17 Jul 2008 05:25:48 +0000 |
Elliott Sales de Andrade |
Fixup MSN mailbox handling based on a patch from Felipe, plus various
|
Thu, 17 Jul 2008 04:52:32 +0000 |
Elliott Sales de Andrade |
Avoid a crash in OIM processing if the request was cancelled outside of
|
Thu, 17 Jul 2008 03:23:59 +0000 |
Elliott Sales de Andrade |
Always save the MSN transaction in each command, not just for
|
Wed, 16 Jul 2008 03:53:28 +0000 |
Elliott Sales de Andrade |
Commit the changes to oim.h that I forgot last time. Fixes #6343,
|
Wed, 16 Jul 2008 02:39:15 +0000 |
Ka-Hing Cheung |
fixes a crash and probably more correct and definitely easier to understand
|
Wed, 16 Jul 2008 00:59:19 +0000 |
Ka-Hing Cheung |
merge of '2b34b093b628670d60af5d699520a5dcede1fe74'
|
Tue, 15 Jul 2008 17:21:17 +0000 |
Evan Schoenberg |
Allow macros in the plugin name when compiling statically.
|
Tue, 15 Jul 2008 01:42:01 +0000 |
Elliott Sales de Andrade |
When sending MSN OIM's, wrap Base64'd text at 76 characters. Because
|
Mon, 14 Jul 2008 04:55:34 +0000 |
Elliott Sales de Andrade |
On MSN, when an error occurs when opening a switchboard and calling the
|
Mon, 14 Jul 2008 04:08:30 +0000 |
Elliott Sales de Andrade |
When connecting to MSN with the HTTP method, the payload length was not
|
Mon, 14 Jul 2008 03:04:03 +0000 |
Elliott Sales de Andrade |
merge of '1a465eae5dc1b7bfc09b0724788403c096f461ce'
|
Mon, 14 Jul 2008 06:33:05 +0000 |
Ka-Hing Cheung |
A2B in #pidgin noticed that the link was missing
|
Sun, 13 Jul 2008 23:28:37 +0000 |
Ka-Hing Cheung |
remove soap2.c from windows as well, from Andrea Visinoni
|
Sun, 13 Jul 2008 21:04:23 +0000 |
Ka-Hing Cheung |
sadrul pointed out that I am dumb
|
Sun, 13 Jul 2008 19:55:55 +0000 |
Ka-Hing Cheung |
g_hash_table_remove_all is glib 2.12+ only
|
Sun, 13 Jul 2008 18:29:05 +0000 |
Sadrul Habib Chowdhury |
Argh. Forgot to update COPYRIGHT for Luke Bratch (947fd3aa).
|
Sun, 13 Jul 2008 18:01:57 +0000 |
Sadrul Habib Chowdhury |
Add purple_get_host_name to get the hostname of the machine.
|
Sun, 13 Jul 2008 17:20:41 +0000 |
Luke Bratch |
Allow not creating a different directory for each user. Closes #5997.
|
Sun, 13 Jul 2008 17:00:50 +0000 |
Balwinder S Dheeman |
Add menuitem for 'join chat' in the docklet menu. Closes #3623.
|
Sun, 13 Jul 2008 15:51:38 +0000 |
Sadrul Habib Chowdhury |
Initialize the commands subsystem before the plugins.
|
Sun, 13 Jul 2008 10:09:19 +0000 |
Sadrul Habib Chowdhury |
merge of '8ef03a3edef528af90c03195f4225c8ee97214fd'
|
Sun, 13 Jul 2008 22:51:47 +0000 |
Elliott Sales de Andrade |
Add Dimmuxx's real name to ChangeLog and COPYRIGHT. Also, put my name
|
Sun, 13 Jul 2008 07:14:37 +0000 |
Elliott Sales de Andrade |
MSNP15 is here! Hopefully I didn't break anything. Sorry for the ton of
|
Sun, 13 Jul 2008 05:20:46 +0000 |
Elliott Sales de Andrade |
propagate from branch 'im.pidgin.pidgin' (head 674f6a1c7267dc286556d800aed27b28a169c523)
|
Sun, 13 Jul 2008 04:55:39 +0000 |
Elliott Sales de Andrade |
Workaround a bug in MSN servers where it sends an extra space at the
|
Sun, 13 Jul 2008 04:48:05 +0000 |
Elliott Sales de Andrade |
On MSN, always send the privacy settings and contact list after parsing
|
Sun, 13 Jul 2008 04:31:18 +0000 |
Elliott Sales de Andrade |
merge of '057f9dd738df2f3f1b3bd757d04cdd78dd379ecb'
|
Sun, 13 Jul 2008 04:04:10 +0000 |
Elliott Sales de Andrade |
Disable the MSN blocked text dialog for now because it doesn't always
|
Sun, 13 Jul 2008 01:15:09 +0000 |
Elliott Sales de Andrade |
On MSN, cancel the connection process to a server before checking
|
Sat, 12 Jul 2008 07:32:05 +0000 |
Elliott Sales de Andrade |
propagate from branch 'im.pidgin.pidgin' (head 3fc4df7332983d84a3632b6372c6f7c894b529a3)
|
Sat, 12 Jul 2008 07:29:56 +0000 |
Elliott Sales de Andrade |
merge of '0cbcb7f910c95c3dac3f06c404e29dcc8b709419'
|
Sat, 12 Jul 2008 07:29:38 +0000 |
Elliott Sales de Andrade |
Also commit the change from b062f14d1bcd8e6c28b2b05977aa19a4bfd4867c to
|
Sun, 13 Jul 2008 04:31:00 +0000 |
Elliott Sales de Andrade |
Take out the code on MSN for REM and SYN that I missed.
|
Sat, 12 Jul 2008 06:44:19 +0000 |
Elliott Sales de Andrade |
Take care of more cleanup in the MSN code.
|
Sat, 12 Jul 2008 04:50:47 +0000 |
Elliott Sales de Andrade |
merge of '67ca4287c39e084b96718b0e1768578954ac66a5'
|
Sat, 12 Jul 2008 04:42:24 +0000 |
Elliott Sales de Andrade |
The great MSN debug message cleanup! Threw in a few whitespace fixes,
|
Wed, 09 Jul 2008 04:39:02 +0000 |
Elliott Sales de Andrade |
In MSN servconn, make handling of EAGAIN similar to that in httpconn.
|
Wed, 09 Jul 2008 04:18:07 +0000 |
Elliott Sales de Andrade |
Fix updating the MSN buddy icon, which was probably broken by the
|
Wed, 09 Jul 2008 02:06:38 +0000 |
Elliott Sales de Andrade |
propagate from branch 'im.pidgin.pidgin' (head 99fe11b8da675f3b74b853ea29a16d8c9564cb95)
|
Sat, 12 Jul 2008 04:50:15 +0000 |
Elliott Sales de Andrade |
On MSN, SBS command doesn't have a payload.
|
Wed, 09 Jul 2008 01:46:10 +0000 |
Elliott Sales de Andrade |
Get rid of that whole msn_set_payload_len thing and correctly set the
|
Wed, 09 Jul 2008 00:32:18 +0000 |
Elliott Sales de Andrade |
merge of '5033650a1e57437cc3f2894adc41935daa6b3269'
|
Sun, 29 Jun 2008 20:01:14 +0000 |
Elliott Sales de Andrade |
When receiving an MSN OUT, don't try to dereference cmd->params when
|
Sun, 29 Jun 2008 19:17:26 +0000 |
Elliott Sales de Andrade |
When receiving an MSN custom smiley, look at the switchboard for the
|
Sat, 28 Jun 2008 08:08:22 +0000 |
Elliott Sales de Andrade |
propagate from branch 'im.pidgin.pidgin' (head b5d22abac579cbb2742419d7d2d7ea33caa56e39)
|
Sat, 28 Jun 2008 06:55:30 +0000 |
Elliott Sales de Andrade |
Make sure xmlnode_copy also copies the prefix and namespace_map from
|
Sat, 28 Jun 2008 06:02:50 +0000 |
Elliott Sales de Andrade |
Add a #define so that MSN ApplicationId is more easily updated. Also,
|
Sat, 28 Jun 2008 06:01:22 +0000 |
Elliott Sales de Andrade |
Clean up some MSN SOAP stuff.
|
Mon, 23 Jun 2008 05:38:55 +0000 |
Elliott Sales de Andrade |
propagate from branch 'im.pidgin.pidgin' (head 88a24003053cda8454a59fd448eb6575bdea2e0e)
|
Mon, 23 Jun 2008 05:36:52 +0000 |
Elliott Sales de Andrade |
Clean up some #define's in msn.h and various supporting changes.
|
Mon, 23 Jun 2008 04:10:46 +0000 |
Elliott Sales de Andrade |
Allow forcing an MSN HTTP connection to connect to a new server. This
|
Mon, 23 Jun 2008 01:14:02 +0000 |
Elliott Sales de Andrade |
On MSN, only notify the user of a Nudge when the ID of the datacast
|
Mon, 23 Jun 2008 00:54:05 +0000 |
Elliott Sales de Andrade |
Remove some MSN code duplication in processing messages from Yahoo
|
Sun, 22 Jun 2008 23:44:12 +0000 |
Elliott Sales de Andrade |
Remove a confusing debug message.
|
Wed, 09 Jul 2008 00:27:44 +0000 |
Elliott Sales de Andrade |
disapproval of revision '075bff91d9cbcfd6f59c270802c5bffeb98c3b50'
|
Sun, 22 Jun 2008 22:59:50 +0000 |
Elliott Sales de Andrade |
A patch from felipec to stop requesting the MSN buddy icon when the
|
Sun, 22 Jun 2008 21:31:58 +0000 |
Elliott Sales de Andrade |
A patch from felipec to consistently use NULL for the status of offline
|
Sun, 22 Jun 2008 20:35:47 +0000 |
Elliott Sales de Andrade |
A patch from felipec to make (msn_)request_user_display static.
|
Sun, 22 Jun 2008 01:52:04 +0000 |
Elliott Sales de Andrade |
Fix calculating the response to MSN Challenge strings that are an exact
|
Sat, 21 Jun 2008 07:36:16 +0000 |
Elliott Sales de Andrade |
propagate from branch 'im.pidgin.pidgin' (head 5e9671c654b021e77695d4a863fb55e27a831901)
|
Sat, 21 Jun 2008 06:50:53 +0000 |
Elliott Sales de Andrade |
Avoid a NULL reference in msn_command_from_string.
|
Sat, 21 Jun 2008 06:15:38 +0000 |
Elliott Sales de Andrade |
Sometimes (after 24h+) when you request a MSN token update, you get a
|
Sat, 21 Jun 2008 06:11:29 +0000 |
Elliott Sales de Andrade |
Apparently, when the token expires, OIM requests get a
|
Fri, 20 Jun 2008 05:41:39 +0000 |
Elliott Sales de Andrade |
propagate from branch 'im.pidgin.pidgin' (head 4037e908f8c3536d50d9439ec2eec0f4d6ee3b60)
|
Fri, 20 Jun 2008 05:36:18 +0000 |
Elliott Sales de Andrade |
Make errors when sending OIM's more visible.
|
Fri, 20 Jun 2008 05:15:49 +0000 |
Elliott Sales de Andrade |
Change msn_oim_parse_timestamp to match purple_str_to_time more
|
Fri, 20 Jun 2008 04:58:20 +0000 |
Elliott Sales de Andrade |
An MSN patch from Masca to check if there's a SB available before
|
Tue, 17 Jun 2008 05:38:12 +0000 |
Elliott Sales de Andrade |
propagate from branch 'im.pidgin.pidgin' (head 420b71541a7786d593759ead8d775f487291fb97)
|
Tue, 17 Jun 2008 04:11:18 +0000 |
Elliott Sales de Andrade |
Don't free the SOAP message when we're still using it for a redirect.
|
Tue, 17 Jun 2008 00:55:26 +0000 |
Elliott Sales de Andrade |
Use purple_url_parse for splitting up the MSN SOAP redirect instead of
|
Mon, 16 Jun 2008 02:29:33 +0000 |
Elliott Sales de Andrade |
Fix up a typo between the declaration and definition of msn_got_photo.
|
Mon, 16 Jun 2008 01:44:28 +0000 |
Elliott Sales de Andrade |
propagate from branch 'im.pidgin.pidgin' (head 5209711a57354bb80c0bca86b13e1e819530ac58)
|
Mon, 16 Jun 2008 01:43:10 +0000 |
Elliott Sales de Andrade |
Use the correct xmlnode when processing SOAP Faults.
|
Sun, 15 Jun 2008 18:48:14 +0000 |
Elliott Sales de Andrade |
Remove some checks for MSN protocol_ver < 15. Those versions are
|
Sun, 15 Jun 2008 08:22:20 +0000 |
Elliott Sales de Andrade |
propagate from branch 'im.pidgin.pidgin' (head c692f6fe1b8c7e0dd4b0099bd67703d5941ddac5)
|
Sun, 15 Jun 2008 08:19:46 +0000 |
Elliott Sales de Andrade |
Add support for emblems in MSN protocol. Emblems include bots, mobile
|
Sun, 15 Jun 2008 08:08:22 +0000 |
Elliott Sales de Andrade |
Modifications to the MSN code for some stuff I'll be doing in later
|
Sun, 15 Jun 2008 06:55:21 +0000 |
Elliott Sales de Andrade |
Properly parse (most of) the MSN GCF command. Provides a
|
Sun, 15 Jun 2008 06:22:25 +0000 |
Elliott Sales de Andrade |
Finally got MSN token updating working (I think).
|
Sat, 14 Jun 2008 07:47:38 +0000 |
Elliott Sales de Andrade |
propagate from branch 'im.pidgin.pidgin' (head 5387bc28fa09b238593c3dc292863ec3ce5f3c4e)
|
Sat, 14 Jun 2008 07:26:02 +0000 |
Elliott Sales de Andrade |
Fix up some changes that Mark did, that I didn't apply when merging.
|
Sat, 07 Jun 2008 08:03:56 +0000 |
Elliott Sales de Andrade |
propagate from branch 'im.pidgin.pidgin' (head 23913fa16455106d8848482b13e9a49b823e6051)
|
Sat, 07 Jun 2008 08:01:41 +0000 |
Elliott Sales de Andrade |
Add real server-side aliasing to MSN.
|
Sat, 07 Jun 2008 06:39:13 +0000 |
Elliott Sales de Andrade |
Remove MSN's use of a "store name" in favour of the "friendly name"
|
Sat, 07 Jun 2008 06:21:09 +0000 |
Elliott Sales de Andrade |
Update MSN Contact tokens when an invalid token error is returned.
|
Sat, 07 Jun 2008 06:12:44 +0000 |
Elliott Sales de Andrade |
Correctly update MSN OIM tokens when an invalid token error is
|
Sat, 07 Jun 2008 06:08:01 +0000 |
Elliott Sales de Andrade |
Update MSN nexus functions so that tokens are properly updateable. It
|
Sat, 07 Jun 2008 04:32:25 +0000 |
Elliott Sales de Andrade |
A small edit to purple_str_to_time that allows a 'Z' (UTC) TZ offset.
|
Sat, 07 Jun 2008 04:05:25 +0000 |
Elliott Sales de Andrade |
I was getting annoyed with this extra printing, so now on MSN, it only
|
Sat, 07 Jun 2008 03:56:23 +0000 |
Elliott Sales de Andrade |
Fix up some merge errors in MSN's notification.c. Darn meld...
|
Sat, 07 Jun 2008 03:10:15 +0000 |
Elliott Sales de Andrade |
explicit merge of '9d90ebdb7e38fdd77bb504bc3302a083616360d9'
|
Wed, 14 May 2008 05:06:29 +0000 |
Ka-Hing Cheung |
patch from QuLogic, references #4875
|
Wed, 14 May 2008 04:39:54 +0000 |
Ka-Hing Cheung |
Patch from tomgr to resend once if the connection is down, fixes #5379
|
Wed, 14 May 2008 04:38:26 +0000 |
Ka-Hing Cheung |
propagate from branch 'im.pidgin.pidgin' (head e1c49c9ec5c6869ed9813feccd8ee41d2ca40f35)
|
Tue, 18 Mar 2008 05:36:30 +0000 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head 119df2055ed7ee5143047b4d18ae81d58c2feac6)
|
Sun, 09 Mar 2008 23:55:27 +0000 |
Ka-Hing Cheung |
killing MsnContact which just wraps MsnSession
|
Thu, 06 Mar 2008 04:19:53 +0000 |
Ka-Hing Cheung |
propagate from branch 'im.pidgin.pidgin' (head 8da8d3c2a708d8bd00fe907d35de61998fb20125)
|
Wed, 27 Feb 2008 04:49:37 +0000 |
Ka-Hing Cheung |
propagate from branch 'im.pidgin.pidgin' (head 64e9bf80895d2671f0a42fecc17e3ba895b41426)
|
Wed, 06 Feb 2008 03:35:04 +0000 |
Ka-Hing Cheung |
propagate from branch 'im.pidgin.pidgin' (head e39a6e9be3df05b59a878001feb9276b9ceb66a9)
|
Sun, 13 Jan 2008 00:29:56 +0000 |
Ka-Hing Cheung |
zero out this, side effect is not crashing when password is incorrect
|
Sat, 12 Jan 2008 23:32:00 +0000 |
Elliott Sales de Andrade |
References #4382, fixes receiving too many offline messages
|
Sat, 12 Jan 2008 23:26:29 +0000 |
Elliott Sales de Andrade |
References #4382, replaces usage of msn_soap_xml_get with xmlnode_get_child
|
Sat, 12 Jan 2008 23:25:18 +0000 |
Elliott Sales de Andrade |
References #4382, fixes getting offline messages in p15
|
Wed, 26 Dec 2007 02:33:46 +0000 |
Ka-Hing Cheung |
oops, sending the format data probably isn't very useful. Unless you try
|
Wed, 26 Dec 2007 02:30:07 +0000 |
Ka-Hing Cheung |
fixed a memleak or 3, or maybe 4, or 5. Some of these applies to the p14
|
Wed, 26 Dec 2007 02:27:18 +0000 |
Ka-Hing Cheung |
propagate from branch 'im.pidgin.pidgin' (head c0a74e417ec8993798705c2cbfca7b7d8b0bc514)
|
Wed, 26 Dec 2007 02:01:28 +0000 |
Ka-Hing Cheung |
propagate from branch 'im.pidgin.pidgin' (head a010c035a70dfe57b673c5c5564b4aff8cc1d400)
|
Wed, 26 Dec 2007 01:22:00 +0000 |
Ka-Hing Cheung |
fix sending offline message in p15 by sending the correct token. In msnp14,
|
Wed, 26 Dec 2007 00:35:26 +0000 |
Elliott Sales de Andrade |
Patch 4 from Qulogic, this one fixes a group name escape bug introduced by
|
Wed, 26 Dec 2007 00:34:50 +0000 |
Elliott Sales de Andrade |
Patch 3 from Qulogic, this one updates contact list actions to use ticket
|
Wed, 26 Dec 2007 00:34:12 +0000 |
Elliott Sales de Andrade |
Patch 2 from Qulogic, this one adds SSO authentication
|
Wed, 26 Dec 2007 00:33:39 +0000 |
Elliott Sales de Andrade |
Patch 1 from Qulogic, this one mostly updates the version sent by pidgin
|
Sat, 12 Jul 2008 14:22:34 +0000 |
Evan Schoenberg |
Gadu-Gadu Get Info isn't behaving properly. Added debug logging to its traking
|
Fri, 11 Jul 2008 15:27:41 +0000 |
Jochen Kemnade |
updated German translation
|
Fri, 11 Jul 2008 11:24:50 +0000 |
Sadrul Habib Chowdhury |
Show the count of users when joining a chat.
|
Fri, 11 Jul 2008 06:35:32 +0000 |
Sadrul Habib Chowdhury |
Use a more friendly format for the timestamp in the banlist.
|
Tue, 08 Jul 2008 17:50:25 +0000 |
Jochen Kemnade |
merge of '2b441ba99ecbf84cdadb1490a51f92857dda488c'
|
Sun, 06 Jul 2008 12:23:30 +0000 |
Jochen Kemnade |
German translation updated
|
Tue, 08 Jul 2008 00:58:21 +0000 |
Mark Doliner |
Remove a failsafe check that I don't believe is needed. I'm under the
|
Mon, 07 Jul 2008 01:03:44 +0000 |
Luke Schierer |
merge of '1c1f4b66a258c57f1b098ae970a49e71d5a49996'
|
Sun, 06 Jul 2008 17:54:14 +0000 |
Mark Schneider |
merge of '1128e8852303548fa7e11f94813fb137fde16744'
|
Fri, 04 Jul 2008 21:56:30 +0000 |
Ethan Blanton |
Add the CAcert.org PEM files, which I forgot the first time around.
|
Fri, 04 Jul 2008 21:30:04 +0000 |
Ethan Blanton |
Add CAcert.org to the Pidgin certificates
|
Sun, 06 Jul 2008 19:56:59 +0000 |
Ka-Hing Cheung |
set the purple connection name to the one we are about to try
|
Sun, 06 Jul 2008 17:24:35 +0000 |
Ka-Hing Cheung |
let's not leak if nothing is changed
|
Sun, 06 Jul 2008 17:19:27 +0000 |
Ka-Hing Cheung |
make googletalk tune hack work, previously it's not doing anything unless
|
Fri, 04 Jul 2008 17:59:25 +0000 |
Stu Tomlinson |
Add a --disable-missing-dependencies option to configure for people who
|
Fri, 04 Jul 2008 16:14:48 +0000 |
Evan Schoenberg |
Whitespace fix
|
Fri, 04 Jul 2008 16:14:35 +0000 |
Evan Schoenberg |
Drop and then recover from XML messages which trigger invalid character
|
Fri, 04 Jul 2008 16:07:20 +0000 |
Evan Schoenberg |
xmlParseChunk() never returns less than 0. It retusn an error code from
|
Fri, 04 Jul 2008 15:41:26 +0000 |
Evan Schoenberg |
Added a structured error handler callback to the xmlSAXHandler struct.
|
Thu, 03 Jul 2008 19:53:31 +0000 |
Mark Doliner |
Alright, I'm getting rid of this "groups" thing for the reason listed
|
Thu, 03 Jul 2008 17:30:30 +0000 |
Will Thompson |
Remove some tab literals from purple-url-handler, for consistency and for
|
Thu, 03 Jul 2008 17:25:00 +0000 |
Will Thompson |
Make irc:// URLs use an account on the right server, not just the first IRC
|
Thu, 03 Jul 2008 17:19:46 +0000 |
Will Thompson |
Give findaccount an option 'matcher' callback parameter, to match arbitrary
|
Thu, 03 Jul 2008 15:38:49 +0000 |
Will Thompson |
Handle D-Bus errors more helpfully in purple-url-handler.
|
Thu, 03 Jul 2008 14:51:52 +0000 |
Will Thompson |
merge of '3d0b19df4a52ab42b61494afac9c85d170398fa8'
|
Wed, 18 Jun 2008 13:17:52 +0000 |
Will Thompson |
Improve PurpleConvChatBuddy documentation
|
Tue, 17 Jun 2008 22:14:19 +0000 |
Will Thompson |
Give some variables holding escaped versions of other strings more meaningful names.
|
Tue, 17 Jun 2008 21:43:23 +0000 |
Will Thompson |
This should be a boolean or, not a bitwise or.
|
Thu, 03 Jul 2008 00:11:48 +0000 |
Sadrul Habib Chowdhury |
Document the command signals.
|
Wed, 02 Jul 2008 23:58:53 +0000 |
Sadrul Habib Chowdhury |
Tab-completion for commands in finch.
|
Wed, 02 Jul 2008 23:50:59 +0000 |
Sadrul Habib Chowdhury |
cmd-added and cmd-removed signals to emit when commands are registered/unregistered.
|
Wed, 02 Jul 2008 16:54:03 +0000 |
Richard Laager |
Whitespace fix
|
Wed, 02 Jul 2008 16:53:03 +0000 |
Richard Laager |
merge of '1765bbc5f2dd4d43054659bea654f9bd822d2c2e'
|
Wed, 02 Jul 2008 00:19:29 +0000 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin.2.4.3' (head ca0056ef37700d4584ae88ce481dd1fe4086e582)
|
Wed, 02 Jul 2008 14:29:26 +0000 |
Stu Tomlinson |
merge of '0fdedeeaa99f758f800b86adc9613eac6f3bf692'
|
Wed, 02 Jul 2008 12:40:38 +0000 |
Stu Tomlinson |
Fix POTFILES.in following filename changes in QQ
|
Wed, 02 Jul 2008 05:28:45 +0000 |
Evan Schoenberg |
Added include for "core.h" to silc. Fix from phroggie, thanks. Fixes #6227
|
Wed, 02 Jul 2008 00:07:56 +0000 |
Evan Schoenberg |
Apologies for that long merge; I used the wrong tree. Moved the 'website' / 'dev_website' changelog.api entry to the right place
|
Wed, 02 Jul 2008 00:06:25 +0000 |
Evan Schoenberg |
merge of '57be04f07f9fdc005b620053ae4f09dd1e27ebb3'
|
Tue, 01 Jul 2008 23:41:20 +0000 |
Evan Schoenberg |
Added website and dev_website items to Finch's ui_get_info hash table
|
Tue, 01 Jul 2008 23:40:13 +0000 |
Evan Schoenberg |
Added "website" and "dev_website" items to the ui_info GHashTable,
|
Tue, 01 Jul 2008 23:21:20 +0000 |
Evan Schoenberg |
merge of '225437b7c5b01a666461a56213713d77462490f9'
|
Tue, 01 Jul 2008 20:47:28 +0000 |
Stu Tomlinson |
Fix ICQ login by mimicking the clientinfo versions used by the official
|
Tue, 01 Jul 2008 21:58:23 +0000 |
Evan Schoenberg |
disapproval of revision 'f15338f57c0920b685e5164d2f53e50a6d0f64b7'
|
Tue, 01 Jul 2008 18:06:32 +0000 |
Evan Schoenberg |
Use CLIENT_WEBSITE rather than PURPLE_WEBSITE in libpurple. If the build
|
Tue, 01 Jul 2008 04:26:19 +0000 |
Evan Schoenberg |
jabber_google_roster_add_deny() and jabber_google_roster_rem_deny()
|
Mon, 30 Jun 2008 22:58:18 +0000 |
Mark Doliner |
Only check for EAGAIN if read returned less than 0. This fixes a bug
|
Sun, 29 Jun 2008 01:51:59 +0000 |
Sadrul Habib Chowdhury |
Allow rebinding button activations (e.g. to space).
|
Sun, 29 Jun 2008 01:50:21 +0000 |
Sadrul Habib Chowdhury |
Allow binding space, escape and return to some action.
|
Fri, 27 Jun 2008 00:01:59 +0000 |
Casey Harkins |
merge of '34ebad1a339cefdab142795e0b3a045ad7016658'
|
Thu, 26 Jun 2008 19:08:55 +0000 |
Stu Tomlinson |
propagate from branch 'im.pidgin.pidgin.2.4.3' (head 260d5ee6ca276e761c5b0bd1b612edc5743eaf67)
|
Thu, 26 Jun 2008 19:05:27 +0000 |
Stu Tomlinson |
propagate from branch 'im.pidgin.pidgin.2.4.3' (head c3831c9181f4f61b747321240086ee79e4a08fd8)
|
Thu, 26 Jun 2008 09:14:42 +0000 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin.2.4.3' (head e09d33c61a6e5a59bfc3a52a4370aadf0a90f254)
|
Thu, 26 Jun 2008 09:07:56 +0000 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin.2.4.3' (head 709ec9c29e9d76eebbded25061107ef0a2a2b148)
|
Thu, 26 Jun 2008 05:34:55 +0000 |
Mark Doliner |
Remove a unused variable
|
Thu, 26 Jun 2008 01:14:34 +0000 |
Stu Tomlinson |
merge of '7d9bc7a7d232a2b83e7923d0d5d20be09ed1fc5c'
|
Wed, 25 Jun 2008 21:31:31 +0000 |
Bj«Órn Voigt |
small German update
|
Thu, 26 Jun 2008 00:01:52 +0000 |
Mark Doliner |
Revert my revision ebc5ac66e700f6c67e30069ee2ebd4bb61f82ec8 because we
|
Mon, 23 Jun 2008 15:33:44 +0000 |
Daniel Atallah |
Allow multiple spellcheck dictionaries to be installed at the same time on
|
Sat, 21 Jun 2008 20:28:14 +0000 |
Mark Doliner |
Helper functions are cool
|
Sat, 21 Jun 2008 16:32:51 +0000 |
Sadrul Habib Chowdhury |
Plug the memory leak in the tooltip for menutrays properly. Thanks to
|
Sat, 21 Jun 2008 11:07:17 +0000 |
Sadrul Habib Chowdhury |
The text iterators need to be properly ordered here. Taking the iterators
|
Sat, 21 Jun 2008 06:56:35 +0000 |
Sadrul Habib Chowdhury |
Mobile status are created as independant statuses, which cannot be the
|
Sat, 21 Jun 2008 04:50:36 +0000 |
Sadrul Habib Chowdhury |
Small leak fix.
|
Wed, 18 Jun 2008 03:27:05 +0000 |
Sadrul Habib Chowdhury |
merge of '500604b1f22bc5f32a818dc80bbc252bc460dc85'
|
Wed, 18 Jun 2008 03:16:28 +0000 |
Daniel Atallah |
We only allow one keepalive timeout, so simplify this.
|
Wed, 18 Jun 2008 03:14:47 +0000 |
Daniel Atallah |
Cleanup some duplication and simplify this.
|
Wed, 18 Jun 2008 00:24:44 +0000 |
Richard Laager |
Some header inclusion fixes to help on NetBSD/FreeBSD.
|
Mon, 16 Jun 2008 15:19:11 +0000 |
Daniel Atallah |
Fix occurred to be spelled correctly. Thanks to bruce89 for noticing. Fixes #6096.
|
Mon, 16 Jun 2008 01:03:23 +0000 |
Mark Doliner |
merge of '3a93d6a9f17c32fb5379bb3f2294392fac142b92'
|
Sun, 15 Jun 2008 12:56:30 +0000 |
Will Thompson |
Sprinkle @copydoc around to squash "ref could not be resolved" Doxygen warnings,
|
Sun, 15 Jun 2008 12:54:23 +0000 |
Will Thompson |
document PurpleAttentionType slightly
|
Sun, 15 Jun 2008 12:53:59 +0000 |
Will Thompson |
add some trivial documentation to PurpleSoundUiOps
|
Sun, 15 Jun 2008 12:53:16 +0000 |
Will Thompson |
Document PurpleCoreUiOps and purple_core_get_ui_info(), tweaking other core
|
Sun, 15 Jun 2008 12:50:23 +0000 |
Will Thompson |
Document a few types in cmds, partly to make doxygen links to those types work.
|
Sat, 14 Jun 2008 20:22:49 +0000 |
Evan Schoenberg |
I'm embarassed by this random semicolon.
|
Sat, 14 Jun 2008 19:12:47 +0000 |
Evan Schoenberg |
Don't cycle through a NULL "message" when purple_parse_oncoming() is called
|
Sat, 14 Jun 2008 04:50:35 +0000 |
Elliott Sales de Andrade |
Allow a 'Z' (UTC) TZ in strings passed to purple_str_to_time. Used for
|
Sat, 14 Jun 2008 03:20:19 +0000 |
Daniel Atallah |
Improve error handling for xmpp file transfers.
|
Sat, 14 Jun 2008 01:09:29 +0000 |
Daniel Atallah |
Don't impose a restriction on who you can send files to for XMPP.
|
Sat, 14 Jun 2008 00:59:35 +0000 |
Daniel Atallah |
merge of 'ba3f5db0711c5a3b7c5b5510df2e5e3ae5adbbc3'
|
Sat, 14 Jun 2008 02:03:26 +0000 |
Sadrul Habib Chowdhury |
Send '//message' as '/message', instead of looking for a 'message' command.
|
Sat, 14 Jun 2008 02:01:41 +0000 |
Sadrul Habib Chowdhury |
Avoid searching for a buddy with an empty name. This happens for the
|
Fri, 13 Jun 2008 18:35:25 +0000 |
Mark Doliner |
merge of '705949560fe813ff0ffc4170eb4ca7545d1bd4e4'
|
Fri, 13 Jun 2008 04:57:45 +0000 |
Daniel Atallah |
Pass the "real" chat username to the pidgin_retrieve_user_info function.
|
Fri, 13 Jun 2008 04:34:06 +0000 |
Daniel Atallah |
Use the chat user's real username (if available) for more things (e.g.) file
|
Fri, 13 Jun 2008 04:19:31 +0000 |
Daniel Atallah |
Return the real JID (if available) from the xmpp get_cb_real_name function.
|
Sat, 14 Jun 2008 00:59:09 +0000 |
Daniel Atallah |
disapproval of revision 'b499ce3771edb822dda585ef37acbafcc48b71f4'
|
Fri, 13 Jun 2008 01:08:31 +0000 |
Daniel Atallah |
Add a can_receive_file function to the xmpp prpl so that we disable the menu
|
Thu, 12 Jun 2008 16:34:53 +0000 |
Jochen Kemnade |
German translation update
|
Thu, 12 Jun 2008 16:09:58 +0000 |
Mark Doliner |
There's no need to dup this
|
Wed, 11 Jun 2008 15:36:42 +0000 |
Mark Doliner |
merge of '7be65dacd56b6536cf745747e39a29f4f7f2644b'
|
Wed, 11 Jun 2008 15:36:36 +0000 |
Mark Doliner |
No one has any idea what evil is (in bed)
|
Wed, 11 Jun 2008 02:42:23 +0000 |
Stu Tomlinson |
Kill the warning 'field' may be used uninitialized in this function
|
Tue, 10 Jun 2008 16:23:14 +0000 |
Richard Laager |
Rename --with-ssl-certificates to --with-system-ssl-certs as per Ethan's
|
Tue, 10 Jun 2008 16:18:12 +0000 |
Richard Laager |
Add another translation: wud -> would
|
Tue, 10 Jun 2008 07:56:52 +0000 |
Mark Doliner |
I should have my email address in here, I think. I'd be ok with
|
Tue, 10 Jun 2008 06:26:16 +0000 |
Ka-Hing Cheung |
silence a warning
|
Tue, 10 Jun 2008 06:23:35 +0000 |
Ka-Hing Cheung |
Moved "Enable Account" to the top with "Manage Accounts", and always put a
|
Mon, 09 Jun 2008 19:34:25 +0000 |
Sadrul Habib Chowdhury |
Fix some key-press issues on nested popup menus where pressing up/down
|
Mon, 09 Jun 2008 19:32:20 +0000 |
Sadrul Habib Chowdhury |
Fix an off-by-one bug in calculating column widths in trees.
|
Mon, 09 Jun 2008 19:31:43 +0000 |
Marcus Lundblad |
Do not disable default smileys with dupliate shortcuts if custom smileys
|
Mon, 09 Jun 2008 19:06:08 +0000 |
Sadrul Habib Chowdhury |
merge of '288e82d5a18fb0bac91d9b4b737d4788af8388ed'
|
Mon, 09 Jun 2008 18:58:45 +0000 |
Jochen Kemnade |
German translation update
|
Mon, 09 Jun 2008 18:43:11 +0000 |
Evan Schoenberg |
* Avoid called g_markup_escape_text() on a NULL message
|
Mon, 09 Jun 2008 18:04:13 +0000 |
Evan Schoenberg |
Avoid calling purple_str_sub_away_formatters() and g_markup_escape_text()
|
Mon, 09 Jun 2008 17:28:08 +0000 |
Daniel Atallah |
re-Fix win32 build.
|
Mon, 09 Jun 2008 14:34:43 +0000 |
Daniel Atallah |
Fix win32 build.
|
Mon, 09 Jun 2008 06:35:52 +0000 |
Mark Doliner |
merge of '6f45eed99c94f8e63e46ad382a70c0c4e266b833'
|
Mon, 09 Jun 2008 02:28:39 +0000 |
Martijn van Beers |
A patch from Martijn van Beers to handle outgoing PURPLE_TYPE_SUBTYPE
|
Mon, 09 Jun 2008 02:22:33 +0000 |
Laurynas Biveinis |
"This patch pluralizes a few strings that should be pluralized for
|
Mon, 09 Jun 2008 02:18:05 +0000 |
Richard Laager |
ChangeLog that last commit
|
Mon, 09 Jun 2008 02:10:18 +0000 |
Richard Laager |
Add a configure option, --with-ssl-certificates to allow packagers to
|
Mon, 09 Jun 2008 00:14:40 +0000 |
Richard Laager |
The DBus and NetworkManager options are enabled by default, so the --help
|
Sun, 08 Jun 2008 23:00:36 +0000 |
Kevin Stange |
merge of 'f7176494034dd112dc3416db787a73b6dc67007b'
|
Sun, 08 Jun 2008 22:59:32 +0000 |
Kevin Stange |
merge of '832388016fc893f5c5d8569130fe34914c3c4cb0'
|
Sun, 08 Jun 2008 22:52:01 +0000 |
Ka-Hing Cheung |
Patch from tomgr and Maiku that workarounds some OS X issue,
|
Sun, 08 Jun 2008 23:00:24 +0000 |
Kevin Stange |
Fix this wording to express that this is related to adding new buddies.
|
Sun, 08 Jun 2008 22:51:29 +0000 |
Kevin Stange |
Make the Add Buddy dialog cause the auto-personize prompt where appropriate.
|
Sun, 08 Jun 2008 22:18:14 +0000 |
Ka-Hing Cheung |
Patch from Andrew Gaul that fixes another leak:
|
Sun, 08 Jun 2008 21:59:54 +0000 |
Ka-Hing Cheung |
Patch from Andrew Gaul that fixes a leak:
|
Sun, 08 Jun 2008 21:54:56 +0000 |
Ka-Hing Cheung |
patch from Andrew Gaul that fixes a memleak, we weren't free'ing this when
|
Sun, 08 Jun 2008 21:44:50 +0000 |
Ka-Hing Cheung |
merge of '457a5c2c9d9b1b235deae2d65b24cc542c12d6e4'
|
Sun, 08 Jun 2008 19:15:26 +0000 |
Jeffrey Connelly |
Apply patch to fix #4937 'msim_normalize() error during initialization of libpurple' from Jaywalker.
|
Sun, 08 Jun 2008 16:02:46 +0000 |
Evan Schoenberg |
As XMPP does, prefix away messages with the status name in oscar user info
|
Sat, 07 Jun 2008 20:37:46 +0000 |
Sadrul Habib Chowdhury |
merge of '00a9efda899566f921e7c8bbe98a0eb684855f62'
|
Sat, 07 Jun 2008 20:37:18 +0000 |
Marcus Lundblad |
Show the stock status icons in the status list and status menus. Closes
|
Sat, 07 Jun 2008 19:11:48 +0000 |
Sadrul Habib Chowdhury |
Plug a little leak. We should not use 'delete_event' signal, because it
|
Sat, 07 Jun 2008 18:52:57 +0000 |
Evan Schoenberg |
Specified one of the OSCAR_CAPABILITY_GENERICUNKNOWN capabilities to be
|
Sat, 07 Jun 2008 18:42:48 +0000 |
Evan Schoenberg |
Replaced family_*'s magic numbers of FLAP families with the constants
|
Sat, 07 Jun 2008 18:42:12 +0000 |
Evan Schoenberg |
Added account option for oscar accounts to allow multipe simultaneous logins,
|
Sat, 07 Jun 2008 15:41:05 +0000 |
Evan Schoenberg |
Added paramater to aim_send_login() to allow control over whether we want
|
Sat, 07 Jun 2008 14:26:41 +0000 |
Sadrul Habib Chowdhury |
Bring back the unintentionally hidden 'Manage Accounts' dialog. Thanks to
|
Sat, 07 Jun 2008 05:23:54 +0000 |
Sadrul Habib Chowdhury |
msgcolor command to change colors of messages in conversations.
|
Sat, 07 Jun 2008 01:58:23 +0000 |
Richard Laager |
A patch from toofishes to fix a crash.
|
Sat, 07 Jun 2008 00:00:34 +0000 |
Richard Laager |
Change "Manage" to "Manage Accounts" in the Accounts menu.
|
Sat, 07 Jun 2008 01:06:41 +0000 |
Mark Doliner |
Documentation: Use the word opaque to describe the data structure
|
Sat, 07 Jun 2008 00:56:14 +0000 |
Mark Doliner |
Add a few bits of documentation
|
Sat, 07 Jun 2008 00:47:16 +0000 |
Mark Doliner |
msn_slplink_new() is only used within slplink.c, so make it static and
|
Sat, 07 Jun 2008 00:43:33 +0000 |
Mark Doliner |
Remove an unused linked list
|
Fri, 06 Jun 2008 23:10:01 +0000 |
Mark Doliner |
Minor documentation and whitespace
|
Fri, 06 Jun 2008 22:51:17 +0000 |
Mark Doliner |
Payload length is an int here, so treat it as such. Get's rid of this warning:
|
Fri, 06 Jun 2008 22:49:43 +0000 |
Mark Doliner |
These forward declarations aren't needed
|
Fri, 06 Jun 2008 22:46:31 +0000 |
Mark Doliner |
We don't need this thing, right?
|
Fri, 06 Jun 2008 22:46:04 +0000 |
Mark Doliner |
Delete trailing whitespace
|
Fri, 06 Jun 2008 22:35:27 +0000 |
Mark Doliner |
Don't use strlen() when we can just check the first character
|
Fri, 06 Jun 2008 06:41:07 +0000 |
Daniel Atallah |
Fix setting buddy icons on yahoo. It looks like this must have been broken by
|
Fri, 06 Jun 2008 06:31:53 +0000 |
Daniel Atallah |
Plug a small and unlikely leak.
|
Fri, 06 Jun 2008 03:04:05 +0000 |
Sadrul Habib Chowdhury |
Fixes a crash when next_begin_word is called on trailing spaces at the
|
Thu, 05 Jun 2008 23:55:01 +0000 |
Mark Doliner |
Don't send an auto-response when you're away and you IM someone
|
Thu, 05 Jun 2008 22:40:11 +0000 |
Ethan Blanton |
merge of '4dd6e06680aebbca6a326930f5fff7e65ed87802'
|
Thu, 05 Jun 2008 20:02:13 +0000 |
Daniel Atallah |
Don't start sending the local file until after recieving the <streamhost-used/>
|
Thu, 05 Jun 2008 22:36:21 +0000 |
Ethan Blanton |
Make the IRC "unknown message" debugging messages UTF-8 safe.
|
Thu, 05 Jun 2008 12:25:20 +0000 |
Stu Tomlinson |
Include the send button plugin in the win32 build
|
Thu, 05 Jun 2008 10:23:58 +0000 |
Sadrul Habib Chowdhury |
Added "View All Logs" menu in the buddylist to display a list of all IM
|
Thu, 05 Jun 2008 10:16:23 +0000 |
Sadrul Habib Chowdhury |
Correctly detect system logs.
|
Thu, 05 Jun 2008 00:44:58 +0000 |
Hylke Bons |
Update some status icons.
|
Wed, 04 Jun 2008 23:05:31 +0000 |
Mark Doliner |
Don't crash if the given jabber id is invalid. For example,
|
Wed, 04 Jun 2008 22:50:40 +0000 |
Sadrul Habib Chowdhury |
merge of '5e69fb5f354ed74d6deb6f4d1f6aff46afd8a072'
|
Wed, 04 Jun 2008 03:22:36 +0000 |
Daniel Atallah |
Yahoo seems to always send messages encoded in utf-8 now. Hopefully this
|
Wed, 04 Jun 2008 01:05:20 +0000 |
Daniel Atallah |
"rob" noticed this bug in the en_AU translation. Fixes #5844.
|
Tue, 03 Jun 2008 23:51:12 +0000 |
Daniel Atallah |
Don't try to retrieve the chat_info_defaults while signed off, it tends to
|
Tue, 03 Jun 2008 23:47:24 +0000 |
Daniel Atallah |
Update File Transfer icon and use new send fie icon. Fixes #2744.
|
Wed, 04 Jun 2008 22:49:23 +0000 |
Sadrul Habib Chowdhury |
Fix chat joining from the 'Join a chat' dialog. Thanks to w00b on IRC for
|
Tue, 03 Jun 2008 22:34:32 +0000 |
Sadrul Habib Chowdhury |
Correct the documentation.
|
Tue, 03 Jun 2008 05:51:17 +0000 |
Mark Doliner |
A few character comment change.
|
Tue, 03 Jun 2008 05:18:52 +0000 |
Mark Doliner |
I can't think of any reason we would need to use the zero versions of
|
Tue, 03 Jun 2008 05:12:51 +0000 |
Sadrul Habib Chowdhury |
merge of '0de80ccd44f6ce7fe6942baa1e0dfc95a2878d05'
|
Tue, 03 Jun 2008 03:53:14 +0000 |
Daniel Atallah |
Prevent double freeing when we don't get the proxy data we're expecting from
|
Tue, 03 Jun 2008 02:31:28 +0000 |
Sadrul Habib Chowdhury |
Notify the server when we change the privacy setting for an account.
|
Tue, 03 Jun 2008 00:10:46 +0000 |
Sadrul Habib Chowdhury |
merge of '159777d1bbf9084c7e0f9e562bb47e7ab3638da7'
|
Tue, 03 Jun 2008 00:09:11 +0000 |
Sadrul Habib Chowdhury |
Don't include 'Listening to music' in the per-account statusbox.
|
Mon, 02 Jun 2008 11:31:20 +0000 |
Evan Schoenberg |
This should fix tooltips for buddies with away messages which have embedded
|
Mon, 02 Jun 2008 09:52:30 +0000 |
Mark Doliner |
The status type says that mood and moodtext are strings, so we don't
|
Mon, 02 Jun 2008 09:39:32 +0000 |
Mark Doliner |
Keep track of available messages as HTML not plain text. This fixes
|
Mon, 02 Jun 2008 09:05:22 +0000 |
Mark Doliner |
Whitespace
|
Mon, 02 Jun 2008 09:00:11 +0000 |
Mark Doliner |
Whoops, I should have inverted this logic.
|
Mon, 02 Jun 2008 08:51:40 +0000 |
Mark Doliner |
Short-circuit earlier if the buddy is offline
|
Mon, 02 Jun 2008 05:06:58 +0000 |
Elliott Sales de Andrade |
A patch from QuLogic to eliminate duplicated HMAC-MD5 code in the Jabber
|
Sun, 01 Jun 2008 21:36:43 +0000 |
Sadrul Habib Chowdhury |
merge of 'adc233c42c586b7fae877a688cd39532eaca23a0'
|
Sun, 01 Jun 2008 21:34:50 +0000 |
Elliott Sales de Andrade |
Arrow keys in status menu should skip separator lines. Closes #1360.
|
Sun, 01 Jun 2008 21:20:59 +0000 |
Sadrul Habib Chowdhury |
Remove compile warnings.
|
Sun, 01 Jun 2008 18:08:14 +0000 |
Sadrul Habib Chowdhury |
Fix the chat-room rejoining bug where the list appears empty.
|
Sun, 01 Jun 2008 20:05:06 +0000 |
Mark Doliner |
Fix a memleak when handling jabber xforms. xmlnode_get_data() returns
|
Sun, 01 Jun 2008 04:48:51 +0000 |
Sadrul Habib Chowdhury |
Update the list of statuses when a new status is added, or an existing
|
Sun, 01 Jun 2008 01:39:03 +0000 |
Sadrul Habib Chowdhury |
The date for 2.4.2 release was removed accidentally. Thanks, QuLogic.
|
Sun, 01 Jun 2008 01:34:34 +0000 |
Andrew Hoffman |
Fix stack smashing for forced old (port 5223) ssl auth. Closes #5974.
|
Sat, 31 May 2008 13:30:28 +0000 |
Sadrul Habib Chowdhury |
Do not try to update received custom smileys in a deleted child anchor.
|
Fri, 30 May 2008 22:56:39 +0000 |
Sadrul Habib Chowdhury |
Add doxygen foo for FinchBlistManager.
|
Fri, 30 May 2008 22:21:57 +0000 |
Bj«Órn Voigt |
- Changed back "Email" to "E-Mail" in German translation
|
Fri, 30 May 2008 19:45:46 +0000 |
Stu Tomlinson |
merge of '6c9b241a178cbf5a0760ba9646e0460067db378a'
|
Fri, 30 May 2008 14:40:10 +0000 |
Evan Schoenberg |
If the status name and status message are the same for a jabber buddy,
|
Fri, 30 May 2008 19:26:10 +0000 |
Daniel Atallah |
Fix some broken translation printf formats courtesy of `msgfmt -c`.
|
Fri, 30 May 2008 04:33:44 +0000 |
Sadrul Habib Chowdhury |
Remove an unnecessary strdup when sending messages over IRC.
|
Fri, 30 May 2008 01:51:43 +0000 |
Sadrul Habib Chowdhury |
Modified patch from Dylan Simon (dylex) to improve
|
Thu, 29 May 2008 22:26:59 +0000 |
Daniel Atallah |
Fix a bug in the Dutch translation that was causing crashes. Fixes #5953.
|
Thu, 29 May 2008 17:41:08 +0000 |
Mark Doliner |
Wow, this isn't used. That will save us either 4 bytes or 8 bytes for
|
Thu, 29 May 2008 15:30:26 +0000 |
Jochen Kemnade |
German translation update
|
Thu, 29 May 2008 14:48:49 +0000 |
Stu Tomlinson |
Avoid potentially uninitialized variables
|
Thu, 29 May 2008 12:27:27 +0000 |
Will Thompson |
merge of '0fb7703e7d2acc0513e238c75408f521e61f6aab'
|
Thu, 29 May 2008 12:25:32 +0000 |
Will Thompson |
Add Adam Strzelecki to COPYRIGHT; thanks for the patch! Fixes #5693.
|
Thu, 29 May 2008 12:23:51 +0000 |
Will Thompson |
Restore status on login on GG, rather than setting Available first.
|
Thu, 29 May 2008 12:17:05 +0000 |
Will Thompson |
Add a prototype for ggp_to_gg_status.
|
Thu, 29 May 2008 12:15:41 +0000 |
Will Thompson |
Extract converting a PurpleStatus to GG's format to its own function.
|
Thu, 29 May 2008 11:43:52 +0000 |
Will Thompson |
Mark a string as translatable in prpl-gg. References #5693.
|
Thu, 29 May 2008 11:42:08 +0000 |
Evan Schoenberg |
merge of 'cc409aa9063c22b3cf65c9e2a3399a121c6b50a5'
|
Thu, 29 May 2008 06:00:09 +0000 |
Mark Doliner |
Minor typo in a debug statement. I do stuff like this all the time.
|
Thu, 29 May 2008 02:00:57 +0000 |
Daniel Atallah |
Unleak some tooltip related pango stuff.
|
Thu, 29 May 2008 01:59:52 +0000 |
Daniel Atallah |
eperez noticed that there's an extra unused column here.
|
Wed, 28 May 2008 22:39:51 +0000 |
Sadrul Habib Chowdhury |
Update the smiley in the smiley dialog if the imagefile is changed.
|
Thu, 29 May 2008 11:39:42 +0000 |
Evan Schoenberg |
Refactored and cleaned up the addition of status information to user info /
|
Wed, 28 May 2008 05:30:02 +0000 |
Richard Nelson |
Add an invite menu for chats
|
Wed, 28 May 2008 05:29:23 +0000 |
Richard Nelson |
Remove an unused variable
|
Wed, 28 May 2008 05:20:54 +0000 |
Daniel Atallah |
Plug a small leak.
|
Wed, 28 May 2008 05:12:08 +0000 |
Sadrul Habib Chowdhury |
merge of '2abcbb9461812553614a4d11b0d48f1a2eface59'
|
Tue, 27 May 2008 21:47:41 +0000 |
Evan Schoenberg |
Two leak fixes for purple_icqinfo()
|
Tue, 27 May 2008 21:41:29 +0000 |
Evan Schoenberg |
Moved the remainder of ICQ's user info processing to use the notify_user_info
|
Tue, 27 May 2008 17:31:39 +0000 |
Daniel Atallah |
Prevent a crash when the imhtmltoolbar is disposed and the smiley dialog is open.
|
Tue, 27 May 2008 10:39:37 +0000 |
Evan Schoenberg |
Use g_list_length(jbi->jb->resources) here, as it's clearer since that's
|
Wed, 28 May 2008 05:10:43 +0000 |
Sadrul Habib Chowdhury |
Add documentation for some new API.
|
Wed, 28 May 2008 05:04:02 +0000 |
Sadrul Habib Chowdhury |
Fix the linkification. Also, remember the html-codes for a tag instead of
|
Tue, 27 May 2008 07:11:38 +0000 |
Sadrul Habib Chowdhury |
Use the hashtable of resources here.
|
Tue, 27 May 2008 04:11:04 +0000 |
Sadrul Habib Chowdhury |
merge of '20372c17661f91b48107dadf3019a7b9123f3650'
|
Tue, 27 May 2008 03:47:16 +0000 |
Evan Schoenberg |
merge of 'd5bcb8334771f0dbd5870944a8eec88f586e0fd0'
|
Tue, 27 May 2008 03:45:02 +0000 |
John Bailey |
merge of '417f9d0217b6d3b9f2b5f2b9361ffe03efc2d634'
|
Tue, 27 May 2008 04:10:43 +0000 |
Sadrul Habib Chowdhury |
disapproval of revision '79699160e06b69f70db91eef65287f15685ec2bf'
|
Tue, 27 May 2008 03:24:19 +0000 |
Gary Kramlich |
We don't need named initialiers here since we're already doing an active initilization
|
Tue, 27 May 2008 03:45:59 +0000 |
Evan Schoenberg |
Don't include the warning level in OSCAR user_info twice. The first inclusion
|
Tue, 27 May 2008 03:16:15 +0000 |
Evan Schoenberg |
ChangeLog.API purple_notify_user_info_prepend_section_[break|header] and
|
Tue, 27 May 2008 02:14:14 +0000 |
Evan Schoenberg |
Bring oscar prpl in line with the other prpls in how it provides user info:
|
Tue, 27 May 2008 02:10:35 +0000 |
Evan Schoenberg |
Ensure jbi->jb->resources is non-NULL before calling g_hash_table_size()
|
Tue, 27 May 2008 01:38:38 +0000 |
Evan Schoenberg |
merge of '71329f62bbfea27b695e6d17ce5b22281a9b70ca'
|
Tue, 27 May 2008 01:38:35 +0000 |
Evan Schoenberg |
merge of '50ee8ea93d28a742019b72de39c81427af3ca785'
|
Mon, 26 May 2008 20:51:10 +0000 |
Will Thompson |
merge of 'c6ab942a565a274680983552ced9a21feb5f24a9'
|
Mon, 26 May 2008 20:46:00 +0000 |
Will Thompson |
Add doxycomment for PurpleBuddyIcon; tweak that of PurpleBuddyIconSpec.
|
Mon, 26 May 2008 02:16:05 +0000 |
Will Thompson |
merge of '740f6d249277d1f3ffc01d5fab1a580c2dd8fc79'
|
Tue, 27 May 2008 01:37:42 +0000 |
Evan Schoenberg |
Use the notify_user_info API for the vcard information instead of creating
|
Tue, 27 May 2008 01:19:07 +0000 |
Evan Schoenberg |
Added prepend functions for notify_user_info section headers and breaks
|
Mon, 26 May 2008 20:03:40 +0000 |
Ethan Blanton |
merge of '04d1cb7493b8f54f33a413d3a60468704ab4be4b'
|
Mon, 26 May 2008 19:15:49 +0000 |
Jochen Kemnade |
German translation updated
|
Mon, 26 May 2008 14:30:00 +0000 |
Evan Schoenberg |
If plugins are enabled and some protocols or plugins are also being compiled
|
Tue, 27 May 2008 01:11:46 +0000 |
Peter O'Gorman |
A patch from Peter O'Gorman at The Written Word, Inc. to fix various
|
Mon, 26 May 2008 17:10:55 +0000 |
Richard Laager |
Stu and Ethan think we should ignore SIGHUP. That's fine by me.
|
Mon, 26 May 2008 06:50:06 +0000 |
Richard Laager |
Changes to the docklet mnemonics patch to make them more consistent with
|
Mon, 26 May 2008 06:48:59 +0000 |
Kevin Wu Won |
A patch from Kevin Wu Won to add mnemonics to the docklet menu.
|
Mon, 26 May 2008 06:47:32 +0000 |
Richard Laager |
merge of '105b7094f7adbdda665762aa99781df1fad9d86c'
|
Mon, 26 May 2008 03:42:05 +0000 |
Sadrul Habib Chowdhury |
merge of 'a06b635ebc40ccdad112528557020cfd60238d88'
|
Mon, 26 May 2008 03:40:54 +0000 |
Sadrul Habib Chowdhury |
Do not show custom smileys where the prpl doesn't support them. Thanks
|
Sun, 25 May 2008 23:48:57 +0000 |
Sadrul Habib Chowdhury |
merge of 'd993fb67df1d01ad9a8a18fef3e8a5de90823875'
|
Sun, 25 May 2008 23:46:19 +0000 |
Sadrul Habib Chowdhury |
Do not prepend the BOM when converting from UTF-8 to UTF-16, since
|
Mon, 26 May 2008 06:42:20 +0000 |
Saleem Abdulrasool |
A patch from compnerd (Saleem Abdulrasool) to remove a use of the
|
Mon, 26 May 2008 06:37:52 +0000 |
Saleem Abdulrasool |
A patch from compnerd (Saleem Abdulrasool) to properly name the variables
|
Mon, 26 May 2008 06:31:12 +0000 |
Richard Laager |
Revert 159826573dec53526cd1237639fdf5cf13826cf4 to fix a TODO about calling
|
Mon, 26 May 2008 06:25:13 +0000 |
Richard Laager |
Use purple_core_quit() in the sighandler instead of duplicating part of it.
|
Sun, 25 May 2008 23:48:50 +0000 |
Richard Laager |
merge of '1a20622e5eb611356f66565b96618ab1cfe1e231'
|
Sun, 25 May 2008 22:06:51 +0000 |
Richard Laager |
merge of '45401c961ca97b6dd3675db39ca8d46f5142dada'
|
Sun, 25 May 2008 18:05:19 +0000 |
Sadrul Habib Chowdhury |
Update the perl bindings for the changed smiley API.
|
Sun, 25 May 2008 18:03:42 +0000 |
Sadrul Habib Chowdhury |
merge of '64869f284f4934e2f05446fc3d50960b6296ad5b'
|
Sun, 25 May 2008 16:18:15 +0000 |
Sadrul Habib Chowdhury |
merge of '217103c3e954ff2d295a6590ad3477d357894f9c'
|
Sun, 25 May 2008 16:16:22 +0000 |
Marcus Lundblad |
Always store custom smileys with hashed filenames. Closes #5913.
|
Sun, 25 May 2008 16:08:26 +0000 |
Sadrul Habib Chowdhury |
Try to get a hashtable created by the prpl first before joining a chat
|
Sun, 25 May 2008 23:48:28 +0000 |
Richard Laager |
A simple patch from "bsd" to get the icon back for Buddies->Join a Chat.
|
Sun, 25 May 2008 21:56:36 +0000 |
Richard Laager |
Use "email" and "Email" consistently. This is potentially controversial,
|
Sun, 25 May 2008 17:39:29 +0000 |
Richard Laager |
Sync up the developer and CPW lists. This also sorts Sean Egan in with
|
Sun, 25 May 2008 00:44:11 +0000 |
Richard Laager |
"Not External" sounds weird to me.
|
Sun, 25 May 2008 00:41:53 +0000 |
Richard Laager |
merge of 'cd0389d15f155a498b41fe0f52b2b611afab9d12'
|
Sat, 24 May 2008 23:03:20 +0000 |
Sadrul Habib Chowdhury |
Highlight the mail window for new mails.
|
Sat, 24 May 2008 22:54:06 +0000 |
Sadrul Habib Chowdhury |
Don't try to escape a NULL text. This gets rid of a runtime warning.
|
Sat, 24 May 2008 22:49:44 +0000 |
Sadrul Habib Chowdhury |
Treat digits and alphabets as the same class of characters when looking
|
Sat, 24 May 2008 08:34:54 +0000 |
Jochen Kemnade |
German translation update
|
Sun, 25 May 2008 00:40:15 +0000 |
Richard Laager |
When compiling against an external libzephyr, we need to use its zephyr.h,
|
Fri, 23 May 2008 20:35:29 +0000 |
Richard Laager |
Try gconfaudiosink first always, not just under GNOME. This is what Debian
|
Fri, 23 May 2008 16:47:59 +0000 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin.next.minor' (head 71320664d16c85cf4292830959527b4509e2182b)
|
Fri, 23 May 2008 02:23:07 +0000 |
Sadrul Habib Chowdhury |
Modified patch from Stefan 'cockroach' Ott to add blocked-im-msg and
|
Thu, 22 May 2008 21:44:53 +0000 |
Sadrul Habib Chowdhury |
Update changelogs and some of the docs for the new API. Preparing to merge with i.p.p
|
Thu, 22 May 2008 21:19:31 +0000 |
Sadrul Habib Chowdhury |
Get rid of the boldness of the bold timestamps.
|
Thu, 22 May 2008 17:47:50 +0000 |
Sadrul Habib Chowdhury |
Fix the offset for coloring nicknames, especially for auto-replies, and
|
Thu, 22 May 2008 17:14:48 +0000 |
Sadrul Habib Chowdhury |
Fix exporting proper HTML for tags.
|
Thu, 22 May 2008 00:07:01 +0000 |
Sadrul Habib Chowdhury |
Show the custom icon menu for a contact even if it's collapsed.
|
Thu, 22 May 2008 00:04:31 +0000 |
Sadrul Habib Chowdhury |
Fix 'make docs' when builddir is not the same as srcdir.
|
Wed, 21 May 2008 23:52:31 +0000 |
Sadrul Habib Chowdhury |
Disable the 'remove custom icon' item from the menu if a custom icon isn't set.
|
Wed, 21 May 2008 17:56:20 +0000 |
Sadrul Habib Chowdhury |
Modified patch from malu to "Add context menu alternative to add received
|
Wed, 21 May 2008 12:29:27 +0000 |
Evan Schoenberg |
propagate from branch 'im.pidgin.pidgin' (head a9b83251335ed42daf54164bf8c5120166f0e589)
|
Wed, 21 May 2008 02:09:00 +0000 |
Evan Schoenberg |
propagate from branch 'im.pidgin.pidgin' (head 4f00ea617df3c000b6eb237b4139b89e5d8170a3)
|
Sun, 18 May 2008 22:02:43 +0000 |
Etan Reisner |
Buddy icons in the buddy list should not default to being marked idle. Thanks
|
Sat, 17 May 2008 19:54:58 +0000 |
Etan Reisner |
Remove an else block which just calls pidgin_blist_get_emblem on a PurpleChat,
|
Sat, 17 May 2008 19:53:28 +0000 |
Etan Reisner |
Add support for setting and removing custom buddy icons to contacts, chats,
|
Fri, 16 May 2008 03:18:27 +0000 |
Etan Reisner |
merge of '979e05e68e2d32cdffe65f350b71fd6e6ae89af9'
|
Fri, 16 May 2008 03:18:20 +0000 |
Etan Reisner |
merge of '1845c83f173f8fb02f105f4b7ef8768b0a11961e'
|
Fri, 16 May 2008 00:55:53 +0000 |
Sadrul Habib Chowdhury |
Put the 'manage' button outside the scrolling area.
|
Wed, 14 May 2008 23:36:37 +0000 |
Evan Schoenberg |
When calling serv_got_chat_in() after sending a group chat message (to let
|
Tue, 13 May 2008 06:04:27 +0000 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head 64263ae223a317116a83aab2c6a2a36b4c308d7b)
|
Tue, 13 May 2008 06:04:10 +0000 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin.custom_smiley' (head 2a2aa2b4e4f34248a96a684b2e29963c358c1338)
|
Tue, 13 May 2008 02:49:30 +0000 |
Sadrul Habib Chowdhury |
Change how the columns in the account-manager window are resized.
|
Tue, 13 May 2008 02:48:08 +0000 |
Sadrul Habib Chowdhury |
Make group names case insensitive, which is the case in the official MSN,
|
Tue, 13 May 2008 02:26:34 +0000 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin.custom_smiley' (head 5438cf91ac36226aeafda8e41bb181f9d6474fac)
|
Tue, 13 May 2008 06:03:58 +0000 |
Sadrul Habib Chowdhury |
Add malu in COPYRIGHT. This is a "D'oh!" moment.
|
Tue, 13 May 2008 02:24:17 +0000 |
Sadrul Habib Chowdhury |
Expose smiley API to perl plugins.
|
Tue, 13 May 2008 00:29:22 +0000 |
Sadrul Habib Chowdhury |
Expose the smiley API to dbus.
|
Tue, 13 May 2008 00:27:36 +0000 |
Sadrul Habib Chowdhury |
Update the dbus-analyze script to deal with multiline function
|
Mon, 12 May 2008 23:17:48 +0000 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin.custom_smiley' (head c134ff23eba5faac09c13e731e792fa612c91a9a)
|
Mon, 12 May 2008 23:09:30 +0000 |
Sadrul Habib Chowdhury |
Modified patch from malu to add an 'Edit' button in the smiley manager
|
Sun, 11 May 2008 22:02:37 +0000 |
Sadrul Habib Chowdhury |
Patch from Giulio 'Twain28' Pascali to make the smiley window scrollable.
|
Sun, 11 May 2008 18:08:57 +0000 |
Sadrul Habib Chowdhury |
Patch from Masca to restrict the size of incoming custom smileys to a
|
Sun, 11 May 2008 04:08:06 +0000 |
Sadrul Habib Chowdhury |
Some little usability changes in the custom smiley dialog.
|
Sun, 11 May 2008 04:04:35 +0000 |
Sadrul Habib Chowdhury |
Separate the custom smileys from the regular smileys, and add a 'Manage'
|
Sat, 10 May 2008 17:05:25 +0000 |
Sadrul Habib Chowdhury |
Show some possibly helpful text in the tooltip for disabled smileys.
|
Sat, 10 May 2008 17:00:42 +0000 |
Sadrul Habib Chowdhury |
Patch from malu (mlundblad) to disable a regular smiley in the smiley
|
Sat, 10 May 2008 16:31:06 +0000 |
Sadrul Habib Chowdhury |
Make PurpleSmiley a GObject.
|
Wed, 07 May 2008 18:53:13 +0000 |
Sadrul Habib Chowdhury |
Changelog the API additions, and add a missing define. Thanks to malu for
|
Wed, 07 May 2008 18:22:49 +0000 |
Sadrul Habib Chowdhury |
A leak fix from malu. Thanks!
|
Wed, 07 May 2008 18:13:14 +0000 |
Sadrul Habib Chowdhury |
Show the custom smileys only on accounts that support it. References
|
Wed, 07 May 2008 04:05:19 +0000 |
Sadrul Habib Chowdhury |
Unref some gdkpixbufs to plug some memory leaks. References #1187.
|
Wed, 07 May 2008 03:32:43 +0000 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head 6be4a11c3e1bf403bbb6e1a7a754e4b99e7d9a44)
|
Mon, 28 Apr 2008 07:43:50 +0000 |
Sadrul Habib Chowdhury |
Fix a small leak. And sort the smileys alphabetically, as suggested by
|
Mon, 28 Apr 2008 06:29:26 +0000 |
Sadrul Habib Chowdhury |
Patch from Masca to use the buddy-icon selector to select a custom
|
Mon, 28 Apr 2008 06:24:01 +0000 |
Sadrul Habib Chowdhury |
Add a utility function to create a pixbuf from a stored image.
|
Mon, 28 Apr 2008 06:11:36 +0000 |
Sadrul Habib Chowdhury |
Remove undocumented and [apparently] unnecessary parameter from
|
Mon, 28 Apr 2008 00:01:07 +0000 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head caaa65e1c157e6cb43219237f88a4ad298f3bbf5)
|
Mon, 31 Mar 2008 21:23:57 +0000 |
Sadrul Habib Chowdhury |
Update patch to add support for sending custom smileys in msnp9. I included some fixes from the msnp14 patch that were not corrected in the patch, and also the fix for setting buddyicons. References #1187.
|
Mon, 31 Mar 2008 21:04:51 +0000 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head 8ab7bcf180c3d8cc09b9d82060417bcf3fcfff95)
|
Thu, 15 May 2008 05:49:40 +0000 |
Etan Reisner |
Compile and de-warn.
|
Thu, 15 May 2008 04:00:22 +0000 |
Etan Reisner |
Deprecate pidgin_set_custom_buddy_icon and update the places that use it to
|
Thu, 15 May 2008 03:26:46 +0000 |
Etan Reisner |
Make pidgin_set_custom_buddy_icon use the
|
Thu, 15 May 2008 02:35:53 +0000 |
Etan Reisner |
Add a purple_buddy_icons_node_set_custom_icon_from_file convenience function.
|
Tue, 13 May 2008 04:40:04 +0000 |
Etan Reisner |
Update some calls to the functions I just deprecated.
|
Tue, 13 May 2008 04:36:07 +0000 |
Etan Reisner |
Add the purple_buddy_icons_node_has_custom_icon,
|
Tue, 13 May 2008 04:26:28 +0000 |
Etan Reisner |
Add the purple_blist_update_node_icon function and deprecate the
|
Mon, 12 May 2008 02:19:06 +0000 |
Evan Schoenberg |
propagate from branch 'im.pidgin.pidgin' (head ba6112dabbb907fd5e93c30e0f5228e557949d69)
|
Wed, 07 May 2008 12:17:01 +0000 |
Evan Schoenberg |
merge of '48c05553bccbe3ea3d6b5d8fdc036bebf771129f'
|
Wed, 07 May 2008 12:16:55 +0000 |
Evan Schoenberg |
Restored screen name to username change lost in propagation merge
|
Wed, 07 May 2008 12:14:28 +0000 |
Evan Schoenberg |
propagate from branch 'im.pidgin.pidgin' (head d7144f5dbbde09137aff1ceadfd419e25303bf7d)
|
Mon, 05 May 2008 06:55:00 +0000 |
Sadrul Habib Chowdhury |
Patch from Jaywalker to let prpls add some helpful text for some account
|
Mon, 05 May 2008 06:19:46 +0000 |
Sadrul Habib Chowdhury |
Use up the last padding for PurplePluginProtocolInfo in a way that allows
|
Wed, 30 Apr 2008 21:09:59 +0000 |
Evan Schoenberg |
The key and value need to be g_stdup()'d before adding to the hash table
|
Wed, 30 Apr 2008 16:50:06 +0000 |
Sadrul Habib Chowdhury |
merge of '88d15a78416cbab803d3b60b47292506e763d5d0'
|
Wed, 30 Apr 2008 14:06:03 +0000 |
Evan Schoenberg |
g_hash_table_ref() / g_hash_table_unref() were added in too recent a glib version per Mark. Copy data to chat->components rather than using those.
|
Wed, 30 Apr 2008 11:28:23 +0000 |
Sadrul Habib Chowdhury |
merge of '0df1437fe05dad8b69aac22bcd7cb8851ca4ebeb'
|
Wed, 30 Apr 2008 11:28:19 +0000 |
Sadrul Habib Chowdhury |
merge of '6b848e03c7f6c7c392579517011deded648dedec'
|
Wed, 30 Apr 2008 06:29:16 +0000 |
Evan Schoenberg |
As discussed on the devel list, purple_serv_got_join_chat_failed() and the
|
Wed, 30 Apr 2008 05:56:53 +0000 |
John Bailey |
propagate from branch 'im.pidgin.pidgin' (head 48a880a9d212aec86b08bab7bec6296ac8c826ea)
|
Wed, 30 Apr 2008 05:50:49 +0000 |
John Bailey |
propagate from branch 'im.pidgin.pidgin' (head 7a752818c2f9f500d9b707e9424bd75230b2a05d)
|
Fri, 23 May 2008 16:46:19 +0000 |
Sadrul Habib Chowdhury |
merge of '487397995e13465f3b2c9d4748f832eaa17b2f9f'
|
Fri, 23 May 2008 15:24:07 +0000 |
Will Thompson |
Add a mnemonic to "Create this new account on the server".
|
Fri, 23 May 2008 14:58:39 +0000 |
Will Thompson |
NULL out js->expected_rspauth, so it doesn't get double-freed in jabber_close().
|
Fri, 23 May 2008 13:39:22 +0000 |
Stu Tomlinson |
Unleak
|
Fri, 23 May 2008 13:38:40 +0000 |
Stu Tomlinson |
Unleak
|
Fri, 23 May 2008 13:08:08 +0000 |
Stu Tomlinson |
Fix a TODO uncovered by Mark the other day. Instead of using a hacky
|
Fri, 23 May 2008 13:04:50 +0000 |
Stu Tomlinson |
Rename and re-order the preference sound buttons to be "Browse...",
|
Fri, 23 May 2008 13:03:18 +0000 |
Stu Tomlinson |
Make it more obvious that there is a default buddy pounce sound, and
|
Thu, 22 May 2008 21:38:06 +0000 |
Daniel Atallah |
Some fixes from Eion Robb and me to prevent bonjour crashes with the newly
|
Thu, 22 May 2008 20:24:19 +0000 |
Daniel Atallah |
Update to Yahoo Aliases from John Moody to handle new server behavior. If
|
Thu, 22 May 2008 18:01:58 +0000 |
Daniel Atallah |
Fix a double-free in the yahoo profile/icon handling. This is from a downstream
|
Thu, 22 May 2008 17:09:32 +0000 |
Richard Laager |
disapproval of revision 'c7e4a2de6be91644b964c05d489d38174fbcbb22'
|
Thu, 22 May 2008 03:02:39 +0000 |
Stu Tomlinson |
Part of a patch from ubuntu to remove entropy from purple-remote when
|
Thu, 22 May 2008 02:51:12 +0000 |
John Bailey |
Changelog that Yahoo! patch
|
Thu, 22 May 2008 02:46:47 +0000 |
Yusuke Odate |
Patch from Yusuke Odate to fix Yahoo! Japan encoding to be UTF-8 to match
|
Wed, 21 May 2008 22:26:51 +0000 |
Richard Laager |
merge of 'a9b83251335ed42daf54164bf8c5120166f0e589'
|
Wed, 21 May 2008 15:47:21 +0000 |
Jochen Kemnade |
German translation updated
|
Wed, 21 May 2008 05:07:25 +0000 |
Sadrul Habib Chowdhury |
Allow account registration in a new account dialog.
|
Wed, 21 May 2008 04:13:12 +0000 |
Ka-Hing Cheung |
make this compile
|
Wed, 21 May 2008 01:59:38 +0000 |
Evan Schoenberg |
merge of '59d7f03afa561d4e3ef6d618e8d8d2a99c0dee88'
|
Wed, 21 May 2008 01:57:07 +0000 |
Daniel Atallah |
Plug leak.
|
Wed, 21 May 2008 01:58:33 +0000 |
Evan Schoenberg |
merge of '087a5ba38e7c36e0076c92f4cf8501f24f7314b0'
|
Wed, 21 May 2008 01:57:04 +0000 |
Evan Schoenberg |
disapproval of revision '3803a68d5cf2b7443bec7879a57425cbb6031fc0'
|
Wed, 21 May 2008 01:58:04 +0000 |
Evan Schoenberg |
Don't include the space in the localized text at all for the text/code error separation
|
Wed, 21 May 2008 01:56:52 +0000 |
Evan Schoenberg |
Don't put a space in front of the code if there is no text to go before it.
|
Wed, 21 May 2008 01:49:03 +0000 |
Evan Schoenberg |
Skip the X-GOOGLE-TOKEN mech (given us by Google Talk when connecting with
|
Wed, 21 May 2008 01:46:01 +0000 |
Evan Schoenberg |
merge of '73ff5eb429127d9a89484809ba81b50b6ed5c200'
|
Wed, 21 May 2008 01:45:54 +0000 |
Evan Schoenberg |
If we receive a "text" child for an error, include it as the message text
|
Wed, 21 May 2008 22:06:52 +0000 |
Felipe Contreras |
A (modified) patch from Felipe to simplify our GStreamer sink selection
|
Wed, 21 May 2008 21:07:22 +0000 |
Ari Pollak |
Import a patch from Debian:
|
Wed, 21 May 2008 21:05:09 +0000 |
Ari Pollak |
Import a patch (with changes) from Debian:
|
Tue, 01 Jul 2008 23:47:34 +0000 |
Evan Schoenberg |
Removed duplicate changelog entry
|
Tue, 01 Jul 2008 23:44:00 +0000 |
Evan Schoenberg |
merge of '7de4400bc908601979951f3463a2ba92f322b9ad'
|
Tue, 01 Jul 2008 23:21:30 +0000 |
Evan Schoenberg |
merge of '07711878c5fcdc260a917031f095acbe661b342d'
|
Tue, 01 Jul 2008 22:57:20 +0000 |
Richard Laager |
Update POTFILES.in
|
Tue, 01 Jul 2008 22:46:28 +0000 |
Richard Laager |
Prepare for a 2.4.3 release.
|
Tue, 01 Jul 2008 20:49:24 +0000 |
Stu Tomlinson |
Various miscellaneous ChangeLog updates
|
Tue, 01 Jul 2008 20:49:07 +0000 |
Stu Tomlinson |
Fix ICQ login by mimicking the clientinfo versions used by the official
|
Tue, 01 Jul 2008 21:49:46 +0000 |
Evan Schoenberg |
disapproval of revision '10564049c98925d0ce0ece64a5af0fe1efd723e7'
|
Tue, 01 Jul 2008 21:33:14 +0000 |
Evan Schoenberg |
applied changes from e8233b3a32b1383e10d9591fee51f5ecb99a40ce
|
Sun, 29 Jun 2008 14:25:09 +0000 |
SHiNE CsyFeK |
merge of '000a0fa4bca9f18691f0a61e01bbac1aa76437c1'
|
Sat, 28 Jun 2008 04:24:24 +0000 |
Sadrul Habib Chowdhury |
*** Plucked rev da43d671 (sadrul@pidgin.im):
|
Thu, 26 Jun 2008 19:08:38 +0000 |
Stu Tomlinson |
Compatibility with older glib versions
|
Thu, 26 Jun 2008 19:04:52 +0000 |
Stu Tomlinson |
MSN SLP fix
|
Thu, 26 Jun 2008 09:14:31 +0000 |
Richard Laager |
Sadrul asks, I giveth:
|
Thu, 26 Jun 2008 08:42:49 +0000 |
Richard Laager |
MSN SLP fix
|
Thu, 26 Jun 2008 01:18:05 +0000 |
Stu Tomlinson |
applied changes from 7f7111ed9e5924db9e740ad354fce8fb82445b1e
|
Thu, 26 Jun 2008 01:17:25 +0000 |
Stu Tomlinson |
merge of '78bf389fcde2b7031fecab2f75daefd749395421'
|
Sun, 29 Jun 2008 14:24:21 +0000 |
SHiNE CsyFeK |
Sun Jun 29 22:00:12 CST 2008 csyfek@gmail.com
|
Tue, 24 Jun 2008 12:28:38 +0000 |
SHiNE CsyFeK |
patch-05-reconnect-and-code-cleanup
|
Tue, 24 Jun 2008 12:22:40 +0000 |
SHiNE CsyFeK |
patch-04-tcp-pending
|
Tue, 24 Jun 2008 12:09:16 +0000 |
SHiNE CsyFeK |
patch-03-add-qq_hex_dump
|
Tue, 24 Jun 2008 11:58:57 +0000 |
SHiNE CsyFeK |
patch-02-fix-multiarch
|
Mon, 23 Jun 2008 15:47:37 +0000 |
Daniel Atallah |
applied changes from 88a24003053cda8454a59fd448eb6575bdea2e0e
|
Sat, 21 Jun 2008 16:34:02 +0000 |
Sadrul Habib Chowdhury |
*** Plucked rev 1dc65a60 (sadrul@pidgin.im):
|
Sat, 21 Jun 2008 14:41:18 +0000 |
Sadrul Habib Chowdhury |
*** Plucked rev 69b22e32f7ada182101e0746f02891389ceb0c52 (sadrul@pidgin.im):
|
Thu, 19 Jun 2008 18:13:32 +0000 |
Stu Tomlinson |
The checkbox needs to be toggled back on only when it's alive. And the
|
Thu, 19 Jun 2008 18:12:54 +0000 |
Stu Tomlinson |
Unleak
|
Thu, 19 Jun 2008 06:46:15 +0000 |
Ka-Hing Cheung |
temporary workaround for too many OIMs, References #5984
|
Thu, 19 Jun 2008 03:59:08 +0000 |
Daniel Atallah |
Fix the Changelog.
|
Thu, 19 Jun 2008 03:42:56 +0000 |
Daniel Atallah |
applied changes from 2072edddff2333b97848681a9a464e9722b5f059
|
Thu, 19 Jun 2008 03:40:31 +0000 |
Daniel Atallah |
applied changes from 9409309cfd4634425fdacbdb3d751afd0bc89a84
|
Thu, 19 Jun 2008 03:39:32 +0000 |
Daniel Atallah |
applied changes from 97a20dd56598fa5c690eabcbc8ec3ff6e560aefd
|
Thu, 19 Jun 2008 03:30:41 +0000 |
Daniel Atallah |
applied changes from 0eed661a6c02438102fffde08e3bece057bdc984
|
Thu, 19 Jun 2008 03:19:04 +0000 |
Daniel Atallah |
applied changes from 547cd65fb6e1faeb37d88730f0dbf45075a08426
|
Thu, 19 Jun 2008 03:18:25 +0000 |
Daniel Atallah |
applied changes from 74295d3392f7f386b2178a9c8b571226b6a25c60
|
Thu, 19 Jun 2008 03:17:41 +0000 |
Daniel Atallah |
applied changes from 069f197178d158cdd308687095c14d49d8eee0ed
|
Thu, 19 Jun 2008 03:17:14 +0000 |
Daniel Atallah |
applied changes from b687754dfefde18bbb1a2652261943517272a691
|
Thu, 19 Jun 2008 03:14:34 +0000 |
Daniel Atallah |
applied changes from a341780d901f6351a5cf768a08d30c8882d6cf2f
|
Thu, 19 Jun 2008 03:14:03 +0000 |
Daniel Atallah |
applied changes from a5e7a62db1d43009f4ff463b7fe67ff3a7275a78
|
Thu, 19 Jun 2008 03:13:30 +0000 |
Daniel Atallah |
applied changes from b57781a52511d0ab7a57590bf5c348f3b9d05640
|
Thu, 19 Jun 2008 03:13:06 +0000 |
Daniel Atallah |
applied changes from 4c0536321fe25e0646f67565a43deafe1cb5f32c
|
Thu, 19 Jun 2008 03:12:46 +0000 |
Daniel Atallah |
applied changes from c7504bbbe35f5bef52032c0cdf6bc7182128a469
|
Thu, 19 Jun 2008 03:12:13 +0000 |
Daniel Atallah |
applied changes from 904a276588f7de13ba13b578905c82c0493184ce
|
Thu, 19 Jun 2008 03:11:47 +0000 |
Daniel Atallah |
applied changes from 904a276588f7de13ba13b578905c82c0493184ce
|
Thu, 19 Jun 2008 03:11:26 +0000 |
Daniel Atallah |
applied changes from ae9d7912dfb7c1627441484bfe471dd4d370d346
|
Thu, 19 Jun 2008 03:10:50 +0000 |
Daniel Atallah |
applied changes from f3703d89403f9f8e8b927beeb2f2ac05628c371d
|
Thu, 19 Jun 2008 03:10:06 +0000 |
Daniel Atallah |
applied changes from 7c685eb0aa3fae374b80d8431c870353a2f412d0
|
Thu, 19 Jun 2008 03:09:38 +0000 |
Daniel Atallah |
applied changes from ffe11b98734ebc297dc36ad3e623bc945fdb5cc4
|
Thu, 19 Jun 2008 03:07:18 +0000 |
Daniel Atallah |
applied changes from 9ebef7dc91fd3f43f016ceeee02e0a15e2008868
|
Thu, 19 Jun 2008 03:06:03 +0000 |
Daniel Atallah |
applied changes from 6d5fbc31cdd30fde1120b4a0a58f42c439dd2905
|
Thu, 19 Jun 2008 03:04:56 +0000 |
Daniel Atallah |
applied changes from 43973692751b7c4e1375e090365f75a148798aed
|
Thu, 19 Jun 2008 02:56:37 +0000 |
Daniel Atallah |
applied changes from 3d595739f53a259d5dae408a05f64d2836f02ac9
|
Thu, 19 Jun 2008 02:55:44 +0000 |
Daniel Atallah |
applied changes from 7a490c356e10f7fff3432f875897aa0ca0ad1ff0
|
Thu, 19 Jun 2008 02:55:19 +0000 |
Daniel Atallah |
applied changes from 43cf42d58f68c1f3f9ae27b10c66dbc351612f30
|
Thu, 19 Jun 2008 02:54:57 +0000 |
Daniel Atallah |
applied changes from b92fdea98a3ea454f3e9debd7f6ac17e5ae36ef6
|
Thu, 19 Jun 2008 02:54:25 +0000 |
Daniel Atallah |
applied changes from 980e5e2fedd41d52ed3f1640268e8964d4b02cde
|
Thu, 19 Jun 2008 02:52:36 +0000 |
Daniel Atallah |
Create 2.4.3 release branch
|
Tue, 20 May 2008 21:15:48 +0000 |
Mark Doliner |
Borrow a reference to a string instead of g_strdup'ing it. The
|
Tue, 20 May 2008 20:59:21 +0000 |
Mark Doliner |
When adding outgoing MSN commands to the MsnHistory, free
|
Tue, 20 May 2008 19:49:26 +0000 |
Daniel Atallah |
Rearrange some of the HTTP proxy handling to make sure that we're actually
|
Tue, 20 May 2008 04:31:39 +0000 |
Daniel Atallah |
Use shorter URL (http://d.pidgin.im/BonjourWindows) for "Bonjour not found"
|
Tue, 20 May 2008 03:50:26 +0000 |
Daniel Atallah |
Fix SOCK5 error handling to abort when we get a bogus ATYP response. Make the
|
Tue, 20 May 2008 02:14:50 +0000 |
Daniel Atallah |
Fix a printf("%s", NULL) situation and plug some leakage. Fixes #5280.
|
Mon, 19 May 2008 22:11:41 +0000 |
Ethan Blanton |
merge of '7fd8869cd12ef6b1c4626baf0eb69f81b9564cea'
|
Mon, 19 May 2008 18:52:46 +0000 |
Sadrul Habib Chowdhury |
Clarify a comment.
|
Mon, 19 May 2008 18:27:04 +0000 |
Sadrul Habib Chowdhury |
merge of 'a7440122b7d40c1639d123e9f27fb9601f581ae5'
|
Mon, 19 May 2008 18:23:25 +0000 |
Sadrul Habib Chowdhury |
Use text-tags to set the weight/color of the nick in conversations. This
|
Mon, 19 May 2008 16:18:29 +0000 |
Stu Tomlinson |
Fix building RPMs without meanwhile. Fixes 4831A712.4020402@clove.org
|
Mon, 19 May 2008 14:19:54 +0000 |
Daniel Atallah |
dos2unix po/lt.po Fixes #5847.
|
Mon, 19 May 2008 14:04:07 +0000 |
Daniel Atallah |
Credit Eric Michael Schwelm and Dan Bruce for 383b6a000... References #5672.
|
Sun, 18 May 2008 21:22:38 +0000 |
Sadrul Habib Chowdhury |
Make sure a widget can receive focus. This is used when some widgets need
|
Sun, 18 May 2008 20:26:14 +0000 |
Sadrul Habib Chowdhury |
Reduce the enormous padding in the group tooltip. People will hopefully dislike it less now.
|
Sun, 18 May 2008 20:00:26 +0000 |
Sadrul Habib Chowdhury |
Pressing arrow keys should reset the search timer.
|
Sun, 18 May 2008 19:59:27 +0000 |
Sadrul Habib Chowdhury |
Use a little more helpful debug message when a plugin can't be loaded.
|
Sun, 18 May 2008 16:29:21 +0000 |
Stu Tomlinson |
Fixes #5830
|
Sat, 17 May 2008 19:32:46 +0000 |
Kevin Stange |
Update things for 2.4.3devel, in case we do one.
|
Sat, 17 May 2008 19:21:05 +0000 |
Kevin Stange |
Make the changelog.win32 consistent with previous releases
|
Sat, 17 May 2008 19:02:17 +0000 |
Bj«Órn Voigt |
German update: missing spaces fixed
|
Sat, 17 May 2008 16:42:41 +0000 |
Sadrul Habib Chowdhury |
merge of '4981895b0b7aadf94bcca49e105176b49f71d50d'
|
Sat, 17 May 2008 13:40:56 +0000 |
Stu Tomlinson |
Update the dates & versions. I should have done this before tagging. Whoops.
|
Sat, 17 May 2008 12:55:46 +0000 |
Stu Tomlinson |
Fix building RPMs with gevolution
|
Sat, 17 May 2008 16:41:16 +0000 |
Sadrul Habib Chowdhury |
Correct the comments, and some position-calculation when the buddylist is not showing.
|
Sat, 17 May 2008 16:40:27 +0000 |
Sadrul Habib Chowdhury |
Show the title text in bold.
|
Sat, 17 May 2008 16:39:53 +0000 |
Sadrul Habib Chowdhury |
The checkbox needs to be toggled back on only when it's alive. And the
|
Fri, 16 May 2008 21:04:11 +0000 |
Stu Tomlinson |
merge of '1e83e527c083d0177b89f95d8ac465b393e4991d'
|
Fri, 16 May 2008 21:00:26 +0000 |
Daniel Atallah |
When defaulting a group, don't move it to the bottom if it exists.
|
Fri, 16 May 2008 20:47:28 +0000 |
Daniel Atallah |
Fix handling of empty groups in MySpace. Fixes #3378.
|
Fri, 16 May 2008 21:02:50 +0000 |
Stu Tomlinson |
Fix for building RPMs without avahi
|
Fri, 16 May 2008 21:01:24 +0000 |
Stu Tomlinson |
I have no idea why this only started being an issue now, but as I was
|
Fri, 16 May 2008 20:19:12 +0000 |
Daniel Atallah |
Make MySpace group handling more consistent. References #3378.
|
Fri, 16 May 2008 20:02:20 +0000 |
Stu Tomlinson |
Add "--without nm" support to build without NetworkManager to the RPM spec
|
Fri, 16 May 2008 18:52:22 +0000 |
Stu Tomlinson |
two dot four dot two
|
Fri, 16 May 2008 18:36:30 +0000 |
Stu Tomlinson |
merge of '3d874daf79db017dc2e1a7835cbc6b796225156b'
|
Fri, 16 May 2008 18:21:57 +0000 |
Stu Tomlinson |
merge of '383b6a0002c1ecea40d3836f462b7119e6c6f473'
|
Fri, 16 May 2008 18:21:09 +0000 |
Daniel Atallah |
Bonjour buddies will be saved persistently if they're moved out of the
|
Fri, 16 May 2008 16:04:05 +0000 |
Daniel Atallah |
Patch from Arban57 to prevent tooltips conflicting with the context menu on
|
Fri, 16 May 2008 18:19:36 +0000 |
Stu Tomlinson |
Initialize the glib type system early in purple_core_init() too so UIs
|
Fri, 16 May 2008 15:49:41 +0000 |
Stu Tomlinson |
Initialize the type system in purple_check_init to prevent 'make check'
|
Fri, 16 May 2008 12:57:08 +0000 |
Stu Tomlinson |
Afrikaans translation updated (Samuel Murray)
|
Fri, 16 May 2008 09:40:07 +0000 |
Will Thompson |
Fix ChangeLog wrapping.
|
Fri, 16 May 2008 03:03:15 +0000 |
Stu Tomlinson |
Fix a typo
|
Fri, 16 May 2008 03:02:31 +0000 |
Stu Tomlinson |
merge of '2f76f01c0ca7594f3efba9430e8de027252c3fd0'
|
Fri, 16 May 2008 02:52:40 +0000 |
Etan Reisner |
merge of 'cf7cc1ec422b7506be056f4d614cbb38856f7f8c'
|
Wed, 14 May 2008 03:32:10 +0000 |
Etan Reisner |
merge of '994f8bdccfcf73a73924e593d2c398c8d416e5e9'
|
Fri, 16 May 2008 02:44:45 +0000 |
Stu Tomlinson |
ChangeLog the new IRC nick-in-use algorithm
|
Fri, 16 May 2008 02:34:02 +0000 |
Stu Tomlinson |
ChangeLog the German translation update (Bj«Órn Voigt)
|
Fri, 16 May 2008 02:33:13 +0000 |
Stu Tomlinson |
ChangeLog the Lithuanian translation update (Laurynas Biveinis)
|
Fri, 16 May 2008 01:52:39 +0000 |
Stu Tomlinson |
NEWS!
|
Fri, 16 May 2008 01:48:27 +0000 |
Stu Tomlinson |
ChangeLog the number of chat room occupants
|
Fri, 16 May 2008 01:31:41 +0000 |
Sadrul Habib Chowdhury |
Newsify for 2.4.2. No puns intended.
|
Thu, 15 May 2008 20:37:42 +0000 |
Bj«Órn Voigt |
German update for "xprops"
|
Thu, 15 May 2008 20:25:41 +0000 |
Bj«Órn Voigt |
small German update
|
Thu, 15 May 2008 19:53:05 +0000 |
Daniel Atallah |
Add the ability on win32 to choose at runtime whether we use the GIOChannel
|
Thu, 15 May 2008 15:22:04 +0000 |
Stu Tomlinson |
Fix irc nick collision handling, as requested by that demanding user elb.
|
Thu, 15 May 2008 13:26:55 +0000 |
Stu Tomlinson |
Chinese (Hong Kong) translation updated (Ambrose C. Li)
|
Thu, 15 May 2008 13:25:23 +0000 |
Stu Tomlinson |
Slovak translation updated (loptosko)
|
Thu, 15 May 2008 13:24:51 +0000 |
Stu Tomlinson |
Norwegian Nynorsk translation updated (Yngve Spjeld Landro)
|
Thu, 15 May 2008 13:24:06 +0000 |
Stu Tomlinson |
Czech translation updated (David Vachulka)
|
Thu, 15 May 2008 13:23:26 +0000 |
Stu Tomlinson |
Occitan translation added (Yannig Marchegay)
|
Thu, 15 May 2008 13:18:27 +0000 |
Stu Tomlinson |
Hebrew translation updated (Shalom Craimer)
|
Thu, 15 May 2008 13:12:20 +0000 |
Stu Tomlinson |
Dutch translation updated (Dani«³l Heres)
|
Thu, 15 May 2008 13:06:03 +0000 |
Stu Tomlinson |
Macedonian translation updated (§¡§â§Ñ§ß§Ô§Ö§Ý §¡§ß§Ô§à§Ó)
|
Thu, 15 May 2008 13:04:51 +0000 |
Stu Tomlinson |
Slovenian transalation updated (Martin Srebotnjak)
|
Thu, 15 May 2008 13:04:02 +0000 |
Stu Tomlinson |
Belarusian Latin translation updated (Ihar Hrachyshka)
|
Thu, 15 May 2008 10:27:28 +0000 |
Mark Doliner |
Updated British English translation. Thanks Luke Ross!
|
Thu, 15 May 2008 10:23:25 +0000 |
Mark Doliner |
Updated Russian translation. Thanks Dmitry!
|
Thu, 15 May 2008 10:19:37 +0000 |
Mark Doliner |
Updated Romanian translation. Thanks Mi«ßu!
|
Thu, 15 May 2008 10:13:00 +0000 |
Mark Doliner |
Updated Spanish translation. Thanks Javier!
|
Thu, 15 May 2008 10:06:45 +0000 |
Mark Doliner |
New Brazilian Portuguese translation (and a new translator!)
|
Thu, 15 May 2008 09:48:09 +0000 |
Mark Doliner |
merge of '41fc76b7aed4cc32bd70c6834f747bad0b91a37b'
|
Thu, 15 May 2008 09:17:15 +0000 |
Peter Hjalmarsson |
Updated swedish translation
|
Thu, 15 May 2008 01:32:59 +0000 |
Ethan Blanton |
Add key unbinding to the finch man page
|
Wed, 14 May 2008 22:26:29 +0000 |
Sadrul Habib Chowdhury |
Translate the description of the plugin in the plugins dialog. Thanks to
|
Wed, 14 May 2008 11:57:02 +0000 |
Luke Schierer |
merge of '7fd0d8c5830d11a8f34c0d2fa6a6290427b182c4'
|
Wed, 14 May 2008 04:58:36 +0000 |
Ka-Hing Cheung |
merge of '994f8bdccfcf73a73924e593d2c398c8d416e5e9'
|
Wed, 14 May 2008 02:21:25 +0000 |
Daniel Atallah |
Fix a NULL printf. Fixes #5387.
|
Wed, 14 May 2008 01:57:45 +0000 |
Stu Tomlinson |
Clean up the comments about MSNP14, and make the --enable-msnp14 option no
|
Wed, 14 May 2008 07:38:58 +0000 |
Ka-Hing Cheung |
Someone should write a tool to insert a name in the right place
|
Wed, 14 May 2008 05:11:32 +0000 |
Ka-Hing Cheung |
patch from Andrew Gaul to fix another memleak
|
Wed, 14 May 2008 04:30:40 +0000 |
Ka-Hing Cheung |
this causes a use after free
|
Tue, 13 May 2008 20:54:30 +0000 |
Stu Tomlinson |
unleak (thanks sadrul!)
|
Tue, 13 May 2008 20:45:29 +0000 |
Stu Tomlinson |
Rewrite a ChangeLog entry I just wrote.
|
Tue, 13 May 2008 20:43:21 +0000 |
Stu Tomlinson |
Make MSN buddy list synchronization more forgiving, only ask about
|
Tue, 13 May 2008 18:56:11 +0000 |
Daniel Atallah |
merge of '657be692e8fe314ef25624dc2b70d25e1cf8085b'
|
Tue, 13 May 2008 16:52:40 +0000 |
Sadrul Habib Chowdhury |
Remove a compile warning.
|
Tue, 13 May 2008 16:52:21 +0000 |
Sadrul Habib Chowdhury |
This should make the column widths a bit better. Thanks to vekin in
|
Tue, 13 May 2008 18:55:06 +0000 |
Daniel Atallah |
Patch from Will Hawkins to fix SIMPLE authentication on some servers.
|
Tue, 13 May 2008 14:24:43 +0000 |
Stu Tomlinson |
Refresh email credentials for @live.com accounts too
|
Tue, 13 May 2008 11:17:46 +0000 |
Kelemen G«¡bor |
Hungarian translation updated for 2.4.2
|
Tue, 13 May 2008 02:34:52 +0000 |
Daniel Atallah |
For chats created using the "normal" (i.e. Join a Chat) flow, there will always
|
Tue, 13 May 2008 00:12:38 +0000 |
Etan Reisner |
Close up scope of a variable, I'm just cleaning up my tree some.
|
Tue, 13 May 2008 00:08:06 +0000 |
Etan Reisner |
Make this a doxygen comment.
|
Mon, 12 May 2008 02:56:24 +0000 |
Daniel Atallah |
Fix functions to match definitions.
|
Mon, 12 May 2008 02:55:08 +0000 |
Daniel Atallah |
Presumably this is what was intended.
|
Mon, 12 May 2008 02:27:24 +0000 |
Daniel Atallah |
Fix function to match header definition
|
Mon, 12 May 2008 02:27:08 +0000 |
Daniel Atallah |
More s/ssize_t/gssize/
|
Mon, 12 May 2008 02:24:20 +0000 |
Daniel Atallah |
Build fixes for MSVC
|
Mon, 12 May 2008 02:21:52 +0000 |
Daniel Atallah |
Using named elements in a struct initialization doesn't work in MSVC.
|
Mon, 12 May 2008 02:18:55 +0000 |
Daniel Atallah |
Fix jabber_iq_register_handler() to match header.
|
Mon, 12 May 2008 02:18:11 +0000 |
Daniel Atallah |
Reuse cleanup function.
|
Mon, 12 May 2008 02:17:00 +0000 |
Daniel Atallah |
MSVC build fixes
|
Mon, 12 May 2008 02:13:40 +0000 |
Daniel Atallah |
Use gssize instead of ssize_t as the latter isn't available everywhere.
|
Mon, 12 May 2008 02:08:04 +0000 |
Daniel Atallah |
Bonjour build fixes for MSVC.
|
Mon, 12 May 2008 02:03:13 +0000 |
Richard Laager |
Remove the stat check that isn't useful and breaks on OS X.
|
Sun, 11 May 2008 21:25:20 +0000 |
Bj«Órn Voigt |
German translation bug:
|
Sun, 11 May 2008 19:03:00 +0000 |
Ethan Blanton |
Clarify #ifdef/#else/#endif matching; References #5770.
|
Sun, 11 May 2008 17:18:10 +0000 |
Ethan Blanton |
merge of 'eed179323cd437e9f08587c2290f44afa248093d'
|
Sun, 11 May 2008 12:22:06 +0000 |
Josep Puigdemont |
Updated Catalan translation (with XGETTEXT_ARGS=--no-location).
|
Sun, 11 May 2008 11:24:29 +0000 |
ª±ric Boumaour |
merge of '0d3a3dbf15f3b76dc4ee06bc9177442fe4906bc5'
|
Sun, 11 May 2008 07:24:59 +0000 |
Richard Nelson |
Middle click pastes the internal clipboard
|
Sun, 11 May 2008 07:20:42 +0000 |
Richard Nelson |
Check if a key is already bound before assigning a menu trigger
|
Sun, 11 May 2008 05:08:08 +0000 |
Richard Laager |
Assorted cleanups, mostly to the Doxygen comments. I added a few missing
|
Sun, 11 May 2008 05:04:07 +0000 |
Mih«¡ly M«±sz«¡ros |
A patch from poizon. This was intended to fix a bug, but I just fixed that
|
Sun, 11 May 2008 04:50:36 +0000 |
Richard Laager |
Fix purple_str_to_time() to not break the returned value when we have given
|
Sun, 11 May 2008 00:27:18 +0000 |
Richard Laager |
Use pkg-config to detect NetworkManager. Also, fail if it isn't present,
|
Sat, 10 May 2008 23:21:34 +0000 |
Richard Laager |
merge of '62e372ea0e5f6eb1b56f43621e580e3e3be7e894'
|
Sat, 10 May 2008 21:36:14 +0000 |
Bj«Órn Voigt |
merge of '456501a9151822d8b2538d62e92918e5126f93bc'
|
Sat, 10 May 2008 21:34:56 +0000 |
Bj«Órn Voigt |
German translation update
|
Sun, 11 May 2008 11:19:42 +0000 |
ª±ric Boumaour |
Update french translation for pidgin 2.4.2
|
Sat, 10 May 2008 17:05:53 +0000 |
Stu Tomlinson |
Some versions of mktemp require at least 6 X's in the template
|
Sat, 10 May 2008 23:19:10 +0000 |
Richard Laager |
Modify the NetworkManager support to use "StateChange" directly, instead of
|
Sat, 10 May 2008 09:24:58 +0000 |
Richard Laager |
merge of 'ab4c3777bebccd93ded5d7e6886514e95603f51a'
|
Sat, 10 May 2008 08:49:22 +0000 |
Richard Laager |
Remove some unused variable from my last commit.
|
Sat, 10 May 2008 08:27:21 +0000 |
Richard Laager |
Disconnect accounts immediately when we're told the network has
|
Sat, 10 May 2008 09:24:52 +0000 |
Richard Laager |
disapproval of revision '9cbb69e06e19c581b9691f6acb2c48f204050dd6'
|
Sat, 10 May 2008 08:17:53 +0000 |
Richard Laager |
As described in the ChangeLog:
|
Sat, 10 May 2008 06:06:18 +0000 |
Richard Laager |
ChangeLog the NetworkManager change and fix the line wrapping on a couple of
|
Sat, 10 May 2008 05:48:52 +0000 |
Richard Laager |
Fix some whitespace as noticed by QuLogic.
|
Sat, 10 May 2008 05:21:21 +0000 |
Kevin Stange |
merge of '0eccb8cefd5975eeab1d14984f2f0114ce7abb79'
|
Sat, 10 May 2008 05:21:09 +0000 |
Kevin Stange |
Replacing logo.png with the old Pidgin head logo without a version number.
|
Sat, 10 May 2008 05:20:29 +0000 |
Kevin Stange |
merge of '99687ce6fa955d1d32092992b65de140dc944ab0'
|
Sat, 10 May 2008 03:39:51 +0000 |
Richard Laager |
merge of '5800923dc413a26c68576e06ea89148d645fa4a9'
|
Sat, 10 May 2008 02:05:04 +0000 |
Kevin Stange |
Make Masca a CPW (signed off by elb and myself! :))
|
Sat, 10 May 2008 05:15:58 +0000 |
Richard Laager |
Changes suggested by QuLogic to fix my broken changes to the NetworkManager
|
Sat, 10 May 2008 03:32:58 +0000 |
Richard Laager |
Update configure.ac to properly detect Network Manager (via NetworkManager.h instead of libnm_glib). Also, change the code so that if NetworkManager is dead, we'll assume we're connected to the network and try anyway.
|
Sat, 10 May 2008 03:29:15 +0000 |
Richard Laager |
A patch from QuLogic to replace the libnm_glib calls with straight DBus
|
Fri, 09 May 2008 05:58:54 +0000 |
Mark Doliner |
Show yourself as invisible in the buddylist when you're invisible
|
Thu, 08 May 2008 18:24:01 +0000 |
Stu Tomlinson |
Fix for opening Hotmail inbox more than ~15 minutes after login
|
Thu, 08 May 2008 05:14:35 +0000 |
Sadrul Habib Chowdhury |
Add only the online buddies for auto-completion in the invite dialog.
|
Thu, 08 May 2008 05:04:36 +0000 |
Sadrul Habib Chowdhury |
Modified patch from John Moody to show aliases in the Invite dialog.
|
Thu, 08 May 2008 03:52:02 +0000 |
John Bailey |
Tweak the text of the ChangeLog slightly and add an item I forgot previously.
|
Thu, 08 May 2008 03:22:03 +0000 |
Sadrul Habib Chowdhury |
merge of '245104c3da64bf99627578bd68d6cda42ee16b43'
|
Thu, 08 May 2008 00:22:08 +0000 |
Daniel Atallah |
Fix a double free caused by my previous leak fix not covering all possible
|
Wed, 07 May 2008 21:18:50 +0000 |
Mark Doliner |
When setting yourself to invisible on AIM, don't set an away message
|
Wed, 07 May 2008 20:24:12 +0000 |
Stu Tomlinson |
Quiet the output from gconftool-2 when there is no document font name in
|
Wed, 07 May 2008 19:43:40 +0000 |
Daniel Atallah |
Fix some potential leakage in the craziness called purple_markup_html_to_xhtml().
|
Wed, 07 May 2008 19:06:28 +0000 |
Stu Tomlinson |
Kill off sound playing child processes if they are still around after 15
|
Thu, 08 May 2008 03:20:28 +0000 |
Sadrul Habib Chowdhury |
Patch from QuLogic to fix tab-navigation in the statusbox. And a few
|
Wed, 07 May 2008 18:10:43 +0000 |
Stu Tomlinson |
Leak fix
|
Wed, 07 May 2008 09:11:24 +0000 |
Timo Jyrinki |
Update Finnish (fi) translation and begin 2.4.2 entry in the ChangeLog.
|
Wed, 07 May 2008 02:53:21 +0000 |
Sadrul Habib Chowdhury |
merge of 'ac789033b0d69b98d5985567ad5d3579bde9af12'
|
Wed, 07 May 2008 02:45:36 +0000 |
Richard Laager |
merge of '02d1b6e1b18a057f6dc1f4698d85c8cd005f3bbc'
|
Tue, 06 May 2008 08:06:19 +0000 |
Mark Doliner |
merge of 'bedd15033893c160df2e861d26520e1ef6afd895'
|
Mon, 05 May 2008 09:22:46 +0000 |
Mark Doliner |
Minor changes... mostly whitespace related.
|
Thu, 15 May 2008 08:03:45 +0000 |
Laurynas Biveinis |
Update Lithuanian translation of Windows installer strings
|
Thu, 15 May 2008 07:07:37 +0000 |
Laurynas Biveinis |
Update Lithuanian translation
|
Tue, 06 May 2008 05:13:26 +0000 |
Richard Laager |
Fix a compiler warning due to a missing #ifdef USE_PYTHON
|
Tue, 06 May 2008 05:10:40 +0000 |
Richard Laager |
Fix a compiler warning. Sadrul or someone should double-check this.
|
Mon, 05 May 2008 22:39:55 +0000 |
Daniel Atallah |
More plumbing work.
|
Fri, 27 Jun 2008 00:01:41 +0000 |
Casey Harkins |
Make pidgin_blist_toggle_visibility() hide the buddy list when it is
|
Wed, 07 May 2008 00:35:55 +0000 |
Sadrul Habib Chowdhury |
Plug a small memory leak in the smiley dialog, and use g_new0/g_free
|
Wed, 07 May 2008 00:34:52 +0000 |
Sadrul Habib Chowdhury |
g_strdup'ed strings aren't const char*. This fixes a couple of compile
|
Mon, 05 May 2008 16:01:02 +0000 |
Sadrul Habib Chowdhury |
The required fields are not really required if the action is cancelled.
|
Mon, 05 May 2008 14:56:36 +0000 |
Ethan Blanton |
Patch from sadrul to fix IRC servers which neglect to send RPL_LISTSTART
|
Mon, 05 May 2008 04:54:37 +0000 |
Mark Doliner |
Fix a small memleak when adding a Jabber buddy
|
Mon, 05 May 2008 02:00:28 +0000 |
Gary Kramlich |
Make error output during autogen actually readable...
|
Mon, 05 May 2008 00:02:37 +0000 |
Sadrul Habib Chowdhury |
Show the url, instead of silently ignoring a url-open request.
|
Mon, 05 May 2008 00:00:25 +0000 |
Sadrul Habib Chowdhury |
Do not let the height of the entry get larger than half the conversation
|
Sun, 04 May 2008 20:44:08 +0000 |
Mark Doliner |
Add a comment. Could someone familiar with the Jabber protocol or our
|
Sun, 04 May 2008 04:15:11 +0000 |
Sadrul Habib Chowdhury |
Add a 'View log' option in the buddylist menu.
|
Sun, 04 May 2008 03:28:58 +0000 |
Sadrul Habib Chowdhury |
When searching for a conversation, search only in the list of the
|
Sun, 04 May 2008 03:24:18 +0000 |
Sadrul Habib Chowdhury |
Check to see if we are already in a room before attempting to join. If
|
Sun, 04 May 2008 02:49:29 +0000 |
Sadrul Habib Chowdhury |
merge of '8c40d658dc534ac7ccbf595c73c2952ff9d1975e'
|
Sat, 03 May 2008 21:23:18 +0000 |
Sadrul Habib Chowdhury |
Setup tab-completion for groups in the 'Add Chat' dialog.
|
Sun, 04 May 2008 01:49:48 +0000 |
John Bailey |
Change the label on the entry area height pref
|
Sun, 04 May 2008 01:43:00 +0000 |
Ethan Blanton |
Fix IRC handling of PART without a part message on Undernet IRCds.
|
Sun, 04 May 2008 00:51:46 +0000 |
John Bailey |
Fix the breakage with account aliases that I introduced when I moved the
|
Sat, 03 May 2008 23:51:43 +0000 |
Daniel Atallah |
Fix a number of leaks. As far as I can tell, MSNP14 now logs in without
|
Sat, 03 May 2008 21:03:13 +0000 |
Daniel Atallah |
Leak fixes. Avoid creating an unnecessary parallel data structure to YahooFriend.
|
Sat, 03 May 2008 19:45:15 +0000 |
Daniel Atallah |
Clean up loggers when quitting (or unloading the logreader plugin).
|
Sat, 03 May 2008 19:22:02 +0000 |
Daniel Atallah |
Fix incorrect freeing in my previous commit.
|
Sat, 03 May 2008 17:56:04 +0000 |
Daniel Atallah |
This is the way we plug the leaks, plug the leaks, plug the leaks...
|
Sat, 03 May 2008 17:38:33 +0000 |
Will Thompson |
ChangeLog the minimum size pref
|
Sat, 03 May 2008 17:36:17 +0000 |
Will Thompson |
Add a "minimum lines" pref for the im entry box thing; up to 8 lines.
|
Sat, 03 May 2008 07:27:25 +0000 |
Daniel Atallah |
Plug a small leak.
|
Sat, 03 May 2008 07:13:58 +0000 |
Daniel Atallah |
Cleanup allocations/frees to match and plug some leaks.
|
Sat, 03 May 2008 03:02:25 +0000 |
Sadrul Habib Chowdhury |
merge of 'dc85c2329304dd6f567820b55939193328f9e506'
|
Sat, 03 May 2008 02:12:26 +0000 |
John Bailey |
This cleans up a bunch of warnings that stem from the fact that size_t and
|
Sat, 03 May 2008 02:49:53 +0000 |
Sadrul Habib Chowdhury |
Allow replacing smileys with texts in conversations/logs. This should be
|
Fri, 02 May 2008 23:16:11 +0000 |
Daniel Atallah |
Cleanup and avoid unnecessary alloc/free.
|
Fri, 02 May 2008 22:51:14 +0000 |
Evan Schoenberg |
merge of '21d37789f674809d615fc7676a092f1da438b0f5'
|
Fri, 02 May 2008 22:01:01 +0000 |
Daniel Atallah |
Leak fixes.
|
Fri, 02 May 2008 21:09:59 +0000 |
Daniel Atallah |
Leak plug in parsing MSN currentmedia.
|
Fri, 02 May 2008 17:09:50 +0000 |
Sadrul Habib Chowdhury |
merge of 'a9db18c93f28f014cb3740a20933e2468fb660b7'
|
Fri, 02 May 2008 17:00:49 +0000 |
Sadrul Habib Chowdhury |
This should fix the issue where resizing the entry box resizes the
|
Fri, 02 May 2008 16:55:59 +0000 |
Sadrul Habib Chowdhury |
Do not add a ':' if there's already one at the end. Thanks to wjt for
|
Fri, 02 May 2008 16:51:15 +0000 |
Will Thompson |
Tweak some strings in the Edit Chat dialog.
|
Fri, 02 May 2008 16:07:12 +0000 |
Sadrul Habib Chowdhury |
merge of 'a5c86f336638811bfef4a0969f3d8d2d6b85520f'
|
Fri, 02 May 2008 06:15:33 +0000 |
Mark Doliner |
Don't try to tell the IM network that we're not idle when we disconnect.
|
Fri, 02 May 2008 16:06:03 +0000 |
Sadrul Habib Chowdhury |
ctrl-x to open context menus. F11 was such a poor choice for this.
|
Fri, 02 May 2008 01:29:34 +0000 |
Sadrul Habib Chowdhury |
merge of 'e238fa4987184e7ce5509bc8806f7122ad41ae6e'
|
Fri, 02 May 2008 00:30:14 +0000 |
Stu Tomlinson |
Kill the default F2 keybinding for show timestamps, it only confuses people
|
Fri, 02 May 2008 01:28:43 +0000 |
Sadrul Habib Chowdhury |
Slightly change the maximum height of the entry box. This seems to fix
|
Thu, 01 May 2008 22:44:16 +0000 |
Sadrul Habib Chowdhury |
merge of '19d64f3b50204b193622eb82c482a63dae381a51'
|
Thu, 01 May 2008 22:42:21 +0000 |
Sadrul Habib Chowdhury |
Modified patch from Andrei Mozzhuhin to fix tab-completion when non-ascii
|
Thu, 01 May 2008 22:21:05 +0000 |
Sadrul Habib Chowdhury |
Remove the undocumented default binding (ctrl+g) to start ignoring
|
Thu, 01 May 2008 16:59:57 +0000 |
Richard Laager |
merge of '01e9055ea70771c842b561dca3b64027ac37dc69'
|
Thu, 01 May 2008 03:24:21 +0000 |
Richard Laager |
Replace a notification that should never happen with a debug message that
|
Thu, 01 May 2008 09:55:09 +0000 |
Will Thompson |
ChangeLog the Escape closes conversation window preference.
|
Thu, 01 May 2008 04:02:31 +0000 |
Daniel Atallah |
When an XMPP account is set to require TLS, but libpurple doesn't have SSL
|
Thu, 01 May 2008 03:55:48 +0000 |
Daniel Atallah |
Remove the stored installer language selection when uninstalling.
|
Thu, 01 May 2008 03:10:29 +0000 |
Etan Reisner |
Add this ChangeLog item back, the merge ate it.
|
Thu, 01 May 2008 03:06:17 +0000 |
Etan Reisner |
merge of '7f78e4be502956bb580a87289cf2acfe6254ea62'
|
Wed, 30 Apr 2008 22:52:16 +0000 |
Will Thompson |
Add a tickybox to set the 'close conversation window' shortcut to Escape.
|
Wed, 30 Apr 2008 17:00:27 +0000 |
Ethan Blanton |
Don't count the size of an array at runtime if it's known at compile time.
|
Wed, 30 Apr 2008 08:46:51 +0000 |
Mark Doliner |
Change the string "screen name" to "username" everywhere. I think most
|
Wed, 30 Apr 2008 06:02:26 +0000 |
John Bailey |
Change the "Screen name" text to "Username" per a number of discussions on
|
Wed, 30 Apr 2008 05:56:40 +0000 |
John Bailey |
This fixes the lack of the Local Alias field for IRC accounts since I moved
|
Wed, 30 Apr 2008 02:24:51 +0000 |
Richard Laager |
Eliminate a couple of "unused variable" warnings.
|
Tue, 29 Apr 2008 21:44:54 +0000 |
Sadrul Habib Chowdhury |
Always top-align the logs in the log-viewer.
|
Tue, 29 Apr 2008 19:13:55 +0000 |
Sadrul Habib Chowdhury |
Make sure the required fields are all entered correctly. Underline the
|
Tue, 29 Apr 2008 19:01:25 +0000 |
Sadrul Habib Chowdhury |
merge of '0982c9aacd3dfa68da58b386663d7fdda43a11e4'
|
Tue, 29 Apr 2008 16:50:12 +0000 |
John Bailey |
Move the Local Alias field into the User Options section of the account
|
Tue, 29 Apr 2008 18:57:10 +0000 |
Sadrul Habib Chowdhury |
Fine tune the edit-settings dialog (e.g., mark fields as masked or
|
Tue, 29 Apr 2008 18:56:04 +0000 |
Sadrul Habib Chowdhury |
A newly created widget for a request field may want to enable/disable the
|
Tue, 29 Apr 2008 16:36:14 +0000 |
Sadrul Habib Chowdhury |
'Edit Settings' in the context menu for chats in the buddylist.
|
Tue, 29 Apr 2008 05:39:10 +0000 |
Mark Doliner |
merge of '08062d1b1267b18fa3d47ea8eded7e2b826b7e8c'
|
Tue, 29 Apr 2008 03:14:55 +0000 |
Mark Doliner |
merge of '0e779a37ee17a7bb7ad39bbe2b37eeca45975655'
|
Tue, 29 Apr 2008 02:06:03 +0000 |
Mark Doliner |
Fix a crash in Jabber that I think happens someone someone signs off
|
Tue, 29 Apr 2008 01:33:48 +0000 |
Mark Doliner |
Simplify
|
Tue, 29 Apr 2008 03:31:51 +0000 |
Etan Reisner |
merge of '52c0efb045580dac7b6f5e40c91002e917e0cae3'
|
Wed, 30 Apr 2008 11:27:47 +0000 |
Sadrul Habib Chowdhury |
disapproval of revision '38c3a1050aefc66e1c541e3d91ae6f7fe6930559'
|
Wed, 30 Apr 2008 05:37:19 +0000 |
John Bailey |
This modifies Jaywalker's patch to use a GHashTable, per Stu's suggestion in
|
Wed, 30 Apr 2008 11:27:17 +0000 |
Sadrul Habib Chowdhury |
disapproval of revision '8086f2cffaab6ed17431381836b9227a64a53270'
|
Wed, 30 Apr 2008 03:24:35 +0000 |
John Bailey |
This patch from Jaywalker enables text to appear in the screen name entry box.
|
Tue, 29 Apr 2008 03:59:45 +0000 |
Evan Schoenberg |
merge of '0ed9d51dcce10da3af15dd44273af472eea6cb0c'
|
Wed, 02 Jul 2008 00:05:37 +0000 |
Evan Schoenberg |
ChangeLog.API for 'website' and 'dev_website' ui_info hash table change
|
Tue, 29 Apr 2008 03:57:06 +0000 |
Evan Schoenberg |
merge of '6bf9ac8e017081c907061167edd28a1adcbec3c9'
|
Tue, 29 Apr 2008 03:59:28 +0000 |
Evan Schoenberg |
applied changes from 4c5110037671f84e3e775214c32692b5b23c11e1
|
Tue, 29 Apr 2008 03:47:38 +0000 |
Evan Schoenberg |
merge of '3498a4993b3d552319e5122278d620287093fd20'
|
Tue, 29 Apr 2008 03:47:25 +0000 |
Evan Schoenberg |
disapproval of revision '52c0efb045580dac7b6f5e40c91002e917e0cae3'
|
Tue, 29 Apr 2008 02:58:23 +0000 |
John Bailey |
* Renamespace serv_got_chat_join_failed to purple_serv_got_chat_join_failed
|
Fri, 02 May 2008 22:50:13 +0000 |
Evan Schoenberg |
After trying the available SASL mechs, jabber_auth_handle_failure() now
|
Tue, 29 Apr 2008 02:01:43 +0000 |
Evan Schoenberg |
merge of '0a7f4849f49b45459231087fa690ba9937eae03c'
|
Tue, 29 Apr 2008 03:27:34 +0000 |
Etan Reisner |
Finally get around to committing charkin's version of the patch from #2145.
|
Mon, 28 Apr 2008 22:40:55 +0000 |
Sadrul Habib Chowdhury |
Update the manpage about F10 and F11.
|
Mon, 28 Apr 2008 22:34:39 +0000 |
Sadrul Habib Chowdhury |
Fix a possible crash when creating a new workspace.
|
Mon, 28 Apr 2008 22:07:06 +0000 |
Richard Laager |
Fix a typo in a doc comment.
|
Mon, 28 Apr 2008 22:04:07 +0000 |
Richard Laager |
merge of '4c5110037671f84e3e775214c32692b5b23c11e1'
|
Mon, 28 Apr 2008 19:24:18 +0000 |
Richard Laager |
merge of '5f1a220f63d8e85758a94a2ed57381dc91b07eda'
|
Tue, 29 Apr 2008 03:56:56 +0000 |
Evan Schoenberg |
disapproval of revision '2f8316df13d1c3e6bf66b91c28abe1504033dae8'
|
Tue, 29 Apr 2008 01:53:08 +0000 |
Evan Schoenberg |
ChangeLog.API and dox file for chat-join-failed
|
Tue, 29 Apr 2008 03:08:32 +0000 |
Evan Schoenberg |
disapproval of revision 'ae37fe6b64c30704715a369df88bd76674a39b1a'
|
Tue, 29 Apr 2008 01:46:40 +0000 |
Evan Schoenberg |
Added "chat-join-failed" signal, emitted by a new serv_got_join_chat_failed()
|
Mon, 28 Apr 2008 20:10:41 +0000 |
Evan Schoenberg |
merge of '5f1a220f63d8e85758a94a2ed57381dc91b07eda'
|
Mon, 28 Apr 2008 06:40:48 +0000 |
Mark Doliner |
Fix a small memory leak when failing to join a jabber conference
|
Mon, 28 Apr 2008 06:27:11 +0000 |
Mark Doliner |
merge of 'a2c4bf662d1fdab8c870c1ebbca30968af4bb80a'
|
Thu, 17 Apr 2008 07:12:45 +0000 |
Mark Doliner |
Go back to not allowing periods in screen names. I think the guy said
|
Sun, 27 Apr 2008 01:48:38 +0000 |
Sadrul Habib Chowdhury |
merge of '4b5bc8b4da1faf24168e7210c2282016455a2218'
|
Sat, 26 Apr 2008 23:14:00 +0000 |
Sadrul Habib Chowdhury |
Clicking on the buddyicon in the conversation window toggles the size of
|
Sat, 26 Apr 2008 17:05:16 +0000 |
Sadrul Habib Chowdhury |
Disable the 'send to' menu in converation windows if there's only one
|
Sat, 26 Apr 2008 17:47:05 +0000 |
John Bailey |
This should have been a variable expansion so that autogen.args could be
|
Mon, 28 Apr 2008 20:03:40 +0000 |
Evan Schoenberg |
Fixed a mistake I made in 2e791da1 which broke aim_genericreq_l() and
|
Mon, 28 Apr 2008 19:49:52 +0000 |
Evan Schoenberg |
Removed comment which was accidentally duplicated
|
Sat, 26 Apr 2008 13:36:42 +0000 |
Evan Schoenberg |
merge of '74190d6fbb138e095f84e71b0e0513240531437c'
|
Sat, 26 Apr 2008 12:12:28 +0000 |
Sadrul Habib Chowdhury |
merge of '8d455562b69f961763bbfc469954425260f22917'
|
Sat, 26 Apr 2008 12:14:22 +0000 |
Will Thompson |
merge of '8f0b34c54e38066959f87d35b0af2ca6ae0e853b'
|
Sat, 26 Apr 2008 12:04:52 +0000 |
Sadrul Habib Chowdhury |
Use the correct name for a preference. This will correctly update the
|
Sat, 26 Apr 2008 10:37:36 +0000 |
Will Thompson |
Include dbus-maybe.h rather than conditionally including dbus-server.h
|
Sat, 26 Apr 2008 10:26:30 +0000 |
Kevin Stange |
Thanks to Andrea Visinoni for pointing out this omission to fix building
|
Sat, 26 Apr 2008 06:19:34 +0000 |
Sadrul Habib Chowdhury |
Reset typing timeout if arrow keys are pressed when editing status
|
Sat, 26 Apr 2008 04:34:11 +0000 |
Sadrul Habib Chowdhury |
pygnt's home has been http://repo.or.cz/w/python-gnt.git for a while.
|
Sat, 26 Apr 2008 00:46:20 +0000 |
Sadrul Habib Chowdhury |
Do not show an erroneous message when the 'now listening' song for a
|
Sat, 26 Apr 2008 00:43:15 +0000 |
Sadrul Habib Chowdhury |
Fix make distcheck (which broke from an earlier fix for make when
|
Sat, 26 Apr 2008 00:12:41 +0000 |
Sadrul Habib Chowdhury |
Add the new plugin file for translation. Fixes make distcheck.
|
Fri, 25 Apr 2008 20:36:44 +0000 |
Sadrul Habib Chowdhury |
merge of '503c61f4fb406b82adcdbb0f209ba58a4e7f5954'
|
Fri, 25 Apr 2008 20:35:32 +0000 |
Sadrul Habib Chowdhury |
Remove code that tried to show the buddylist from the core (but didn't
|
Fri, 25 Apr 2008 18:01:50 +0000 |
Daniel Atallah |
Avoid allocating and freeing stuff unnecessarily.
|
Fri, 25 Apr 2008 17:57:54 +0000 |
Daniel Atallah |
Use g_strdup() instead of strdup (doesn't really matter as it is never
|
Fri, 25 Apr 2008 17:51:03 +0000 |
Daniel Atallah |
merge of '006a7eef54129319c82b282c765b3fbba968006f'
|
Fri, 25 Apr 2008 16:23:35 +0000 |
Sadrul Habib Chowdhury |
Pop up the buddylist of the running instance instead of exiting quietly
|
Fri, 25 Apr 2008 17:49:25 +0000 |
Daniel Atallah |
Use g_snprintf() instead of snprintf(), which isn't really available on
|
Fri, 25 Apr 2008 16:08:48 +0000 |
Daniel Atallah |
Use g_strdup to match the subsequent g_free.
|
Fri, 25 Apr 2008 15:48:33 +0000 |
Daniel Atallah |
Include winsock2.h before windows.h is included to avoid winsock.h being
|
Fri, 25 Apr 2008 15:37:21 +0000 |
Daniel Atallah |
Avoiding emitting the "savedstatus-changed" signal twice when the savedstatus
|
Fri, 25 Apr 2008 05:53:48 +0000 |
Sadrul Habib Chowdhury |
Fix a bug where the list of loaded plugins would get removed when
|
Fri, 25 Apr 2008 03:51:55 +0000 |
Sadrul Habib Chowdhury |
merge of '82af7f1dab568c2a359aaecca4e31e650063e1c1'
|
Thu, 24 Apr 2008 22:23:40 +0000 |
Will Thompson |
Move 2 of the 5 pixels' padding between paragraphs to above the line.
|
Thu, 24 Apr 2008 19:51:00 +0000 |
Stu Tomlinson |
echo -n is not portable, and OSX has libtoolize installed as glibtoolize
|
Thu, 24 Apr 2008 11:32:13 +0000 |
Evan Schoenberg |
I missed 2 aim_putsnac() calls which needed to be removed for 2e791da1.
|
Thu, 24 Apr 2008 11:28:20 +0000 |
Evan Schoenberg |
Fixed the final stragglers in need of byte_stream_destroy()
|
Thu, 24 Apr 2008 11:19:26 +0000 |
Evan Schoenberg |
Used byte_stream_destroy(), added in 2e791da1fb1cfd6b751a0cef01aa83dc89692051,
|
Thu, 24 Apr 2008 11:10:03 +0000 |
Evan Schoenberg |
All SNACs on FLAP channel 2 except in the auth family are now sent through
|
Fri, 25 Apr 2008 03:49:41 +0000 |
Sadrul Habib Chowdhury |
Make the labels in the minidialogs selectable.
|
Thu, 24 Apr 2008 02:16:30 +0000 |
Sadrul Habib Chowdhury |
Patch from Dylan Simon to fix a compile error when compiling from a
|
Thu, 24 Apr 2008 01:46:38 +0000 |
Sadrul Habib Chowdhury |
merge of '9448aec0bc0e0168e10e0a3991bfbfe716de6c86'
|
Thu, 24 Apr 2008 01:43:25 +0000 |
Sadrul Habib Chowdhury |
Patch from Dylan Simon <dylan@dylex.net> to fix handling escape key
|
Wed, 23 Apr 2008 17:10:43 +0000 |
Stu Tomlinson |
Fix setting "show offline" for buddy list nodes so it takes immediate
|
Wed, 23 Apr 2008 16:38:08 +0000 |
Stu Tomlinson |
Allow changing to or from an empty password when the protocol specifies
|
Wed, 23 Apr 2008 16:37:28 +0000 |
Stu Tomlinson |
Prompt for silc private key passphrase if it is not saved for the account
|
Wed, 23 Apr 2008 16:36:04 +0000 |
Stu Tomlinson |
Fix for changing silc private key passphrase to or from the empty string,
|
Wed, 23 Apr 2008 15:00:03 +0000 |
Stu Tomlinson |
Leak fix
|
Wed, 23 Apr 2008 14:58:55 +0000 |
Stu Tomlinson |
Keep valgrind happy by zeroing out the tm struct before we stuff our
|
Wed, 23 Apr 2008 14:56:30 +0000 |
Stu Tomlinson |
UTF-8 friendly password truncation
|
Wed, 23 Apr 2008 14:55:29 +0000 |
Stu Tomlinson |
Leak fixes
|
Wed, 23 Apr 2008 14:54:00 +0000 |
Stu Tomlinson |
Don't access uninitialized memory (I think this might actually fix some
|
Wed, 23 Apr 2008 10:25:53 +0000 |
Sadrul Habib Chowdhury |
merge of '95a44af48cc13a9cd6373ef1b011acd7d2b95e98'
|
Wed, 23 Apr 2008 03:06:49 +0000 |
Etan Reisner |
Add the recent perl callback changes to ChangeLog.API.
|
Wed, 23 Apr 2008 02:59:37 +0000 |
Etan Reisner |
merge of '52e841c96296ab164c2be839e9d404dc1f9a6a9e'
|
Tue, 22 Apr 2008 23:34:56 +0000 |
Etan Reisner |
Shut up two compiler warnings about discarding qualifiers.
|
Wed, 23 Apr 2008 10:22:38 +0000 |
Sadrul Habib Chowdhury |
Give a name to the statusbox button so that it can be accessible by
|
Wed, 23 Apr 2008 10:11:58 +0000 |
Sadrul Habib Chowdhury |
Return FALSE when nothing changes after an attempted tab-completion.
|
Wed, 23 Apr 2008 02:31:11 +0000 |
Sadrul Habib Chowdhury |
Fix a crash which I think happens when the same buddy is in the buddylist
|
Wed, 23 Apr 2008 02:29:39 +0000 |
Sadrul Habib Chowdhury |
Use the same fix for Purple::Util::fetch_url (from 4b6378d5e) for
|
Tue, 22 Apr 2008 16:47:11 +0000 |
Stu Tomlinson |
Leak fix. I think. At least valgrind stopped crying about it and nothing
|
Tue, 22 Apr 2008 16:44:56 +0000 |
Stu Tomlinson |
Leak fix. This is probably quite serious if you have busy chats on your
|
Tue, 22 Apr 2008 05:32:08 +0000 |
Sadrul Habib Chowdhury |
Ignore token_status_account on account-specific status boxes. This should
|
Sun, 20 Apr 2008 15:37:39 +0000 |
Sadrul Habib Chowdhury |
Expose Purple::Prefs::get_children_names to perl plugins.
|
Sun, 20 Apr 2008 15:35:16 +0000 |
Sadrul Habib Chowdhury |
Smiley insertions can be undone with this fix. References #5577. But redo
|
Sat, 19 Apr 2008 21:57:17 +0000 |
Richard Laager |
Add sendbutton.c to POTFILES.in.
|
Sat, 19 Apr 2008 14:18:06 +0000 |
John Bailey |
It appears that Yahoo! Japan has disabled protocol 0x0c and now require 0x0f.
|
Sat, 19 Apr 2008 04:59:27 +0000 |
Etan Reisner |
Based on some discussion in devel@conference.pidgin.im build and install the
|
Sat, 19 Apr 2008 04:52:13 +0000 |
Etan Reisner |
Fix Purple::Util::fetch_url to correctly accept a callback in any of the
|
Fri, 18 Apr 2008 03:41:12 +0000 |
Etan Reisner |
Stop restoring conversation window locations on !Windows, I wasn't aware this
|
Fri, 18 Apr 2008 03:28:07 +0000 |
Etan Reisner |
Add a plugin to add a Send button to the conversation windows, users of tablet
|
Thu, 17 Apr 2008 17:01:03 +0000 |
Sadrul Habib Chowdhury |
merge of '61d502ea8377846692aea9189056d7c134660277'
|
Thu, 17 Apr 2008 13:48:34 +0000 |
Daniel Atallah |
Add missing newline to debug message. Fixes #5546.
|
Thu, 17 Apr 2008 07:09:46 +0000 |
Mark Doliner |
merge of '946d948a1aa4270fa46dabca767e9d727d4519eb'
|
Thu, 17 Apr 2008 00:39:01 +0000 |
Mark Doliner |
When reciving our buddy list on MSN, add people to the permit and
|
Thu, 17 Apr 2008 02:45:37 +0000 |
Daniel Atallah |
Fix an issue with formatting in Bonjour messages. It looks like it has been
|
Wed, 16 Apr 2008 21:34:38 +0000 |
Daniel Atallah |
Fix a null pointer deref (hopefully). I haven't been able to consistently
|
Wed, 16 Apr 2008 07:25:47 +0000 |
Mark Doliner |
Don't try to enable our server-stored buddylist if we receive an error
|
Wed, 16 Apr 2008 06:47:14 +0000 |
Mark Doliner |
Don't remove the PurpleBuddy from our buddy list if we don't send them
|
Wed, 16 Apr 2008 06:27:46 +0000 |
Mark Doliner |
Super minor documentation improvement
|
Wed, 16 Apr 2008 05:44:40 +0000 |
John Bailey |
I'm an idiot and forgot to escape my apostrophe. This took *way* too long
|
Wed, 16 Apr 2008 05:32:14 +0000 |
John Bailey |
Attempt to make it a bit more obvious that people need to have half a clue
|
Wed, 16 Apr 2008 00:01:03 +0000 |
Evan Schoenberg |
I've seen intermittent crashes on xmpp file transfers in this code, but I
|
Tue, 15 Apr 2008 23:51:03 +0000 |
Evan Schoenberg |
The warning string for plaintext auth over an unencrypted connection is found
|
Tue, 15 Apr 2008 23:46:13 +0000 |
Evan Schoenberg |
merge of '40b061a8675f87ba328a5a07734084fdd7f3006a'
|
Tue, 15 Apr 2008 16:21:24 +0000 |
Daniel Atallah |
Patch from dharding to allow pidgin to be built on win32 using MSYS 1.0.10 which includes a version of sed that doesn't handle in-place replacement. Fixes #5527.
|
Tue, 15 Apr 2008 16:16:52 +0000 |
Daniel Atallah |
Patch from vladb to remove a C++ protected word ("namespace") from win32 libpurple code. Fixes #5471
|
Mon, 14 Apr 2008 20:35:47 +0000 |
Mark Doliner |
I don't consider this an error.
|
Thu, 17 Apr 2008 16:59:31 +0000 |
Sadrul Habib Chowdhury |
Patch from Gaul to plug a small leak, with an additional fix to free
|
Mon, 14 Apr 2008 05:30:18 +0000 |
Sadrul Habib Chowdhury |
Add a 'Jump to markerline' option in the conversation window menu to
|
Sun, 13 Apr 2008 17:47:25 +0000 |
Sadrul Habib Chowdhury |
Include finch.h instead of internal.h
|
Sun, 13 Apr 2008 17:39:38 +0000 |
Sadrul Habib Chowdhury |
merge of '8ac2f1461dd4df5ba43e8c0399b59451b3c549e6'
|
Sun, 13 Apr 2008 17:33:13 +0000 |
Sadrul Habib Chowdhury |
Destroy the tooltip when a group in the buddylist is expanded or collapsed
|
Sun, 13 Apr 2008 17:12:05 +0000 |
Sadrul Habib Chowdhury |
When you try to execute a command (e.g., /part etc.) in a chat on a
|
Sun, 13 Apr 2008 16:54:33 +0000 |
Sadrul Habib Chowdhury |
Do not crash from commands in a disconnected chat. Fixes #5208
|
Sun, 13 Apr 2008 16:28:57 +0000 |
Sadrul Habib Chowdhury |
Do not show tooltips for <HR> or <IMG>s in gtkimhtml. Fixes #5480.
|
Tue, 15 Apr 2008 23:46:03 +0000 |
Evan Schoenberg |
Remove the "Use GSSAPI (Kerberos v5) for authentication" xmpp preference,
|
Sun, 13 Apr 2008 09:51:45 +0000 |
Will Thompson |
Add Iain MacDonnell to COPYRIGHT; references #5205.
|
Sun, 13 Apr 2008 06:37:47 +0000 |
Stu Tomlinson |
The next version of RFC 3920, the draft of which can be found at http://www.xmpp.org/internet-drafts/draft-saintandre-rfc3920bis-04.html, and subsequent email clarifications with Peter Saint-Andre and Alexey Melnikov indicate that we should be trying the next mechanism in line after one mechanism fails. We should also be ensuring that the mech list is sorted in order of descending security, which we don't do yet; however, servers are supposed to send us a sorted list, as well, so this isn't a major issue.
|
Sat, 12 Apr 2008 23:34:27 +0000 |
Will Thompson |
Add Jeffery Brown to COPYRIGHT. References #4905.
|
Sat, 12 Apr 2008 22:59:33 +0000 |
Ethan Blanton |
Handle IRC ban lists in-channel. Channels which are not joined are
|
Sat, 12 Apr 2008 21:26:43 +0000 |
John Bailey |
nosnilmot pointed out that this error message seemed to be wrong. I agree
|
Sat, 12 Apr 2008 20:20:09 +0000 |
Ethan Blanton |
merge of '37d6f8af593bffa17bba1823a3c5a8612bcfdf18'
|
Sat, 12 Apr 2008 18:30:34 +0000 |
John Bailey |
Put the recent configure.ac changes in the ChangeLog. I may have been a bit
|
Sat, 12 Apr 2008 17:55:44 +0000 |
Will Thompson |
Patch from Maiku: "When the buddy list is set to sort contacts by status,
|
Sat, 12 Apr 2008 17:48:16 +0000 |
Will Thompson |
Modified version of a patch from "dseven" to prevent crashing on NULL topics
|
Sat, 12 Apr 2008 19:40:06 +0000 |
Ethan Blanton |
Strip mIRC formatting codes from PART and QUIT messages.
|
Sat, 12 Apr 2008 17:35:19 +0000 |
Will Thompson |
Patch from Jeffery Brown to set the idle uiops on OS X when IOKit is available.
|
Sat, 12 Apr 2008 12:54:15 +0000 |
Will Thompson |
Pass something useful as the 'who' parameter to purple_conv_im_write for
|
Sat, 12 Apr 2008 08:46:44 +0000 |
Jochen Kemnade |
German translation update
|
Sat, 12 Apr 2008 06:52:07 +0000 |
Sadrul Habib Chowdhury |
Use an event-box instead of a button for the link, and change the cursor
|
Sat, 12 Apr 2008 06:47:04 +0000 |
Sadrul Habib Chowdhury |
Use the desired cursor, instead of always using GDK_WATCH.
|
Fri, 11 Apr 2008 22:53:34 +0000 |
Will Thompson |
Patch from fmoo to make double-clicking or hitting enter on a chatroom user
|
Fri, 11 Apr 2008 22:31:55 +0000 |
Will Thompson |
Make plugin website URLs clickable; it's a button with blue underlined text.
|
Fri, 11 Apr 2008 22:10:10 +0000 |
John Bailey |
Make the cap plugin disabled by default. As usual, anyone who disagrees or
|
Fri, 11 Apr 2008 22:03:08 +0000 |
John Bailey |
Make the gevolution plugin disabled by default. Again, if anyone disagrees
|
Fri, 11 Apr 2008 21:51:51 +0000 |
Will Thompson |
Massage some plugin metadata to look better with the fixed up description pane.
|
Fri, 11 Apr 2008 21:50:11 +0000 |
Will Thompson |
Improve the layout of the plugin description pane.
|
Fri, 11 Apr 2008 02:08:42 +0000 |
John Bailey |
I've personally seen a few people have problems because they tried to build
|
Wed, 09 Apr 2008 22:01:41 +0000 |
Sean Egan |
Icons from hbons
|
Wed, 09 Apr 2008 19:07:27 +0000 |
Sadrul Habib Chowdhury |
merge of '9f17f49ab8d29559a62b77fe6aa5bdefdb6dedfc'
|
Tue, 08 Apr 2008 17:36:39 +0000 |
Jochen Kemnade |
German translation update
|
Wed, 09 Apr 2008 19:06:18 +0000 |
Sadrul Habib Chowdhury |
Show better status text for file transfers.
|
Sat, 05 Apr 2008 19:37:26 +0000 |
Sadrul Habib Chowdhury |
merge of '47385c29904d4755361546c34319cf036d5a8723'
|
Sat, 05 Apr 2008 19:34:43 +0000 |
Sadrul Habib Chowdhury |
Update the sample gtkrc-2.0 file for the nick-color and typing notification settings.
|
Sat, 05 Apr 2008 13:27:53 +0000 |
Sadrul Habib Chowdhury |
Some leak fixes for the gtkrc-ed nicks in conversation history.
|
Sat, 05 Apr 2008 12:59:31 +0000 |
Sadrul Habib Chowdhury |
Customize/disable the typing notification from gtkrc-2.0.
|
Sat, 05 Apr 2008 11:12:13 +0000 |
Jochen Kemnade |
update German translation
|
Fri, 04 Apr 2008 06:11:09 +0000 |
Sadrul Habib Chowdhury |
merge of 'b2b2efabbafab6588e02ceb16509419dcb0c79e9'
|
Fri, 04 Apr 2008 04:42:26 +0000 |
Mark Doliner |
Documentation changes
|
Fri, 04 Apr 2008 02:45:33 +0000 |
Etan Reisner |
merge of '7477b26751dbf08e918a1f300fbd2697dd0c6369'
|
Fri, 04 Apr 2008 01:17:29 +0000 |
Mark Doliner |
Add a little safety... just in case someone imgstores 13 million or
|
Thu, 03 Apr 2008 23:51:19 +0000 |
Mark Doliner |
Better documentation.
|
Thu, 03 Apr 2008 23:41:57 +0000 |
Mark Doliner |
constify the return value from purple_notify_user_info_entry_get_label
|
Thu, 03 Apr 2008 23:41:06 +0000 |
Mark Doliner |
Minor comment change
|
Thu, 03 Apr 2008 23:40:45 +0000 |
Mark Doliner |
Only call oscar_format_screenname() on connecting if we need to
|
Thu, 03 Apr 2008 23:38:59 +0000 |
Mark Doliner |
Correct some help strings for Jabber slash commands
|
Fri, 04 Apr 2008 06:09:21 +0000 |
Sadrul Habib Chowdhury |
Change the height-calculation of the entry widget a little bit. This should make it better when text with smileys is pasted. If this is even more buggy than it currently is, let me know\! Fixes #5426.
|
Thu, 03 Apr 2008 00:24:20 +0000 |
Sadrul Habib Chowdhury |
Between an offline presence with offline-message capability, and a mobile online presence, choose the latter over the former when sending an instant message.
|
Thu, 03 Apr 2008 22:57:58 +0000 |
Etan Reisner |
It is good when documentation matches reality. I figured all the other env
|
Wed, 02 Apr 2008 16:45:07 +0000 |
Stu Tomlinson |
Make ./configure fail immediately if requirements for enabled options are
|
Wed, 02 Apr 2008 15:38:26 +0000 |
Stu Tomlinson |
Remove a legacy preference for GnuTLS
|
Wed, 02 Apr 2008 15:37:26 +0000 |
Stu Tomlinson |
Fix our D-Bus version requirement
|
Wed, 02 Apr 2008 13:35:09 +0000 |
Stu Tomlinson |
autoconf started crying at me about "possibly undefined macro: PKG_CHECK_MODULES"
|
Wed, 02 Apr 2008 12:29:10 +0000 |
Stu Tomlinson |
Add number of occupants to the tooltip for chats. Fixes #3346
|
Wed, 02 Apr 2008 08:22:47 +0000 |
Timo Jyrinki |
merge of '46c04c030c2aa142a50b7757576a659b2a5bb670'
|
Wed, 02 Apr 2008 00:48:15 +0000 |
Stu Tomlinson |
bumpy bumpy bumpy, we released 2.4.1, la la la
|
Tue, 01 Apr 2008 22:25:33 +0000 |
Sadrul Habib Chowdhury |
merge of '2eb97f7d46ac5955e6a217661513d28e3b5ce060'
|
Tue, 01 Apr 2008 22:24:18 +0000 |
Sadrul Habib Chowdhury |
Updated patch from Justin 'Jaywalker' Williams to discard messages from spambots in msim. Closes #5143.
|
Mon, 31 Mar 2008 22:01:43 +0000 |
Daniel Atallah |
Ugly hackery to support INSTALL_PIXMAPS for the win32 build.
|
Mon, 31 Mar 2008 17:19:02 +0000 |
Stu Tomlinson |
Slovenian transalation updated (Martin Srebotnjak)
|
Mon, 31 Mar 2008 16:23:43 +0000 |
Stu Tomlinson |
I think this syntax is more correct
|
Mon, 31 Mar 2008 16:19:29 +0000 |
Stu Tomlinson |
merge of 'd03002b3fa5879fb55633bb3732e3cfaa5ec488f'
|
Mon, 31 Mar 2008 16:14:50 +0000 |
Daniel Atallah |
Changelog some win32 stuffs.
|
Mon, 31 Mar 2008 16:18:04 +0000 |
Will Thompson |
John and Stu looked lonely, and I suppose I should NEWS at some point.
|
Mon, 31 Mar 2008 16:03:53 +0000 |
Stu Tomlinson |
Make the new autogen.sh behave more like the old one - run glib-gettextize,
|
Mon, 31 Mar 2008 14:55:42 +0000 |
Stu Tomlinson |
Hush you noisy little script
|
Mon, 31 Mar 2008 14:52:11 +0000 |
Stu Tomlinson |
2.4.1 is over there, on the horizon
|
Mon, 31 Mar 2008 14:25:26 +0000 |
Stu Tomlinson |
If the default setting is enabled for options to ./configure, the help
|
Mon, 31 Mar 2008 07:45:21 +0000 |
Kevin Stange |
Push a 2.4.1 image I managed to create out of the old one. It would be
|
Mon, 31 Mar 2008 03:38:50 +0000 |
John Bailey |
Consider me adequately NEWS'd.
|
Mon, 31 Mar 2008 02:17:53 +0000 |
Stu Tomlinson |
Make some more things static
|
Mon, 31 Mar 2008 02:15:38 +0000 |
Stu Tomlinson |
Make x509_singleuse static
|
Mon, 31 Mar 2008 01:58:32 +0000 |
Stu Tomlinson |
We should release 2.4.1 tomorrow. I want to do it in the morning, but lots
|
Mon, 31 Mar 2008 01:54:43 +0000 |
Stu Tomlinson |
Romanian translation updated (Mi«ßu Moldovan)
|
Mon, 31 Mar 2008 01:52:54 +0000 |
Stu Tomlinson |
Slovak translation updated (loptosko)
|
Mon, 31 Mar 2008 01:48:13 +0000 |
Stu Tomlinson |
Macedonian translation updated (§¡§â§Ñ§ß§Ô§Ö§Ý §¡§ß§Ô§à§Ó)
|
Mon, 31 Mar 2008 01:45:40 +0000 |
Stu Tomlinson |
ChangeLog the Hungarian translation update
|
Sun, 30 Mar 2008 23:10:12 +0000 |
John Bailey |
Thanks for pointing this out, grim.
|
Sun, 30 Mar 2008 20:24:16 +0000 |
Bj«Órn Voigt |
German copyright year update
|
Sun, 30 Mar 2008 19:51:53 +0000 |
Kelemen G«¡bor |
Hungarian translation for 2.4.1
|
Sun, 30 Mar 2008 17:17:45 +0000 |
John Bailey |
I always forget we use 'm4macros' here instead of 'm4'.
|
Sun, 30 Mar 2008 17:15:21 +0000 |
John Bailey |
A more verbose autogen.sh that Gary and I have been using for Guifications
|
Sun, 30 Mar 2008 16:42:12 +0000 |
John Bailey |
For the few of us who wanted it, I bring back --disable-nls! It may not be
|
Sun, 30 Mar 2008 16:25:01 +0000 |
Stu Tomlinson |
Czech translation updated (David Vachulka)
|
Wed, 02 Apr 2008 08:16:48 +0000 |
Timo Jyrinki |
Fix typos, make the used language better also otherwise, add new strings.
|
Sun, 30 Mar 2008 15:24:54 +0000 |
Timo Jyrinki |
use XGETTEXT_ARGS=--no-location for Finnish PO file
|
Sun, 30 Mar 2008 14:53:52 +0000 |
Stu Tomlinson |
merge of '53edb29d14535c12ae8ee014087912100cdc49ad'
|
Sun, 30 Mar 2008 14:45:11 +0000 |
Josep Puigdemont |
Updated Catalan translation.
|
Sun, 30 Mar 2008 00:19:07 +0000 |
John Bailey |
I'm tired of installing pixmap data that almost never changes. I'm so tired of
|
Sun, 30 Mar 2008 14:53:09 +0000 |
Stu Tomlinson |
ChangeLog the Catalan translation update
|
Sat, 29 Mar 2008 19:14:17 +0000 |
Stu Tomlinson |
Belarusian Latin translation updated again (Ihar Hrachyshka)
|
Sat, 29 Mar 2008 19:02:48 +0000 |
Stu Tomlinson |
Russian translation updated again (Dmitry Beloglazov)
|
Sat, 29 Mar 2008 19:02:13 +0000 |
Stu Tomlinson |
Spanish translation updated (Javier Fern«¡ndez-Sanguino)
|
Sat, 29 Mar 2008 16:03:16 +0000 |
Ka-Hing Cheung |
patch from Maiku to ignore non-messenger contacts, fixes #3305
|
Fri, 28 Mar 2008 07:58:20 +0000 |
Ka-Hing Cheung |
some other mobile stuff that Maiku fixed, fixes #2359
|
Thu, 27 Mar 2008 06:32:31 +0000 |
Ka-Hing Cheung |
another patch from Maiku that "Properly identifies users you have the mobile
|
Thu, 27 Mar 2008 02:09:51 +0000 |
Daniel Atallah |
Printf warning fixes.
|
Thu, 27 Mar 2008 00:48:54 +0000 |
Gary Kramlich |
per daniel, this is the correct fix to cross compiling with gcc 4.x
|
Wed, 26 Mar 2008 18:31:44 +0000 |
Stu Tomlinson |
ChangeLog the Swedish translation update
|
Wed, 26 Mar 2008 18:26:29 +0000 |
Peter Hjalmarsson |
Updated Swedish translation.
|
Wed, 26 Mar 2008 15:52:47 +0000 |
Stu Tomlinson |
Add a mnemonic to the Italian translation of Send To and remove the fuzzy
|
Wed, 26 Mar 2008 15:41:26 +0000 |
Stu Tomlinson |
Norwegian Nynorsk translation updated (Yngve Spjeld Landro)
|
Wed, 26 Mar 2008 02:37:45 +0000 |
Daniel Atallah |
Fix animated icons that have been right-clicked causing crashes when the imhtml is destroyed. Fixes #5217.
|
Wed, 26 Mar 2008 00:18:15 +0000 |
Daniel Atallah |
Fix another scenario where a NULL callback can be called. I'm pretty confident this fixes #4901. There's also a fix in here to prevent freed memory from being accessed when removing minidialogs from a signed-off account that I've had sitting on my machine for a while.
|
Tue, 25 Mar 2008 14:45:48 +0000 |
Stu Tomlinson |
Dutch translation updated (Dani«³l Heres)
|
Tue, 25 Mar 2008 14:45:10 +0000 |
Stu Tomlinson |
Hebrew translation updated (Shalom Craimer)
|
Tue, 25 Mar 2008 14:38:39 +0000 |
Stu Tomlinson |
Russian translation updated (Dmitry Beloglazov)
|
Tue, 25 Mar 2008 14:38:02 +0000 |
Stu Tomlinson |
Belarusian Latin translation updated (Ihar Hrachyshka)
|
Tue, 25 Mar 2008 14:37:10 +0000 |
Stu Tomlinson |
Esperanto translation updated (St«±phane Fillod)
|
Tue, 25 Mar 2008 14:36:24 +0000 |
Stu Tomlinson |
Chinese (Traditional) translation updated (Ambrose C. Li)
|
Tue, 25 Mar 2008 14:35:22 +0000 |
Stu Tomlinson |
Estonian translation updated (Ivar Smolin)
|
Tue, 25 Mar 2008 14:34:32 +0000 |
Stu Tomlinson |
Arabic translation updated (Khaled Hosny)
|
Tue, 25 Mar 2008 14:33:32 +0000 |
Stu Tomlinson |
Update the translations changelog
|
Tue, 25 Mar 2008 09:08:25 +0000 |
Timo Jyrinki |
Update fi.po for Pidgin 2.4.1.
|
Tue, 25 Mar 2008 08:42:23 +0000 |
ª±ric Boumaour |
Update french translation for 2.4.1 release.
|
Mon, 24 Mar 2008 22:06:55 +0000 |
Bj«Órn Voigt |
German update: fixed some double defined keyboard shortcuts
|
Mon, 24 Mar 2008 21:32:21 +0000 |
Bj«Órn Voigt |
German update
|
Mon, 24 Mar 2008 16:18:34 +0000 |
Daniel Atallah |
Add purple_network_listen_map_external() to the deprecated list. I guess I didn't commit this.
|
Mon, 24 Mar 2008 16:15:39 +0000 |
Daniel Atallah |
printf format warning fixes.
|
Mon, 24 Mar 2008 16:11:21 +0000 |
Daniel Atallah |
Add extern "C" wrappers to win32 headers. There is also a change here that I thought I committed earlier that should provide better error messages for winsock errors.
|
Mon, 24 Mar 2008 07:14:29 +0000 |
Ka-Hing Cheung |
Patch from ccpaging to clean up some QQ stuff. I removed the now commented
|
Fri, 21 Mar 2008 21:11:07 +0000 |
Stu Tomlinson |
merge of '86b04a102905cb20d3279090e84cdeffd30e95bc'
|
Fri, 21 Mar 2008 20:16:46 +0000 |
Sean Egan |
New XMPP icons from hbons
|
Fri, 21 Mar 2008 18:05:15 +0000 |
Daniel Atallah |
nosnilmot thought this should be changelog'd
|
Fri, 21 Mar 2008 20:24:33 +0000 |
Jochen Kemnade |
German translation update
|
Fri, 21 Mar 2008 17:26:20 +0000 |
Daniel Atallah |
Fix SOCKS5 CHAP authentication to be more robust; the current stuff depends on the attributes coming in in a specific order and the whole authentication having a maximum length of 20 bytes. Big thanks to Jonathan Rudolph ("simple" on IRC) for helping figure out what was wrong.
|
Fri, 21 Mar 2008 15:18:55 +0000 |
Mark Doliner |
Undo the AC_CHECK_HEADERS_ONCE thing, since it requires a fairly new
|
Fri, 21 Mar 2008 05:25:09 +0000 |
Ka-Hing Cheung |
who in the right mind uses 8 space tab?
|
Fri, 21 Mar 2008 05:24:21 +0000 |
Ka-Hing Cheung |
another patch from Maiku, this time handling IPG so we can receive paging.
|
Fri, 21 Mar 2008 04:45:03 +0000 |
Ka-Hing Cheung |
Another patch from Maiku that improves the way we send mobile messages, this
|
Fri, 21 Mar 2008 03:17:36 +0000 |
Ka-Hing Cheung |
merge of '72c6d2dad88b0353a473a6e6398fc42ad3972716'
|
Fri, 21 Mar 2008 00:52:51 +0000 |
Evan Schoenberg |
Improved some of the debug output from nat-pmp
|
Thu, 20 Mar 2008 08:42:15 +0000 |
Evan Schoenberg |
Discussion is in progress on pidgin-devel about the preference to enable/disable GSSAPI, but upon reflection it should, if it exists at all, default to TRUE. Making it do so for the time being.
|
Thu, 20 Mar 2008 04:22:21 +0000 |
Jeffrey Connelly |
propagate from branch 'im.pidgin.soc.2007.msimprpl' (head b018bfb95aeaf0bd6b4cc353965bd3431891dec9)
|
Thu, 20 Mar 2008 03:37:33 +0000 |
Etan Reisner |
merge of '3161d3b09a1cb0dfe2a905306fbe19a6e76f5531'
|
Thu, 20 Mar 2008 02:59:50 +0000 |
Etan Reisner |
If the default value of a list-single or list-multi data forms field is NULL
|
Wed, 19 Mar 2008 05:06:14 +0000 |
Etan Reisner |
This broke building perl, finding EXTERN.h breaks without the PERL_CFLAGS
|
Wed, 19 Mar 2008 04:00:57 +0000 |
Etan Reisner |
merge of 'c8a7475750a83a32c26d2f40066500a948844beb'
|
Wed, 05 Mar 2008 01:24:23 +0000 |
Etan Reisner |
merge of '43597c046102d28beb11884ac70e89943a1b1466'
|
Tue, 04 Mar 2008 02:48:30 +0000 |
Etan Reisner |
merge of '541f6529c3dbec16782707ce37eb8206f95fc92e'
|
Fri, 29 Feb 2008 04:12:32 +0000 |
Etan Reisner |
Change up the Add Budy dialog a little bit, this hopefully makes it a bit
|
Fri, 29 Feb 2008 01:44:35 +0000 |
Etan Reisner |
merge of '4b63bba84183d38714730df5a11d191e0c02163a'
|
Thu, 28 Feb 2008 23:15:12 +0000 |
Etan Reisner |
merge of 'f14958459e9f62fd8c988e1317019c10a0fddf06'
|
Wed, 27 Feb 2008 22:51:02 +0000 |
Etan Reisner |
Bring the test.pl plugin at least theoretically up to date (I haven't tried it
|
Wed, 27 Feb 2008 22:43:36 +0000 |
Etan Reisner |
Add this back, the merge lost it.
|
Wed, 27 Feb 2008 22:41:34 +0000 |
Etan Reisner |
merge of '662b18e22ed66890ffcb81db34c948405b31f4c7'
|
Wed, 27 Feb 2008 00:24:57 +0000 |
Etan Reisner |
merge of '3195166356877e091e9b3d663bc03f7682ed3a17'
|
Tue, 26 Feb 2008 01:33:35 +0000 |
Etan Reisner |
Register and unregister the PurpleConnectionErrorInfo pointers with dbus, I
|
Thu, 20 Mar 2008 04:21:57 +0000 |
Jeffrey Connelly |
In msimprpl, when converting point size and MySpaceIM-markup font size,
|
Tue, 18 Mar 2008 00:48:33 +0000 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head 42df8ef15f4603d876ab1d764ffb91b9fc071840)
|
Tue, 18 Mar 2008 00:47:52 +0000 |
Sadrul Habib Chowdhury |
Introduce API for GtkIMHtmlSmiley. Use this to prevent leaking remote custom emoticons.
|
Fri, 14 Mar 2008 23:41:03 +0000 |
Sadrul Habib Chowdhury |
Fix setting display picture/avatar in msnp14. Thanks to Twain28 for reporting the bug. References #1187.
|
Fri, 07 Mar 2008 23:19:47 +0000 |
Sadrul Habib Chowdhury |
The patch to msn to allow sending custom smileys. Doesn't send all the custom smileys correctly at the moment. References #1187.
|
Fri, 07 Mar 2008 23:14:23 +0000 |
Sadrul Habib Chowdhury |
Make it simple to create a stored-image from a filename.
|
Fri, 07 Mar 2008 21:32:09 +0000 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head 6ff3e48f37ce327ca03e8d3394cac62e40b6fe05)
|
Thu, 20 Mar 2008 00:20:27 +0000 |
Evan Schoenberg |
Now that Adium has cyrus-sasl enabled, I'm having a lot of users report problems connecting to servers which ultimately turn out to be that the server supports GSSAPI in addition to other mechanisms and the user isn't configured serverside or clientside to authenticate properly. Generally speaking, a user/password combination is the expectation for most people for connecting.
|
Wed, 19 Mar 2008 03:13:19 +0000 |
Daniel Atallah |
Fix protocolhandler invocation. Fixes #5248
|
Tue, 18 Mar 2008 19:03:12 +0000 |
Daniel Atallah |
Use the new cyrus-sasl package containing msvcrt dependent MIT gssapi libraries.
|
Tue, 18 Mar 2008 02:13:24 +0000 |
Sadrul Habib Chowdhury |
Uninitialize the python interpreter only if gnt started it. This fixes a crash when quitting pygnt apps.
|
Mon, 17 Mar 2008 20:32:02 +0000 |
Daniel Atallah |
I was wondering why the more sane error messges were never appearing... now I know. There is also a fix here that uses glib's internal rename stuff on recent versions because it is more robust than our win32 version.
|
Mon, 17 Mar 2008 14:43:28 +0000 |
Stu Tomlinson |
merge of '058ee765cda4210b0bbd2e709b93a6e8bd956b21'
|
Mon, 17 Mar 2008 14:39:03 +0000 |
Stu Tomlinson |
gtk_window_has_toplevel_focus() is new in Gtk 2.4, making pidgin_auto_parent_window()
|
Mon, 17 Mar 2008 14:43:07 +0000 |
Stu Tomlinson |
G_UNLIKELY is new in Glib 2.2 and resiak said this wasn't important here
|
Mon, 17 Mar 2008 14:35:33 +0000 |
Stu Tomlinson |
gdk_display_get_name() and gdk_display_get_default() are new in Gtk 2.2
|
Mon, 17 Mar 2008 14:30:30 +0000 |
Stu Tomlinson |
gtk_event_box_set_visible_window() is new in Gtk 2.4
|
Mon, 17 Mar 2008 14:17:56 +0000 |
Stu Tomlinson |
Fix compiling on older Glib where G_GSSIZE_FORMAT is not defined
|
Mon, 17 Mar 2008 14:15:29 +0000 |
Stu Tomlinson |
Use purple_str_has_prefix which provides backwards compatibility with older
|
Mon, 17 Mar 2008 14:13:47 +0000 |
Stu Tomlinson |
Fix compiling on older Glib where G_GSIZE_MODIFIER is not defined
|
Mon, 17 Mar 2008 14:08:36 +0000 |
Will Thompson |
Limit the text input area to half the conversation's height.
|
Mon, 17 Mar 2008 13:38:34 +0000 |
Will Thompson |
Revert the dependency on gstreamer-0.10 >= 0.10.10, falling back to the SIGALRM
|
Mon, 17 Mar 2008 06:14:38 +0000 |
Mark Doliner |
Change a bunch of calls of AC_CHECK_HEADERS to AC_CHECK_HEADERS_ONCE.
|
Mon, 17 Mar 2008 06:09:32 +0000 |
Mark Doliner |
Fix a problem with our configure check for sys/sysctl.h on OpenBSD 4.2.
|
Mon, 17 Mar 2008 02:12:31 +0000 |
Stu Tomlinson |
Fix a printf argument order bug uncovered by the fantastic G_GNUC_PRINTF
|
Mon, 17 Mar 2008 01:56:29 +0000 |
Stu Tomlinson |
merge of 'c2f80865e78beb384f2dec792cac08ac44cf4eea'
|
Mon, 17 Mar 2008 01:54:00 +0000 |
Stu Tomlinson |
I think "Yes" and "No" are better answers to "Would you like to merge these
|
Fri, 21 Mar 2008 03:17:26 +0000 |
Ka-Hing Cheung |
Michael Ruprecht aka Maiku fixed #5210
|
Mon, 17 Mar 2008 01:50:54 +0000 |
Ka-Hing Cheung |
never decrease the height by less than half a line, fixes the jumping issue
|
Sun, 16 Mar 2008 20:37:49 +0000 |
Mark Doliner |
merge of '0caa39824f21f7f7dd7abf1462fbc769730120de'
|
Sun, 16 Mar 2008 20:36:52 +0000 |
Mark Doliner |
Fix a bunch of compiler warnings caused by my addition of G_GNUC_PRINTF()
|
Sun, 16 Mar 2008 20:35:23 +0000 |
Mark Doliner |
Set G_GNUC_PRINTF(2, 3) on our debug functions. This sets the 'format'
|
Sun, 16 Mar 2008 18:55:07 +0000 |
Stu Tomlinson |
scale & round the buddy icon in the buddy list before making it square, so
|
Sat, 15 Mar 2008 19:41:30 +0000 |
Sadrul Habib Chowdhury |
merge of '6db190b488381b25d0ad373ee417bc219d49b6bf'
|
Sat, 15 Mar 2008 19:39:31 +0000 |
Sadrul Habib Chowdhury |
merge of '212ddad0deea54f08e3194c79d2a60584f60d855'
|
Sat, 15 Mar 2008 18:36:04 +0000 |
Will Thompson |
Danny Baumann pointed out that the status box menu should have the appropriate
|
Sat, 15 Mar 2008 14:49:22 +0000 |
Kelemen G«¡bor |
hu.po: Hungarian translation updated.
|
Sat, 15 Mar 2008 08:49:42 +0000 |
Jochen Kemnade |
update German "translation"
|
Fri, 14 Mar 2008 22:07:40 +0000 |
Evan Schoenberg |
Verify that session->account->password is not NULL before passing it to strlen()
|
Thu, 13 Mar 2008 18:08:02 +0000 |
Will Thompson |
Add docs to PurpleStoredImage so that doxygen links to it show up
|
Sat, 15 Mar 2008 19:39:10 +0000 |
Sadrul Habib Chowdhury |
This should fix the 1px bug. If someone still sees this bug after this change, please let me know.
|
Thu, 13 Mar 2008 18:06:57 +0000 |
Will Thompson |
merge of '409dce18b3381a807c9f3a692d19bc38e55ecf2b'
|
Wed, 12 Mar 2008 20:42:59 +0000 |
Sadrul Habib Chowdhury |
Move the tooltip to the left of the buddylist if there's not enough room to show it on the right.
|
Thu, 13 Mar 2008 01:44:01 +0000 |
Stu Tomlinson |
merge of '5d1e097eb7e127d7b1bc269ee71992478f79a182'
|
Thu, 13 Mar 2008 01:38:04 +0000 |
Stu Tomlinson |
merge of 'c27bb03d64e205ff26669ccc173b7429cad093eb'
|
Thu, 13 Mar 2008 01:34:09 +0000 |
Stu Tomlinson |
Leak fix from SF bug #1407047 which actually had a patch attached (on 2006-01-17 !)
|
Thu, 13 Mar 2008 01:24:51 +0000 |
Stu Tomlinson |
merge of '1a03b83dbe8f941cb6de4ed3659bf7b2335d642d'
|
Thu, 13 Mar 2008 01:24:21 +0000 |
Stu Tomlinson |
Fix a memory leak
|
Wed, 12 Mar 2008 07:19:28 +0000 |
Mark Doliner |
Change these oscar protocol menu actions to use "web" instead of "URL."
|
Thu, 13 Mar 2008 01:43:46 +0000 |
Stu Tomlinson |
More gevolution fixes for the prpl-oscar -> prpl-aim/icq split
|
Thu, 13 Mar 2008 01:23:00 +0000 |
Stu Tomlinson |
Fix for accessing uninitialized memory
|
Wed, 12 Mar 2008 01:44:06 +0000 |
Stu Tomlinson |
Update gevolution plugin with support for the new protocol ids for AIM &
|
Wed, 12 Mar 2008 01:38:51 +0000 |
Stu Tomlinson |
Fix multiple memory leaks
|
Wed, 12 Mar 2008 01:37:15 +0000 |
Stu Tomlinson |
Make SILC errors disconnect the account and reduce unwanted notify dialogs.
|
Wed, 12 Mar 2008 01:35:40 +0000 |
Stu Tomlinson |
Fix a couple of memory leaks
|
Wed, 12 Mar 2008 01:34:40 +0000 |
Stu Tomlinson |
Fix a memory leak
|
Tue, 11 Mar 2008 23:00:03 +0000 |
Evan Schoenberg |
merge of '1ba8fbd2ac54a6b25df759681a854ccc43e6abff'
|
Tue, 11 Mar 2008 22:58:36 +0000 |
Evan Schoenberg |
Only allow one keepalive_timeout at a time. This prevents us from starting a
|
Tue, 11 Mar 2008 21:41:53 +0000 |
Daniel Atallah |
Further changes to use UTF-16 instead of UCS-2. Also, fix #5167 by making sure that the encoding conversion worked before using the result.
|
Tue, 11 Mar 2008 16:20:54 +0000 |
Stu Tomlinson |
GDK_WINDOW_TYPE_HINT_TOOLTIP is new with Gtk 2.10
|
Tue, 11 Mar 2008 15:58:25 +0000 |
Will Thompson |
Set the TOOLTIP hint on imhtml link tooltips. Thanks to Danny Baumann for
|
Tue, 11 Mar 2008 15:57:17 +0000 |
Will Thompson |
Remove duplicated docs for _varg variants of request functions; correct and
|
Tue, 11 Mar 2008 15:55:48 +0000 |
Will Thompson |
Make PurpleAccount's documentation actually show up; also, sprinkle some
|
Sun, 09 Mar 2008 21:42:27 +0000 |
Ka-Hing Cheung |
When Andrew was working on the memleak fixes, he pondered why buffer was
|
Sun, 09 Mar 2008 21:34:32 +0000 |
Andrew Gaul |
some memleak fixes from Andrew Gaul again:
|
Sun, 09 Mar 2008 19:17:35 +0000 |
Stu Tomlinson |
merge of '2df22d7ed44f0ccc912fc22ea2e0389c0e445b6f'
|
Sun, 09 Mar 2008 18:47:09 +0000 |
Evan Schoenberg |
If we receive a Full Name and no nickname, use the Full Name as the serverside alias for an XMPP contact. If we receive just a nickname or both a full name and a nickname, prefer the nickname.
|
Sun, 09 Mar 2008 18:47:09 +0000 |
Mark Doliner |
Some AIM screen names have periods in them, but it's like impossible
|
Sun, 09 Mar 2008 16:52:07 +0000 |
Stu Tomlinson |
Fix Topic in chat node tooltips, and turn on using the transient chat node
|
Sun, 09 Mar 2008 16:46:04 +0000 |
Stu Tomlinson |
Make "Show when offline" work on group nodes too, which sets the flag for
|
Sun, 09 Mar 2008 16:43:33 +0000 |
Stu Tomlinson |
Escape conversation title for use in infopane so that ampersands don't
|
Sun, 09 Mar 2008 13:53:47 +0000 |
Stu Tomlinson |
Avoid a compile warning when building with NetworkManager support because
|
Sun, 09 Mar 2008 13:42:54 +0000 |
Stu Tomlinson |
Improve "Get Info" parsing on MSN - ignore all URLs in fields instead of
|
Sat, 08 Mar 2008 17:17:57 +0000 |
Ethan Blanton |
Increase XMPP ping timeout from 20s to 120s
|
Sat, 08 Mar 2008 01:07:04 +0000 |
Sadrul Habib Chowdhury |
merge of '83a8dbf04d73ded7b026f8b63a26f5656d8fb25b'
|
Fri, 07 Mar 2008 20:52:43 +0000 |
Jochen Kemnade |
another update for the German translation
|
Fri, 07 Mar 2008 18:55:32 +0000 |
Mark Doliner |
This is pretty important for our 7 zephyr users.
|
Fri, 07 Mar 2008 18:52:19 +0000 |
Mark Doliner |
merge of '6b600951723c4797bafdc840f751b75c3f0f95af'
|
Fri, 07 Mar 2008 16:57:40 +0000 |
Stu Tomlinson |
Add some notable items to the ChangeLog
|
Fri, 07 Mar 2008 22:03:24 +0000 |
Sadrul Habib Chowdhury |
Patch from Kyle Turman to show the alias when available in the typing notification. Closes #4957.
|
Fri, 07 Mar 2008 16:56:02 +0000 |
Sadrul Habib Chowdhury |
merge of '1aa8a701c81527c4f91549a4546a54262fccce6d'
|
Fri, 07 Mar 2008 04:01:20 +0000 |
Ethan Blanton |
Change OSCAR to use UTF-16 rather than UCS-2 conversions. Apparently
|
Fri, 07 Mar 2008 16:51:36 +0000 |
Sadrul Habib Chowdhury |
The names history-next and history-prev were backwards! Make them right, and add c-n/c-p bindings as the default bindings. Thanks to shofixti for reporting the bug. Fixes #4593.
|
Fri, 07 Mar 2008 01:27:25 +0000 |
Sadrul Habib Chowdhury |
This fixes some cases of the 1-px height bug.
|
Thu, 06 Mar 2008 16:45:45 +0000 |
Sadrul Habib Chowdhury |
finch port of e4b22781 ('Tell gstreamer not to fork').
|
Thu, 06 Mar 2008 17:00:51 +0000 |
Jochen Kemnade |
German translation update
|
Thu, 06 Mar 2008 15:55:39 +0000 |
Sadrul Habib Chowdhury |
merge of '372b94fab52b770bd853506200652575d0588539'
|
Thu, 06 Mar 2008 15:54:30 +0000 |
Sadrul Habib Chowdhury |
Make sure an existing conversation selected from the 'Send IM' dialog is given the focus.
|
Wed, 05 Mar 2008 17:18:09 +0000 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head e4cc3b79eb04e4937c5fa764f6839a8e07397651)
|
Thu, 06 Mar 2008 11:34:11 +0000 |
Will Thompson |
Tell gstreamer not to fork; remove the SIGCHLD -> SIGALRM hack, which made
|
Thu, 06 Mar 2008 07:41:52 +0000 |
Mark Doliner |
Patch #3874 from beret. There was a similar patch #2712 from rschnz,
|
Thu, 06 Mar 2008 07:29:39 +0000 |
Mark Doliner |
I realized that I don't like initializing variables when I declare
|
Thu, 06 Mar 2008 06:59:56 +0000 |
Mark Doliner |
Fix a missing a comma
|
Thu, 06 Mar 2008 00:04:03 +0000 |
Evan Schoenberg |
Added some comments and debug logging to yahoo_process_ignore() gleaned from libyahoo2's implementation, from which I guess our prpl was forked (?) given how similar many functions are.
|
Wed, 05 Mar 2008 18:17:25 +0000 |
Mark Doliner |
Bring back the lines that free info.whatever on subsequent calls to
|
Wed, 05 Mar 2008 18:13:11 +0000 |
Mark Doliner |
merge of 'e4cc3b79eb04e4937c5fa764f6839a8e07397651'
|
Wed, 05 Mar 2008 10:00:45 +0000 |
Mark Doliner |
Improve our error handling of Gnome proxy settings.
|
Wed, 05 Mar 2008 09:43:31 +0000 |
Mark Doliner |
Short circuit and return out of the function early if gconftool-2
|
Wed, 05 Mar 2008 18:11:02 +0000 |
Mark Doliner |
disapproval of revision 'd5ef30aafa0c0ecff773017ab7ac542f9ba7b4b4'
|
Wed, 05 Mar 2008 09:40:16 +0000 |
Mark Doliner |
These things are always NULL, so these if statements are never triggered
|
Wed, 05 Mar 2008 00:26:44 +0000 |
Evan Schoenberg |
Fixed bug in which Yahoo contacts were erroneously considered to be blocked,
|
Tue, 04 Mar 2008 23:53:44 +0000 |
Evan Schoenberg |
Just write out the buddy icon file; there's no need to check to see if it exists. This is for the cache, and if the blist.xml gets out of sync with the cache on disk (for example, because the user moves the blist.xml file out of the way), the existing code will never update the cached icon again.
|
Tue, 04 Mar 2008 18:50:16 +0000 |
Evan Schoenberg |
Prefer more available resources to less available ones when priorities are the same. Fixes #5079.
|
Tue, 04 Mar 2008 16:23:07 +0000 |
Stu Tomlinson |
Correct documentation in --help and man page for -l command line option.
|
Tue, 04 Mar 2008 09:41:44 +0000 |
Mark Doliner |
Move the status note parsing into a separate function, which I think
|
Tue, 04 Mar 2008 00:11:22 +0000 |
Evan Schoenberg |
When purple_buddy_icons_set_account_icon() is called, it unrefs the old PurpleStoredImage and refs the new one. Previously, it notified the prpl of the change in the buddy icon before updating pointer_icon_cache, which meant that if the prpl then called purple_buddy_icons_find_account_icon() it would get the old PurpleStoredImage (which is at this point not only old but also a pointer to invalid memory if unref'ing it caused it to be destroyed). This happens in jabber_set_info() as of 2.4.0, causing a crash when setting no-buddy-icon for an account after it has previously had an icon. I think this also means that XMPP accounts in 2.4.0 will also always set serverside the *last* icon set, not the current one, when changing icons, but I didn't test that.
|
Mon, 03 Mar 2008 21:44:40 +0000 |
Bartoz Oler |
Patch from Tomasz Salacinski to allow setting buddy icons in GG prpl.
|
Mon, 03 Mar 2008 16:35:15 +0000 |
Daniel Atallah |
Fix a regression in presenting the existing instance of Pidgin on Windows when the executable is launched a subsequent time. Fixes #5041.
|
Mon, 03 Mar 2008 09:03:47 +0000 |
Mark Doliner |
Make sure we tell stuff that oscar supports offline messages for AIM
|
Mon, 03 Mar 2008 08:50:27 +0000 |
Mark Doliner |
Fix a crash in the zephyr normalize function that I added when gc is
|
Mon, 03 Mar 2008 08:40:39 +0000 |
Mark Doliner |
Fix coverity CID 382: Remove an unused variable
|
Mon, 03 Mar 2008 08:36:35 +0000 |
Mark Doliner |
I believe this fixes Coverity 383:
|
Mon, 03 Mar 2008 08:26:44 +0000 |
Mark Doliner |
Switch to using "username" instead of "screen name." I really really
|
Mon, 03 Mar 2008 07:03:54 +0000 |
Ka-Hing Cheung |
serv_got_joined_chat() emits "chat-joined" but it also calls
|
Sun, 02 Mar 2008 22:35:56 +0000 |
Kevin Stange |
merge of '2b67a6080c2cabe152977731157b424f9e83dd5c'
|
Sun, 02 Mar 2008 20:09:54 +0000 |
Jeffrey Connelly |
propagate from branch 'im.pidgin.soc.2007.msimprpl' (head bd0e8a231d64a1834cf27ddf420ece1cd9889327)
|
Sun, 02 Mar 2008 20:05:34 +0000 |
Jeffrey Connelly |
In msimprpl, allow some levels of nested bold/italic/underline formatting.
|
Sun, 02 Mar 2008 16:44:08 +0000 |
Sadrul Habib Chowdhury |
merge of 'b3b5983d1eb17af3007d26447c9215e9e8203189'
|
Sun, 02 Mar 2008 16:43:55 +0000 |
Sadrul Habib Chowdhury |
merge of 'd1ef38716fb62522b4d8ce47ed39d9e34d2b2c77'
|
Sun, 02 Mar 2008 20:08:27 +0000 |
Jeffrey Connelly |
merge of 'b3b5983d1eb17af3007d26447c9215e9e8203189'
|
Sat, 01 Mar 2008 09:42:07 +0000 |
Kevin Stange |
Avoid saying "Cyrus SASL: Disabled" in the About box on Win32 when it's not true!
|
Sun, 02 Mar 2008 16:43:22 +0000 |
Sadrul Habib Chowdhury |
Allow translation/transliteration foo in the plugin window tooltip.
|
Fri, 29 Feb 2008 21:11:47 +0000 |
Stu Tomlinson |
Truncate password to 16 characters on MSN, before encoding.
|
Fri, 29 Feb 2008 20:23:02 +0000 |
Stu Tomlinson |
Merge 2 "if ENABLE_GTK" sections
|
Fri, 29 Feb 2008 20:06:55 +0000 |
Stu Tomlinson |
Minor whitespace cleanup
|
Fri, 29 Feb 2008 18:04:03 +0000 |
Ethan Blanton |
do what now?
|
Fri, 29 Feb 2008 15:45:48 +0000 |
Will Thompson |
Document PurpleEventLoopUiOps and associated misc.
|
Fri, 29 Feb 2008 14:47:34 +0000 |
Stu Tomlinson |
Fixes #4948
|
Fri, 29 Feb 2008 13:45:05 +0000 |
Stu Tomlinson |
Fix building with glib < 2.6
|
Fri, 29 Feb 2008 12:10:37 +0000 |
Stu Tomlinson |
Bump!
|
Fri, 29 Feb 2008 12:08:08 +0000 |
Stu Tomlinson |
NEWS!
|
Fri, 29 Feb 2008 07:55:20 +0000 |
Andrew Gaul |
Fixes a memleak:
|
Fri, 29 Feb 2008 04:31:07 +0000 |
Stu Tomlinson |
merge of '6694efeab877d30da766aff29ae0e59bad4860fd'
|
Fri, 29 Feb 2008 04:23:00 +0000 |
Ka-Hing Cheung |
Patch from Qulogic that fixes #4951 by making sure that the buffer is NUL-
|
Fri, 29 Feb 2008 04:27:51 +0000 |
Stu Tomlinson |
Final changes for 2.4.0, release imminent (for some definition of imminent)
|
Fri, 29 Feb 2008 03:47:21 +0000 |
Daniel Atallah |
Enable SASL support for xmpp in the win32 build.
|
Fri, 29 Feb 2008 03:24:10 +0000 |
Daniel Atallah |
Update the win32 changelog to reflect new GTK+ runtime and updated libmeanwhile.
|
Fri, 29 Feb 2008 02:08:23 +0000 |
Ka-Hing Cheung |
(17:59:47) stu.tomlinson: khc: say something random
|
Fri, 29 Feb 2008 01:41:13 +0000 |
Sadrul Habib Chowdhury |
NEWS
|
Fri, 29 Feb 2008 01:22:37 +0000 |
John Bailey |
NEWSing
|
Thu, 28 Feb 2008 21:49:37 +0000 |
Stu Tomlinson |
- Remove --with-howl options as we no longer support using howl for bonjour
|
Thu, 28 Feb 2008 21:38:05 +0000 |
Stu Tomlinson |
Silence errors during RPM installation when gtk-update-icon-cache does not
|
Thu, 28 Feb 2008 19:08:30 +0000 |
Stu Tomlinson |
Add Sinhala language and translator to Help -> About. I promise to try to
|
Thu, 28 Feb 2008 16:39:24 +0000 |
Jochen Kemnade |
German translation was also updated
|
Thu, 28 Feb 2008 16:26:17 +0000 |
Stu Tomlinson |
French translation updated (ª±ric Boumaour)
|
Thu, 28 Feb 2008 16:25:22 +0000 |
Stu Tomlinson |
Finnish translation updated (Timo Jyrinki)
|
Thu, 28 Feb 2008 16:24:37 +0000 |
Stu Tomlinson |
Greek translation updated (Bouklis Panos)
|
Thu, 28 Feb 2008 16:23:19 +0000 |
Stu Tomlinson |
Hebrew translation updated (Shalom Craimer)
|
Thu, 28 Feb 2008 16:22:14 +0000 |
Stu Tomlinson |
Slovak translation updated (loptosko)
|
Thu, 28 Feb 2008 16:21:19 +0000 |
Stu Tomlinson |
Arabic translation updated (Khaled Hosny)
|
Thu, 28 Feb 2008 16:08:22 +0000 |
Stu Tomlinson |
Fix errors in translations
|
Thu, 28 Feb 2008 15:44:07 +0000 |
Stu Tomlinson |
Belarusian Latin translation updated (Ihar Hrachyshka)
|
Thu, 28 Feb 2008 15:42:09 +0000 |
Stu Tomlinson |
Dutch translation updated (Dani«³l Heres)
|
Thu, 28 Feb 2008 15:39:42 +0000 |
Stu Tomlinson |
Vietnamese translation updated (Clytie Siddall)
|
Thu, 28 Feb 2008 15:38:12 +0000 |
Stu Tomlinson |
Norwegian Nynorsk translation updated (Yngve Spjeld Landro)
|
Thu, 28 Feb 2008 15:36:23 +0000 |
Stu Tomlinson |
Norwegian Bokm«©l translation updated
|
Thu, 28 Feb 2008 15:29:27 +0000 |
Stu Tomlinson |
Polish translation updated (Emil Nowak)
|
Thu, 28 Feb 2008 15:24:34 +0000 |
Stu Tomlinson |
Spanish translation updated (Javier Fern«¡ndez-Sanguino)
|
Thu, 28 Feb 2008 15:22:25 +0000 |
Stu Tomlinson |
Slovenian transalation updated (Martin Srebotnjak)
|
Thu, 28 Feb 2008 15:20:19 +0000 |
Stu Tomlinson |
Sinhala translation added (Danishka Navin)
|
Thu, 28 Feb 2008 11:25:49 +0000 |
Richard Nelson |
Fix showing a contact's log, and don't access struct internals
|
Thu, 28 Feb 2008 11:18:43 +0000 |
Richard Nelson |
merge of '6c2edffe33d42d0d4190eea6c634aa46a22ec2d0'
|
Thu, 28 Feb 2008 08:41:23 +0000 |
Ka-Hing Cheung |
Fixes an error detected by valgrind:
|
Thu, 28 Feb 2008 09:23:37 +0000 |
Peter Hjalmarsson |
Updated Swedish translation
|
Thu, 28 Feb 2008 08:15:27 +0000 |
Mark Doliner |
* Don't flag outgoing oscar messages as "offline deliverable" if the
|
Thu, 28 Feb 2008 01:42:51 +0000 |
Stu Tomlinson |
Disable invisible text things, if someone can conclusively prove this is
|
Wed, 27 Feb 2008 20:31:46 +0000 |
Stu Tomlinson |
Fix make distcheck
|
Wed, 27 Feb 2008 20:19:54 +0000 |
Daniel Atallah |
Initialize the stock stuff before doing anything else so that stock items used in error messages are ready to be used. Fixes #4917.
|
Wed, 27 Feb 2008 12:30:48 +0000 |
Stu Tomlinson |
Specify the base to convert from to prevent interpreting 0-prefixed client
|
Wed, 27 Feb 2008 09:18:06 +0000 |
Mark Doliner |
Add support for offline messages for AIM, thanks to some info from
|
Wed, 27 Feb 2008 04:49:20 +0000 |
Ka-Hing Cheung |
Patch from Jorge Villase«Ðor, treat the client id as unsigned so 0x80000000
|
Wed, 27 Feb 2008 04:36:23 +0000 |
Ka-Hing Cheung |
merge of 'a4c768e127679f724617481cff7d907dab10463f'
|
Wed, 27 Feb 2008 00:43:27 +0000 |
John Bailey |
Mention the new API.
|
Wed, 27 Feb 2008 00:42:30 +0000 |
John Bailey |
Felipe is technically no longer retired :)
|
Wed, 27 Feb 2008 00:41:51 +0000 |
John Bailey |
This is part of a patch from felipec, also known as shx, that adds
|
Tue, 26 Feb 2008 14:28:52 +0000 |
Stu Tomlinson |
Add some things to the ChangeLog
|
Tue, 26 Feb 2008 14:17:12 +0000 |
Stu Tomlinson |
Give IRC channel owners the founder icon on networks that report supporting
|
Tue, 26 Feb 2008 14:11:59 +0000 |
Stu Tomlinson |
chomp chomp chomp chomp chomp chomp chomp chomp chomp chomp
|
Tue, 26 Feb 2008 14:02:06 +0000 |
Stu Tomlinson |
I'm going to pretend this solves all my problems, except I can't see how
|
Tue, 26 Feb 2008 13:53:22 +0000 |
Stu Tomlinson |
Use connect server as FQDN for SASL auth except when it is an IP address.
|
Mon, 25 Feb 2008 15:24:49 +0000 |
Sadrul Habib Chowdhury |
This should fix the issue with persistent conversations getting closed all unexpected like.
|
Mon, 25 Feb 2008 00:25:51 +0000 |
Jeffrey Connelly |
merge of 'd7446f6ac5bc209e6a03852945edf2f8cecffe9f'
|
Mon, 25 Feb 2008 00:25:23 +0000 |
Jeffrey Connelly |
In msimprpl, support dynamically-allocated strings in message element names,
|
Wed, 27 Feb 2008 01:27:40 +0000 |
Sean Egan |
new about logo
|
Sun, 24 Feb 2008 18:33:00 +0000 |
John Bailey |
merge of '26a24e2e90db8354c4d854df5f8e833e3d1086e3'
|
Sun, 24 Feb 2008 18:30:40 +0000 |
John Bailey |
Give credit where it's due for Gideon N. Guillen's Yahoo patch.
|
Sun, 24 Feb 2008 18:21:02 +0000 |
John Bailey |
merge of '4bc84ea5ca10129cd5e46b2f0f8f8e6b6a9146b3'
|
Sun, 24 Feb 2008 18:30:33 +0000 |
Jochen Kemnade |
completed German translation for 2.4.0
|
Sun, 24 Feb 2008 01:47:42 +0000 |
John Bailey |
merge of '7a17d421ad7600c57d0ecdb59f7881de03bf2027'
|
Fri, 22 Feb 2008 00:11:25 +0000 |
John Bailey |
Kill off some uses of account->gc.
|
Fri, 22 Feb 2008 17:26:23 +0000 |
Stu Tomlinson |
Don't call NULL callbacks. Fixes #4901
|
Sat, 01 Mar 2008 23:01:25 +0000 |
Sean Egan |
disapproval of revision 'fb186fe2307039838fc0d044506008a9eb2f8438'
|
Fri, 22 Feb 2008 07:03:15 +0000 |
Sean Egan |
the 2.10.10 check is wrong. if 0 this until it's figured out.
|
Wed, 20 Feb 2008 05:07:09 +0000 |
Daniel Atallah |
Plug some leaks caused by GtkTreePaths not being freed.
|
Wed, 20 Feb 2008 03:04:47 +0000 |
Daniel Atallah |
Patch from eperez to plug a leak in the ntlm proxy authentication. Fixes #4702
|
Tue, 19 Feb 2008 19:30:19 +0000 |
Jochen Kemnade |
updated German translation
|
Mon, 25 Feb 2008 04:39:37 +0000 |
Sadrul Habib Chowdhury |
Attempt at a better error message.
|
Mon, 25 Feb 2008 04:20:53 +0000 |
Sadrul Habib Chowdhury |
Modified patch ('big_smiley_change.patch') from Mauro and Jorge (Masca) to
|
Mon, 25 Feb 2008 03:07:03 +0000 |
Sadrul Habib Chowdhury |
Fix a leak, and correct the docs.
|
Mon, 25 Feb 2008 02:43:06 +0000 |
Sadrul Habib Chowdhury |
Hide PurpleSmiley internals.
|
Tue, 19 Feb 2008 20:02:14 +0000 |
Sadrul Habib Chowdhury |
Add the smiley files for translation.
|
Tue, 19 Feb 2008 20:00:29 +0000 |
Sadrul Habib Chowdhury |
Make sure deleting one smiley doesn't accidentally delete a few others.
|
Tue, 19 Feb 2008 19:57:09 +0000 |
Sadrul Habib Chowdhury |
Make some functions static, plug a leak.
|
Tue, 19 Feb 2008 19:51:03 +0000 |
Sadrul Habib Chowdhury |
Revert some bits of the earlier patch not related to custom smileys.
|
Tue, 19 Feb 2008 19:46:49 +0000 |
Sadrul Habib Chowdhury |
Plug a leak.
|
Tue, 19 Feb 2008 19:41:56 +0000 |
Sadrul Habib Chowdhury |
Apply the custom smiley patches from #1187, from Jorge Villase«Ðo (Masca) and
|
Mon, 18 Feb 2008 19:22:39 +0000 |
Jeffrey Connelly |
merge of '27ebb66171c1a1a757cd8d3e325c91e159b1d048'
|
Sun, 17 Feb 2008 17:26:37 +0000 |
Sadrul Habib Chowdhury |
Single clicking a menuitem should activate it.
|
Sun, 17 Feb 2008 17:15:40 +0000 |
Sadrul Habib Chowdhury |
merge of '679333d47d0d179f9027ef1c5f82a2eef5811b95'
|
Sun, 17 Feb 2008 17:14:29 +0000 |
Sadrul Habib Chowdhury |
Right-clicking on a widget should trigger the context-menu.
|
Mon, 18 Feb 2008 19:20:39 +0000 |
Jeffrey Connelly |
If the user sets a username (because they don't have one), and it succeeds,
|
Sat, 16 Feb 2008 21:29:02 +0000 |
Jeffrey Connelly |
In msimprpl, add msim_is_valid_username() to check whether a username
|
Sat, 16 Feb 2008 21:07:09 +0000 |
Jeffrey Connelly |
In msimprpl, define a new set of symbolic constants for the command to
|
Sat, 16 Feb 2008 20:49:20 +0000 |
Jeffrey Connelly |
In msimprpl, change to patch from Jaywalker regarding setting
|
Sat, 16 Feb 2008 20:20:12 +0000 |
Jeffrey Connelly |
In msimprpl, if the user signs in without any username set (this will happen
|
Sat, 16 Feb 2008 20:02:36 +0000 |
Jeffrey Connelly |
merge of '24f58c58bb8d22c0e8e6c5ce43c536c47b719bc6'
|
Sat, 16 Feb 2008 18:17:32 +0000 |
Will Thompson |
I think it's reasonable to just say "don't do this".
|
Sat, 16 Feb 2008 18:13:48 +0000 |
Will Thompson |
Pull setting the urgent hint on the blist when it is unfocused into its own
|
Sat, 16 Feb 2008 15:25:19 +0000 |
Will Thompson |
Rework update_account_error_state to reuse existing mini-dialogs if they exist,
|
Sat, 16 Feb 2008 14:42:57 +0000 |
Will Thompson |
Don't clear account errors during account-error-changed emission. I can't
|
Thu, 14 Feb 2008 16:35:14 +0000 |
Stu Tomlinson |
Fix the "Finch doesn't work" bug. More specifically, it turned out to be
|
Thu, 14 Feb 2008 13:03:34 +0000 |
Stu Tomlinson |
Fix setting vCard buddy icons when we don't have any other user info set.
|
Thu, 14 Feb 2008 12:42:58 +0000 |
Stu Tomlinson |
merge of '5e11f89fad2bba2d5ef3307befb618c9ca110561'
|
Sat, 16 Feb 2008 20:02:24 +0000 |
Jeffrey Connelly |
Add get-attention.png, a toolbar icon from hbons that we can use later for
|
Thu, 14 Feb 2008 07:49:57 +0000 |
Jeffrey Connelly |
In msimprpl, for server-side contacts, first search for an existing group
|
Wed, 13 Feb 2008 06:00:50 +0000 |
Sadrul Habib Chowdhury |
merge of '29e93f056359d961762bcff9702089c1cf491fd0'
|
Tue, 12 Feb 2008 04:14:39 +0000 |
John Bailey |
merge of 'a86cc370be80c0a0f0688ae2dec4f55775779fa1'
|
Wed, 13 Feb 2008 05:57:54 +0000 |
Sadrul Habib Chowdhury |
'\n' (ctrl-j) should behave similar to '\r' (ctrl-m). Fixes #4833.
|
Tue, 12 Feb 2008 04:03:30 +0000 |
Sadrul Habib Chowdhury |
merge of '902c6324faa755dfbceafd40ebf88ef850d06c9b'
|
Tue, 12 Feb 2008 03:16:21 +0000 |
Stu Tomlinson |
Bring back the "Close IMs immediately when the tab is closed" pref. As far
|
Tue, 12 Feb 2008 00:30:25 +0000 |
John Bailey |
propagate from branch 'im.pidgin.cpw.rekkanoryo.yahoop15ft' (head 722549d96d82fd56433f18b78bda898eef6a56ed)
|
Mon, 11 Feb 2008 00:50:42 +0000 |
Jeffrey Connelly |
merge of '8d0a8e8a3f64465f6fe98c9344417e6f5f60cace'
|
Mon, 11 Feb 2008 00:50:26 +0000 |
Jeffrey Connelly |
Update COPYRIGHT for patches from #4790 and #2788.
|
Sun, 10 Feb 2008 09:45:37 +0000 |
Mark Doliner |
A patch from oliver to speed up oscar's normalize function a little by
|
Sat, 09 Feb 2008 09:04:39 +0000 |
Jeffrey Connelly |
merge of '74350098695c8021af246fd51aa5389109e8fa3b'
|
Sat, 09 Feb 2008 08:57:45 +0000 |
Jeffrey Connelly |
disapproval of revision '8bec06d2cd0a64ece46cb3cd73db9b085b91e161'
|
Tue, 12 Feb 2008 04:02:23 +0000 |
Sadrul Habib Chowdhury |
Ignore the recv/send flags when the system flag is set for a message.
|
Tue, 12 Feb 2008 03:58:58 +0000 |
Sadrul Habib Chowdhury |
Highlighted message color has a higher priority over an action message color.
|
Sat, 09 Feb 2008 07:54:02 +0000 |
Sadrul Habib Chowdhury |
merge of '39442c11d97da922ca44df85a3b376341c44f186'
|
Sat, 09 Feb 2008 07:35:21 +0000 |
Jeffrey Connelly |
merge of '4c2c343355f23e33c5b251b3d61f07af3fd8ac8b'
|
Sat, 09 Feb 2008 07:41:33 +0000 |
Sadrul Habib Chowdhury |
merge of '4c2c343355f23e33c5b251b3d61f07af3fd8ac8b'
|
Sat, 09 Feb 2008 07:26:12 +0000 |
Jeffrey Connelly |
Pidgin attention GUI from nok. Adds "Send Attention" to conversation
|
Sat, 09 Feb 2008 06:11:27 +0000 |
Etan Reisner |
This may or may not fix a crash that may or may not affect the version of GTK+
|
Sat, 09 Feb 2008 03:09:13 +0000 |
Etan Reisner |
merge of '72a2b71dfe259097d115f67e0442fb44934ce686'
|
Fri, 08 Feb 2008 15:09:33 +0000 |
Jochen Kemnade |
Updated German translation
|
Wed, 06 Feb 2008 18:06:44 +0000 |
John Bailey |
Simplified version of the newest patch on #4533 to not try Yahoo protocol
|
Wed, 06 Feb 2008 15:50:41 +0000 |
Luke Schierer |
merge of 'c68bf74889268c55c15cf101e1d593966b55c2a9'
|
Sat, 09 Feb 2008 02:22:30 +0000 |
Jeffrey Connelly |
Patch from oliver:
|
Wed, 06 Feb 2008 05:37:32 +0000 |
Jeffrey Connelly |
In msimprpl, if login fails, and the user's password is greater than
|
Tue, 05 Feb 2008 19:12:59 +0000 |
Daniel Atallah |
felipec noticed that this include was missing.
|
Mon, 04 Feb 2008 04:39:54 +0000 |
Stu Tomlinson |
purple_status_type_new_with_attrs() must be NULL terminated. Finally all
|
Mon, 04 Feb 2008 04:04:02 +0000 |
Jeffrey Connelly |
merge of '127e166396532169c471488d7be34927a0f32b39'
|
Mon, 04 Feb 2008 04:00:12 +0000 |
Jeffrey Connelly |
In msimprpl, use a PURPLE_STATUS_TUNE presence type to hold the "now playing"
|
Sun, 03 Feb 2008 21:23:48 +0000 |
Mark Doliner |
Get rid of some privacy checking code from zephyr that is done in
|
Sun, 03 Feb 2008 19:43:41 +0000 |
John Bailey |
Kill off gc->prpl in the core everywhere but connection.c (when the struct
|
Sun, 03 Feb 2008 19:38:02 +0000 |
Mark Doliner |
Remove the privacy prpl callbacks in Zephyr since they're basically a
|
Sun, 03 Feb 2008 19:24:55 +0000 |
Mark Doliner |
Remove some empty PRPL callbacks
|
Sun, 03 Feb 2008 17:37:58 +0000 |
Stu Tomlinson |
Display buddies' phone numbers in the tooltip for MSN buddies if we have
|
Sun, 03 Feb 2008 17:33:02 +0000 |
Stu Tomlinson |
Fix the bug where mid-session notification server transfers end up with the
|
Sun, 03 Feb 2008 11:39:59 +0000 |
Mark Doliner |
The Gnome Human Interface Guidelines say, "if pressing this button by
|
Sun, 03 Feb 2008 11:36:33 +0000 |
Mark Doliner |
Mark some strings for translation
|
Sun, 03 Feb 2008 11:16:52 +0000 |
Mark Doliner |
Slightly cleaner
|
Sun, 03 Feb 2008 11:00:50 +0000 |
Mark Doliner |
Improve the spacing in Pidgin's certificate manager window
|
Sun, 03 Feb 2008 10:07:57 +0000 |
Mark Doliner |
Add the list of certificates in Pidgin's certificate manager to a
|
Sun, 03 Feb 2008 02:56:09 +0000 |
Richard Nelson |
I always forget something...
|
Sat, 02 Feb 2008 22:32:54 +0000 |
Richard Nelson |
fix unblocking
|
Sat, 02 Feb 2008 22:20:09 +0000 |
Richard Nelson |
Add a [X] Blocked item to the buddy context menu, and add a dialog to
|
Sat, 02 Feb 2008 03:51:46 +0000 |
Richard Nelson |
Make this clearer
|
Sat, 02 Feb 2008 03:51:19 +0000 |
Richard Nelson |
Add a finch log viewer. This is largely copied from Pidgin.
|
Fri, 01 Feb 2008 19:35:38 +0000 |
Will Thompson |
Passing NULL to msn_user_set_friendly_name explodes, and msn_user_new is called
|
Fri, 01 Feb 2008 17:48:53 +0000 |
Mark Doliner |
Rename 'add_buddies_in_permit' to 'add_all_buddies_to_permit_list'
|
Fri, 01 Feb 2008 02:53:51 +0000 |
Mark Doliner |
Our Yahoo! protocol has this crappy implementation where it tries
|
Fri, 01 Feb 2008 02:41:35 +0000 |
Mark Doliner |
In Pidgin's privacy dialog:
|
Fri, 01 Feb 2008 02:09:11 +0000 |
Mark Doliner |
Clean up a function
|
Fri, 01 Feb 2008 02:05:32 +0000 |
Mark Doliner |
Yahoo! has no permit list, so get rid of the add_permit and rem_permit prpl
|
Fri, 01 Feb 2008 01:57:53 +0000 |
Evan Schoenberg |
Don't tell the user to check the debug log if debug logging isn't enabled.
|
Fri, 01 Feb 2008 01:00:36 +0000 |
Mark Doliner |
Remove whitespace on empty lions
|
Thu, 31 Jan 2008 23:27:59 +0000 |
Mark Doliner |
Use the group passed into yahoo_add_buddy() instead of looking
|
Thu, 31 Jan 2008 22:58:11 +0000 |
Mark Doliner |
Get rid of yahoo_privacy_check and use purple_privacy_check directly.
|
Thu, 31 Jan 2008 22:28:56 +0000 |
Mark Doliner |
Update a comment. I think it was missing a word or three.
|
Thu, 31 Jan 2008 22:11:53 +0000 |
Mark Doliner |
Some very minor cleanup
|
Thu, 31 Jan 2008 17:43:14 +0000 |
Will Thompson |
Update silc10 to use purple_connection_error_reason(), matching the uses in
|
Thu, 31 Jan 2008 07:53:22 +0000 |
Mark Doliner |
Fix some minor 'make docs' errors. For some reason the callback
|
Thu, 31 Jan 2008 04:40:04 +0000 |
Richard Nelson |
Fix a crash when pressing backspace at a menu
|
Thu, 31 Jan 2008 04:37:40 +0000 |
Richard Nelson |
merge of '04e7d54475c3ddf91ad523e3e58521bc4fa59c85'
|
Thu, 31 Jan 2008 02:23:55 +0000 |
Eoin Coffey |
Made account.c use purple_connection_get_prpl instead of gc->prpl.
|
Thu, 31 Jan 2008 02:13:30 +0000 |
Mark Doliner |
Revert bfc4df11256d088d75b0512bb0c4790967b68b19 because the code is
|
Tue, 29 Jan 2008 01:51:26 +0000 |
Jeffrey Connelly |
merge of '9d22bc3a3d82cb26e7196d41b472b81c7660274d'
|
Mon, 28 Jan 2008 05:31:28 +0000 |
Mark Doliner |
From the gethostname() man page:
|
Mon, 28 Jan 2008 04:10:59 +0000 |
Mark Doliner |
One more g_idle_add call
|
Tue, 29 Jan 2008 01:51:01 +0000 |
Jeffrey Connelly |
In msim_uid2username_from_blist(), return a static string as the documentation
|
Sun, 27 Jan 2008 21:37:43 +0000 |
Jeffrey Connelly |
Fix zap functionality in MySpaceIM.
|
Sun, 27 Jan 2008 20:52:53 +0000 |
Mark Doliner |
Change some g_idle_add(...) calls in libpurple to purple_timeout_add(0, ...)
|
Sun, 27 Jan 2008 10:44:51 +0000 |
Mark Doliner |
Stop unconditionally setting oscar's server-side preference "allow
|
Sun, 27 Jan 2008 10:03:26 +0000 |
Mark Doliner |
merge of '2e288b76540410af9b0ca21669ffb7e085633d59'
|
Sun, 27 Jan 2008 04:33:24 +0000 |
Sadrul Habib Chowdhury |
Forgot the since tag here.
|
Sun, 27 Jan 2008 04:12:46 +0000 |
Sadrul Habib Chowdhury |
Update finch to not touch the internals of PurpleGroup.
|
Sun, 27 Jan 2008 04:06:39 +0000 |
Sadrul Habib Chowdhury |
Add accessor and update finch to not touch the internals of PurpleBuddy and PurpleChat.
|
Sat, 26 Jan 2008 22:36:01 +0000 |
Sadrul Habib Chowdhury |
Include finch.h from these files, instead of internal.h.
|
Sat, 26 Jan 2008 22:33:08 +0000 |
Sadrul Habib Chowdhury |
We will probably eventually use purple_object_[get|set]_ui_data. Until then, this will do.
|
Sat, 26 Jan 2008 21:58:51 +0000 |
Sadrul Habib Chowdhury |
Add accessor and update finch to not touch the internals of PurpleXfer.
|
Sat, 26 Jan 2008 21:39:29 +0000 |
Sadrul Habib Chowdhury |
Update finch to not touch the internals of PurpleConversation.
|
Sat, 26 Jan 2008 21:13:46 +0000 |
Sadrul Habib Chowdhury |
Add accessor and update finch to not touch the internals of PurpleConnection.
|
Sat, 26 Jan 2008 20:45:41 +0000 |
Sadrul Habib Chowdhury |
Update finch to not touch the internals of PurpleAccount. This also includes a change I made to reduce the Cyclomatic Complexity of one of the functions.
|
Sat, 26 Jan 2008 20:32:26 +0000 |
Sadrul Habib Chowdhury |
Add API so Finch doesn't need to touch the internals of PurpleBlistNode.
|
Sat, 26 Jan 2008 20:28:35 +0000 |
Sadrul Habib Chowdhury |
Update the ChangeLog.API for the buddylist managers.
|
Sat, 26 Jan 2008 17:14:59 +0000 |
Will Thompson |
merge of '0f37c6a913d5207fa0fa327f5b11b215c7d35926'
|
Fri, 25 Jan 2008 20:43:15 +0000 |
Will Thompson |
Make autogen.sh return a non-zero exit code when it fails so that
|
Sat, 26 Jan 2008 16:17:36 +0000 |
Stu Tomlinson |
Use xdg-open instead of gnome-open, if possible. We might want to use
|
Sat, 26 Jan 2008 03:53:18 +0000 |
Evan Schoenberg |
If falling back on the old auth method for Jabber, be sure to set js->auth_type to JABBER_AUTH_IQ_AUTH.
|
Fri, 25 Jan 2008 22:20:58 +0000 |
Evan Schoenberg |
merge of '468a779996a2b7c9313bb894084fb632307d35fc'
|
Fri, 25 Jan 2008 22:18:49 +0000 |
Evan Schoenberg |
disapproval of revision 'ee1257d20b20bbbf3654ef8675e774ccb8b63dfd'
|
Fri, 25 Jan 2008 22:20:18 +0000 |
Evan Schoenberg |
I'm not sure how to disapprove a local change without it ever getting pushed... sorry for the double commit. I didn't intend to leave a trailing colon, since we didn't use punctuation at the end previously.
|
Fri, 25 Jan 2008 22:17:17 +0000 |
Evan Schoenberg |
Fixed grammatically incorrect text when sending a file to an XMPP buddy with multiple online resources. I'm +/- on ending such requests with a period... but ending on a preposition, while acceptable if needed to make a sentence significantly more natural, should be avoided when smoothly possible.
|
Fri, 25 Jan 2008 13:48:24 +0000 |
Stu Tomlinson |
send_keepalive needs to return TRUE to ensure it'll get called again, and
|
Fri, 25 Jan 2008 13:46:55 +0000 |
Stu Tomlinson |
Kill this warning when using -Wstrict-prototypes:
|
Fri, 25 Jan 2008 13:43:46 +0000 |
Stu Tomlinson |
compile fix
|
Fri, 25 Jan 2008 02:12:41 +0000 |
Mark Doliner |
One more test. This is actually the one I cared about. It passes,
|
Fri, 25 Jan 2008 02:08:05 +0000 |
Sadrul Habib Chowdhury |
merge of '7e6f3aa974ad4672e16bd0ac3839d416c87160f1'
|
Fri, 25 Jan 2008 01:40:51 +0000 |
Mark Doliner |
Add a few tets to make sure we're catching some invalid email formats
|
Fri, 25 Jan 2008 00:52:40 +0000 |
Sean Egan |
ChangeLog.API last_received
|
Fri, 25 Jan 2008 00:51:06 +0000 |
Sean Egan |
merge of '7a2d6f31a70791d5e6e8af6fae041e30d5a1c48f'
|
Thu, 24 Jan 2008 05:25:02 +0000 |
Mark Doliner |
merge of '4b11e0842d46778d47f4901ed6e00169c970471d'
|
Thu, 24 Jan 2008 05:19:51 +0000 |
John Bailey |
Fix some issues with the infopane and dragging when the infopane takes the
|
Thu, 24 Jan 2008 21:15:43 +0000 |
Sadrul Habib Chowdhury |
Pay attention to the 'show_offline' setting for the buddylist.
|
Thu, 24 Jan 2008 05:24:20 +0000 |
Mark Doliner |
Change purple_markup_html_to_xhtml() to convert <strong> tags to
|
Wed, 23 Jan 2008 21:46:54 +0000 |
Sadrul Habib Chowdhury |
Init and uninit the buddylist managers at appropriate times.
|
Wed, 23 Jan 2008 21:45:43 +0000 |
Sadrul Habib Chowdhury |
Allow customizing the expander in the tree. This is mostly a hack ;)
|
Wed, 23 Jan 2008 18:25:45 +0000 |
Sadrul Habib Chowdhury |
merge of '310bb375db205bf93c93b7bdc96853f6f1832a5d'
|
Wed, 23 Jan 2008 09:22:28 +0000 |
Jochen Kemnade |
updated German translation
|
Wed, 23 Jan 2008 18:17:34 +0000 |
Sadrul Habib Chowdhury |
Add a meebo-like grouping, where online contacts show up under the default
|
Wed, 23 Jan 2008 05:16:39 +0000 |
Sadrul Habib Chowdhury |
We need to store the img in the hashtable only after we have removed the old
|
Wed, 23 Jan 2008 04:47:04 +0000 |
Sadrul Habib Chowdhury |
Some minor doc update.
|
Wed, 23 Jan 2008 04:45:04 +0000 |
Sadrul Habib Chowdhury |
Fix some small leaks when destroying a statusbox.
|
Wed, 23 Jan 2008 01:44:30 +0000 |
Sadrul Habib Chowdhury |
Changelog the grouping option.
|
Wed, 23 Jan 2008 01:33:56 +0000 |
Sadrul Habib Chowdhury |
Rework some of the code that deals with adding and removing blist nodes in the tree. There were some typoed code that just happened to work. This fixes those.
|
Wed, 23 Jan 2008 01:31:36 +0000 |
Sadrul Habib Chowdhury |
When computing priority buddies for a contact, a buddy on an online account will always have a higher priority over a buddy on an offline account.
|
Wed, 23 Jan 2008 00:54:25 +0000 |
Sadrul Habib Chowdhury |
This is supposed to return the key, not the row itself.
|
Tue, 22 Jan 2008 21:13:11 +0000 |
Sadrul Habib Chowdhury |
Remember the selected grouping option.
|
Tue, 22 Jan 2008 20:54:50 +0000 |
Sadrul Habib Chowdhury |
Reconstruct the 'Grouping' menu when a blist manager is un/installed.
|
Tue, 22 Jan 2008 20:42:45 +0000 |
Sadrul Habib Chowdhury |
Add the plugin in the pot.
|
Tue, 22 Jan 2008 14:14:59 +0000 |
Sadrul Habib Chowdhury |
merge of '4ca258deda6a50b61f8431bb3a742805c180a583'
|
Tue, 22 Jan 2008 08:01:23 +0000 |
Sadrul Habib Chowdhury |
Mark some strings for translation.
|
Tue, 22 Jan 2008 07:54:48 +0000 |
Sadrul Habib Chowdhury |
Add a plugin to provide 'Online/Offline' grouping and no grouping.
|
Tue, 22 Jan 2008 07:51:32 +0000 |
Sadrul Habib Chowdhury |
Do not show a context menu for an unknown node.
|
Tue, 22 Jan 2008 07:38:01 +0000 |
Sadrul Habib Chowdhury |
Add a buddy list manager for finch. This allows plugins to show the buddylist
|
Tue, 22 Jan 2008 07:28:11 +0000 |
Sadrul Habib Chowdhury |
Function to get the parent key.
|
Tue, 22 Jan 2008 02:59:56 +0000 |
Sadrul Habib Chowdhury |
Add an accessor function for PurpleChat.
|
Mon, 21 Jan 2008 19:43:55 +0000 |
Sadrul Habib Chowdhury |
Add some accessor functions for PurpleBlistNode.
|
Mon, 21 Jan 2008 07:32:49 +0000 |
Mark Doliner |
Undo revision accb4afcd6bbf17cf99d9aac0b4b448293190647. This should
|
Mon, 21 Jan 2008 07:00:02 +0000 |
Mark Doliner |
disapproval of revision 'd77adf1b9a4b44f121620f20e2643602e3f6776e'
|
Sun, 20 Jan 2008 20:52:45 +0000 |
Evan Schoenberg |
Track validity of flap_connections to prevent a crash when a disconnect is initiated via purple_timeout_add in flap_connection_schedule_destroy() and then is subsequently destroyed before the timeout is actually called.
|
Sun, 20 Jan 2008 13:54:26 +0000 |
Will Thompson |
merge of '131ee6ac42d38162c4fce7a7200a0afa01aed6ce'
|
Sun, 20 Jan 2008 12:43:00 +0000 |
Bj«Órn Voigt |
Fix for $(top_builddir) != $(top_srcdir)
|
Sun, 27 Jan 2008 04:26:38 +0000 |
Jeffrey Connelly |
a
|
Sun, 20 Jan 2008 07:11:10 +0000 |
Jeffrey Connelly |
a
|
Sun, 20 Jan 2008 06:48:27 +0000 |
Jeffrey Connelly |
a
|
Sun, 20 Jan 2008 06:13:25 +0000 |
Jeffrey Connelly |
a
|
Sun, 20 Jan 2008 05:52:48 +0000 |
Jeffrey Connelly |
a
|
Sun, 20 Jan 2008 05:02:15 +0000 |
Jeffrey Connelly |
a
|
Sun, 20 Jan 2008 03:02:24 +0000 |
Jeffrey Connelly |
a
|
Sat, 19 Jan 2008 04:17:44 +0000 |
John Bailey |
Fix (hopefully) the last problem in this function. Refs #3295.
|
Sat, 19 Jan 2008 00:54:44 +0000 |
Sadrul Habib Chowdhury |
Perhaps using a lighter font-weight will make the typing notification less distracting.
|
Fri, 18 Jan 2008 22:40:33 +0000 |
Sadrul Habib Chowdhury |
Fix the bug where removing the typing notification would cause the text to
|
Fri, 18 Jan 2008 15:26:59 +0000 |
Sadrul Habib Chowdhury |
merge of '2ab65ec8302949b83f1a2ce4fd9abfef611e3690'
|
Fri, 18 Jan 2008 15:13:20 +0000 |
Sadrul Habib Chowdhury |
'make -f Makefile.oot' will successfully compile the nullclient out-of-tree.
|
Thu, 17 Jan 2008 21:50:50 +0000 |
Jochen Kemnade |
updated German translation
|
Wed, 23 Jan 2008 23:28:38 +0000 |
Sean Egan |
Don't send keep-alives if we've received data since in the last KEEPALIVE_INTERVAL seconds
|
Thu, 17 Jan 2008 21:08:20 +0000 |
Sean Egan |
Only use invisible text with gtk 2.10.10 or later due to GnomeBug:382565
|
Thu, 17 Jan 2008 21:07:06 +0000 |
Sean Egan |
merge of '3b6aca6b8be6a2416cca6f8f28a7f23eaea5a974'
|
Thu, 17 Jan 2008 20:44:48 +0000 |
Sean Egan |
merge of '4b5e932e01a84088124dee9791809545cdc9240b'
|
Thu, 17 Jan 2008 08:26:49 +0000 |
Sadrul Habib Chowdhury |
merge of '74dec26c42145486ebbc521d7df8e3f33c5b168a'
|
Thu, 17 Jan 2008 08:10:50 +0000 |
Mark Doliner |
merge of '43413f6662ecd55ea083fbbacb3f16c01843e655'
|
Thu, 17 Jan 2008 08:10:37 +0000 |
Mark Doliner |
A few more of those "default_action" fixes
|
Thu, 17 Jan 2008 08:02:38 +0000 |
Mark Doliner |
A few more "purple_request_action" default action corrections
|
Thu, 17 Jan 2008 08:12:37 +0000 |
Sadrul Habib Chowdhury |
merge of '43413f6662ecd55ea083fbbacb3f16c01843e655'
|
Thu, 17 Jan 2008 07:53:03 +0000 |
Mark Doliner |
Apparently gcc gives a warning here even though it's perfectly valid
|
Thu, 17 Jan 2008 07:39:25 +0000 |
Mark Doliner |
rlaager suggested the possibility of documenting this. Sure, why not?
|
Thu, 17 Jan 2008 07:36:55 +0000 |
Mark Doliner |
Minor improvements to the default_action used in purple_action_request
|
Thu, 17 Jan 2008 07:26:57 +0000 |
Mark Doliner |
Improve oscar's default actions a tad bit
|
Thu, 17 Jan 2008 07:21:04 +0000 |
Mark Doliner |
* Clarify the documentation for purple_request_action's 'default_ation'
|
Thu, 17 Jan 2008 06:17:02 +0000 |
John Bailey |
Plug a leak.
|
Thu, 17 Jan 2008 06:11:57 +0000 |
John Bailey |
Since I needed to bring back yahoo_convert_to_numeric, I figured I could at
|
Thu, 17 Jan 2008 05:53:25 +0000 |
John Bailey |
merge of '773c6dde93b5b2109d9c627dca717dd6c5468094'
|
Wed, 16 Jan 2008 22:26:59 +0000 |
Richard Laager |
(13:48:49) Stu Tomlinson (nosnilmot): rlaager: printf() should probably
|
Wed, 16 Jan 2008 19:12:46 +0000 |
Richard Laager |
Use g_strerror() instead of strerror() in a few places.
|
Sun, 20 Jan 2008 13:31:19 +0000 |
Will Thompson |
Improve some PurpleAcountOption documentation, and sanify some whitespace.
|
Wed, 16 Jan 2008 07:51:44 +0000 |
Mark Doliner |
Only try to set the itmsurl attribute for the available status. I'd
|
Wed, 16 Jan 2008 07:40:12 +0000 |
Mark Doliner |
It's ok for us to use == here because status_id is set to one of these
|
Wed, 16 Jan 2008 07:37:39 +0000 |
Mark Doliner |
merge of '15fcc72f6db29d572909078a86fb269698314506'
|
Wed, 16 Jan 2008 07:37:29 +0000 |
Mark Doliner |
Two performance/network bandwidth related changes here, care of meebo.
|
Wed, 16 Jan 2008 07:32:39 +0000 |
Mark Doliner |
merge of '167b1c9f831eb7790b419ee62343bb62ad1be92b'
|
Wed, 16 Jan 2008 07:32:30 +0000 |
Mark Doliner |
Fix a memleak that doesn't matter because it's in a child process
|
Thu, 17 Jan 2008 05:53:12 +0000 |
John Bailey |
disapproval of revision '947ccb889812585e6d53eac13fc12734d8481e33'
|
Wed, 16 Jan 2008 07:17:21 +0000 |
John Bailey |
const-ify paramteters to some of the new API I added. I thought I did this already.
|
Wed, 16 Jan 2008 06:58:48 +0000 |
John Bailey |
Remove `yahoo_convert_to_numeric`, which I apparently did not examine closely
|
Wed, 16 Jan 2008 06:29:52 +0000 |
John Bailey |
Get rid of an unnecessary allocation.
|
Tue, 15 Jan 2008 19:33:20 +0000 |
Will Thompson |
Clarify documentation of purple_account_set_status_list(), and use @copydoc to
|
Tue, 15 Jan 2008 17:56:16 +0000 |
Mark Doliner |
merge of '59861e303c2e7d7bfe9c10a06497b1aaa47d6588'
|
Tue, 15 Jan 2008 17:56:11 +0000 |
Mark Doliner |
Update some comments in oscar's prpl callback structs
|
Tue, 15 Jan 2008 17:43:31 +0000 |
John Bailey |
ChangeLog the /notice stuff I added to IRC a while ago and forgot about.
|
Tue, 15 Jan 2008 17:42:20 +0000 |
John Bailey |
Patch from Yusuke Odate, modified by me, to support retrieving the full
|
Tue, 15 Jan 2008 17:21:51 +0000 |
Etan Reisner |
Recommit the correct parts of 55eb5e28f52c9cdccc6229a8314ffbdac2260843,
|
Tue, 15 Jan 2008 17:17:53 +0000 |
Etan Reisner |
disapproval of revision '55eb5e28f52c9cdccc6229a8314ffbdac2260843'
|
Tue, 15 Jan 2008 04:58:42 +0000 |
Etan Reisner |
Remove a variable that isn't used anywhere, if it was supposed to do something
|
Mon, 14 Jan 2008 23:29:52 +0000 |
Daniel Atallah |
Prevent a crash caused by freed memory being accessed.
|
Mon, 14 Jan 2008 22:23:54 +0000 |
Daniel Atallah |
Some more little leak fixes.
|
Mon, 14 Jan 2008 21:06:57 +0000 |
Daniel Atallah |
Don't keep a handle to the "pidgin_is_running" mutex in the installer - this causes the uninstaller to fail. There probably is a better solution, but this works for now.
|
Mon, 14 Jan 2008 19:42:14 +0000 |
Daniel Atallah |
Plug a small leak.
|
Mon, 14 Jan 2008 07:13:49 +0000 |
Mark Doliner |
More compiler warning fixes from o_sukhodolsky (with additions by me).
|
Mon, 14 Jan 2008 06:44:14 +0000 |
Mark Doliner |
I forgot that we're supposed to be using g_strerror() to guarantee a
|
Mon, 14 Jan 2008 06:32:16 +0000 |
Mark Doliner |
More of ticket #1344 from o_sukhodolsky, which rlaager has been
|
Mon, 14 Jan 2008 06:20:53 +0000 |
Mark Doliner |
I'm gonna try adding in an easter egg here, see what people thing.
|
Mon, 14 Jan 2008 04:35:22 +0000 |
Richard Laager |
Fix a compiler warning:
|
Mon, 14 Jan 2008 04:09:03 +0000 |
Richard Laager |
merge of '464169ffadabb173b3052074b132f38025b2e88d'
|
Mon, 14 Jan 2008 02:10:26 +0000 |
Jeffrey Connelly |
merge of '15b495a6774e316e3d7962181284bcf13b9ccffa'
|
Mon, 14 Jan 2008 02:06:47 +0000 |
Jeffrey Connelly |
Implement prpl_info->normalize for msimprpl, modified patch from Jaywalker.
|
Sun, 13 Jan 2008 22:54:43 +0000 |
John Bailey |
Fix overzealous hyphenation in the ChangeLog's text.
|
Sun, 13 Jan 2008 22:50:32 +0000 |
John Bailey |
Update the ChangeLog.API to reflect my API additions.
|
Sun, 13 Jan 2008 22:44:01 +0000 |
John Bailey |
This adds accessor and mutator API for the PurpleAttentionType struct.
|
Thu, 17 Jan 2008 08:01:02 +0000 |
Sadrul Habib Chowdhury |
Focus the button for the default action, if possible.
|
Sun, 13 Jan 2008 20:46:20 +0000 |
Sadrul Habib Chowdhury |
Make sure the 'connection-error' signal doesn't cause a dbus error message.
|
Sun, 13 Jan 2008 20:25:23 +0000 |
Sadrul Habib Chowdhury |
merge of '1ae0a697e31d7fa2a7f231ecd1719149f5348d82'
|
Sun, 13 Jan 2008 20:16:20 +0000 |
Sadrul Habib Chowdhury |
Show the grouped items initially. This fixes the issues with the size of the entry box in the conversation windows.
|
Sun, 13 Jan 2008 19:38:12 +0000 |
Mark Doliner |
merge of '735c3286464306d43a2109836ecbdc3bc26b479f'
|
Sun, 13 Jan 2008 01:00:29 +0000 |
John Bailey |
From what little I could see, it appears that for Yahoo Japan there is only
|
Sun, 13 Jan 2008 00:19:23 +0000 |
John Bailey |
Fix a typo that's technically correct but is irritating me.
|
Sat, 12 Jan 2008 22:05:52 +0000 |
Sadrul Habib Chowdhury |
Make setting 'now listening' actually work, thanks to khc.
|
Sat, 12 Jan 2008 19:42:02 +0000 |
Sadrul Habib Chowdhury |
Destroy the icon box only when there's one. This gets rid of a runtime warning for statusboxes without a buddy-icon selector (e.g., for an IRC account).
|
Sat, 12 Jan 2008 14:44:12 +0000 |
Sadrul Habib Chowdhury |
It turns out the tree-models need to be unref'ed.
|
Sat, 12 Jan 2008 07:48:38 +0000 |
Sadrul Habib Chowdhury |
Clean up an earlier commit. Fixes CID #379, and #378.
|
Sat, 12 Jan 2008 07:31:25 +0000 |
Sadrul Habib Chowdhury |
Fix CID #380 by using an assigned variable.
|
Thu, 17 Jan 2008 21:06:56 +0000 |
Sean Egan |
disapproval of revision '4b5e932e01a84088124dee9791809545cdc9240b'
|
Thu, 17 Jan 2008 20:37:22 +0000 |
Sean Egan |
disapproval of revision '3a3d731ceddf62d569fa8c7488782167189f44c1'
|
Sat, 12 Jan 2008 05:37:12 +0000 |
Sadrul Habib Chowdhury |
Use the 'invisible' property for text-tags (only in GTK+2.8 or above). This allows toggling on/off the timestamps on existing conversation history. References #3829.
|
Sat, 12 Jan 2008 03:24:35 +0000 |
Sadrul Habib Chowdhury |
merge of '3dc120bb73d0a2d3ce3f6339e0882bd0321e24c8'
|
Sat, 12 Jan 2008 02:24:51 +0000 |
John Bailey |
propagate from branch 'im.pidgin.pidgin' (head cc7917983d28560aebe8a2b4ba1d8135b856dce5)
|
Mon, 14 Jan 2008 04:04:08 +0000 |
Richard Laager |
Disable the DBus "Functions not exported" list. It's huge and buries the
|
Mon, 14 Jan 2008 03:40:20 +0000 |
Richard Laager |
Remove a useless NULL check before a g_free().
|
Mon, 14 Jan 2008 03:33:21 +0000 |
Richard Laager |
Revert some of my -Wstrict-prototypes fixes here, as they are causing more
|
Mon, 14 Jan 2008 03:26:47 +0000 |
Richard Laager |
Part of a large patch from o_sukhodolsky to fix some build warnings.
|
Sun, 13 Jan 2008 21:30:50 +0000 |
Richard Laager |
Part of a large patch from o_sukhodolsky to fix some build warnings.
|
Sun, 13 Jan 2008 21:24:59 +0000 |
Richard Laager |
Part of a large patch from o_sukhodolsky to fix some build warnings.
|
Sun, 13 Jan 2008 21:20:19 +0000 |
Richard Laager |
Part of a large patch from o_sukhodolsky to fix some build warnings.
|
Sun, 13 Jan 2008 21:15:04 +0000 |
Richard Laager |
Part of a large patch from o_sukhodolsky to fix some build warnings.
|
Sun, 13 Jan 2008 21:04:47 +0000 |
Richard Laager |
Part of a large patch from o_sukhodolsky to fix some build warnings.
|
Sun, 13 Jan 2008 20:51:33 +0000 |
Richard Laager |
Fix a compiler warning:
|
Sun, 13 Jan 2008 20:50:53 +0000 |
Richard Laager |
Part of a large patch from o_sukhodolsky to fix some build warnings.
|
Sun, 13 Jan 2008 20:48:56 +0000 |
Richard Laager |
Part of a large patch from o_sukhodolsky to fix some build warnings.
|
Sun, 13 Jan 2008 20:46:18 +0000 |
Richard Laager |
Part of a large patch from o_sukhodolsky to fix some build warnings.
|
Sun, 13 Jan 2008 16:44:39 +0000 |
Richard Laager |
Allow --sync to reach gtk initialization. This is basically the same as
|
Sun, 13 Jan 2008 16:25:11 +0000 |
Andreas St«ährk |
A patch from Andreas St«ährk (Trundle) to fix a problem with our DBus code
|
Sun, 13 Jan 2008 16:20:28 +0000 |
Richard Laager |
Add some files to po/POTFILES.in to silence warnings from intltool.
|
Fri, 11 Jan 2008 00:01:33 +0000 |
Mark Doliner |
Default for "do you want to add this buddy?" for oscar is now "no"
|
Thu, 10 Jan 2008 22:12:27 +0000 |
Will Thompson |
Sir Alec Guinness was horrified to see this.
|
Thu, 10 Jan 2008 20:24:58 +0000 |
Daniel Atallah |
Patch from Will Hawkins to implement sending a SIP-If-Match header on subsequent PUBLISHes after receiving a SIP-Etag header. I made some minor tweaks to this, hopefully I didn't break anything. Fixes #4422.
|
Fri, 11 Jan 2008 23:21:16 +0000 |
Sadrul Habib Chowdhury |
Ignore both NULL and empty strings.
|
Thu, 10 Jan 2008 02:28:48 +0000 |
Sadrul Habib Chowdhury |
merge of '2654fa4bf505fd6b8e400e329323a4b8fb67126f'
|
Tue, 08 Jan 2008 13:17:59 +0000 |
Hallvard Glad |
merge of 'd32a0c1772bb88a80d5370ff93e7c4b8cf007608'
|
Sun, 30 Dec 2007 23:52:38 +0000 |
Hallvard Glad |
update on the norwegian bokm«©l translation (nb.po)
|
Sun, 24 Feb 2008 18:20:52 +0000 |
John Bailey |
A patch from Gideon N. Guillen, with some minor modifications from me. This
|
Thu, 10 Jan 2008 02:28:42 +0000 |
Sadrul Habib Chowdhury |
merge of '6523df90f67ed0428e11d3ebc7bf15777986ebcf'
|
Wed, 09 Jan 2008 22:14:17 +0000 |
Daniel Atallah |
This makes authorization requests go away when the account is disconnected. It will leak the protocol's user_data, but without an API change, there isn't much that can be done about that. References #4609
|
Wed, 09 Jan 2008 19:10:27 +0000 |
Daniel Atallah |
Fix a crash when accepting/denying a yahoo auth. request when the account is disconnected. References #4581
|
Wed, 09 Jan 2008 19:07:16 +0000 |
Daniel Atallah |
Fix the _presence._tcp. record not to be referred to as the ICHAT_PRESENCE, that has been bothering me for a while.
|
Wed, 09 Jan 2008 19:04:28 +0000 |
Daniel Atallah |
Fix an issue where the Start Menu shortcut wasn't selected by default when not installed. Fixes #4489.
|
Thu, 10 Jan 2008 02:27:04 +0000 |
Sadrul Habib Chowdhury |
Prpls seem to be sending '\n' (or '\r\n') for newlines, instead of '<br>' to the core. Fixes #4545.
|
Wed, 09 Jan 2008 14:41:29 +0000 |
Sadrul Habib Chowdhury |
Don't print 'file transfer complete' message more than once for the same xfer.
|
Wed, 09 Jan 2008 08:42:33 +0000 |
Sadrul Habib Chowdhury |
Remove the completed/cancelled xfers when 'Clear finished transfers' is selected. (Did anyone notice our 'purple_xfer_is_canceled' is typoed?)
|
Wed, 09 Jan 2008 02:16:11 +0000 |
Sadrul Habib Chowdhury |
merge of '1c032cc023d809fb900c6bbf99dcd8619b815131'
|
Tue, 08 Jan 2008 22:01:22 +0000 |
Evan Schoenberg |
merge of '5d18b4aee9c05f592af532f9155aadb23ad11d4b'
|
Tue, 08 Jan 2008 17:16:57 +0000 |
Ethan Blanton |
Fix notice on /me
|
Tue, 08 Jan 2008 10:16:26 +0000 |
Jochen Kemnade |
German translation update
|
Tue, 08 Jan 2008 03:46:41 +0000 |
Stu Tomlinson |
Use a unique chat id across all sessions for multi-user chats, probably
|
Tue, 08 Jan 2008 03:28:48 +0000 |
Stu Tomlinson |
Huh, you want to be able to compile? I clearly (or not so clearly) need new
|
Tue, 08 Jan 2008 03:03:15 +0000 |
Stu Tomlinson |
Adjust some network error fatalities and things
|
Tue, 08 Jan 2008 03:02:08 +0000 |
Stu Tomlinson |
Apparently "nil" is an Objective-C thing
|
Tue, 08 Jan 2008 03:00:20 +0000 |
Stu Tomlinson |
merge of 'a5456268d56c1a4745ac4abb84a176ecc6f68109'
|
Tue, 08 Jan 2008 01:18:10 +0000 |
Sean Egan |
shorted the 'typing then stopped' message
|
Tue, 08 Jan 2008 01:11:59 +0000 |
Sean Egan |
ifdef out the typing menu tray icon, as the inline typing notifications do a better job notifying, I think
|
Tue, 08 Jan 2008 21:58:31 +0000 |
Evan Schoenberg |
If the UI sets a cache directory before purple_buddy_icons_init() is called
|
Tue, 08 Jan 2008 02:47:51 +0000 |
Evan Schoenberg |
There's nothing wrong with calling purple_buddy_icons_find() can not receiving an icon in return - it just means that no icon was found. We shouldn't attempt to call purple_buddy_icon_ref() on NULL, which will trigger a failed assertion.
|
Tue, 08 Jan 2008 00:22:48 +0000 |
Andreas Monitzer |
Now checking the hostname supplied by the user, or the host-part of the JID when no host name is given against the CN of the domain. This makes libpurple comply to the RFC. Fixes http://trac.adiumx.com/ticket/8787
|
Mon, 07 Jan 2008 23:20:40 +0000 |
Evan Schoenberg |
Remove spurious braces
|
Mon, 07 Jan 2008 19:04:10 +0000 |
Bj«Órn Voigt |
German update
|
Mon, 07 Jan 2008 16:28:25 +0000 |
Mark Doliner |
merge of '5fc55e3a78ccb0a463df332592e62c5a371cd8b4'
|
Mon, 07 Jan 2008 15:52:50 +0000 |
Richard Laager |
Add Shreevatsa R for the Python she-bang line changes.
|
Wed, 09 Jan 2008 02:14:29 +0000 |
Sadrul Habib Chowdhury |
I am going to go ahead and commit+push this revision/fix of purple_conversation_new.
|
Mon, 07 Jan 2008 15:16:33 +0000 |
Sadrul Habib Chowdhury |
Unset some stuff to make sure Sylar can't kill us.
|
Mon, 07 Jan 2008 09:14:39 +0000 |
Sadrul Habib Chowdhury |
compile
|
Mon, 07 Jan 2008 06:19:57 +0000 |
Sadrul Habib Chowdhury |
merge of 'd11aaeee05a52eb367ad7d81f82a36b7a0501bcf'
|
Mon, 07 Jan 2008 00:32:26 +0000 |
Evan Schoenberg |
If the cached buddy icon can't be loaded, delete the preferences which point to it. Among other things, this fixes OSCAR buddy icon retrieval when the cache has been removed - since previously the icon hash was kept around and was used to determine that (so far as the prpl could tell) no icon retrieval was needed, libpurple would never have an icon for the contact.
|
Mon, 07 Jan 2008 06:16:46 +0000 |
Sadrul Habib Chowdhury |
Remember the size of the roomlist window. Handle the categories better.
|
Sun, 06 Jan 2008 20:59:02 +0000 |
Sadrul Habib Chowdhury |
Typo can cause crashes.
|
Sun, 06 Jan 2008 21:56:12 +0000 |
John Bailey |
Fix a couple compile warnings.
|
Sun, 06 Jan 2008 21:47:02 +0000 |
John Bailey |
Fix my typo
|
Sun, 06 Jan 2008 21:15:17 +0000 |
John Bailey |
Some readability changes. Refs #4533.
|
Sun, 06 Jan 2008 19:48:18 +0000 |
John Bailey |
Give credit where due.
|
Sun, 06 Jan 2008 19:45:03 +0000 |
Thanumalayan |
This patch from Thanumalayan S. implements Yahoo protocol version 15 file
|
Sun, 06 Jan 2008 19:28:49 +0000 |
John Bailey |
Revert patch that added receive-only transfer support for Yahoo protocol
|
Sun, 06 Jan 2008 19:02:57 +0000 |
Sadrul Habib Chowdhury |
merge of '534709237b5a9cb6acf039eba7344401c9cf8ac4'
|
Sat, 05 Jan 2008 18:41:33 +0000 |
Richard Laager |
Don't assume perl is at /usr/bin/perl, use /usr/bin/env instead. This is not
|
Sat, 05 Jan 2008 18:36:23 +0000 |
Richard Laager |
These don't seem to require bash.
|
Sat, 05 Jan 2008 18:34:04 +0000 |
Richard Laager |
A small patch from shreevatsa: "Some of the Python scripts start with
|
Sat, 05 Jan 2008 18:07:16 +0000 |
Richard Laager |
merge of '418bc7dd4e063c50039bba0d51b489b568f9aaaa'
|
Sat, 05 Jan 2008 18:01:12 +0000 |
Richard Laager |
Squash some compiler warnings, some from my -Wstrict-prototypes fixing.
|
Sat, 05 Jan 2008 17:14:32 +0000 |
Richard Laager |
Clarify a comment that was confusing me. Thanks resiak!
|
Sat, 05 Jan 2008 16:32:40 +0000 |
Moos Heintzen |
Save the conversation "Enable Logging" option per-contact.
|
Thu, 03 Jan 2008 20:28:16 +0000 |
Richard Laager |
Turn off -Wstrict-prototypes until the issues in these libraries are fixed:
|
Thu, 03 Jan 2008 04:57:40 +0000 |
Richard Laager |
Probe for -Wstrict-prototypes to get some more warnings. I then cleaned up
|
Sun, 06 Jan 2008 19:01:24 +0000 |
Sadrul Habib Chowdhury |
Implementation of the roomlist API.
|
Sun, 06 Jan 2008 18:53:47 +0000 |
Sadrul Habib Chowdhury |
Add a function to get a widget for a request field.
|
Sun, 06 Jan 2008 18:52:15 +0000 |
Sadrul Habib Chowdhury |
A list of accessor functions to the roomlist API.
|
Sat, 05 Jan 2008 14:34:41 +0000 |
Ethan Blanton |
An additional push from Gabriel's omgp.pidgin.add-widget-util branch.
|
Sat, 05 Jan 2008 14:32:59 +0000 |
Ethan Blanton |
Allow INTLTOOL_MSGFMT to also be a valid value of MSGFMT for our
|
Sat, 05 Jan 2008 12:31:53 +0000 |
Jochen Kemnade |
German translation update
|
Sat, 05 Jan 2008 11:08:48 +0000 |
Sadrul Habib Chowdhury |
Utility functions to set and format song information. Closes #4398.
|
Sat, 05 Jan 2008 10:45:29 +0000 |
Sadrul Habib Chowdhury |
merge of '1858be5916da7bce36f3c991bcd71fc65271048d'
|
Mon, 07 Jan 2008 16:28:12 +0000 |
Mark Doliner |
Credit for 1858be5916da7bce36f3c991bcd71fc65271048d. References #4052.
|
Sat, 05 Jan 2008 08:46:25 +0000 |
Mark Doliner |
Some changes intended to make oscar not emit so many
|
Sat, 05 Jan 2008 08:15:43 +0000 |
Mark Doliner |
Now that oscar throttles itself as it approaches the rate limit, we can
|
Sat, 05 Jan 2008 07:49:15 +0000 |
Mark Doliner |
Minor comment changes
|
Sat, 05 Jan 2008 07:47:22 +0000 |
Mark Doliner |
We're not actually using these KNOWNGOOD defines, but should we ever
|
Sat, 05 Jan 2008 07:33:13 +0000 |
Mark Doliner |
Partial support for reading ICQ 6 status notes. The status note will
|
Sat, 05 Jan 2008 10:43:25 +0000 |
Gabriel Schulhof |
Remove a lot of duplication from a lot of places. Closes #4558.
|
Sat, 05 Jan 2008 02:16:30 +0000 |
Sadrul Habib Chowdhury |
Show the emblem in conversation infopane correctly for chats.
|
Fri, 04 Jan 2008 22:57:51 +0000 |
Sadrul Habib Chowdhury |
Fix an infinite loop. Fixes #4486.
|
Fri, 04 Jan 2008 22:48:25 +0000 |
Sadrul Habib Chowdhury |
merge of '26afdc5e8f0e60ae1cc245decbcee7ece0a2f29f'
|
Fri, 04 Jan 2008 21:30:24 +0000 |
Daniel Atallah |
We can't rely on g_strerror() being set by g_file_test().
|
Fri, 04 Jan 2008 20:41:08 +0000 |
Daniel Atallah |
Detect the mdnsresponder crashing in the DnsSD implementation and disconnect the account instead of pegging the CPU.
|
Fri, 04 Jan 2008 22:45:57 +0000 |
Sadrul Habib Chowdhury |
Show prpl icons in the tooltip for groups.
|
Fri, 04 Jan 2008 20:34:23 +0000 |
Sadrul Habib Chowdhury |
Get rid of some wasted empty space in the tooltips for chats and groups.
|
Fri, 04 Jan 2008 16:47:39 +0000 |
Sadrul Habib Chowdhury |
merge of '30ea4e4dc3c93772f4022f23b41bb489eb0ac56b'
|
Fri, 04 Jan 2008 14:45:25 +0000 |
Bj«Órn Voigt |
German update: GTK plugin
|
Fri, 04 Jan 2008 09:59:05 +0000 |
Jochen Kemnade |
update for German translation
|
Fri, 04 Jan 2008 16:45:11 +0000 |
Sadrul Habib Chowdhury |
Blink the buddies that signed on/off recently for six seconds.
|
Fri, 04 Jan 2008 01:10:09 +0000 |
Daniel Atallah |
This is how the error handling for the win32 single instance mutex is supposed to work.
|
Fri, 04 Jan 2008 01:09:13 +0000 |
Daniel Atallah |
Improve error handling, particularly the debug output. I was hoping that this would provide some debug output that could be used to figure out how to detect and disconnect when the mdnsResponder crashes, but that doesn't appear to be the case.
|
Thu, 03 Jan 2008 22:07:02 +0000 |
Bj«Órn Voigt |
German update
|
Thu, 03 Jan 2008 18:31:58 +0000 |
Stu Tomlinson |
Fixes for incorrectly displaying user tune emblem and empty current media.
|
Thu, 03 Jan 2008 11:12:36 +0000 |
Sadrul Habib Chowdhury |
New actions: window-next-urgent (alt+tab), and window-prev-urgent (alt+shift+tab).
|
Wed, 02 Jan 2008 22:15:06 +0000 |
Richard Laager |
merge of '46216b10d02d4e5cae2343e469f0e405088537d3'
|
Wed, 02 Jan 2008 14:01:50 +0000 |
Will Thompson |
Clear up some documentation.
|
Wed, 02 Jan 2008 14:01:15 +0000 |
Will Thompson |
Masca noticed that dc6923294f5f33ff7a52a998e1b9e9ad47be0211 made jabber.c not
|
Wed, 02 Jan 2008 12:07:15 +0000 |
Sadrul Habib Chowdhury |
Remove unused code.
|
Wed, 02 Jan 2008 12:04:27 +0000 |
Sadrul Habib Chowdhury |
Modified patch from Gabriel (Sylar?) Schulof to deprecate PIDGIN_DIALOG. Closes #4535. (PS: I am aware of --author).
|
Wed, 02 Jan 2008 11:05:09 +0000 |
Sadrul Habib Chowdhury |
Mark a string for translation.
|
Wed, 02 Jan 2008 06:42:29 +0000 |
Evan Schoenberg |
merge of '7e8103bd3c5298a43a4e18bb59037980f5c213c9'
|
Mon, 31 Dec 2007 03:06:42 +0000 |
John Bailey |
Felipe Contreras, one of our older Crazy Pacth Writers, noticed that these
|
Sun, 30 Dec 2007 18:46:56 +0000 |
John Bailey |
Added /notice support for IRC. If I didn't do this properly, feel free
|
Sun, 30 Dec 2007 13:56:01 +0000 |
Sadrul Habib Chowdhury |
merge of '1e815cbbfe7f16f64d88932b88cb027889830b52'
|
Sun, 30 Dec 2007 13:53:57 +0000 |
Sadrul Habib Chowdhury |
Fix a double-free when unloading dependent plugins. Fixes #4488.
|
Wed, 02 Jan 2008 06:36:35 +0000 |
Evan Schoenberg |
Keep track of the keepalive timeout source so it can be removed when the account disconnects. This prevents a possible crash if the timeout fired after the account disconnected.
|
Sun, 30 Dec 2007 10:07:50 +0000 |
Evan Schoenberg |
merge of 'a8b520be697763fb22572a1a5f50fe2d01738644'
|
Sun, 30 Dec 2007 12:36:56 +0000 |
Will Thompson |
I think that now that it's easy to re-enable accounts that got a connection
|
Sat, 29 Dec 2007 23:27:11 +0000 |
Ka-Hing Cheung |
bring ChangeLog.win32 up2date with 2.3.1
|
Sat, 29 Dec 2007 23:25:14 +0000 |
Sadrul Habib Chowdhury |
nacho points out that we need to connect to 'style-set' on a widget that uses the default style, because the signal is not emitted for widgets that uses custom styles. This is part of his earlier patch. References #4351.
|
Sat, 29 Dec 2007 21:50:23 +0000 |
Sadrul Habib Chowdhury |
Show the prpl icon in the account-specific statusboxes to avoid ambiguity.
|
Sat, 29 Dec 2007 19:19:56 +0000 |
Sadrul Habib Chowdhury |
merge of '136abe99803d125464bb1268eb7041051ad4c9ae'
|
Sat, 29 Dec 2007 17:40:44 +0000 |
Will Thompson |
Clarify documentation of confusingly-named and -valued signal priority
|
Sat, 29 Dec 2007 18:22:24 +0000 |
Sadrul Habib Chowdhury |
Patch from Ignacio Casal Quinteiro (nacho) to fix style issues with the headline in the buddylist. Closes #4351.
|
Sat, 29 Dec 2007 17:45:40 +0000 |
Sadrul Habib Chowdhury |
Patch from QuLogic to correctly set the length. Closes #4515.
|
Sat, 29 Dec 2007 17:43:44 +0000 |
Sadrul Habib Chowdhury |
Docu patch from Simon Wenner. Closes #4497.
|
Sun, 30 Dec 2007 10:06:58 +0000 |
Evan Schoenberg |
merge of '09b67b44dabe98093e6dc706c0d731212e129a79'
|
Sat, 29 Dec 2007 04:46:49 +0000 |
John Bailey |
ChangeLog entry for QuLogic's patch.
|
Sat, 29 Dec 2007 04:26:17 +0000 |
Elliott Sales de Andrade |
Patch from QuLogic to prevent multiple alias editing fields in the infopane. Fixes #4467.
|
Sun, 30 Dec 2007 10:06:51 +0000 |
Evan Schoenberg |
Fixed a leak
|
Fri, 28 Dec 2007 17:14:52 +0000 |
Evan Schoenberg |
Ensure js->sasl is not NULL before using it in jabber_auth_handle_success(). This was, I believe, the source of the crash stu reported when my DIGEST-MD5 hack was in place; while js->sasl will probably be non-NULL whenever we reach this code point now, it's more robust to verify it here since that's an assumption originating in another function.
|
Fri, 28 Dec 2007 05:54:50 +0000 |
Evan Schoenberg |
purple_timeout_remove(), not g_source_remove(), must be used to remove a timeout added by purple_timeout_add(). The latter works when the glib run loop is being used but not when any other eventloop implementation is in use.
|
Fri, 28 Dec 2007 02:49:23 +0000 |
Stu Tomlinson |
merge of '791803b6696dd26a5193ad76f80dbc7c6cb2687a'
|
Fri, 28 Dec 2007 01:57:17 +0000 |
Sadrul Habib Chowdhury |
Add tooltips to the plugin window. I did it mostly to test the new tooltip
|
Fri, 28 Dec 2007 01:38:41 +0000 |
Sadrul Habib Chowdhury |
Use the new tooltip functions to draw the tooltips in the conversation window.
|
Thu, 27 Dec 2007 16:29:58 +0000 |
Daniel Atallah |
Prevent a divide by zero. Fixes #4490.
|
Wed, 26 Dec 2007 02:49:24 +0000 |
Sadrul Habib Chowdhury |
merge of 'c0a74e417ec8993798705c2cbfca7b7d8b0bc514'
|
Wed, 26 Dec 2007 02:26:27 +0000 |
Ka-Hing Cheung |
fix a leak
|
Wed, 26 Dec 2007 01:19:18 +0000 |
Ka-Hing Cheung |
fix a double free
|
Tue, 25 Dec 2007 23:00:27 +0000 |
Will Thompson |
merge of 'c000ab1012a7be103452c357fb103e5bddeb99d7'
|
Tue, 25 Dec 2007 22:59:15 +0000 |
Will Thompson |
Yes, we really can use qsort(3) rather than reimplementing it. I've tested
|
Tue, 25 Dec 2007 08:49:35 +0000 |
Sadrul Habib Chowdhury |
Double clicking the column header/divider, or in the 'enabled' column shouldn't bring up the account-modify window. Fixes #3733.
|
Tue, 25 Dec 2007 06:38:17 +0000 |
Mark Doliner |
Infinitesimally better debug message
|
Tue, 25 Dec 2007 05:53:23 +0000 |
Mark Doliner |
Should be safe to get rid of this now
|
Tue, 25 Dec 2007 04:16:23 +0000 |
Mark Doliner |
Don't print "no" twice when we can't find a library
|
Mon, 24 Dec 2007 10:40:28 +0000 |
Sadrul Habib Chowdhury |
merge of '4fa938e6f980314ccc4a44725eb809c3b5a4fcbc'
|
Mon, 24 Dec 2007 07:04:08 +0000 |
Sadrul Habib Chowdhury |
Plug a small leak.
|
Mon, 24 Dec 2007 02:00:17 +0000 |
Sadrul Habib Chowdhury |
Do not prompt for an already merged contact. Fixes #4285.
|
Mon, 24 Dec 2007 01:28:24 +0000 |
Sadrul Habib Chowdhury |
Reset the 'editable' flag of the renderer after cancelling the edit. Fixes #4471.
|
Mon, 24 Dec 2007 04:56:23 +0000 |
Mark Doliner |
C++ doesn't really allow forward declarations of enums, and we
|
Sun, 23 Dec 2007 18:36:09 +0000 |
Stu Tomlinson |
If a peer certificate does not match our cached cert, do not auto reject it!
|
Sun, 23 Dec 2007 17:30:09 +0000 |
Stu Tomlinson |
*really* add the StartCom Free SSL Certificate Authority certificate
|
Sun, 23 Dec 2007 17:16:14 +0000 |
Stu Tomlinson |
Add the StartCom Free SSL Certificate Authority certificate (as used by
|
Sun, 23 Dec 2007 17:14:06 +0000 |
Stu Tomlinson |
Compile warning fix
|
Sun, 23 Dec 2007 01:30:27 +0000 |
Etan Reisner |
Add tooltips to groups in the buddy list. The tooltips show the current online
|
Sat, 22 Dec 2007 23:18:08 +0000 |
Etan Reisner |
merge of 'f6430c7013d08f95c60248eeb22c752a0107499b'
|
Fri, 28 Dec 2007 02:49:10 +0000 |
Stu Tomlinson |
disapproval of revision 'f6430c7013d08f95c60248eeb22c752a0107499b'
|
Sat, 22 Dec 2007 16:59:52 +0000 |
Evan Schoenberg |
The DIGEST-MD5 implementation of CYRUS-SASL is incompatible with the implementation in Java. The result is that we failed to authenticate to Java-based servers such as OpenFire when DIGEST-MD5 was enabled. This appears to be the result of a bug in the Java SASL library. While we -could- wait for a fix within that library and tell our users that server admins need to upgrade to get the fix, a client-side workaround is very easily accessible to us.
|
Sat, 22 Dec 2007 15:45:13 +0000 |
Evan Schoenberg |
Daniel pointed out that this should be digest, not &digest, because auth_hmac_md5 takes a guchar* rather than a guchar**
|
Sat, 22 Dec 2007 11:40:34 +0000 |
Will Thompson |
Export purple_*_version in version.h.
|
Sat, 22 Dec 2007 11:36:01 +0000 |
Will Thompson |
merge of '3a8b6b71a880d8b8152d3ad4c4ade2d3df3b0f5c'
|
Fri, 21 Dec 2007 19:38:21 +0000 |
Will Thompson |
merge of '488405b28c709cbc7ca2a9df39974b06209fe0f1'
|
Fri, 21 Dec 2007 21:03:35 +0000 |
Daniel Atallah |
Warning fixes.
|
Fri, 21 Dec 2007 19:33:15 +0000 |
Sadrul Habib Chowdhury |
merge of '512fef4a6375dc53f2f672f545da13d2d4505990'
|
Fri, 21 Dec 2007 18:58:59 +0000 |
Will Thompson |
merge of '1f8afab1886606b0936e80a00245ff532d77086f'
|
Fri, 21 Dec 2007 19:31:16 +0000 |
Sadrul Habib Chowdhury |
Use aliases in the typing notification.
|
Fri, 21 Dec 2007 14:19:29 +0000 |
Sadrul Habib Chowdhury |
Make some more event handlers return appropriate gboolean values. This turns
|
Fri, 21 Dec 2007 12:17:10 +0000 |
Sadrul Habib Chowdhury |
The event handlers need to return a gboolean. Using void callbacks can lead to unpredictable behaviour.
|
Fri, 21 Dec 2007 19:34:54 +0000 |
Will Thompson |
disapproval of revision '846b73cefc86ff41042181a41f8ceaae6699c1f6'
|
Fri, 21 Dec 2007 18:57:48 +0000 |
Will Thompson |
Add purple_version_get_{major,minor,micro} functions to get the running
|
Fri, 21 Dec 2007 09:33:45 +0000 |
Sadrul Habib Chowdhury |
merge of '72df99671f84834d934f83b25ce492f289d77063'
|
Thu, 20 Dec 2007 03:44:01 +0000 |
Elliott Sales de Andrade |
HMAC digest support from Elliott Sales de Andrade
|
Thu, 20 Dec 2007 03:40:56 +0000 |
Elliott Sales de Andrade |
Triple DES cipher support from Elliott Sales de Andrade
|
Wed, 19 Dec 2007 15:54:54 +0000 |
Daniel Atallah |
The pulse data stuff hasn't been used in quite a while - get rid of it.
|
Wed, 19 Dec 2007 15:53:58 +0000 |
Daniel Atallah |
GDK_WINDOW_TYPE_HINT_TOOLTIP is GTK+ >= 2.10.0
|
Wed, 19 Dec 2007 11:31:37 +0000 |
Will Thompson |
merge of '05319fdf1db00660d0c169657ed1b08ff621e5c7'
|
Wed, 19 Dec 2007 11:31:28 +0000 |
Will Thompson |
Add QuLogic's nick to the about dialog, and update and sort other lists of
|
Wed, 19 Dec 2007 09:18:39 +0000 |
Jochen Kemnade |
German translation update
|
Wed, 19 Dec 2007 00:58:36 +0000 |
Will Thompson |
I hate to be vain, but I like to think I do more than "(null)" :)
|
Wed, 19 Dec 2007 00:43:23 +0000 |
Will Thompson |
merge of '596c9f710fd64a951cbce4bb92b6e051ae3805b1'
|
Tue, 18 Dec 2007 22:12:10 +0000 |
Sean Egan |
merge of '70b3c6fe54dd2678b33b1b1da78c4e66acd20931'
|
Tue, 18 Dec 2007 22:10:49 +0000 |
Sean Egan |
Promotions
|
Fri, 21 Dec 2007 09:32:30 +0000 |
Sadrul Habib Chowdhury |
Avoid jumpiness when typing notification in the conv. history is removed.
|
Fri, 21 Dec 2007 09:03:20 +0000 |
Sadrul Habib Chowdhury |
This fixes the tab-coloring issue that's been bugging seanegn.
|
Tue, 18 Dec 2007 21:43:03 +0000 |
Sadrul Habib Chowdhury |
Update the changelogs, and the @since doxy-tags for new functions.
|
Tue, 18 Dec 2007 21:27:01 +0000 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin.next.minor' (head 10ff46ff55aee3830dd003ed89866809b5f290ac)
|
Tue, 18 Dec 2007 15:15:19 +0000 |
Sadrul Habib Chowdhury |
Implement 'request_folder'. (so now the 'autoaccept' plugin cannot just be a Gtk plugin)
|
Tue, 18 Dec 2007 10:08:18 +0000 |
Sadrul Habib Chowdhury |
Version 2.4.0devel.
|
Tue, 18 Dec 2007 09:35:46 +0000 |
Sadrul Habib Chowdhury |
ChangeLog.API the tooltip functions.
|
Tue, 18 Dec 2007 09:20:01 +0000 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin.sadrul.tooltips' (head 2c79eb43e6f1106231cc15098ea6467b7fc1e4d5)
|
Tue, 18 Dec 2007 05:50:43 +0000 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head 1716154a473ab645c7477f4285579df56d955fde)
|
Wed, 28 Nov 2007 01:54:34 +0000 |
Sadrul Habib Chowdhury |
Try to make a window transient for a suitable parent window. This currently
|
Wed, 28 Nov 2007 00:17:27 +0000 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head cd4038a435bd39cc62244d5614b8d94ad689d8bf)
|
Sat, 22 Dec 2007 17:54:30 +0000 |
Etan Reisner |
Fix up a doxygen comment about a function return value.
|
Tue, 18 Dec 2007 09:17:39 +0000 |
Sadrul Habib Chowdhury |
Refactor some of the tooltip drawing functions. And add some pretend docs.
|
Tue, 18 Dec 2007 06:32:42 +0000 |
Sadrul Habib Chowdhury |
Reset tree-path when a tooltip is destroyed.
|
Wed, 12 Dec 2007 00:12:41 +0000 |
Sadrul Habib Chowdhury |
Add 'js' in COPYRIGHT. References #4323.
|
Wed, 12 Dec 2007 00:11:11 +0000 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head 1d77c730a1160c77d14354d4ce61455e59c94fbc)
|
Tue, 11 Dec 2007 19:13:14 +0000 |
Sadrul Habib Chowdhury |
Plug a leak. And a patch from 'js' to fix tooltips in compiz fusion. References #4323.
|
Sat, 08 Dec 2007 07:14:25 +0000 |
Sadrul Habib Chowdhury |
Make sure an old tooltip is destroyed before creating a new one.
|
Thu, 06 Dec 2007 22:46:51 +0000 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head 40d42b30664156f7f561606dd28fc01256a8ca36)
|
Thu, 06 Dec 2007 08:44:34 +0000 |
Sadrul Habib Chowdhury |
Add the new file in .mingw, thanks to Kevin.
|
Thu, 06 Dec 2007 07:33:53 +0000 |
Sadrul Habib Chowdhury |
Some utility functions for showing tooltips. This is used by the buddylist,
|
Tue, 18 Dec 2007 18:18:31 +0000 |
Richard Laager |
merge of '0bab002372d4ff0eac85fc22d99e014cd044b900'
|
Tue, 18 Dec 2007 21:24:28 +0000 |
Sadrul Habib Chowdhury |
Typing notification in the conversation history.
|
Tue, 18 Dec 2007 18:33:15 +0000 |
Sadrul Habib Chowdhury |
cancel_cb can be NULL here too.
|
Tue, 18 Dec 2007 17:03:13 +0000 |
Will Thompson |
I'm happy to report that my spelling is coming along in leanps and nbounds.
|
Tue, 18 Dec 2007 16:57:21 +0000 |
Will Thompson |
Sadrul informs me that cancel_cb may in fact be NULL.
|
Tue, 18 Dec 2007 16:10:22 +0000 |
Stu Tomlinson |
merge of 'adb528a403db408f5e4407e89f98f7ced3cac9a1'
|
Tue, 18 Dec 2007 16:10:19 +0000 |
Stu Tomlinson |
merge of '0c8dcc7788d676e6bcd7fa7a3823c5f44568ae9b'
|
Tue, 18 Dec 2007 16:02:35 +0000 |
Will Thompson |
Documentation tweaks and more g_return_if_fail checks for NULL parameters which
|
Tue, 18 Dec 2007 15:55:03 +0000 |
Bj«Órn Voigt |
libpurple/win32/libc_interface.c was missing
|
Tue, 18 Dec 2007 15:54:28 +0000 |
Bj«Órn Voigt |
German translation update
|
Tue, 18 Dec 2007 15:56:06 +0000 |
Stu Tomlinson |
Move some curly braces around so static analysis tools can properly detect
|
Tue, 18 Dec 2007 15:53:05 +0000 |
Stu Tomlinson |
Ye Olde Compiler complained about this:
|
Tue, 18 Dec 2007 11:05:40 +0000 |
Will Thompson |
merge of '1bb5970e91bf83784fd002fc78216157034e9257'
|
Tue, 18 Dec 2007 08:44:35 +0000 |
Mark Doliner |
Add a comment that I took this from glib
|
Tue, 18 Dec 2007 08:42:41 +0000 |
Mark Doliner |
Create a purple_gai_strerror() function similar to g_str_error() which
|
Tue, 18 Dec 2007 07:39:57 +0000 |
Mark Doliner |
merge of '245a620adeb2dc4767ee8db9e6c7cafa287b8f8d'
|
Tue, 18 Dec 2007 07:37:55 +0000 |
Mark Doliner |
Use g_sterror instead of strerror in two more places.
|
Tue, 18 Dec 2007 07:33:32 +0000 |
Sean Egan |
Send XMPP Pings to the server instead of whitespace for our keepalives. Timeout the connection if there's no response in 20 seconds
|
Tue, 18 Dec 2007 06:29:46 +0000 |
Sean Egan |
Don't install pidgin.desktop when not installing Pidgin
|
Tue, 18 Dec 2007 03:35:20 +0000 |
Luke Schierer |
merge of '7c8120b9ffde901cc436a514ac0daf37551a9755'
|
Tue, 18 Dec 2007 22:57:55 +0000 |
Evan Schoenberg |
Last minute 'cleanup' actually resulted in breakage on my cram-md5 commit. Fixed it.
|
Tue, 18 Dec 2007 02:26:57 +0000 |
Evan Schoenberg |
merge of '3cec6952fcadbd73dddc4c009e798b6fb1789a5b'
|
Mon, 17 Dec 2007 23:22:30 +0000 |
Evan Schoenberg |
Added support for authentication via CRAM-MD5 when using jabber:iq:auth.
|
Mon, 17 Dec 2007 23:18:34 +0000 |
Evan Schoenberg |
If no sasl mechs are appropriate, attempt a jabber:iq:auth connection. Note that this isn't the same as a failed authentication over sasl. Detailed comments in the code regarding my reasoning for this behavior.
|
Tue, 18 Dec 2007 02:26:44 +0000 |
Daniel Atallah |
Allow the user to Retry if Pidgin is running when they start the installer. Fixes #4355
|
Tue, 18 Dec 2007 02:25:10 +0000 |
Daniel Atallah |
merge of '2e5cda103238f64d27e4ed5aa92c149f6d50a5ec'
|
Mon, 17 Dec 2007 20:37:30 +0000 |
Stu Tomlinson |
Escape system log messages before sending to the loggers. Fixes #4426
|
Tue, 18 Dec 2007 10:54:32 +0000 |
Will Thompson |
Manually expand G_DEFINE_TYPE for PidginMiniDialog, since it was added in glib 2.4.
|
Tue, 18 Dec 2007 00:59:59 +0000 |
Sean Egan |
I noticed that the new added padding in gtkconv has the same effect as an extra line of text, so I'm removing the MAX(2 bit
|
Mon, 17 Dec 2007 12:10:55 +0000 |
Will Thompson |
merge of '7a1ce8ae9c2809b39d1f436d94070523f18993fb'
|
Mon, 17 Dec 2007 12:09:59 +0000 |
Will Thompson |
Don't bother making transient connection errors persist across a restart.
|
Mon, 17 Dec 2007 12:09:19 +0000 |
Will Thompson |
Dismissing the signed on elsewhere minidialog should clear all the errors;
|
Mon, 17 Dec 2007 07:34:21 +0000 |
Sean Egan |
Add send_raw to Perl bindings. Patch from martijn. Fixes #3505
|
Mon, 17 Dec 2007 07:29:39 +0000 |
Sean Egan |
Patch from eperez to make writing to buddy icon files atomic. Fixes #3528.
|
Mon, 17 Dec 2007 06:51:12 +0000 |
Sean Egan |
Fix XMPP buddy icons. Somehow a 'VCard' element got changed to a query
|
Mon, 17 Dec 2007 06:01:59 +0000 |
Sean Egan |
Remove size restriction on XMPP avatars
|
Mon, 17 Dec 2007 05:49:40 +0000 |
Sean Egan |
Another patch from DHowett. This one adds conversation nick colors to gtkrc
|
Mon, 17 Dec 2007 05:29:00 +0000 |
Sean Egan |
Patch from DHowett to fix the transposition of background and forebround colors
|
Sun, 16 Dec 2007 21:23:56 +0000 |
Ka-Hing Cheung |
pulled the NEWS and ChangeLog bits from 2.3.1
|
Sun, 16 Dec 2007 16:37:53 +0000 |
Will Thompson |
merge of '4268f3923b30680b7ec013f553a7733f4b24417d'
|
Sun, 16 Dec 2007 00:36:02 +0000 |
Ka-Hing Cheung |
merge of '1d887e0b6d13b709051a68be9b34c28d2254dadb'
|
Sat, 15 Dec 2007 22:58:57 +0000 |
Richard Laager |
Add libpurple/win32/libc_interface.c to suppress an error.
|
Sat, 15 Dec 2007 22:29:38 +0000 |
Richard Laager |
Revert siege's likely inadvertent changes to autogen.sh in
|
Sun, 16 Dec 2007 00:34:21 +0000 |
Ka-Hing Cheung |
part of the series of patches from QuLogic that fixes a use-after-free,
|
Sat, 15 Dec 2007 20:29:56 +0000 |
Christopher O'Brien |
avoid some version blocking servers by updating the major version specified when 'Hide client ID' is specified for an account
|
Sun, 16 Dec 2007 16:36:53 +0000 |
Will Thompson |
Make yahoo_html_to_codes deal with ' in messages being sent. Also correct
|
Sat, 15 Dec 2007 18:23:04 +0000 |
Will Thompson |
The debug message for purple_prefs_set_path when the pref in question is not
|
Fri, 14 Dec 2007 21:44:34 +0000 |
Daniel Atallah |
This is the second part of the fix to support having multiple presence records in Bonjour (and also supporting multiple presences using the same IP). Incoming conversations are no longer immediately attached to a buddy - we use an algorithm to match a conversation to a buddy based on the IP and, if possible the "from" attribute of the stream or the first tag in the stream. Thanks to Sjoerd Simons from Telepahy Salut for noticing and suggesting the algorithm. Fixes #4187. It'd be good if a few people test this.
|
Fri, 14 Dec 2007 00:41:28 +0000 |
Daniel Atallah |
This is a great patch from Lee Roach to make Pidgin on win32 deal with system suspend / resume. It seems to work really well, hopefully this'll make some folks happy. If something doesn't work right, it is probably my fault. Fixes #480.
|
Fri, 14 Dec 2007 00:38:22 +0000 |
Daniel Atallah |
Fix a GList being leaked when dealing with network connection/disconnection events.
|
Thu, 13 Dec 2007 06:53:07 +0000 |
John Bailey |
Some minor tweaks to the man page.
|
Wed, 12 Dec 2007 20:37:29 +0000 |
Stu Tomlinson |
Another tweak to the auto-resizing so it shows new empty lines correctly,
|
Wed, 12 Dec 2007 19:15:01 +0000 |
Daniel Atallah |
Fix #4345 by ignoring a malformed message.
|
Wed, 12 Dec 2007 01:53:00 +0000 |
Stu Tomlinson |
merge of '74560aca587ea20e9eee77e340f6ba9fb7aca914'
|
Wed, 12 Dec 2007 00:15:23 +0000 |
Sadrul Habib Chowdhury |
merge of '1d77c730a1160c77d14354d4ce61455e59c94fbc'
|
Wed, 12 Dec 2007 00:10:36 +0000 |
Sadrul Habib Chowdhury |
Remove the close timer when re-displaying a hidden conversation.
|
Tue, 11 Dec 2007 20:28:09 +0000 |
Daniel Atallah |
Cleanup to prevent unnecessary alloc/free. Also a small fix to remove the possiblity that a message will be sent before the stream is started.
|
Tue, 11 Dec 2007 19:03:37 +0000 |
Luke Schierer |
Stu says this was unnecessary, that it is already there.
|
Wed, 12 Dec 2007 01:48:49 +0000 |
Stu Tomlinson |
Let's try MAX(lines, 2) as suggested by Sean. I've been using (lines + 1)
|
Tue, 11 Dec 2007 18:42:26 +0000 |
Luke Schierer |
merge of '9f782ce34a9721fbb634a2c73107820447cc3dc1'
|
Tue, 11 Dec 2007 16:51:07 +0000 |
Stu Tomlinson |
Clean up generated dbus sources in 'make clean'
|
Tue, 11 Dec 2007 18:41:33 +0000 |
Luke Schierer |
(13:35:59) KeaponLaffin: so which SSL libraries are supported?
|
Tue, 11 Dec 2007 01:34:18 +0000 |
Andreas Monitzer |
Fixed http://trac.adiumx.com/ticket/8529
|
Mon, 10 Dec 2007 15:22:27 +0000 |
Will Thompson |
Ensure that an error's description actually is UTF-8 before writing it out to
|
Mon, 10 Dec 2007 13:10:58 +0000 |
Will Thompson |
Correct a doc typo.
|
Mon, 10 Dec 2007 13:10:19 +0000 |
Will Thompson |
Add @since 2.3.0 to purple.h.
|
Mon, 10 Dec 2007 04:36:58 +0000 |
Sadrul Habib Chowdhury |
merge of '2cbfe519145eef590082df40a311948ad4884ef2'
|
Mon, 10 Dec 2007 04:34:51 +0000 |
Sadrul Habib Chowdhury |
Create a 'list' request-field for a 'choice' plugin pref.
|
Mon, 10 Dec 2007 03:54:21 +0000 |
Daniel Atallah |
merge of 'e2c8b56610435df5a63688fe4fc302f51f48cf10'
|
Mon, 10 Dec 2007 03:52:17 +0000 |
Daniel Atallah |
Ignore stripped win32 bin directory.
|
Mon, 10 Dec 2007 03:50:58 +0000 |
Daniel Atallah |
Update Bonjour prpl to support multiple presence records for the same buddy. Eliminate the Howl backend to avoid having to maintain yet another set of code. References #4187 (more to come to fix the rest of the ticket).
|
Mon, 10 Dec 2007 03:53:08 +0000 |
John Bailey |
Ari noticed that `make docs` no longer functions properly when the build
|
Mon, 10 Dec 2007 02:19:56 +0000 |
Daniel Atallah |
A couple compile fixes to the tests from Elliott Sales de Andrade. Fixes #4313.
|
Mon, 10 Dec 2007 02:07:01 +0000 |
Daniel Atallah |
Patch from Alex Badea to support receiving files from Yahoo users using the newer yahoo protocol. Committing this is very long overdue, it somehow slipped through the cracks for a long time. References #708.
|
Sun, 09 Dec 2007 11:25:15 +0000 |
Daniel Atallah |
Fix #4079 for real.
|
Sun, 09 Dec 2007 10:08:40 +0000 |
Sadrul Habib Chowdhury |
We need to use the actual username for attentions, instead of alias. This should fix the 'new im for buzz' bug on yahoo.
|
Sun, 09 Dec 2007 00:56:29 +0000 |
Sadrul Habib Chowdhury |
Allow loading python scripts at runtime.
|
Fri, 07 Dec 2007 22:14:23 +0000 |
Stu Tomlinson |
merge of '078fbf9229f1725f0a5c49d8196cd59ee1d638b0'
|
Fri, 07 Dec 2007 22:14:12 +0000 |
Stu Tomlinson |
Bump the versions here, should probably have been done as soon as I branched
|
Fri, 07 Dec 2007 03:59:24 +0000 |
Daniel Atallah |
applied changes from 77a1cbe2b98208666f2139db2b165a02126f4cd0
|
Thu, 06 Dec 2007 15:29:25 +0000 |
Stu Tomlinson |
Trap gstreamer error messages with our debug stuff so they don't get spewed
|
Thu, 06 Dec 2007 14:11:17 +0000 |
Jochen Kemnade |
updated German translation
|
Thu, 06 Dec 2007 12:26:40 +0000 |
Sadrul Habib Chowdhury |
Patch #3848 from Eion Robb: "purple_markup_unescape_entity doesn't escape hexadecimal references", with changes from QuLogic.
|
Thu, 06 Dec 2007 09:54:04 +0000 |
Sadrul Habib Chowdhury |
Save the normalized account name for pounces and custom statuses. References #2049.
|
Thu, 06 Dec 2007 09:52:58 +0000 |
Sadrul Habib Chowdhury |
Normalize the names appropriately when searching for accounts. This should
|
Thu, 06 Dec 2007 08:10:46 +0000 |
Ka-Hing Cheung |
memleak fixes
|
Thu, 06 Dec 2007 07:24:10 +0000 |
Ka-Hing Cheung |
gets rid of one valgrind warning
|
Thu, 06 Dec 2007 01:30:38 +0000 |
Stu Tomlinson |
Ignore the generated purple.h
|
Wed, 05 Dec 2007 21:08:52 +0000 |
Stu Tomlinson |
Disable roomlist tooltips until I (or anyone else!) fix them to be less
|
Wed, 05 Dec 2007 20:45:38 +0000 |
Stu Tomlinson |
merge of '38cb8ea7055d8c059d560031c45e5a2eedd4b4b5'
|
Wed, 05 Dec 2007 17:08:27 +0000 |
Stu Tomlinson |
Don't hide all widgets when destroying a window because then the hidden
|
Wed, 05 Dec 2007 11:11:59 +0000 |
Evan Schoenberg |
merge of '7e3fbc31d04d03b44eec338a8703cd9329136a9a'
|
Wed, 05 Dec 2007 08:17:15 +0000 |
Sean Egan |
Fix a busted commit
|
Wed, 05 Dec 2007 07:34:11 +0000 |
Sadrul Habib Chowdhury |
Do not overwrite an existing file. Closes #3982.
|
Wed, 05 Dec 2007 04:59:43 +0000 |
Sadrul Habib Chowdhury |
Normalize and escape the filename when auto-accepting a file. References #3982.
|
Wed, 05 Dec 2007 01:32:07 +0000 |
Sadrul Habib Chowdhury |
Make sure we are still in the chat, and the chat can have a topic, when showing the topic in the tooltip.
|
Wed, 05 Dec 2007 00:42:26 +0000 |
Sadrul Habib Chowdhury |
Plug a small leak.
|
Wed, 05 Dec 2007 00:16:40 +0000 |
Sadrul Habib Chowdhury |
merge of '024dfe71422830dbaef95d94fd32517d86c82eb3'
|
Wed, 05 Dec 2007 00:03:11 +0000 |
Etan Reisner |
merge of '93a8de710501e9a772b3fb12ab3db6682a41b3d6'
|
Sat, 01 Dec 2007 06:46:25 +0000 |
Etan Reisner |
Plug another leak or two, remove a comment, and reorganize a couple functions.
|
Sat, 01 Dec 2007 06:45:05 +0000 |
Etan Reisner |
A couple more similar leak fixes though some of these still leak if the
|
Sat, 01 Dec 2007 06:30:25 +0000 |
Etan Reisner |
This should plug some leaks related to not having freed GList:s and GSList:s
|
Sat, 01 Dec 2007 03:41:37 +0000 |
Etan Reisner |
merge of '282b4acb46729e4358221cb7cc78ad9373289199'
|
Wed, 05 Dec 2007 20:44:34 +0000 |
Stu Tomlinson |
RPM spec file updates:
|
Wed, 05 Dec 2007 00:14:13 +0000 |
Sadrul Habib Chowdhury |
Fix boldifying the chat entries in the buddylist.
|
Tue, 04 Dec 2007 23:25:04 +0000 |
Sadrul Habib Chowdhury |
Show the topic of a chat, when available, in the tooltip.
|
Tue, 04 Dec 2007 22:58:38 +0000 |
Sadrul Habib Chowdhury |
Show either the grouped xor the ungrouped items.
|
Tue, 04 Dec 2007 22:23:51 +0000 |
Sadrul Habib Chowdhury |
merge of '1d6b24ed027c253dbe63f69d5e40b43cd7faf436'
|
Tue, 04 Dec 2007 20:27:06 +0000 |
Ethan Blanton |
Do not allow ISON requests to stack in IRC
|
Tue, 04 Dec 2007 22:20:18 +0000 |
Sadrul Habib Chowdhury |
Don't show a 'you ain't got no new mail' notification.
|
Tue, 04 Dec 2007 09:32:22 +0000 |
Sadrul Habib Chowdhury |
merge of '6cc61e144190cb90c18c63d45b7d7abd95a67008'
|
Tue, 04 Dec 2007 09:30:25 +0000 |
Sadrul Habib Chowdhury |
Fix a bug when changing 'close new ims' to always, then to never.
|
Tue, 04 Dec 2007 09:32:18 +0000 |
Sadrul Habib Chowdhury |
merge of '291ef07a3b75f3cde5bcdd92767af92401228a7a'
|
Tue, 04 Dec 2007 09:32:06 +0000 |
Sadrul Habib Chowdhury |
merge of '07d6eac62e7097b98307ba42488a44faf47a14e4'
|
Tue, 04 Dec 2007 06:12:52 +0000 |
Mark Doliner |
Recycle, reduce, reuse
|
Tue, 04 Dec 2007 06:13:13 +0000 |
Kevin Stange |
merge of '32e84af5c8a93baaf4b0c4ba17149327f3e241d1'
|
Tue, 04 Dec 2007 05:47:59 +0000 |
Kevin Stange |
merge of '65fe5060e09daeac78c60bf74d157d7c2330ea74'
|
Tue, 04 Dec 2007 06:12:59 +0000 |
Kevin Stange |
This makes myspace treat idle as an available status, which avoids idle
|
Tue, 04 Dec 2007 05:43:15 +0000 |
Kevin Stange |
Avoid checking for new message in the inbox when not actually connected.
|
Tue, 04 Dec 2007 08:25:58 +0000 |
Sean Egan |
Don't set the color for the group node text, now that we're not setting its background
|
Tue, 04 Dec 2007 05:15:49 +0000 |
Daniel Atallah |
Add rudimentary caching for buddy list emblems. This avoids all the icons being duplicated in memory and constantly loaded. A more complete solution would be preferable, but I think this is better than nothing.
|
Tue, 04 Dec 2007 05:03:49 +0000 |
Daniel Atallah |
Make sure that the buddy icon file chooser dialog appears onscreen on windows. Fixes #4065.
|
Tue, 04 Dec 2007 02:50:44 +0000 |
Stu Tomlinson |
merge of 'e7865d4ee742f49f097c7f9c5b14b95b1ec15b5e'
|
Mon, 03 Dec 2007 22:57:49 +0000 |
Sadrul Habib Chowdhury |
merge of '8ae0d2f36bb2689e7de9fcb3245c1e9484bd3fe6'
|
Mon, 03 Dec 2007 22:35:26 +0000 |
Daniel Atallah |
Fix a crash that occurs when creating the "Move To" menu for buddies that aren't on your list. Fixes #4217.
|
Mon, 03 Dec 2007 21:26:54 +0000 |
Daniel Atallah |
Fix #4229 by not crashing when there is an invalid group name. There is probably a bug elsewhere that causes this (I'm guessing with the ICQ encoding or something.)
|
Mon, 03 Dec 2007 19:02:28 +0000 |
Will Thompson |
De-magic number the prpl_info->keepalive interval, and document it.
|
Tue, 04 Dec 2007 02:49:41 +0000 |
Stu Tomlinson |
Feeling brave... a bright blue attention color for tab attention. I even
|
Tue, 04 Dec 2007 02:45:36 +0000 |
Stu Tomlinson |
Set the entry area size to N+1 lines where where there are N lines of text
|
Mon, 03 Dec 2007 16:38:38 +0000 |
Stu Tomlinson |
These labels have mnemonics, so should be declared as such, and fix a
|
Mon, 03 Dec 2007 16:20:59 +0000 |
Luke Schierer |
merge of '36ed28f7212302e500d79866f33eacde299878b2'
|
Mon, 03 Dec 2007 08:57:47 +0000 |
Mark Doliner |
merge of '958829ffd959717a69243c55ac0ef6b6fc52c1a7'
|
Mon, 03 Dec 2007 08:31:48 +0000 |
Richard Nelson |
Yank erroneous paste
|
Mon, 03 Dec 2007 22:56:22 +0000 |
Sadrul Habib Chowdhury |
Do not append ':' after expanding a /me.
|
Mon, 03 Dec 2007 08:57:37 +0000 |
Mark Doliner |
g_strdup() is awesome. 11 insertions(+), 35 deletions(-)
|
Mon, 03 Dec 2007 07:05:57 +0000 |
Richard Nelson |
merge of '91693085a71d31037a9bbe0743802ed307b3ece4'
|
Mon, 03 Dec 2007 07:02:48 +0000 |
Richard Nelson |
merge of '0e466dc371b6b9abc7e5c3e8fbccfb5eabd06439'
|
Mon, 03 Dec 2007 06:55:53 +0000 |
Richard Nelson |
disapproval of revision '872484bf9e23965956bacedc374083deeb3329d4'
|
Mon, 03 Dec 2007 07:01:32 +0000 |
Richard Nelson |
Add color to the conversation window to indicate various message attributes
|
Mon, 03 Dec 2007 05:55:30 +0000 |
Mark Doliner |
Have oscar specify a default chat room exchange of 4. Finch always
|
Mon, 03 Dec 2007 05:31:36 +0000 |
Mark Doliner |
Somehow this message got changed to only say ICQ instead of AIM/ICQ in
|
Mon, 03 Dec 2007 02:01:52 +0000 |
Daniel Atallah |
Fix #4203 by allowing multiple instances on win32 with the -m flag.
|
Mon, 03 Dec 2007 01:18:37 +0000 |
Daniel Atallah |
Fix #4189 to make the bonjour prpl more standards compliant by sending the stream response in the correct order. Thanks to Sjoerd Simons from Telepathy Salut for noticing.
|
Sun, 02 Dec 2007 22:02:34 +0000 |
Mark Doliner |
I added a string or three to oscar/family_chatnav.c
|
Sun, 02 Dec 2007 21:49:49 +0000 |
Mark Doliner |
Change our QQ_CLIENT version, which allows us to sign on to QQ
|
Sun, 02 Dec 2007 21:46:32 +0000 |
Mark Doliner |
Fix a few assertion failures:
|
Sun, 02 Dec 2007 20:22:32 +0000 |
Mark Doliner |
Always set gc->display_name to the formatted version of your screen
|
Sun, 02 Dec 2007 20:03:34 +0000 |
Mark Doliner |
Handle invalid room names and invalid exchanges better, by showing a
|
Sun, 02 Dec 2007 20:02:53 +0000 |
Mark Doliner |
g_return_if_fail() if the chat room name or exchange aren't set or
|
Sun, 02 Dec 2007 17:36:50 +0000 |
Stu Tomlinson |
Fix the fix for incorrect callback types.
|
Sun, 02 Dec 2007 17:33:03 +0000 |
Stu Tomlinson |
More catching up on things, from 8548e491a5b470d5665cb1cf87a7b0caaa3c87a5:
|
Sun, 02 Dec 2007 17:29:30 +0000 |
Stu Tomlinson |
There really is nothing to see here, I'm just catching up with some changes
|
Sun, 02 Dec 2007 09:25:29 +0000 |
Mark Doliner |
The current oscar max message size appears to be 2544. I don't know
|
Sun, 02 Dec 2007 08:39:31 +0000 |
Mark Doliner |
Get rid of one little userfunc callback and just call aim_im_setparams()
|
Sun, 02 Dec 2007 07:37:40 +0000 |
Sadrul Habib Chowdhury |
Use colors in textview.
|
Sun, 02 Dec 2007 07:16:05 +0000 |
Sadrul Habib Chowdhury |
Try to reuse an existing color.
|
Sun, 02 Dec 2007 06:01:52 +0000 |
Sadrul Habib Chowdhury |
Restore the screen properly after the child process ends.
|
Sun, 02 Dec 2007 02:39:15 +0000 |
Sadrul Habib Chowdhury |
merge of 'a51a84aa5d61b6fd78e58a4450a25e667a87e1cb'
|
Sun, 02 Dec 2007 02:38:11 +0000 |
Sadrul Habib Chowdhury |
Add a title and some helpful text in the 'save screenshot' dialog.
|
Sun, 02 Dec 2007 02:29:39 +0000 |
Sadrul Habib Chowdhury |
Remove the file dialog first before dumping the screenshot.
|
Mon, 03 Dec 2007 14:46:54 +0000 |
Will Thompson |
Correct a comment typo: a group is being added to the blist, not a chat.
|
Mon, 03 Dec 2007 14:40:46 +0000 |
Will Thompson |
NSS is in the pkg-config package 'microb-engine-nss' on maemo, not 'nss' or
|
Sat, 01 Dec 2007 23:42:21 +0000 |
Will Thompson |
Remove dead code.
|
Sat, 01 Dec 2007 23:40:13 +0000 |
Will Thompson |
g_strdup() connection error descriptions when restoring cached errors for
|
Sat, 01 Dec 2007 23:36:52 +0000 |
Will Thompson |
bdheeman pointed out on IRC that doxy2devhelp.xsl is not in EXTRA_DIST; let's
|
Sat, 01 Dec 2007 19:34:59 +0000 |
John Bailey |
Some tweaks to grim's plugin translation documentation.
|
Sat, 01 Dec 2007 16:43:04 +0000 |
Stu Tomlinson |
Truncate the topic to an arbitrary 72 characters in the infopane when using
|
Sat, 01 Dec 2007 09:08:43 +0000 |
Kevin Stange |
Remove useless cast I missed before.
|
Sat, 01 Dec 2007 08:51:29 +0000 |
Kevin Stange |
I didn't find any tickets mentioning this problem, but I think it's still
|
Sat, 01 Dec 2007 08:49:27 +0000 |
Kevin Stange |
This fixes some idle-related behavior with the MySpace prpl, most particularly
|
Sat, 01 Dec 2007 05:46:49 +0000 |
Sadrul Habib Chowdhury |
Do not reset the color if there's something already specified. This should
|
Sat, 01 Dec 2007 04:40:50 +0000 |
Sadrul Habib Chowdhury |
Error out when --enable-consoleui is used but finch can't be built. Fixes #3910.
|
Sat, 01 Dec 2007 03:41:16 +0000 |
Sadrul Habib Chowdhury |
New style.
|
Sat, 01 Dec 2007 03:28:50 +0000 |
Sadrul Habib Chowdhury |
Fixes.
|
Sat, 01 Dec 2007 02:56:52 +0000 |
Sadrul Habib Chowdhury |
merge of '2dee17b0fb69284b66649d32e66b473471970a43'
|
Sat, 01 Dec 2007 01:46:28 +0000 |
Sadrul Habib Chowdhury |
Themeable tab label colors.
|
Sat, 01 Dec 2007 01:39:12 +0000 |
Sadrul Habib Chowdhury |
merge of 'b4353646b7529c2dd814bc707b8b269efe420120'
|
Fri, 30 Nov 2007 22:36:33 +0000 |
Sadrul Habib Chowdhury |
Emit the 'completion' signal when tab is pressed from a suggest word.
|
Fri, 30 Nov 2007 19:02:20 +0000 |
Sadrul Habib Chowdhury |
I find this less painful to the eyes.
|
Fri, 30 Nov 2007 23:25:28 +0000 |
Daniel Atallah |
Allow UPnP and NAT-PMP port mapping to be disabled via a pref. This means that UPnP discovery will not occur if this new pref and the "Autodetect IP Address" pref are both unchecked. Fixes #4157.
|
Fri, 30 Nov 2007 21:29:18 +0000 |
Daniel Atallah |
Don't advertise our presence in avahi on IPv6 or listen for sevices since we don't support receiving connections from or connecting to IPv6 buddies. If someone needs to do that, they can submit a patch. Fixes #4188.
|
Fri, 30 Nov 2007 18:58:56 +0000 |
Sadrul Habib Chowdhury |
Refactor the code a little bit.
|
Fri, 30 Nov 2007 18:10:16 +0000 |
Sadrul Habib Chowdhury |
Update the changelogs. Correct the man page. Allow 'default' to mean the
|
Fri, 30 Nov 2007 09:22:44 +0000 |
Jochen Kemnade |
updated German translation
|
Fri, 30 Nov 2007 06:54:58 +0000 |
Ka-Hing Cheung |
why do we try to set the payload length here? When we get a error from the
|
Fri, 30 Nov 2007 03:17:07 +0000 |
Richard Nelson |
Add support for colour in gnttreerows, and colourise the blist. Fixes #1490
|
Thu, 29 Nov 2007 23:21:14 +0000 |
Daniel Atallah |
merge of '125f56f31252d721a347d2d2e379956433c1d8b5'
|
Thu, 29 Nov 2007 23:18:51 +0000 |
Daniel Atallah |
merge of '29f8aed19e209a53a63c57cf872bc9f446d84aeb'
|
Thu, 29 Nov 2007 23:18:33 +0000 |
Daniel Atallah |
Fix a crash when an error occurs discovering a the capabilities of a client. Fixes #4081.
|
Thu, 29 Nov 2007 19:04:44 +0000 |
Stu Tomlinson |
Add preferences to the newline plugin to allow enabling separately for IMs
|
Thu, 29 Nov 2007 15:47:24 +0000 |
Ethan Blanton |
Allow for non-ASCII usernames in WHOWAS for IRC
|
Wed, 28 Nov 2007 19:14:26 +0000 |
Stu Tomlinson |
Fix 2 more issues related to friendly names:
|
Wed, 28 Nov 2007 14:00:50 +0000 |
Stu Tomlinson |
Something is wrong about the way we truncate overlength passwords, and
|
Wed, 28 Nov 2007 09:05:07 +0000 |
Jochen Kemnade |
German translation update
|
Wed, 28 Nov 2007 04:05:27 +0000 |
Richard Nelson |
minor updates
|
Wed, 28 Nov 2007 03:52:27 +0000 |
Richard Nelson |
Fix for a glib assertion
|
Wed, 28 Nov 2007 03:51:18 +0000 |
Richard Nelson |
Fix cursor-next-word behaviour, noticed by jtb.
|
Wed, 28 Nov 2007 02:54:31 +0000 |
Ethan Blanton |
merge of '37d10660345bc1f2092492296caa8deaf84744b4'
|
Wed, 28 Nov 2007 02:52:30 +0000 |
Ethan Blanton |
Boo for C99 in the core
|
Wed, 28 Nov 2007 02:14:29 +0000 |
Daniel Atallah |
Fix crashing in the Timestamp plugin. Fixes #4087.
|
Wed, 28 Nov 2007 01:34:48 +0000 |
Stu Tomlinson |
Add an option per message type to enable (/disable) the overriding of
|
Wed, 28 Nov 2007 01:33:17 +0000 |
Stu Tomlinson |
Add 'Room List' buttons to Join Chat and Add Chat dialogs to ease access
|
Wed, 28 Nov 2007 01:31:36 +0000 |
Stu Tomlinson |
Prevent exceeding the server limit on friendly name length when setting
|
Wed, 28 Nov 2007 01:30:35 +0000 |
Stu Tomlinson |
Fix a leak I missed when re-importing the old MSNP9 code
|
Wed, 28 Nov 2007 01:30:04 +0000 |
Stu Tomlinson |
We should have the check to make sure we only set our own display name here
|
Tue, 27 Nov 2007 22:56:01 +0000 |
Sadrul Habib Chowdhury |
Fix a crash.
|
Tue, 27 Nov 2007 21:15:50 +0000 |
Sadrul Habib Chowdhury |
merge of '72fffff81de35e7d400bf8b8fb18ba7ed84a6b8c'
|
Tue, 27 Nov 2007 21:13:01 +0000 |
Sadrul Habib Chowdhury |
Do not init gnt here. This fixes --help.
|
Tue, 27 Nov 2007 19:30:18 +0000 |
Ethan Blanton |
Compile fixes for FreeBSD in libgnt
|
Tue, 27 Nov 2007 15:57:08 +0000 |
Ethan Blanton |
merge of '2fcb5d2cb35c5ba692592e22bc442c3d62000f85'
|
Tue, 27 Nov 2007 15:57:03 +0000 |
Ethan Blanton |
merge of '58c35aec5c3cdd46ab59070b5e659782d73d8001'
|
Tue, 27 Nov 2007 10:07:29 +0000 |
Sean Egan |
Clean up warnings
|
Tue, 27 Nov 2007 10:02:52 +0000 |
Sean Egan |
Kevin says we're ok defaulting persistent IMs on
|
Tue, 27 Nov 2007 09:57:44 +0000 |
Jochen Kemnade |
updated German translation
|
Tue, 27 Nov 2007 09:17:38 +0000 |
Sean Egan |
Having a long sentence as a title is a bit overly-bold, and I really want this dialog to say 'Welcome back'
|
Tue, 27 Nov 2007 08:40:29 +0000 |
Sean Egan |
Earlier, resiak and khc agreed that we're better off without the resizable paned widget in the gtkconv.
|
Tue, 27 Nov 2007 07:47:20 +0000 |
Sean Egan |
Had this laying around. Weeks (months?) ago all the small listers and Hylke agreed that Small list looks better with conversation tab sized icons
|
Tue, 27 Nov 2007 07:37:32 +0000 |
Sean Egan |
With the 'x' button on the mini-dialog, we don't need an 'Ignore' button anymore
|
Mon, 26 Nov 2007 23:39:42 +0000 |
Daniel Atallah |
Better error messages for common Winsock errors. This was Kevin's wonderful idea.
|
Mon, 26 Nov 2007 23:19:37 +0000 |
Daniel Atallah |
Make the GTK+ Theme Control plugin's save button list the correct location (at least in the default case). Fixes #4042
|
Mon, 26 Nov 2007 22:22:04 +0000 |
Stu Tomlinson |
Don't update our local display name when we get a response from the server
|
Mon, 26 Nov 2007 19:39:21 +0000 |
Mark Doliner |
Simplify this a little bit. Most of this change is just removing
|
Mon, 26 Nov 2007 19:03:39 +0000 |
Daniel Atallah |
Don't allow buddies to be manually added to Bonjour (remove the added buddy in the prpl add_buddy callback). Also, fix a crash when rendering the tooltip for one of these previously added buddies. Fixes #4045.
|
Mon, 26 Nov 2007 10:24:57 +0000 |
Sadrul Habib Chowdhury |
Add Florian Delizy (goutnet) to COPYRIGHT.
|
Tue, 27 Nov 2007 00:15:49 +0000 |
Sadrul Habib Chowdhury |
Add a utility function pidgin_dialog_add_button to add buttons to a dialog
|
Mon, 26 Nov 2007 10:23:41 +0000 |
Sadrul Habib Chowdhury |
goutnet is Florian Delizy.
|
Mon, 26 Nov 2007 10:12:41 +0000 |
Sadrul Habib Chowdhury |
Patch from 'goutnet' to not insert smileys when pasting as plain text.
|
Mon, 26 Nov 2007 09:49:59 +0000 |
Sadrul Habib Chowdhury |
merge of 'bcfb665250821266c993e2f5818c4e3f65314ff4'
|
Mon, 26 Nov 2007 09:49:27 +0000 |
Sadrul Habib Chowdhury |
Patch from 'goutnet': Pressing backspace on a smiley will replace the smiley
|
Mon, 26 Nov 2007 09:28:15 +0000 |
Sadrul Habib Chowdhury |
Patch from Florian Qu«²ze (the InstantBird dude) to add a search path for
|
Mon, 26 Nov 2007 08:47:08 +0000 |
Sadrul Habib Chowdhury |
Patch from fmoo. This makes a lot of the windows closeable with Escape. There
|
Mon, 26 Nov 2007 08:12:40 +0000 |
Sadrul Habib Chowdhury |
The smiley dialog is transient for the toolbar's parent window, and the about dialog is transient for the buddylist, when available.
|
Mon, 26 Nov 2007 07:35:16 +0000 |
Sadrul Habib Chowdhury |
Patch from DB42 to add a little '¡ß' in a scrollbook. I edited the patch in
|
Mon, 26 Nov 2007 06:41:00 +0000 |
John Bailey |
Fix a grammar mistake I managed to catch.
|
Mon, 26 Nov 2007 06:31:41 +0000 |
Daniel Atallah |
Fix the namespace_map being leaked.
|
Mon, 26 Nov 2007 06:30:57 +0000 |
Daniel Atallah |
My previous commit caused the scrollbook's children to be tracked correctly - it turns out that this causes problems because they really aren't the children of the scrollbook, they're the notebook'children. This stuff needs to be revisited.
|
Mon, 26 Nov 2007 05:41:09 +0000 |
Sadrul Habib Chowdhury |
merge of 'a3da14876c865437f0916509629a649308081104'
|
Mon, 26 Nov 2007 05:30:36 +0000 |
Daniel Atallah |
I'm pretty sure this is what was intended.
|
Mon, 26 Nov 2007 01:25:29 +0000 |
Ka-Hing Cheung |
merge of 'c6cea9233a5f4d22b6b5f012bd8432d2732765ea'
|
Sun, 25 Nov 2007 20:51:25 +0000 |
Daniel Atallah |
Now that the release has been tagged and strings are unfrozen, enable the new ft proxy account setting for xmpp accounts. Also, prevent duplicate entries in the streamhost lists. I don't know if the default account proxy is acceptable, perhaps there shouldn't be a default value.
|
Sun, 25 Nov 2007 14:16:54 +0000 |
Stu Tomlinson |
merge of '66d234740bd40b14ef7564f178d84ab82816d6e2'
|
Sun, 25 Nov 2007 14:12:35 +0000 |
Stu Tomlinson |
Bump the version number now we are tagged
|
Mon, 26 Nov 2007 01:22:45 +0000 |
Ka-Hing Cheung |
don't set the current tune title if it's NULL
|
Mon, 26 Nov 2007 00:51:25 +0000 |
Ka-Hing Cheung |
make prpl.h available to dbus
|
Sun, 25 Nov 2007 02:16:39 +0000 |
Ka-Hing Cheung |
Include guards for gnt and include guard typo fix for QQ, from Andrew
|
Sat, 24 Nov 2007 19:09:12 +0000 |
Stu Tomlinson |
Update the dates
|
Fri, 23 Nov 2007 19:42:47 +0000 |
Stu Tomlinson |
merge of '2cbd8db1d77e345ea55b3b765ca79726273ca727'
|
Mon, 26 Nov 2007 05:39:37 +0000 |
Sadrul Habib Chowdhury |
We need to work with the exclusive status.
|
Mon, 26 Nov 2007 05:36:09 +0000 |
Sadrul Habib Chowdhury |
old_status can be NULL when [de]activating a non-exclusive status.
|
Mon, 26 Nov 2007 05:19:07 +0000 |
Sadrul Habib Chowdhury |
Show a helpful message about account disconnect. Someone should come up with a better string.
|
Mon, 26 Nov 2007 04:45:41 +0000 |
Sadrul Habib Chowdhury |
Fix moving focus in an internal box.
|
Fri, 23 Nov 2007 11:05:43 +0000 |
Sadrul Habib Chowdhury |
Improve the 'menu experience' a little bit.
|
Fri, 23 Nov 2007 04:06:23 +0000 |
Sadrul Habib Chowdhury |
merge of '2a30e00005809366a1e544824043c204cd66c1a1'
|
Thu, 22 Nov 2007 20:37:51 +0000 |
Stu Tomlinson |
merge of '80fb886f753c30fd71edfb7a42dc840a8ccbd6fb'
|
Thu, 22 Nov 2007 20:36:00 +0000 |
Stu Tomlinson |
Squish a compile warning
|
Fri, 23 Nov 2007 19:41:44 +0000 |
Stu Tomlinson |
I had used memcpy to copy the struct tm to where the caller wants it, but
|
Fri, 23 Nov 2007 04:04:33 +0000 |
Sadrul Habib Chowdhury |
Switch to 'normal' state when: switching windows or workspaces, closing
|
Thu, 22 Nov 2007 20:21:09 +0000 |
Bj«Órn Voigt |
new German string
|
Thu, 22 Nov 2007 19:34:50 +0000 |
Sadrul Habib Chowdhury |
Workarounds to fix some issues with the minidialog and scrollbook.
|
Thu, 22 Nov 2007 19:09:32 +0000 |
Stu Tomlinson |
The use of lowercase "pango" looks out of place when appended with _CFLAGS
|
Thu, 22 Nov 2007 19:08:07 +0000 |
Stu Tomlinson |
Bump libgnt's version info in configure.ac due to added API
|
Thu, 22 Nov 2007 19:06:38 +0000 |
Stu Tomlinson |
Add a note about pkg-config to configure.ac if glib2 headers were not
|
Thu, 22 Nov 2007 18:27:09 +0000 |
Stu Tomlinson |
Make 'make distcheck' work
|
Thu, 22 Nov 2007 16:45:38 +0000 |
Stu Tomlinson |
'man 3 ctime' says of localtime() (and friends):
|
Thu, 22 Nov 2007 16:37:08 +0000 |
Stu Tomlinson |
Fix the bug in purple_str_to_time() that was causing 'make check' to fail.
|
Thu, 22 Nov 2007 16:32:56 +0000 |
Stu Tomlinson |
Fix a bug in purple_str_to_time() that could cause it to try reading past
|
Thu, 22 Nov 2007 02:56:20 +0000 |
Evan Schoenberg |
purple_cipher_context_encrypt() wants a pointer to a size_t, not a gsize
|
Wed, 21 Nov 2007 22:31:11 +0000 |
Sadrul Habib Chowdhury |
Plug a tiny little leak.
|
Wed, 21 Nov 2007 22:26:49 +0000 |
Sadrul Habib Chowdhury |
Original patch from Andrew Gaul to fix a leak.
|
Wed, 21 Nov 2007 21:46:57 +0000 |
Sadrul Habib Chowdhury |
merge of '1d074784ebb62d1f8c06d80074ca8cab61c2d346'
|
Wed, 21 Nov 2007 15:00:17 +0000 |
Stu Tomlinson |
Log a debug message when exiting as a result of the single instance check
|
Wed, 21 Nov 2007 21:46:48 +0000 |
Sadrul Habib Chowdhury |
disapproval of revision '91ae77ce12a4ab3798e303eea54d3bef749d5ca5'
|
Wed, 21 Nov 2007 08:29:33 +0000 |
Ka-Hing Cheung |
Andrew Gaul fixed another memory leak
|
Wed, 21 Nov 2007 05:22:39 +0000 |
Daniel Atallah |
Implement more of XEP-0065 to support sending files through a proxy. To avoid adding strings this close to a release, it only supports using a proxy that is discovered from the server, but we'll include an account option to manually specify a ft proxy in the next release. Lots of this is based on a patch from galt - Fixes #3730, #116, #1768
|
Wed, 21 Nov 2007 02:53:27 +0000 |
Daniel Atallah |
Prevent crashing when authorizing or denying after the account is disconnected.
|
Wed, 21 Nov 2007 02:26:23 +0000 |
John Bailey |
I never logged this. Refs #2265
|
Wed, 21 Nov 2007 02:15:23 +0000 |
John Bailey |
NEWS'ing. Looks like I'm not too late?
|
Tue, 20 Nov 2007 18:54:55 +0000 |
Ka-Hing Cheung |
another patch from my coworker Andrew Gaul that plugged a leak, I fixed it
|
Tue, 20 Nov 2007 15:55:13 +0000 |
Luke Schierer |
Daniel tells me the make check failure is not new, and that we shouldn't hold up the release for it. I say we release today :-)
|
Mon, 19 Nov 2007 23:06:16 +0000 |
Etan Reisner |
merge of '374a8877bfa4fa06b384482815befe37f2c72b9b'
|
Mon, 19 Nov 2007 20:50:48 +0000 |
Stu Tomlinson |
Fix a double-free and a leak at the same time.
|
Mon, 19 Nov 2007 15:31:59 +0000 |
Daniel Atallah |
Fix a discovery related crash. I think this still needs better error handling. Fixes #3995.
|
Mon, 19 Nov 2007 13:18:03 +0000 |
Stu Tomlinson |
Unable to connect is not an authentication failure, even if it happens
|
Mon, 19 Nov 2007 08:07:11 +0000 |
Evan Schoenberg |
merge of '22963f332a80135af80a80919aee45d70dd0e1c0'
|
Mon, 19 Nov 2007 08:05:36 +0000 |
Evan Schoenberg |
The Jabber registration process depends upon having a non-NULL cbdata->who,
|
Mon, 19 Nov 2007 06:15:29 +0000 |
Evan Schoenberg |
merge of '114c116bf552647586c41688811808aec9d2ed28'
|
Mon, 19 Nov 2007 08:07:09 +0000 |
Evan Schoenberg |
merge of '5a8a1c7157bbb174029ef625cbf079604f7ad7fa'
|
Mon, 19 Nov 2007 07:56:50 +0000 |
Ka-Hing Cheung |
QuLogic submitted this patch a long time ago, References #2571. I believe
|
Mon, 19 Nov 2007 07:44:51 +0000 |
Ka-Hing Cheung |
prpl->set_buddy_icon may keep a reference to PurpleStoredImage, move the
|
Mon, 19 Nov 2007 03:16:29 +0000 |
Daniel Atallah |
Fix #3983 by canceling the file transfer when connecting to the remote host fails.
|
Mon, 19 Nov 2007 03:10:41 +0000 |
Daniel Atallah |
merge of '28981c935948f2d4e944f786a01e16ecadfd4848'
|
Mon, 19 Nov 2007 02:45:41 +0000 |
Ka-Hing Cheung |
soap faults are now properly handled
|
Mon, 19 Nov 2007 00:40:33 +0000 |
Daniel Atallah |
This is a patch from Lee Roach to update the mingw "clean" makefile targets to remove some generated files and to fix a couple other issues. Fixes #3981.
|
Sun, 18 Nov 2007 21:03:29 +0000 |
Stu Tomlinson |
This fixes the problem where all accounts are disabled due to connection
|
Sun, 18 Nov 2007 17:34:39 +0000 |
Stu Tomlinson |
Fix showing groups that contain offline buddies that have the "Show when
|
Sun, 18 Nov 2007 01:00:09 +0000 |
Sadrul Habib Chowdhury |
merge of '16aac1f231cfcd086d52cb58b975ea2d01399cb1'
|
Sat, 17 Nov 2007 20:58:56 +0000 |
Stu Tomlinson |
Allow empty GNOME_DESKTOP_SESSION_ID to "fail" the running_gnome check as
|
Sat, 17 Nov 2007 20:09:15 +0000 |
Stu Tomlinson |
ChangeLog a couple of items
|
Sat, 17 Nov 2007 20:00:25 +0000 |
Evan Schoenberg |
Fixed static linkage of msnp9 in the most straightforward way I could see, which is to have the purple_init_##pluginname##_plugin() function match the directory name, msnp9
|
Sat, 17 Nov 2007 19:58:00 +0000 |
Stu Tomlinson |
merge of '7740233c9fca04206ee36d5c66bc83674db5dd9f'
|
Sat, 17 Nov 2007 19:41:12 +0000 |
Evan Schoenberg |
merge of '9799ea1a775e027d12b0c7e89bca78e7ce446402'
|
Sat, 17 Nov 2007 19:41:05 +0000 |
Evan Schoenberg |
merge of '08cb9f1663b00e65e42b571d63bfda3137430524'
|
Sat, 17 Nov 2007 19:40:58 +0000 |
Evan Schoenberg |
merge of '451870242251136bbe412d57d396a243cdcba188'
|
Sat, 17 Nov 2007 17:44:21 +0000 |
Stu Tomlinson |
default the conversation close immediately pref to TRUE to prevent
|
Sat, 17 Nov 2007 19:44:50 +0000 |
Evan Schoenberg |
disapproval of revision 'e98859404f9599f2db1a5ebea2a0b340ad4701b8'
|
Sat, 17 Nov 2007 19:39:21 +0000 |
Evan Schoenberg |
Fixed static linkage of msnp9 in the most straightforward way I could see, which is to have the purple_init_##pluginname##_plugin() function match the directory name, msnp9
|
Sat, 17 Nov 2007 17:27:48 +0000 |
Evan Schoenberg |
merge of '76c07fcb434a2a7aa289734bb221c171a376d73b'
|
Sat, 17 Nov 2007 15:18:01 +0000 |
Bj«Órn Voigt |
new string (German)
|
Sat, 17 Nov 2007 02:21:25 +0000 |
Sadrul Habib Chowdhury |
These functions aren't deprecated anymore.
|
Sat, 17 Nov 2007 02:20:01 +0000 |
Sadrul Habib Chowdhury |
merge of '936967b97a8afdc95b54fe92924ef7c0414bea42'
|
Wed, 14 Nov 2007 02:40:56 +0000 |
Sadrul Habib Chowdhury |
disapproval of revision 'c52c996c95bec84928db81dc592640366ff5a432'
|
Sat, 17 Nov 2007 02:03:01 +0000 |
Sadrul Habib Chowdhury |
merge of '540d26af45cb3708b3fe07efd7aa25e40a0b78ea'
|
Sat, 17 Nov 2007 01:55:40 +0000 |
Sadrul Habib Chowdhury |
disapproval of revision 'ea579831d8561ac6b0cde4b034383b02b3e51ae5'
|
Sat, 17 Nov 2007 01:55:21 +0000 |
Sadrul Habib Chowdhury |
merge of '30fcf2f336afb635b62a5c3ed3adb3e1fa1dd2d1'
|
Sat, 17 Nov 2007 01:45:03 +0000 |
Sadrul Habib Chowdhury |
merge of '201e11a069d84d6e66abf5192dbb2083233beb4c'
|
Sat, 17 Nov 2007 00:56:02 +0000 |
Luke Schierer |
merge of '1084824bf3739139306602c736073dd294ca4206'
|
Sat, 17 Nov 2007 00:12:30 +0000 |
Richard Laager |
This merge has the effect of reverting the hinting code from trunk.
|
Fri, 16 Nov 2007 23:50:30 +0000 |
Bj«Órn Voigt |
syntax checks (German)
|
Fri, 16 Nov 2007 19:11:08 +0000 |
Daniel Atallah |
Turns out this isn't a bug, nor is it win32-specific, and that we're misusing gtk_imhtml_clipboard_clear(). The reason this started being a problem was the fix to make the clipboard data set instead the owner set.
|
Fri, 16 Nov 2007 18:43:50 +0000 |
Daniel Atallah |
There appears to be a new GTK+ bug that causes the clipboard_clear callback to be triggered *after* the clipboard_copy callback on the second copy attempt. This makes stuff still work correctly when this happens (and, most importantly, not crash). I'll report this upstream.
|
Fri, 16 Nov 2007 17:38:53 +0000 |
Daniel Atallah |
Prevent multiple file offers from going out with a patch from galt. Fixes #3839.
|
Fri, 16 Nov 2007 17:11:44 +0000 |
Daniel Atallah |
Add purple_plugin_pref_[sg]et_format_type to the Perl API. There are a number of new functions that also need to be added, but I don't have time to do that right now. Fixes #3781.
|
Fri, 16 Nov 2007 13:15:19 +0000 |
Luke Schierer |
merge of '3634d69c60fbdab75e20abe5dbe9a7840fe80804'
|
Fri, 16 Nov 2007 07:49:55 +0000 |
Mark Doliner |
Don't crash when connecting to jabber.freenet.de. Michael Weitzel sent
|
Fri, 16 Nov 2007 07:31:49 +0000 |
Mark Doliner |
Get rid of two compile warnings:
|
Fri, 16 Nov 2007 05:58:57 +0000 |
Kevin Stange |
Just a test.
|
Fri, 16 Nov 2007 05:49:45 +0000 |
Kevin Stange |
Permit including of files like "pidgin/minidialog.h" from within pidgin/
|
Fri, 16 Nov 2007 05:31:39 +0000 |
Daniel Atallah |
Suppress warning
|
Fri, 16 Nov 2007 05:14:14 +0000 |
Daniel Atallah |
merge of '021b5f63a39f1578bba3b42c372e25e17f1490ed'
|
Fri, 16 Nov 2007 05:04:44 +0000 |
Kevin Stange |
Compile!
|
Fri, 16 Nov 2007 05:02:34 +0000 |
Daniel Atallah |
Fix purple.h generation on win32. Thanks to Kevin for noticing.
|
Fri, 16 Nov 2007 04:36:10 +0000 |
Kevin Stange |
Make sense!
|
Fri, 16 Nov 2007 03:39:04 +0000 |
Ambrose C. Li |
fixes #3979
|
Fri, 16 Nov 2007 03:26:08 +0000 |
Luke Schierer |
merge of '134d744543dd1085b75aefb7171ca8dd76b343d4'
|
Fri, 16 Nov 2007 03:25:49 +0000 |
Luke Schierer |
compile
|
Fri, 16 Nov 2007 03:23:58 +0000 |
RKVS Raman |
fixes #3953
|
Fri, 16 Nov 2007 03:22:49 +0000 |
Mi«ßu Moldovan |
fixes #3971
|
Fri, 16 Nov 2007 03:21:09 +0000 |
Maur«¿cio Collares |
fixes #3972
|
Fri, 16 Nov 2007 02:41:37 +0000 |
Daniel Atallah |
Fix #3669
|
Fri, 16 Nov 2007 01:59:59 +0000 |
Daniel Atallah |
Fix #3421 by checking for an existing conversation in which to display a yahoo buzz.
|
Fri, 16 Nov 2007 01:39:53 +0000 |
Daniel Atallah |
Fix #3911 by checking that the connection is still valid when authorizing or denying an MSN auth. request.
|
Fri, 16 Nov 2007 01:19:52 +0000 |
Daniel Atallah |
Use MSNP9 on win32 as well.
|
Fri, 16 Nov 2007 01:16:53 +0000 |
Daniel Atallah |
Update the changelogs for 2.3.0
|
Thu, 15 Nov 2007 23:37:36 +0000 |
Daniel Atallah |
Fix receiving files from Gajim clients by making the SOCKS5 target hash correct.
|
Thu, 15 Nov 2007 22:01:48 +0000 |
Bj«Órn Voigt |
some language names fixed for German
|
Thu, 15 Nov 2007 20:50:28 +0000 |
Daniel Atallah |
Fix some confusion between iq ids and sids. This allows me to send files to Gajim (as long as Gajim has initiated the connection to me - there seems to a bug there where it will try to make a new connection if I've initiated the connection). Also fix a null ptr deref crash.
|
Thu, 15 Nov 2007 19:36:19 +0000 |
Daniel Atallah |
Fix something I mistyped.
|
Thu, 15 Nov 2007 19:35:27 +0000 |
Daniel Atallah |
Now that the buddies are being removed from the list correctly, it needs to happen before the dns_sd stuff is cleaned up when we disconnect so that it doesn't crash the avahi implementation.
|
Thu, 15 Nov 2007 18:25:50 +0000 |
Daniel Atallah |
Use a Message only window for processing messages from the win32 launcher since it is slightly more efficient.
|
Thu, 15 Nov 2007 17:27:16 +0000 |
Daniel Atallah |
Various bugfixes including using purple_account_remove_buddy() in addition to purple_blist_remove_buddy() to make sure that the buddy gets cleaned up fully when logging out or we go offline.
|
Thu, 15 Nov 2007 17:25:34 +0000 |
Daniel Atallah |
Clarify what purple_blist_remove_buddy() does somewhat.
|
Sat, 17 Nov 2007 18:26:03 +0000 |
Kelemen G«¡bor |
Update project version and translations
|
Thu, 15 Nov 2007 15:57:02 +0000 |
Kelemen G«¡bor |
Reverting to previous version, I forgot to remove the prevous file from
|
Thu, 15 Nov 2007 15:09:15 +0000 |
Daniel Atallah |
File transfer doesn't currently work with gajim, so don't claim it does in the ChangeLog.
|
Thu, 15 Nov 2007 14:53:53 +0000 |
Daniel Atallah |
Fix a couple bugs in the Bonjour XEP-0065 implementation, mainly related to error handling, but also send a <streamhost-used /> result. Also fix a XEP-0096 bug where the SI profile wasn't being specified. These bring ft with gajim closer to working, but we aren't there yet.
|
Thu, 15 Nov 2007 14:22:06 +0000 |
Luke Schierer |
merge of '067ce66484e78265473842f3b614b26a3530ca28'
|
Thu, 15 Nov 2007 12:55:17 +0000 |
Will Thompson |
merge of '61d876a57f30f4e29a91a8411d259e8aaa4355ea'
|
Thu, 15 Nov 2007 12:30:51 +0000 |
Will Thompson |
Don't crash when someone ignores an error. The mini-dialog was being
|
Fri, 16 Nov 2007 02:42:22 +0000 |
Stu Tomlinson |
disapproval of revision '067ce66484e78265473842f3b614b26a3530ca28'
|
Thu, 15 Nov 2007 13:39:10 +0000 |
Bj«Órn Voigt |
fixes #3864: Pidgin 2.2.3 does not build outside source directory
|
Thu, 15 Nov 2007 11:10:24 +0000 |
Timo Jyrinki |
One final commit because I got spell-checking via pofilter + voikko library
|
Thu, 15 Nov 2007 09:39:53 +0000 |
Bj«Órn Voigt |
spell checking German
|
Thu, 15 Nov 2007 02:43:37 +0000 |
Stu Tomlinson |
Fix building outside of the source directory. This is derived from the
|
Thu, 15 Nov 2007 02:22:02 +0000 |
Stu Tomlinson |
MSNP9 is now the default, with no ./configure option for anything else.
|
Wed, 14 Nov 2007 23:09:03 +0000 |
Mark Doliner |
Compile when plugins are disabled
|
Wed, 14 Nov 2007 20:25:27 +0000 |
Josep Puigdemont |
Updated Catalan translation.
|
Wed, 14 Nov 2007 18:47:24 +0000 |
Will Thompson |
Mention new error mini-dialogs in the ChangeLog.
|
Wed, 14 Nov 2007 18:29:41 +0000 |
Luke Schierer |
Claudio didn't update the changelog
|
Wed, 14 Nov 2007 17:36:48 +0000 |
Luke Schierer |
merge of '3c47eff17aa11d52826b274c1dd79c6c487f5a15'
|
Wed, 14 Nov 2007 17:10:28 +0000 |
Bj«Órn Voigt |
header update
|
Wed, 14 Nov 2007 17:07:32 +0000 |
Bj«Órn Voigt |
German update
|
Wed, 14 Nov 2007 13:22:39 +0000 |
Luke Schierer |
1)give credit
|
Wed, 14 Nov 2007 13:06:16 +0000 |
RKVS Raman |
fixes #3954
|
Wed, 14 Nov 2007 13:05:41 +0000 |
RKVS Raman |
fixes #3954
|
Wed, 14 Nov 2007 12:54:17 +0000 |
ª±ric Boumaour |
fixes #3955
|
Wed, 14 Nov 2007 12:51:02 +0000 |
Ambrose C. Li |
fixes #3947
|
Wed, 14 Nov 2007 12:47:33 +0000 |
Luke Schierer |
merge of '1e67d8385e25c7400a4100b8af1048dd5c0a3f0f'
|
Wed, 14 Nov 2007 12:44:45 +0000 |
Luke Schierer |
merge of 'cf2b9ed82ae35086ec3c7557b3b00c0664daca8e'
|
Wed, 14 Nov 2007 12:40:48 +0000 |
Will Thompson |
Don't update the error in the buddy list if it hasn't changed.
|
Wed, 14 Nov 2007 12:26:52 +0000 |
Will Thompson |
Remove account error dialogs from the scrollbook's notebook, not from the
|
Wed, 14 Nov 2007 12:16:30 +0000 |
Will Thompson |
merge of '29c59c7fc04cdf75b2debfab42171f298f82c5fc'
|
Wed, 14 Nov 2007 10:39:40 +0000 |
Timo Jyrinki |
update also ChangeLog to indicate Finnish translation update
|
Wed, 14 Nov 2007 09:06:42 +0000 |
Timo Jyrinki |
Update fi.po translations for the release
|
Wed, 14 Nov 2007 10:07:01 +0000 |
Peter Hjalmarsson |
Updated swedish translation
|
Fri, 16 Nov 2007 09:05:15 +0000 |
Jochen Kemnade |
german translation update
|
Wed, 14 Nov 2007 05:29:19 +0000 |
Sadrul Habib Chowdhury |
merge of '1a57741b94a1fc6f2b23038e3aa24ee2adf4181c'
|
Wed, 14 Nov 2007 04:52:45 +0000 |
Daniel Atallah |
Register the correct number of values for the "connection-error" signal.
|
Wed, 14 Nov 2007 04:07:08 +0000 |
Richard Nelson |
Fix the max value for gntlabel's text-flag property
|
Wed, 14 Nov 2007 02:56:34 +0000 |
Daniel Atallah |
Fix #3930 by correctly detecting when we're no longer immediately following a br.
|
Wed, 14 Nov 2007 05:27:47 +0000 |
Sadrul Habib Chowdhury |
Allow turning on logging when enabling the gnthistory plugin. (this doesn't
|
Wed, 14 Nov 2007 00:23:21 +0000 |
Sadrul Habib Chowdhury |
merge of '45b552be25717e53a4c0e84b9d0242ded9c05628'
|
Tue, 13 Nov 2007 23:26:12 +0000 |
Casey Harkins |
merge of '046387959e096233195d912c7cc3f0b62f93eca8'
|
Tue, 13 Nov 2007 23:25:54 +0000 |
Casey Harkins |
disapproval of revision 'f2ac3f0cdea64fd5e603c5350cabf85ed619f5e3'
|
Wed, 14 Nov 2007 00:09:06 +0000 |
Sadrul Habib Chowdhury |
Update the ChangeLog.API and change how gnt_menu_get_item works.
|
Wed, 14 Nov 2007 12:42:23 +0000 |
Loptosko |
fixes #3941
|
Tue, 13 Nov 2007 22:45:51 +0000 |
Casey Harkins |
merge of 'e9c1dfdac7b1652f8c03584db667bc586c4b295c'
|
Tue, 13 Nov 2007 22:44:51 +0000 |
Casey Harkins |
Use widget allocation height to determine docklet icon size on x11, rather
|
Tue, 13 Nov 2007 22:36:10 +0000 |
Shalom Craimer |
fixes #3929
|
Tue, 13 Nov 2007 22:32:32 +0000 |
Loptosko |
fixes #3928
|
Tue, 13 Nov 2007 22:20:23 +0000 |
Dmitry Beloglazov |
fixes #3920
|
Tue, 13 Nov 2007 22:17:49 +0000 |
Ivar Smolin |
fixes #3914
|
Tue, 13 Nov 2007 22:16:23 +0000 |
Luke Schierer |
credit due
|
Tue, 13 Nov 2007 22:14:42 +0000 |
Amanpreet Singh Alam |
references #3908
|
Tue, 13 Nov 2007 22:04:34 +0000 |
Friedel Wolff |
fixes #3783
|
Tue, 13 Nov 2007 22:01:42 +0000 |
Kelemen G«¡bor |
fixes #3766
|
Tue, 13 Nov 2007 21:55:21 +0000 |
Luke Schierer |
further fix the po/Changelog
|
Tue, 13 Nov 2007 21:54:06 +0000 |
Martin Srebotnjak |
fixes#3735
|
Tue, 13 Nov 2007 21:48:04 +0000 |
Luke Schierer |
merge of '6b1a373e3e69276313a52397e9213c08c1d67846'
|
Tue, 13 Nov 2007 18:00:22 +0000 |
Mark Doliner |
merge of '7a98d978e56502762335bda8f19011a139ac460a'
|
Tue, 13 Nov 2007 06:27:27 +0000 |
Daniel Atallah |
My changes to disable external port mapping exposed a flaw where the server socket was being closed immediately, before the client had read all the data - this caused the client to receive a RST and consequently error. The solution is to wait for the client to close the connection before closing the server connection. I'm surprised this hasn't been a problem elsewhere - it seems like it would be.
|
Tue, 13 Nov 2007 04:29:06 +0000 |
Daniel Atallah |
Don't map the port used for bonjour file transfers externally. This adds a new function that will go away in 3.0.0 when we can modify purple_network_do_listen to take an additional parameter.
|
Tue, 13 Nov 2007 02:20:58 +0000 |
Daniel Atallah |
Cleanup and fix the socks5 proxy connect address to be correct.
|
Mon, 12 Nov 2007 23:20:25 +0000 |
Daniel Atallah |
I messed this up at some point.
|
Mon, 12 Nov 2007 23:16:52 +0000 |
Daniel Atallah |
Don't allow the buffer to be overrun when you have lots of local IPs.
|
Mon, 12 Nov 2007 23:10:08 +0000 |
Daniel Atallah |
merge of 'aa714a29059f790cb003a8fe1bec9c8873d09e33'
|
Mon, 12 Nov 2007 20:39:26 +0000 |
Bj«Órn Voigt |
- "Listening musik"
|
Mon, 12 Nov 2007 19:04:01 +0000 |
Stu Tomlinson |
merge of '9a0d3011817c44b114c37789a6561df8c8d75a80'
|
Mon, 12 Nov 2007 18:59:14 +0000 |
Will Thompson |
merge of '42565dfdfb1d0477d08281c1c37e99bba59c56fc'
|
Mon, 12 Nov 2007 18:47:40 +0000 |
Will Thompson |
Add a clickable link to the SSL FAQ to errors about accounts which need SSL
|
Mon, 12 Nov 2007 08:27:56 +0000 |
Mark Doliner |
Get rid of a few silly doxygen warnings
|
Mon, 12 Nov 2007 08:27:17 +0000 |
Mark Doliner |
Fix a warning from make docs:
|
Mon, 12 Nov 2007 19:02:00 +0000 |
Stu Tomlinson |
The order of these variable declarations is important if we want the
|
Mon, 12 Nov 2007 17:13:44 +0000 |
Sadrul Habib Chowdhury |
Add maximize flags for windows.
|
Mon, 12 Nov 2007 16:53:54 +0000 |
Sadrul Habib Chowdhury |
merge of '45a353a8a7978312260680050564b3a32f0d07aa'
|
Mon, 12 Nov 2007 09:27:56 +0000 |
Kelemen G«¡bor |
Hungarian translation updated
|
Tue, 13 Nov 2007 13:19:08 +0000 |
Claudio Satriano |
First translation update for 2.3.0 and first try of mtn commit :)
|
Mon, 12 Nov 2007 08:58:25 +0000 |
Jochen Kemnade |
updated German translation
|
Mon, 12 Nov 2007 08:10:40 +0000 |
Mark Doliner |
merge of '64bb85d88261de930f9c987d2347b6babf8e7641'
|
Mon, 12 Nov 2007 07:59:13 +0000 |
Mark Doliner |
merge of '13fac0dd91d110f10bc90c13074fe6277ba77b0d'
|
Mon, 12 Nov 2007 07:32:28 +0000 |
Kevin Stange |
1.1.2 -> 1.1.5
|
Mon, 12 Nov 2007 08:10:24 +0000 |
Mark Doliner |
Add a lengthy comment about a small problem with our signal handler
|
Mon, 12 Nov 2007 07:57:31 +0000 |
Mark Doliner |
Update our Doxyfile.in using "doxygen -u Doxyfile.in"
|
Mon, 12 Nov 2007 05:49:34 +0000 |
John Bailey |
Update the FSF address that I missed in my round of updates a couple months ago.
|
Mon, 12 Nov 2007 05:46:42 +0000 |
John Bailey |
merge of '4d861866c16a8e87cc915a0d71b0b5a9365cbb3c'
|
Mon, 12 Nov 2007 03:09:54 +0000 |
Stu Tomlinson |
kill another compile warning
|
Mon, 12 Nov 2007 05:09:17 +0000 |
Daniel Atallah |
Leak fix, cleanup and code reuse.
|
Mon, 12 Nov 2007 04:17:10 +0000 |
Daniel Atallah |
I thought I was just fixing a leak in this commit, but it turns out I forgot to add the new files in the previous commit.
|
Mon, 12 Nov 2007 03:41:20 +0000 |
Daniel Atallah |
Don't strip the silc dlls.
|
Tue, 27 Nov 2007 15:56:20 +0000 |
Ethan Blanton |
Some platforms require additional includes before net/if.h, and this
|
Mon, 12 Nov 2007 03:37:14 +0000 |
Daniel Atallah |
Patch from some Intel folks to implement file transfer in Bonjour using XEP-0096 and 0065. This hopefully will work with Gaijm (haven't yet tested) and, of course, between libpurple instances; it will not work with Adium or iChat.
|
Mon, 12 Nov 2007 02:43:06 +0000 |
Daniel Atallah |
Update the win32 SILC Toolkit to 1.1.5.
|
Mon, 12 Nov 2007 02:29:15 +0000 |
Stu Tomlinson |
Squish some warnings here too, with evil(?) casts
|
Mon, 12 Nov 2007 01:59:01 +0000 |
Stu Tomlinson |
Silence a warning about blist_node_extended_menu defined but not used by
|
Mon, 12 Nov 2007 01:42:39 +0000 |
Stu Tomlinson |
Fix usage of purple_request_action_with_hint() (again?), hint and user_data
|
Mon, 12 Nov 2007 00:00:52 +0000 |
Daniel Atallah |
Fix build.
|
Sun, 11 Nov 2007 22:31:16 +0000 |
Will Thompson |
propagate from branch 'im.pidgin.pidgin' (head d2826de9438a8a8756c77368c1f585807a3984d0)
|
Sun, 11 Nov 2007 22:29:39 +0000 |
Will Thompson |
Mention PidginMiniDialog in ChangeLog.API
|
Sun, 11 Nov 2007 22:27:52 +0000 |
Will Thompson |
Use the error icon rather than the disconnect icon in connection error
|
Sun, 11 Nov 2007 22:18:20 +0000 |
Will Thompson |
Switch to purple_connection_error_reason in msnp9, and a few places I missed in
|
Sun, 11 Nov 2007 22:09:49 +0000 |
Will Thompson |
Don't open a dialog window on connection errors --- they're shown in the buddy
|
Sun, 11 Nov 2007 21:56:58 +0000 |
Will Thompson |
Clarify PURPLE_CONNECTION_ERROR_INVALID_USERNAME slightly.
|
Sun, 11 Nov 2007 21:41:59 +0000 |
Will Thompson |
Use PURPLE_CONNECTION_ERROR_INVALID_USERNAME in oscar and yahoo, which were
|
Sun, 11 Nov 2007 21:37:39 +0000 |
Will Thompson |
I don't think that incorrect passwords can be helpfully distinguished from
|
Sun, 11 Nov 2007 21:22:12 +0000 |
Will Thompson |
Consensus on #pidgin is that certificate errors and AUTHENTICATION_IMPOSSIBLE
|
Sun, 11 Nov 2007 19:09:49 +0000 |
Will Thompson |
Add PURPLE_CONNECTION_ERROR_{INVALID_USERNAME,INCORRECT_PASSWORD}, to be used
|
Sun, 11 Nov 2007 17:01:59 +0000 |
Will Thompson |
propagate from branch 'im.pidgin.pidgin' (head 0f99eebc17d3efab8dac3d72feb857ab25b06cb7)
|
Sun, 11 Nov 2007 14:19:55 +0000 |
Will Thompson |
propagate from branch 'im.pidgin.pidgin' (head 18b9b46acf72ed063fad2e2779a5202fd6d8126b)
|
Sat, 10 Nov 2007 13:06:12 +0000 |
Will Thompson |
Propagating ipp to im.pidgin.cpw.resiak.disconnectreason caused
|
Sat, 10 Nov 2007 12:10:04 +0000 |
Will Thompson |
propagate from branch 'im.pidgin.pidgin' (head d8103be97302efb404e2f6922925f661c807ad23)
|
Wed, 07 Nov 2007 11:23:03 +0000 |
Will Thompson |
Make mini-dialogs follow the blist's size changes.
|
Mon, 05 Nov 2007 16:48:02 +0000 |
Will Thompson |
propagate from branch 'im.pidgin.pidgin.next.minor' (head 58a7a68ec9891c7989ec16c0a3d52f9756de75db)
|
Mon, 05 Nov 2007 10:29:13 +0000 |
Will Thompson |
Really actually hide the description label inside a minidialog, even when
|
Mon, 05 Nov 2007 01:39:39 +0000 |
Will Thompson |
De-magic-number (and correct) the width request of PidginMiniDialog's labels.
|
Mon, 05 Nov 2007 01:32:25 +0000 |
Will Thompson |
Say that an account has been disabled if it has been in the title of a generic
|
Mon, 05 Nov 2007 01:29:11 +0000 |
Will Thompson |
Remove a redundant hbox around PidginMiniDialog's description label.
|
Mon, 05 Nov 2007 01:28:20 +0000 |
Will Thompson |
Hide the description label of the PidginMiniDialog used for signed on elsewhere
|
Mon, 05 Nov 2007 01:19:51 +0000 |
Will Thompson |
Use PidginMiniDialog to display signed in elsewhere errors in the blist.
|
Mon, 05 Nov 2007 00:54:23 +0000 |
Will Thompson |
Remove redundant gtk_widget_show_all()s.
|
Mon, 05 Nov 2007 00:53:14 +0000 |
Will Thompson |
Don't override any of the GtkContainer API in PidginMiniDialog. It's more
|
Sun, 04 Nov 2007 23:58:50 +0000 |
Will Thompson |
Add pidgin_mini_dialog_get_num_children(), a convenient way to check how many
|
Sun, 04 Nov 2007 23:57:43 +0000 |
Will Thompson |
Use an idle callback to destroy PidginMiniDialogs when a button is pressed.
|
Sun, 04 Nov 2007 23:56:25 +0000 |
Will Thompson |
Don't leak all bar one of the closure structs allocated by
|
Sun, 04 Nov 2007 15:57:38 +0000 |
Will Thompson |
Add some padding to PidginMiniDialogClass. Padding is not needed in
|
Sun, 04 Nov 2007 15:54:49 +0000 |
Will Thompson |
Make PidginMiniDialog do more things right when used as a GtkContainer. _add,
|
Sun, 04 Nov 2007 14:43:45 +0000 |
Will Thompson |
Create a PidginMiniDialog widget; make pidgin_make_mini_dialog() in gtkutils.c
|
Sat, 03 Nov 2007 17:08:21 +0000 |
Will Thompson |
Display all connection errors in a scrollbook, which is packed inside
|
Sat, 03 Nov 2007 16:32:28 +0000 |
Will Thompson |
Fix iterating over accounts_signed_on_elsewhere while doing things that will
|
Sat, 03 Nov 2007 14:35:09 +0000 |
Will Thompson |
Remove padding and size-grouping from buttons in minidialogs to save horizontal
|
Sat, 03 Nov 2007 14:06:24 +0000 |
Will Thompson |
Use minidialogs rather than horrifying buttons with red text to notify the user
|
Sat, 03 Nov 2007 12:17:06 +0000 |
Will Thompson |
Work around a bug in vim's bracket matching, whereby it doesn't realise that
|
Sat, 03 Nov 2007 12:12:02 +0000 |
Will Thompson |
Add a tooltip to each account's label in the signed on elsewhere minidialog,
|
Sat, 03 Nov 2007 11:05:52 +0000 |
Will Thompson |
Restore error notifications on the buddy list after a restart. Make the Ignore
|
Sat, 03 Nov 2007 00:25:33 +0000 |
Will Thompson |
purple_account_clear_current_error is public API, so should not be static.
|
Sat, 03 Nov 2007 00:23:01 +0000 |
Will Thompson |
Save accounts' current errors to accounts.xml, and restore them at startup.
|
Sat, 03 Nov 2007 00:20:55 +0000 |
Will Thompson |
PurpleConnectionErrorInfo.description should not be const.
|
Fri, 02 Nov 2007 19:36:34 +0000 |
Will Thompson |
Extract setting an account's current error to a static function. In the
|
Fri, 02 Nov 2007 15:00:24 +0000 |
Will Thompson |
Add purple_account_clear_current_error(), which does what it says on the tin.
|
Fri, 02 Nov 2007 14:48:06 +0000 |
Will Thompson |
Fix the return type of pidgin_make_mini_dialog() to be GtkWidget * rather than
|
Wed, 31 Oct 2007 15:32:24 +0000 |
Will Thompson |
Don't pop up a separate error dialog when an account is disconnected by
|
Wed, 31 Oct 2007 15:23:07 +0000 |
Will Thompson |
Re-set URGENT on the buddy list when a new account is added to a pre-existing
|
Wed, 31 Oct 2007 15:19:21 +0000 |
Will Thompson |
Group all NAME_IN_USE errors together into one neat mini-dialog on the buddy
|
Wed, 31 Oct 2007 15:17:09 +0000 |
Will Thompson |
Document that callbacks for mini-dialogs may be NULL.
|
Wed, 31 Oct 2007 00:57:26 +0000 |
Will Thompson |
Break creating and removing generic error boxes by account into their own
|
Wed, 31 Oct 2007 00:32:11 +0000 |
Will Thompson |
Improve the documentation of pidgin_make_mini_dialog().
|
Tue, 30 Oct 2007 23:46:59 +0000 |
Will Thompson |
I have no idea why checking for an OFFLINE status type on an account would be
|
Tue, 30 Oct 2007 23:41:10 +0000 |
Will Thompson |
Fix a type error. I could have sworn I did this before committing...
|
Tue, 30 Oct 2007 23:33:13 +0000 |
Will Thompson |
* When an account error changes, just recreate its button rather than every
|
Tue, 30 Oct 2007 21:38:14 +0000 |
Will Thompson |
Document exactly how long the PurpleConnectionErrorInfo pointers given out by
|
Sun, 28 Oct 2007 23:18:09 +0000 |
Will Thompson |
The two PurpleConnectionErrorInfo parameters are meant to be const.
|
Sun, 28 Oct 2007 23:10:08 +0000 |
Will Thompson |
Mark pointed out that PurpleConnectionErrorPair is not a very good name for the
|
Sun, 28 Oct 2007 18:03:14 +0000 |
Will Thompson |
Document the gc parameter of purple_connection_error_reason to shut doxygen up.
|
Sun, 28 Oct 2007 16:43:16 +0000 |
Will Thompson |
Deprecate pidgin_blist_update_account_error_state() and
|
Sun, 28 Oct 2007 16:32:37 +0000 |
Will Thompson |
PurpleConnectionErrorPair is a better name for struct { PurpleConnectionError;
|
Sun, 28 Oct 2007 13:01:45 +0000 |
Will Thompson |
Add the old error to the account-error-changed signal.
|
Sun, 28 Oct 2007 11:04:04 +0000 |
Will Thompson |
merge of '37c3d8dfb803b6da542ca98ccd64739e1943072c'
|
Sat, 27 Oct 2007 17:46:04 +0000 |
Will Thompson |
propagate from branch 'im.pidgin.pidgin.next.minor' (head a6e1d13e8af0e00ac47c87b5e118bb3c7ed5064f)
|
Sun, 28 Oct 2007 00:46:45 +0000 |
Will Thompson |
Connect to connection-error in account.c so that the account error is actually
|
Sat, 27 Oct 2007 17:45:05 +0000 |
Will Thompson |
Call pidgin_blist_update_account_error_state in response to
|
Sat, 27 Oct 2007 17:43:49 +0000 |
Will Thompson |
Remove repeated calls to purple_*_get_handle().
|
Sat, 27 Oct 2007 17:41:42 +0000 |
Will Thompson |
Changelog purple_account_get_current_error() and account-error-changed.
|
Sat, 27 Oct 2007 17:26:17 +0000 |
Will Thompson |
Make PurpleAccount keep track of the last connection error suffered (or not, if
|
Sat, 27 Oct 2007 12:14:15 +0000 |
Will Thompson |
Document connection-error signal.
|
Wed, 24 Oct 2007 17:33:12 +0000 |
Will Thompson |
I figured a signal firing on a connection error would be useful.
|
Wed, 24 Oct 2007 14:48:58 +0000 |
Will Thompson |
Having read the XMPP SASL specification, these errors seem more accurate.
|
Wed, 24 Oct 2007 14:20:16 +0000 |
Will Thompson |
propagate from branch 'im.pidgin.pidgin.next.minor' (head 08acda06a60a49c86dd22b679a931a22c62e3c13)
|
Wed, 17 Oct 2007 15:00:41 +0000 |
Will Thompson |
propagate from branch 'im.pidgin.pidgin.next.minor' (head 365b126365cc18309aea7f8eef0e9b2a19e6bda8)
|
Mon, 15 Oct 2007 10:45:46 +0000 |
Will Thompson |
propagate from branch 'im.pidgin.pidgin.next.minor' (head bd8f1d754a1b94e5ade30c3b135178b236f7b49a)
|
Sun, 14 Oct 2007 21:20:50 +0000 |
Will Thompson |
Document that the char * parameter of purple_connection_error{,_reason} may
|
Sun, 14 Oct 2007 21:08:42 +0000 |
Will Thompson |
Rename:
|
Sun, 14 Oct 2007 12:19:20 +0000 |
Will Thompson |
rlaager suggested using the last element of the PurpleDisconnectReason enum
|
Sat, 13 Oct 2007 00:23:52 +0000 |
Will Thompson |
propagate from branch 'im.pidgin.pidgin.next.minor' (head 6f090c623ea4e9357e5b4238348a888b4c869ab7)
|
Fri, 12 Oct 2007 23:26:11 +0000 |
Will Thompson |
propagate from branch 'im.pidgin.pidgin.next.minor' (head 4018add8ebbf0e7dfc0fa002ebaeedb7048a26a6)
|
Fri, 16 Nov 2007 23:32:17 +0000 |
Richard Laager |
merge of '1037fab539d2a95db4fc657f42420566f7e53440'
|
Fri, 16 Nov 2007 23:27:07 +0000 |
Richard Laager |
merge of '00bf7296307f96f5c68d6e5edf219fb4a50bb947'
|
Fri, 16 Nov 2007 23:03:22 +0000 |
Richard Laager |
merge of '12ad71995f63338f624cb01c1e25710a0307ca31'
|
Fri, 16 Nov 2007 23:01:34 +0000 |
Richard Laager |
merge of '55275a531f00a6cabade1b8bfe74eafa3c2db4ba'
|
Fri, 16 Nov 2007 23:01:23 +0000 |
Richard Laager |
merge of '1d521d53265eb98ae00fd955fb78a1d39e4c8ba6'
|
Fri, 16 Nov 2007 23:01:09 +0000 |
Richard Laager |
merge of '88ea7f54513c734e65a7fc3f4318f393093f6fb6'
|
Fri, 16 Nov 2007 23:00:52 +0000 |
Richard Laager |
merge of '2b4dccc8587d65d95c8698baa12619b506cec2f7'
|
Fri, 16 Nov 2007 23:00:41 +0000 |
Richard Laager |
merge of '53b79b2ce557c515c1eb6d234e40ede98328a82e'
|
Fri, 16 Nov 2007 23:00:12 +0000 |
Richard Laager |
merge of 'b2a396d17dcaf8a381d711f406c759863a99557c'
|
Fri, 16 Nov 2007 23:00:00 +0000 |
Richard Laager |
merge of '2a243210bfd2514b2f7d77cba01c2cf78b8fe8a5'
|
Fri, 16 Nov 2007 22:59:44 +0000 |
Richard Laager |
merge of '2511e448b3af6dfc5daebf1f6d4b485ef647c245'
|
Fri, 16 Nov 2007 22:59:30 +0000 |
Richard Laager |
merge of '2af6143b8106e9e17b15eacee5bd408d8b7fc91a'
|
Fri, 16 Nov 2007 22:45:01 +0000 |
Richard Laager |
merge of '2c0e5c4e8381b58fde7f6ed1f20e1bf8bcf46201'
|
Fri, 16 Nov 2007 22:38:00 +0000 |
Richard Laager |
explicit merge of '2762c6075c0dc52a96098c5478c5bf68cfd890a3'
|
Fri, 16 Nov 2007 22:42:59 +0000 |
Richard Laager |
Reverted changes from ef7ac46f90a801547f7dfc4295927a956f90e869 to
|
Fri, 16 Nov 2007 22:59:20 +0000 |
Richard Laager |
disapproval of revision 'ce13b5ca4994abbd4934b3bc568c8b115335c426'
|
Fri, 16 Nov 2007 22:59:48 +0000 |
Richard Laager |
disapproval of revision '2ce5a939a395a946ffcf7f9c862b4c54aba7457f'
|
Fri, 16 Nov 2007 23:00:03 +0000 |
Richard Laager |
disapproval of revision '0e51fd6f70ba330cbc25cff479b5c6325e939196'
|
Fri, 16 Nov 2007 23:00:55 +0000 |
Richard Laager |
disapproval of revision 'd0c23dfc8d64e57036509dd2e2248caaea3e6d9f'
|
Fri, 16 Nov 2007 23:01:12 +0000 |
Richard Laager |
disapproval of revision 'b6ee8d925e8e7670de77e6283963fa151ea0ed77'
|
Fri, 16 Nov 2007 23:01:26 +0000 |
Richard Laager |
disapproval of revision '77472405559c3b4779b5a300cc433f2e03b4e336'
|
Sun, 11 Nov 2007 18:15:21 +0000 |
Stu Tomlinson |
Fix win32 build following death of share/Makefile.mingw
|
Sun, 11 Nov 2007 18:11:50 +0000 |
Stu Tomlinson |
merge of '73057ee4da2b6a1bb75ad46fec3e2df323aa3e42'
|
Sun, 11 Nov 2007 18:11:46 +0000 |
Stu Tomlinson |
merge of '0f99eebc17d3efab8dac3d72feb857ab25b06cb7'
|
Sun, 11 Nov 2007 18:09:33 +0000 |
Stu Tomlinson |
Kill off another redundant Makefile
|
Sun, 11 Nov 2007 18:08:19 +0000 |
Stu Tomlinson |
Add tooltips when hovering over rooms in the roomlist so the full channel
|
Sun, 11 Nov 2007 16:30:46 +0000 |
Stu Tomlinson |
Some versions of libgadu use __GG_LIBGADU_HAVE_OPENSSL, others use
|
Sun, 11 Nov 2007 16:56:03 +0000 |
Will Thompson |
merge of '0d945ca4ad9da6d9547272ea91c99f3dc3909ac6'
|
Mon, 19 Nov 2007 06:15:15 +0000 |
Evan Schoenberg |
Fixed whitespace and indentation in jabber_register_parse(). I'm seeing crashes while attempting to register, and it was difficult to follow the previous code with inconsistent and misleading indentation.
|
Sun, 11 Nov 2007 16:45:19 +0000 |
Evan Schoenberg |
An identity does not always have a name; for example, Google Talk web folks can have type 'web', category 'client', no name.
|
Sun, 11 Nov 2007 15:57:35 +0000 |
Stu Tomlinson |
I think this is what the fwrite is actually meant to be doing.
|
Sun, 11 Nov 2007 14:40:16 +0000 |
Stu Tomlinson |
fix a bunch of these warnings from running configure:
|
Sun, 11 Nov 2007 16:51:19 +0000 |
Will Thompson |
May as well use an existing string as the title for the error notification.
|
Sun, 11 Nov 2007 16:50:24 +0000 |
Will Thompson |
Actually properly fix this gg "write my buddy list to a file" callback by just
|
Sun, 11 Nov 2007 17:46:02 +0000 |
Kelemen G«¡bor |
Hungarian translation updated
|
Sun, 11 Nov 2007 14:18:23 +0000 |
Will Thompson |
merge of '2fb075583d4e52527a1045112f38c7a76f2c7e80'
|
Sun, 11 Nov 2007 14:12:51 +0000 |
Will Thompson |
Explicitly cast from xmlChar (== unsigned char) to char, squishing a warning.
|
Sun, 11 Nov 2007 14:10:06 +0000 |
Will Thompson |
Use distinct variables for the result of g_strerror (which is const) and a
|
Sun, 11 Nov 2007 14:08:30 +0000 |
Will Thompson |
Handle fwrite returning 0 in gg's "save my buddy list to a file" code,
|
Sun, 11 Nov 2007 14:02:01 +0000 |
Jochen Kemnade |
update for next version (probably 2.3.0)
|
Sun, 11 Nov 2007 13:03:31 +0000 |
Stu Tomlinson |
Might help if we include msnp9 in the dist
|
Sun, 11 Nov 2007 12:59:14 +0000 |
Stu Tomlinson |
Update the list of files to be translated
|
Sun, 11 Nov 2007 12:57:52 +0000 |
Stu Tomlinson |
Add MSNP9 back as an alternative alongside the existing MSN prpl. Cowardly
|
Sun, 11 Nov 2007 03:06:23 +0000 |
Ethan Blanton |
propagate from branch 'im.pidgin.elb.make' (head 7697ab7a2d1718ea16e52b2c03007343c5beb37e)
|
Sun, 11 Nov 2007 00:26:18 +0000 |
John Bailey |
Fix my typo.
|
Sun, 11 Nov 2007 00:25:37 +0000 |
John Bailey |
Some final tweaking on the man page.
|
Sat, 10 Nov 2007 22:32:26 +0000 |
Stu Tomlinson |
merge of '535e513c571856e9e31d51a83dca552c8a8433dc'
|
Sat, 10 Nov 2007 22:28:55 +0000 |
Stu Tomlinson |
Fix for the crash reported by WormFood in #pidgin when right clicking on
|
Mon, 12 Nov 2007 16:15:53 +0000 |
Sadrul Habib Chowdhury |
Clear the tags when the textview is cleared.
|
Sun, 11 Nov 2007 19:42:02 +0000 |
Sadrul Habib Chowdhury |
Cancel the typeahead search when escape is pressed.
|
Sat, 10 Nov 2007 23:48:57 +0000 |
Sadrul Habib Chowdhury |
Fix size calculation when shadow is enabled.
|
Sat, 10 Nov 2007 17:39:31 +0000 |
Ethan Blanton |
propagate from branch 'org.maemo.garage.pidgin.pidgin.blist-show-with-parent' (head 9dc35209de2406ba1fbc9a266b4e931ff6ebd80a)
|
Sat, 10 Nov 2007 16:39:18 +0000 |
Stu Tomlinson |
merge of 'e3fd21e6dabb99e5604e8337380353fcbe1a7279'
|
Sat, 10 Nov 2007 16:34:33 +0000 |
Stu Tomlinson |
Consolidation of icons Makefiles
|
Sat, 10 Nov 2007 16:17:54 +0000 |
Stu Tomlinson |
propagate from branch 'im.pidgin.pidgin' (head e3fd21e6dabb99e5604e8337380353fcbe1a7279)
|
Sat, 10 Nov 2007 15:59:05 +0000 |
Stu Tomlinson |
Escape any un-escaped entities in purple_markup_html_to_xhtml when parsing
|
Sat, 10 Nov 2007 15:55:29 +0000 |
Stu Tomlinson |
Allow win32 builds to define EXTRAVERSION in local.mak to do the equivalent
|
Sat, 10 Nov 2007 15:49:57 +0000 |
Stu Tomlinson |
Make purple.h a generated file so plugins can just include this and never
|
Sat, 10 Nov 2007 15:41:37 +0000 |
Stu Tomlinson |
disapproval of revision 'b681959692589499c04b181e1db18edf0d6b2dc5'
|
Sat, 10 Nov 2007 15:23:56 +0000 |
Stu Tomlinson |
Make purple.h a generated file so plugins can just include this and never
|
Sat, 10 Nov 2007 15:21:01 +0000 |
Stu Tomlinson |
Allow myspace to build outside of the source tree
|
Sat, 10 Nov 2007 15:37:36 +0000 |
Gabriel Schulhof |
Double include fix
|
Sat, 10 Nov 2007 15:37:23 +0000 |
Gabriel Schulhof |
Another transience fix
|
Sat, 10 Nov 2007 13:15:44 +0000 |
Will Thompson |
A grammar fix for finch(1).
|
Sat, 10 Nov 2007 15:02:13 +0000 |
Gabriel Schulhof |
Removed typedef
|
Sat, 10 Nov 2007 14:58:54 +0000 |
Gabriel Schulhof |
Removed typedef
|
Sat, 10 Nov 2007 14:32:57 +0000 |
Gabriel Schulhof |
Make it compile
|
Sat, 10 Nov 2007 14:22:24 +0000 |
Gabriel Schulhof |
Make small array of _show_with_parent functions and use indices into that array as params in the GtkItemFactoryEntry list, rather than the function pointers themselves
|
Sat, 10 Nov 2007 05:20:46 +0000 |
Ka-Hing Cheung |
Use only the first 16 characters of the password, and plug a leak.
|
Sat, 10 Nov 2007 05:16:58 +0000 |
Ka-Hing Cheung |
make our xmlnode preserve prefixes
|
Sat, 10 Nov 2007 04:52:20 +0000 |
Ka-Hing Cheung |
propagate from branch 'im.pidgin.pidgin.next.minor' (head 0c9637482b845cc65e95a26e144697391c51133f)
|
Sat, 10 Nov 2007 01:18:15 +0000 |
Sadrul Habib Chowdhury |
Minor adjustments to prevent a crash, correct a data type and fix drawing.
|
Fri, 09 Nov 2007 01:45:10 +0000 |
Sadrul Habib Chowdhury |
Use gobject properties for labels.
|
Tue, 06 Nov 2007 21:19:19 +0000 |
Sadrul Habib Chowdhury |
I feel good when I am able to send messages, instead of just typing them.
|
Mon, 05 Nov 2007 19:20:30 +0000 |
Sadrul Habib Chowdhury |
Hitting Return in the entry will trigger the 'activate' signal.
|
Mon, 05 Nov 2007 18:29:20 +0000 |
Sadrul Habib Chowdhury |
Enable auto-complete in the pounce dialog.
|
Wed, 31 Oct 2007 18:13:53 +0000 |
Sadrul Habib Chowdhury |
Buttons were leaking all this time!
|
Tue, 30 Oct 2007 10:50:20 +0000 |
Sadrul Habib Chowdhury |
Hitting enter on a file will trigger the 'select' button in the file selector dialog.
|
Tue, 30 Oct 2007 10:24:16 +0000 |
Sadrul Habib Chowdhury |
Pressing 'insert' in the plugins window triggers the 'Install Plugin..' button.
|
Tue, 30 Oct 2007 10:22:46 +0000 |
Sadrul Habib Chowdhury |
Get rid of unnecessary strdup.
|
Tue, 30 Oct 2007 10:15:58 +0000 |
Sadrul Habib Chowdhury |
Close #2810. ('Non-XHTML-IM messages with links in them are broken.')
|
Tue, 30 Oct 2007 09:55:47 +0000 |
Sadrul Habib Chowdhury |
Do not ellipsize in a column of size 1.
|
Tue, 30 Oct 2007 09:32:10 +0000 |
Sadrul Habib Chowdhury |
Patch from Josh Davis to correct ellipsization for right-aligned columns.
|
Tue, 30 Oct 2007 09:17:50 +0000 |
Sadrul Habib Chowdhury |
Do not do unnecessary processing when updating text in a column.
|
Sun, 28 Oct 2007 17:17:56 +0000 |
Casey Harkins |
Rolling back docklet geometry changes. These will have to wait until next
|
Sun, 28 Oct 2007 17:16:42 +0000 |
Casey Harkins |
propagate from branch 'im.pidgin.charkins.dockletgeom' (head 0a163d30bd4e04f722543b3868eb2d934e5e1db8)
|
Sun, 28 Oct 2007 01:37:23 +0000 |
Ethan Blanton |
Bring silcpurple_create_keypair for silc 1.0 in line with the new
|
Sun, 28 Oct 2007 01:05:17 +0000 |
Gabriel Schulhof |
Patch from Gabriel Schulhof to transiate yet another window.
|
Fri, 26 Oct 2007 13:31:26 +0000 |
Sadrul Habib Chowdhury |
Add 'yank' action in the entry boxes.
|
Fri, 26 Oct 2007 09:44:00 +0000 |
Sadrul Habib Chowdhury |
Fix doxygen foo, thanks to resiak\!
|
Fri, 26 Oct 2007 08:41:17 +0000 |
Sadrul Habib Chowdhury |
Draw the 'header' correctly when not showing borders.
|
Fri, 26 Oct 2007 08:39:34 +0000 |
Sadrul Habib Chowdhury |
Show alias in restored conversation.
|
Fri, 26 Oct 2007 07:27:00 +0000 |
Sadrul Habib Chowdhury |
transpose-chars action for the entry boxes.
|
Wed, 24 Oct 2007 10:14:58 +0000 |
Sadrul Habib Chowdhury |
Add properties to boxes. This is the Right Way of doing things.
|
Sun, 21 Oct 2007 08:40:42 +0000 |
Sadrul Habib Chowdhury |
Fix menu hiding.
|
Sat, 20 Oct 2007 05:55:44 +0000 |
Sadrul Habib Chowdhury |
merge of '433b476c9aefc965849a15060e0feeccb640d283'
|
Thu, 18 Oct 2007 18:17:23 +0000 |
Casey Harkins |
ChangeLog.API the new docklet geometry API. Fixes #521. Refs #1632.
|
Thu, 18 Oct 2007 17:58:40 +0000 |
Casey Harkins |
propagate from branch 'im.pidgin.charkins.dockletgeom' (head 0ac7285573f2998a702d7cbc62e7e8cc91e616e8)
|
Sat, 20 Oct 2007 05:52:52 +0000 |
Sadrul Habib Chowdhury |
Add gnt_menuitem_activate, and 'activate' signal for GntMenuItem.
|
Sat, 20 Oct 2007 05:50:48 +0000 |
Sadrul Habib Chowdhury |
Prevent occasional crashes on quit.
|
Sat, 20 Oct 2007 05:48:32 +0000 |
Sadrul Habib Chowdhury |
Readjust the column widths when a column is hidden/redisplayed.
|
Tue, 16 Oct 2007 13:06:48 +0000 |
Sadrul Habib Chowdhury |
Doxygen for gnt.
|
Tue, 16 Oct 2007 11:05:59 +0000 |
Sadrul Habib Chowdhury |
Missing changelog entries and @since tags from 3f567df17490f68b4feb8cf26ad004a34eb7cc9a.
|
Tue, 16 Oct 2007 11:04:09 +0000 |
Sadrul Habib Chowdhury |
Add the menu-binding stuff in the manpage.
|
Tue, 16 Oct 2007 09:51:12 +0000 |
Sadrul Habib Chowdhury |
Add gnt_color_pair, which will replace color codes with 'appropriate' text
|
Tue, 16 Oct 2007 04:14:54 +0000 |
Sadrul Habib Chowdhury |
ChangeLog.API some of the current-media changes.
|
Mon, 15 Oct 2007 00:41:22 +0000 |
Richard Laager |
Add and call a purple_util_uninit() to free user_dir and customer_home_dir
|
Fri, 16 Nov 2007 23:01:37 +0000 |
Richard Laager |
disapproval of revision 'ddd8161138d003646cb2960438fe8011a3d71a8b'
|
Mon, 15 Oct 2007 00:40:33 +0000 |
Richard Laager |
A missing s/PURPLE_REQUEST_HINT/PURPLE_REQUEST_UI_HINT/
|
Sun, 14 Oct 2007 20:55:36 +0000 |
Richard Laager |
Document the addition of the PURPLE_REQUEST_UI_HINT_* defines.
|
Sun, 14 Oct 2007 20:53:40 +0000 |
Richard Laager |
Re-namespace the #defines to all be PURPLE_REQUEST_UI_HINT_*. I see no
|
Sun, 14 Oct 2007 19:52:54 +0000 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin' (head e8fa6e02ff781b7fa39b211e7617c5083ea42688)
|
Sun, 14 Oct 2007 19:50:27 +0000 |
Richard Laager |
Document the UI hint defines and remove some bad ui_hint @param lines from
|
Sun, 14 Oct 2007 19:46:19 +0000 |
Richard Laager |
Mark some libpurple-internal functions as deprecated to further help keep
|