Mercurial > pidgin
graph
-
fixed crash on shutdown (avoid a double free)Fri, 27 Jun 2008 03:44:28 +0000, by Justin Rodriguez
-
Working sound themes (option 1) theme is saved in prefs and there is no seperate custom theme, everythingFri, 27 Jun 2008 01:29:59 +0000, by Justin Rodriguez
-
fixed images to appear in pref menuTue, 24 Jun 2008 02:06:42 +0000, by Justin Rodriguez
-
more gobject fixedSun, 22 Jun 2008 03:07:07 +0000, by Justin Rodriguez
-
fixed some gobject stuffSat, 21 Jun 2008 23:42:57 +0000, by Justin Rodriguez
-
Fixed purple sound loader class init function (bug on startup) and added shell sound theme selectorSat, 21 Jun 2008 05:55:58 +0000, by Justin Rodriguez
-
Fixed some warnings with loader_buildTue, 17 Jun 2008 03:26:00 +0000, by Justin Rodriguez
-
added a more generic function to read xml files (and made the util version into a wrapper) so it can be used by theMon, 16 Jun 2008 21:43:34 +0000, by Justin Rodriguez
-
Fixed some things needed for proper gobfication (init/finalize/etc)Mon, 16 Jun 2008 19:48:56 +0000, by Justin Rodriguez
-
Added sound builder (implete still needs a good way to go from xml file to xml node)Fri, 13 Jun 2008 21:33:17 +0000, by Justin Rodriguez
-
Added skeleton (non-working) sound loader classThu, 12 Jun 2008 22:13:54 +0000, by Justin Rodriguez
-
Added minimal sound theme class (only get/set api)Thu, 12 Jun 2008 07:34:43 +0000, by Justin Rodriguez
-
changed the purple theme formatting a bit (minor)Thu, 12 Jun 2008 06:25:49 +0000, by Justin Rodriguez
-
Added description to theme abstract classWed, 11 Jun 2008 18:32:12 +0000, by Justin Rodriguez
-
Fixed some leaks formattingWed, 11 Jun 2008 03:51:47 +0000, by Justin Rodriguez
-
Fixed theme-manager to be more of a singleton and less-gobject likeWed, 11 Jun 2008 03:41:35 +0000, by Justin Rodriguez
-
Added the theme-manager and basic functionality (needs to be given proper directories to find themes)Tue, 10 Jun 2008 21:39:35 +0000, by Justin Rodriguez
-
Added theme loader class abstract whose only (current/planned) function is to build themesSat, 07 Jun 2008 11:03:20 +0000, by Justin Rodriguez
-
fixed formatting and get/set propertiesSat, 07 Jun 2008 01:55:23 +0000, by Justin Rodriguez
-
Added basic theme for libpurple to be used by theme manager and loaders (abstract gobject)Sat, 07 Jun 2008 01:23:24 +0000, by Justin Rodriguez
-
Fix file transfer to a user not in buddy list, defaulting to use v15Sun, 13 Jul 2008 14:10:22 +0000, by Sulabh Mahajan
-
minor changes in comments style and alphabetic ordering of header files.Sat, 12 Jul 2008 19:44:24 +0000, by Sulabh Mahajan
-
changed gboolean connection_type to enum yahoo_p2p_connection_typeSat, 12 Jul 2008 19:24:34 +0000, by Sulabh Mahajan
-
changed PKT_YAHOOSERVER and PKT_P2P, into enum yahoo_pkt_typeSat, 12 Jul 2008 19:13:31 +0000, by Sulabh Mahajan
-
Better naming convention, prefix YAHOO_P2PSTATUS_ to values in the enum YahooP2PStatusSat, 12 Jul 2008 18:55:29 +0000, by Sulabh Mahajan
-
if(p2p_data->source >= 0) in place of if(p2p_data->source)Sat, 12 Jul 2008 18:33:15 +0000, by Sulabh Mahajan
-
f->p2p_packet_sent and f->p2p_status initialization in yahoo_friend_new() redundantSat, 12 Jul 2008 18:28:22 +0000, by Sulabh Mahajan
-
Receive files when we are p2p serverFri, 11 Jul 2008 19:03:59 +0000, by Sulabh Mahajan
-
Add + in place of spaces in p2p url, fixes transfer of file with name containing spacesWed, 09 Jul 2008 18:19:37 +0000, by Sulabh Mahajan
-
Send file by p2p when we are serverWed, 09 Jul 2008 15:05:09 +0000, by Sulabh Mahajan
-
Check for session id (value for key 11) in the received IMs and Notifications against our session id. Disconnect inWed, 02 Jul 2008 11:16:35 +0000, by Sulabh Mahajan
-
Changed user_data to more apt p2p_data, change in variable name.Wed, 02 Jul 2008 07:22:58 +0000, by Sulabh Mahajan
-
Act as a YMSG server on port 5101 for IMs and NotificationsWed, 02 Jul 2008 06:58:57 +0000, by Sulabh Mahajan
-
Fall back to establishing connection as a client when unable to act as a server.Fri, 27 Jun 2008 16:02:30 +0000, by Sulabh Mahajan
-
Sending of p2p packet, providing peer with our IP address to make a connection to us.Fri, 27 Jun 2008 13:34:44 +0000, by Sulabh Mahajan
-
Support for P2P file transfer (SEND), when we are client to the peerSat, 21 Jun 2008 14:34:38 +0000, by Sulabh Mahajan
-
propagate from branch 'im.pidgin.pidgin' (head 420b71541a7786d593759ead8d775f487291fb97)Tue, 17 Jun 2008 21:30:49 +0000, by Sulabh Mahajan
-
* free xmlnodes after bosh receive callback is calledMon, 18 Aug 2008 17:08:01 +0000, by Tobias Markmann
-
* removing some comment with XML exampleMon, 18 Aug 2008 16:20:46 +0000, by Tobias Markmann
-
* fixing a bug in jabber_bosh_http_connection_receive_parse_header()Mon, 18 Aug 2008 15:44:43 +0000, by Tobias Markmann
-
* adding some missing documentationMon, 18 Aug 2008 11:11:32 +0000, by Tobias Markmann
-
* sending empty <body> requests if there are not othere requests to be answered to keep a CM -> client channel openMon, 18 Aug 2008 08:42:37 +0000, by Tobias Markmann
-
* data buffer for received data. Support for any HTTP resonse size now.Sat, 16 Aug 2008 21:28:32 +0000, by Tobias Markmann
-
* moving BOSH interfacing from jabber_send to jabber_send_rawFri, 15 Aug 2008 16:35:32 +0000, by Tobias Markmann
-
* using libpurple's internal SASL mechanisms during BOSH authentication phaseFri, 15 Aug 2008 14:02:21 +0000, by Tobias Markmann
-
* sending some User-AgentTue, 12 Aug 2008 12:48:25 +0000, by Tobias Markmann
-
* calling PurpleBOSHConnection's receive_cbTue, 12 Aug 2008 12:40:48 +0000, by Tobias Markmann
-
* parsing HTTP response and emitting HTTP request callbackMon, 11 Aug 2008 21:28:05 +0000, by Tobias Markmann
-
* preparing handling of multiple requests for pipelining supportSat, 09 Aug 2008 23:07:58 +0000, by Tobias Markmann
-
* doing HTTP requestsSat, 09 Aug 2008 22:16:11 +0000, by Tobias Markmann
-
* adding receive callback; preparing receiving and boot codeTue, 05 Aug 2008 22:24:39 +0000, by Tobias Markmann
-
* adding bosh files to Makefile.am & .mingwTue, 05 Aug 2008 18:44:42 +0000, by Tobias Markmann
-
* missing commitSun, 03 Aug 2008 22:58:10 +0000, by Tobias Markmann
-
* some refactoringSun, 03 Aug 2008 22:50:13 +0000, by Tobias Markmann
-
* small bugfix in jabber_ipc_add_feature()Sun, 03 Aug 2008 22:21:49 +0000, by Tobias Markmann
-
* looking for alternative connection methods if direct connection failsSun, 03 Aug 2008 13:48:59 +0000, by Tobias Markmann
-
* some further bugfixing, BIND's libresolv does so much for the programmer, just happy it existsSat, 02 Aug 2008 16:43:04 +0000, by Tobias Markmann
-
* fixing some bugs, finishing support for TXT queriesFri, 01 Aug 2008 22:37:51 +0000, by Tobias Markmann
-
* some code style adjustments in caps.cFri, 01 Aug 2008 12:34:33 +0000, by Tobias Markmann
-
* removing some g_strdup()s; I meant it too goodTue, 15 Jul 2008 22:16:26 +0000, by Tobias Markmann
-
* fixing memory related bug; forgotton to duplicate some data which otherwise may be deleted by other parts of the programTue, 15 Jul 2008 21:26:51 +0000, by Tobias Markmann
-
* implemented jabber_caps_broadcast_change() and finished jabber_ipc_add_feature() IPC functionTue, 15 Jul 2008 15:38:15 +0000, by Tobias Markmann
-
* IPC workTue, 08 Jul 2008 15:05:45 +0000, by Tobias Markmann
-
* removing several warningsMon, 07 Jul 2008 18:28:05 +0000, by Tobias Markmann
-
* adding documentation for IPC function contact_has_featureSun, 06 Jul 2008 21:20:35 +0000, by Tobias Markmann
-
* adding IPC function 'contact_has_feature'Sun, 06 Jul 2008 21:09:50 +0000, by Tobias Markmann
-
* fixing a bug in jabber_caps_compare()Sun, 06 Jul 2008 18:51:26 +0000, by Tobias Markmann
-
* correctly calculating own features and factor in is_enabled() of featuresSat, 05 Jul 2008 09:22:59 +0000, by Tobias Markmann
-
* changed storage format for cache to mirror all needed features for XEP-0115v1.5Fri, 04 Jul 2008 19:11:09 +0000, by Tobias Markmann
-
* support for calculating both hashes, sha-1 and md5Thu, 03 Jul 2008 22:30:44 +0000, by Tobias Markmann
-
* changing caps node namespace. According to version 1.5 of XEP-0115 it should be a real URL to client's homepage.Wed, 02 Jul 2008 21:27:51 +0000, by Tobias Markmann
-
* pass hash type to the caps handling functionsTue, 01 Jul 2008 23:16:15 +0000, by Tobias Markmann
-
* implemented jabber_caps_calcualte_hash() which calculates the SHA-1 hash for someones disco response according to XEP-0115Sun, 29 Jun 2008 14:32:33 +0000, by Tobias Markmann
-
* defined JabberCapsIdentity as struct _JabberIdentitySun, 22 Jun 2008 18:59:33 +0000, by Tobias Markmann
-
* jabber_caps_jabber_identity_compare() compares xml:lang too, now.Sun, 22 Jun 2008 18:30:12 +0000, by Tobias Markmann
-
* changed name of jabber_caps_calculate_hash() to jabber_caps_calculate_own_hash()Sun, 22 Jun 2008 17:25:23 +0000, by Tobias Markmann
-
Removing short-names for features and calculating own caps hash.Mon, 16 Jun 2008 13:52:45 +0000, by Tobias Markmann
-
Send IMs and Typing notifications through p2p, Redesign p2pTue, 17 Jun 2008 21:17:29 +0000, by Sulabh Mahajan
-
Proper error handling for p2p connectionsSat, 14 Jun 2008 08:53:43 +0000, by Sulabh Mahajan
-
Close p2p connection when read() does not return anything.Fri, 13 Jun 2008 11:04:13 +0000, by Sulabh Mahajan
-
Yahoo P2P File Transfer RECEIVE only support added.Mon, 09 Jun 2008 08:08:21 +0000, by Sulabh Mahajan
-
Start idle at 1 min not 0 min and Probable description of service 0x07d1.Sun, 08 Jun 2008 21:08:48 +0000, by Sulabh Mahajan
-
Support for YAHOO_PROCESS_MESSAGE and YAHOO_PROCESS_NOTIFY over p2p links.Sun, 08 Jun 2008 17:40:04 +0000, by Sulabh Mahajan
-
Implementation of initial exchange of p2pxfer packets that initiates p2p file transfer. Some connectionFri, 06 Jun 2008 17:28:37 +0000, by Sulabh Mahajan
-
added name to COPYRIGHT (alphabetically), trivial change in packet.hThu, 29 May 2008 07:57:15 +0000, by Sulabh Mahajan
-
Use HTTP/1.1 to get token to open inboxSun, 25 May 2008 20:08:12 +0000, by Sulabh Mahajan
-
Addition of name in CopyrightSun, 25 May 2008 18:48:38 +0000, by Sulabh Mahajan
-
Fix GLib warning.Wed, 07 Jan 2009 05:06:53 +0000, by Mike Ruprecht
-
Support initiating voice calls to GTalk and Gmail.Wed, 07 Jan 2009 04:40:24 +0000, by Mike Ruprecht
-
propagate from branch 'im.pidgin.pidgin' (head 8e99bf9be800f9578d7e94cc4d522d435cfc80dd)Wed, 07 Jan 2009 03:07:01 +0000, by Mike Ruprecht
-
Remove internal.h include from media.h and mediamanager.hWed, 07 Jan 2009 02:59:51 +0000, by Mike Ruprecht
-
Fix gtkmedia's Makefile entries.Wed, 07 Jan 2009 02:49:51 +0000, by Mike Ruprecht
-
Fix receiving voice calls from Gmail.Wed, 07 Jan 2009 02:46:41 +0000, by Mike Ruprecht
-
Add candidates instead of replacing them.Wed, 07 Jan 2009 02:30:46 +0000, by Mike Ruprecht
-
End google call if stream creation fails.Tue, 06 Jan 2009 00:21:09 +0000, by Mike Ruprecht
-
Remove unused variables.Mon, 05 Jan 2009 10:28:51 +0000, by Mike Ruprecht
-
Remove unused callback.Mon, 05 Jan 2009 10:24:46 +0000, by Mike Ruprecht
-
Move functionality to the state-changed signal.Mon, 05 Jan 2009 10:21:56 +0000, by Mike Ruprecht
-
Temporarily fix an oversight.Mon, 05 Jan 2009 10:19:51 +0000, by Mike Ruprecht
-
Use the state-changed signal.Mon, 05 Jan 2009 09:48:39 +0000, by Mike Ruprecht
-
Add state-changed signal to PurpleMedia.Mon, 05 Jan 2009 06:34:30 +0000, by Mike Ruprecht
-
Remove PurpleMedias from JabberStream's list when a media session ends.Sun, 04 Jan 2009 12:13:12 +0000, by Mike Ruprecht
-
Use the new ready signal instead of accept to send a session-accept.Sun, 04 Jan 2009 11:12:47 +0000, by Mike Ruprecht
-
Have XMPP use the new ready signal.Sun, 04 Jan 2009 09:56:54 +0000, by Mike Ruprecht
-
Implement a new ready signal.Sun, 04 Jan 2009 07:42:12 +0000, by Mike Ruprecht
-
propagate from branch 'im.pidgin.pidgin' (head 7bd1f8a0fcc289166add1f0b4d84fdac526ab4a7)Sun, 04 Jan 2009 05:21:25 +0000, by Mike Ruprecht
-
Add initiator property to PurpleMedia.Sun, 04 Jan 2009 05:19:54 +0000, by Mike Ruprecht
-
propagate from branch 'im.pidgin.pidgin' (head b478b184a46116ac87ac85b8cd352ea564224019)Fri, 02 Jan 2009 23:14:27 +0000, by Mike Ruprecht
-
Rename "fs-conference" to "conference".Tue, 16 Dec 2008 02:11:07 +0000, by Mike Ruprecht
-
Remove the screenname attribute from PurpleMedia.Tue, 16 Dec 2008 02:06:55 +0000, by Mike Ruprecht
-
Remove connection attribute from PurpleMedia.Tue, 16 Dec 2008 01:27:51 +0000, by Mike Ruprecht
-
Add purple_media_error.Tue, 16 Dec 2008 00:53:59 +0000, by Mike Ruprecht
-
Free Farsight objects better.Mon, 15 Dec 2008 09:55:25 +0000, by Mike Ruprecht
-
Set no-rtcp-timeout to 0 only for nice and rawudp transmitters.Mon, 15 Dec 2008 09:13:41 +0000, by Mike Ruprecht
-
Remove commented out disable of the MPV codec.Mon, 15 Dec 2008 08:57:11 +0000, by Mike Ruprecht
-
propagate from branch 'im.pidgin.pidgin' (head e36b0b63962b9c710ecd798a529e1d2b78d7879a)Mon, 15 Dec 2008 08:39:08 +0000, by Mike Ruprecht
-
Wait for local video frame to be realized before starting local video.Sun, 14 Dec 2008 23:43:52 +0000, by Mike Ruprecht
-
Move sink from PurpleMediaSession to PurpleMediaStream.Sat, 13 Dec 2008 09:11:08 +0000, by Mike Ruprecht
-
merge of '2a69c36548c533b1a96f40e1ee6af57c06ab1bad'Sat, 13 Dec 2008 08:49:16 +0000, by Mike Ruprecht
-
explicit merge of '094ca19cc431d185c7b94947bfcd7cfc2d2f4a0b'Sat, 13 Dec 2008 08:48:58 +0000, by Mike Ruprecht
-
Silence warning.Sat, 13 Dec 2008 08:46:42 +0000, by Mike Ruprecht
-
propagate from branch 'im.pidgin.pidgin' (head dd7a36be12180dba9663c2b740553e89711d7644)Sat, 06 Dec 2008 02:23:20 +0000, by Mike Ruprecht
-
Added media functions to set input and output volume.Sat, 13 Dec 2008 08:37:57 +0000, by Mike Ruprecht
-
Choose the transport type according to the responder's caps.Sat, 06 Dec 2008 02:20:09 +0000, by Mike Ruprecht
-
merge of '8b14f9ccca52482ea771f52730b3b9f59bac6b06'Tue, 25 Nov 2008 02:59:47 +0000, by Mike Ruprecht
-
Use STUN for the nice transmitter as well.Tue, 25 Nov 2008 02:58:55 +0000, by Mike Ruprecht
-
propagate from branch 'im.pidgin.pidgin' (head df86c6f1de324e87828356aa8d5c369abd533b58)Mon, 24 Nov 2008 10:59:08 +0000, by Mike Ruprecht
-
Added a Jingle ice-udp transmitter.Mon, 24 Nov 2008 10:43:38 +0000, by Mike Ruprecht
-
Fix GTalk vv caps.Mon, 17 Nov 2008 01:09:55 +0000, by Mike Ruprecht
-
Very basic receive only GTalk audio sessions.Sun, 16 Nov 2008 06:21:31 +0000, by Mike Ruprecht
-
Move variables to PurpleMediaStream.Sun, 16 Nov 2008 05:22:17 +0000, by Mike Ruprecht
-
Added PurpleMediaStream to wrap FsStream.Sun, 16 Nov 2008 04:23:36 +0000, by Mike Ruprecht
-
Fix a few GLib warnings when trying to start a second media session.Thu, 13 Nov 2008 04:00:29 +0000, by Mike Ruprecht
-
Combine get_*_codecs functions to mirror Farsight 2.Thu, 13 Nov 2008 03:46:28 +0000, by Mike Ruprecht
-
Added menu items to buddy list context menu to start voice and video sessionsSun, 09 Nov 2008 20:55:10 +0000, by Marcus Lundblad
-
Add mnemonics to buttons in PidginMedia.Fri, 07 Nov 2008 03:38:42 +0000, by Mike Ruprecht
-
Silence warning.Fri, 07 Nov 2008 03:30:02 +0000, by Mike Ruprecht
-
Fix crash when remote client reconnects and tries to restart the media session.Fri, 07 Nov 2008 03:14:10 +0000, by Mike Ruprecht
-
propagate from branch 'im.pidgin.pidgin' (head 6b8c653bfd16896dc5b445bb8147d09a37e8db4c)Fri, 07 Nov 2008 03:01:55 +0000, by Mike Ruprecht
-
Update Jingle raw-udp to latest spec version.Fri, 07 Nov 2008 03:00:09 +0000, by Mike Ruprecht
-
Remove unnecessary changes in server.c.Thu, 06 Nov 2008 08:26:14 +0000, by Mike Ruprecht
-
propagate from branch 'im.pidgin.pidgin' (head 633ffe234af48ead3631ae62e23840b4438fcf5f)Thu, 06 Nov 2008 03:20:05 +0000, by Mike Ruprecht
-
Prepare vv GUI earlier and create sinks when src-pad-added is triggered.Thu, 06 Nov 2008 02:21:16 +0000, by Mike Ruprecht
-
Add purple_media_manager_get_element.Thu, 06 Nov 2008 01:32:58 +0000, by Mike Ruprecht
-
Fix support for audio and video (at the same time) sessions.Mon, 03 Nov 2008 03:07:07 +0000, by Mike Ruprecht
-
Use a key file for Farsight 2 codec configuration.Sun, 02 Nov 2008 21:00:46 +0000, by Mike Ruprecht
-
Add files I missed committing before and remove a few unnecessary functions.Mon, 20 Oct 2008 00:11:33 +0000, by Mike Ruprecht
-
propagate from branch 'im.pidgin.pidgin' (head 0e036cef0f8a3bdfd1d7f7fc082edca43d3153df)Sun, 19 Oct 2008 04:59:51 +0000, by Mike Ruprecht
-
Fix merge.Sun, 19 Oct 2008 04:55:34 +0000, by Mike Ruprecht
-
merge of 'a4aa548f12b557cc419b1567e6902eb124d0cf06'Sun, 19 Oct 2008 04:40:59 +0000, by Mike Ruprecht
-
propagate from branch 'im.pidgin.pidgin' (head 25e27ca0f73c4714d17fcdf83d0e4ce7e63bc55d)Sat, 27 Sep 2008 04:44:17 +0000, by Mike Ruprecht
-
These should not be fatal debug messages.Fri, 05 Sep 2008 05:51:41 +0000, by Mike Ruprecht
-
Have the responder wait to set the send codec until codecs are ready.Fri, 05 Sep 2008 05:46:14 +0000, by Mike Ruprecht
-
Missed this when propagating.Fri, 05 Sep 2008 03:24:01 +0000, by Mike Ruprecht
-
propagate from branch 'im.pidgin.pidgin' (head 25e6cb3cd762fe0e3dbb5ce67dd017555c8a26a8)Fri, 05 Sep 2008 02:57:48 +0000, by Mike Ruprecht
-
Restructure Jingle code to more easily support multiple application types.Sun, 19 Oct 2008 04:37:23 +0000, by Mike Ruprecht
-
Wait for Farsight 2's codecs-ready property to be TRUE before using codecs.Fri, 05 Sep 2008 02:18:15 +0000, by Mike Ruprecht
-
Send and receive optional codec parameters in Jingle RTP.Tue, 02 Sep 2008 08:04:04 +0000, by Mike Ruprecht
-
Simplified purple_media_get_devices.Mon, 01 Sep 2008 03:18:26 +0000, by Mike Ruprecht
-
purple_media_add_stream should only add a stream to one session.Mon, 01 Sep 2008 01:58:42 +0000, by Mike Ruprecht
-
Add params to purple_media_add_stream to allow for different libNiceMon, 01 Sep 2008 01:23:26 +0000, by Mike Ruprecht
-
Silence FS_ERROR_UNKNOWN_CNAME error.Sun, 31 Aug 2008 23:27:05 +0000, by Mike Ruprecht
-
Removed several PurpleMedia functions that now seem unnecessary:Sun, 31 Aug 2008 22:46:16 +0000, by Mike Ruprecht
-
Gracefully handle missing the fsrtpconference GStreamer plugin.Sun, 31 Aug 2008 21:20:05 +0000, by Mike Ruprecht
-
Properly free PurpleMedia when there's an error creating an FsStream.Thu, 28 Aug 2008 04:57:30 +0000, by Mike Ruprecht
-
propagate from branch 'im.pidgin.pidgin' (head 9860b693346097316a1c47ef0fb094355c3e49ae)Wed, 27 Aug 2008 07:49:52 +0000, by Mike Ruprecht
-
Improve the sametime debugging on Windows. Refs #8014.Wed, 07 Jan 2009 02:12:17 +0000, by Daniel Atallah
-
Make XML parsing error levels match libxml2's levels, making less importantWed, 07 Jan 2009 01:18:16 +0000, by Stu Tomlinson
-
g_strsplit_set is new in glib 2.4Wed, 07 Jan 2009 01:15:36 +0000, by Stu Tomlinson
-
Only install man pages if the respective binary is being installed, fixes aWed, 07 Jan 2009 01:13:27 +0000, by Stu Tomlinson
-
merge of '479fd75025803f01e743b5c39e6706b1d42a3520'Tue, 06 Jan 2009 22:41:16 +0000, by Sadrul Habib Chowdhury
-
Terminate the loop on the first null-character.Tue, 06 Jan 2009 19:50:18 +0000, by Sadrul Habib Chowdhury
-
Show the submenu for the toplevel menu without requiring a keypress from the user.Tue, 06 Jan 2009 16:19:16 +0000, by Sadrul Habib Chowdhury
-
Compilation fixes for OpenBSD from the OpenBSD ports tree. Closes #8009.Tue, 06 Jan 2009 15:34:26 +0000, by Sadrul Habib Chowdhury
-
Don't crash on screen refresh if buddylist is maximized. Fixes #8003.Tue, 06 Jan 2009 15:30:12 +0000, by Sadrul Habib Chowdhury
-
Boldify the selected row in the tree. This is helpful when, for example,Mon, 05 Jan 2009 14:43:15 +0000, by Sadrul Habib Chowdhury
-
Kir Kolyshkin figured out that we need to initialize the dbus threading to avoidTue, 06 Jan 2009 05:03:18 +0000, by Daniel Atallah
-
Ludovico Cavedon noticed that on 64-bit platforms, when HAVE_GETADDRINFO isn'tTue, 06 Jan 2009 04:11:09 +0000, by Daniel Atallah
-
The remainder of a patch from fqueze to fix some incorrect *printf() functionTue, 06 Jan 2009 02:28:10 +0000, by Daniel Atallah
-
MySpace? passwords are truncated to 10 characters. Their website doesn'tTue, 06 Jan 2009 01:25:17 +0000, by Mark Doliner
-
Remove gaim from Catalan translations.Mon, 05 Jan 2009 19:37:34 +0000, by Josep Puigdemont
-
complete German translation for 2.5.4Mon, 05 Jan 2009 16:36:11 +0000, by Jochen Kemnade
-
Update french translation.Mon, 05 Jan 2009 09:50:38 +0000, by ric Boumaour
-
merge of '03c54c34322681b0c346853ded3bfb90b75b1a62'Mon, 05 Jan 2009 00:53:39 +0000, by Sadrul Habib Chowdhury
-
Updated Catalan translation.Mon, 05 Jan 2009 00:47:03 +0000, by Josep Puigdemont
-
We are no longer homonymous with game!Mon, 05 Jan 2009 00:52:53 +0000, by Sadrul Habib Chowdhury
-
hu.po: Updated Hungarian translation for 2.5.4Sun, 04 Jan 2009 21:45:30 +0000, by Kelemen Gbor
-
merge of '3033bb87676edf402a8cf741cc4b225d71b9649b'Sun, 04 Jan 2009 20:13:06 +0000, by Mark Doliner
-
complete German translation for 2.5.3Tue, 16 Dec 2008 14:54:00 +0000, by Jochen Kemnade
-
merge of '2ec56f8fe4fa8959fcac15d674b339c112802a49'Sun, 04 Jan 2009 20:10:55 +0000, by Mark Doliner
-
2008.12.28 - flos <lonicerae(at)gmail.com>Sun, 04 Jan 2009 15:11:08 +0000, by SHiNE CsyFeK
-
update German translationSun, 04 Jan 2009 11:30:12 +0000, by Jochen Kemnade
-
merge of '1573f5f4950069e05f77f6b74e1627bfae9667c5'Sat, 03 Jan 2009 20:43:50 +0000, by John Bailey
-
purple_prefs_disconnect_by_handle() wont actually remove anything with theSat, 03 Jan 2009 18:50:33 +0000, by Daniel Atallah
-
Rearrange prefs uninitialization now that it actually does something.Sat, 03 Jan 2009 18:37:37 +0000, by Daniel Atallah
-
Fix a compiler warning:Fri, 02 Jan 2009 22:41:11 +0000, by Richard Laager
-
Plug a small leakFri, 02 Jan 2009 07:43:30 +0000, by Daniel Atallah
-
merge of '5a35c52faacfbdaf503309fcdf10842cfd126c3f'Fri, 02 Jan 2009 07:42:04 +0000, by 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:17:11 +0000, by Daniel Atallah
-
Fixes from the QuteCom folks for the core being reinitialized. References #7761Thu, 01 Jan 2009 23:07:15 +0000, by Daniel Atallah
-
Fix a race condition that can result in a NULL ptr deref. Fixes #7920.Thu, 01 Jan 2009 22:43:01 +0000, by Daniel Atallah
-
He wandered into the darkside just for us, what else can we say?Thu, 01 Jan 2009 19:29:30 +0000, by Ka-Hing Cheung
-
Changelog the last three patches. Refs #7836, #7849, #7889.Thu, 01 Jan 2009 18:07:37 +0000, by John Bailey
-
Don't log passwords for XMPP when using SASL PLAIN or old-style IQ Auth soThu, 01 Jan 2009 17:27:54 +0000, by Paul Aurich
-
Extend purple-url-handler to handle "gtalk" URIs. Fixes #7889Thu, 01 Jan 2009 17:03:44 +0000, by Paul Aurich
-
Adjust the NLA code to prevent hang on exit for Windows XP and Windows Vista.Thu, 01 Jan 2009 16:51:09 +0000, by Paul Aurich
-
merge of '409aaedc8836828692279141224e2077ffd4a80f'Thu, 01 Jan 2009 03:47:26 +0000, by Sadrul Habib Chowdhury
-
validates that string PurpleValues are utf-8Thu, 01 Jan 2009 03:09:10 +0000, by Ka-Hing Cheung
-
A couple of memory leak fixes.Thu, 01 Jan 2009 03:12:56 +0000, by Sadrul Habib Chowdhury
-
Remove unused option, thanks to KuSh. Closes #7856.Thu, 01 Jan 2009 01:04:34 +0000, by Sadrul Habib Chowdhury
-
Redirect stderr to the debug window.Wed, 31 Dec 2008 23:49:36 +0000, by Sadrul Habib Chowdhury
-
Do not show a separator after 'Account -> Enable Account' when not required.Wed, 31 Dec 2008 23:42:28 +0000, by Sadrul Habib Chowdhury
-
Changelog that last bitMon, 29 Dec 2008 05:44:01 +0000, by John Bailey
-
Make sure the prpl has a get_account_text_table function before trying toMon, 29 Dec 2008 05:37:18 +0000, by John Bailey
-
Don't mention TOC in this error message. I think this error is tooMon, 29 Dec 2008 03:49:33 +0000, by Mark Doliner
-
Use purple_prpl_got_attention() for XMPP notificationsSun, 28 Dec 2008 00:39:39 +0000, by Evan Schoenberg
-
Changelog the MSN OIM crash fix of #7901.Sat, 27 Dec 2008 10:04:33 +0000, by Elliott Sales de Andrade
-
merge of '518ebe34a3f1499bab1208e43f5e9acf69c4ca3e'Sat, 27 Dec 2008 09:37:12 +0000, by Elliott Sales de Andrade
-
merge of '5043805100d2fa5a371317e802d6a191c89ddaeb'Sat, 27 Dec 2008 09:37:08 +0000, by Elliott Sales de Andrade
-
2008.12.25 - flos <lonicerae(at)gmail.com>Fri, 26 Dec 2008 13:00:57 +0000, by SHiNE CsyFeK
-
propagate from branch 'im.pidgin.pidgin' (head c06356e8e8d2c586f0192a5564053c2584020da8)Thu, 25 Dec 2008 14:06:10 +0000, by SHiNE CsyFeK
-
Apparently X-OIM-Proxy was not a good way to decide that we received aSat, 27 Dec 2008 09:32:38 +0000, by Elliott Sales de Andrade
-
These translated strings don't need to be duplicated with g_snprintf. AndSat, 27 Dec 2008 08:41:35 +0000, by Elliott Sales de Andrade
-
Spell "conversation" properly. My typo can forever be found in releaseWed, 24 Dec 2008 06:10:40 +0000, by Kevin Stange
-
Slightly modified version of a fix fqueze proposed for a crash with the emptyTue, 23 Dec 2008 16:55:49 +0000, by John Bailey
-
Fix a typo in the French translation. References #7881.Tue, 23 Dec 2008 16:38:49 +0000, by Daniel Atallah
-
This is a bitmask, and the "c" value here should be the least significantMon, 22 Dec 2008 23:21:14 +0000, by Mark Doliner
-
Error messages from libxml contain their own newlinesMon, 22 Dec 2008 23:08:26 +0000, by Mark Doliner
-
Fix two related bugs:Mon, 22 Dec 2008 22:01:34 +0000, by Mark Doliner
-
Change our font mapping in gtkimhtml to match the suggested valuesMon, 22 Dec 2008 19:29:59 +0000, by Mark Doliner
-
Change the font size mapping table in purple_markup_html_to_xhtml() toMon, 22 Dec 2008 19:14:50 +0000, by Mark Doliner
-
Fix a typo in a commentMon, 22 Dec 2008 19:02:33 +0000, by Mark Doliner
-
Fix a leak "KuSh" discovered using "cppcheck". Fixes #7857.Mon, 22 Dec 2008 16:50:40 +0000, by 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:41:53 +0000, by Daniel Atallah
-
Fix a leak "KuSh" discovered using "cppcheck". Fixes #7859.Mon, 22 Dec 2008 16:22:08 +0000, by Daniel Atallah
-
Fix a potential leak "KuSh" discovered using "cppcheck". Fixes #7861.Mon, 22 Dec 2008 16:17:28 +0000, by Daniel Atallah
-
Fix a potential leak "KuSh" discovered using "cppcheck". Fixes #7862.Mon, 22 Dec 2008 16:15:40 +0000, by Daniel Atallah
-
Fix a potential leak "KuSh" discovered using "cppcheck". Fixes #7863.Mon, 22 Dec 2008 16:13:43 +0000, by Daniel Atallah
-
Commit patch #7670: Implement xep-0191 (simple blocking) for jabber protocolsMon, 22 Dec 2008 07:51:06 +0000, by Mark Doliner
-
Correctly credit Tomasz Saaciski for writing the original patch for IMSun, 21 Dec 2008 18:01:37 +0000, by John Bailey
-
Don't ignore XML namespace and prefix information when parsing incoming XMPPSun, 21 Dec 2008 04:58:36 +0000, by Michal Witkowski
-
Fix a connection timeout that occurs with empty Gadu-Gadu buddy lists.Sun, 21 Dec 2008 04:45:20 +0000, by Martin Rosinski
-
The road to a new version starts with but a single commit...Sun, 21 Dec 2008 04:14:18 +0000, by John Bailey
-
merge of '6c01f570946b5aa15076b2de30882e3812c7e889'Sat, 20 Dec 2008 18:45:53 +0000, by Josep Puigdemont
-
merge of '8e2be07d23144f93dd575524d8dac1986487d4cc'Sat, 20 Dec 2008 18:38:57 +0000, by Josep Puigdemont
-
Correcting version and dates per the Pre-Release instructions from ReleaseProcess.Sat, 20 Dec 2008 16:48:58 +0000, by John Bailey
-
merge of '665a07783e325291cdd356dacf8f394fb18f0031'Fri, 19 Dec 2008 08:10:19 +0000, by Kevin Stange
-
Updated Catalan (Valencian) by Toni Hermoso.Sat, 20 Dec 2008 18:45:44 +0000, by Josep Puigdemont
-
Fixed a few accelerator clashes, and updated strings in Catalan translation.Sat, 20 Dec 2008 17:40:01 +0000, by Josep Puigdemont
-
NEWS and stuff...Fri, 19 Dec 2008 05:51:10 +0000, by Elliott Sales de Andrade
-
merge of '5dc6f2359f155e18525e7b42ecd827005e473725'Fri, 19 Dec 2008 04:12:30 +0000, by Daniel Atallah
-
oh, and my payment was late because I forgot to update my credit card info,Fri, 19 Dec 2008 03:43:26 +0000, by Ka-Hing Cheung
-
Make purple_utf8_has_word() better about detecting word boundaries (still notFri, 19 Dec 2008 04:11:15 +0000, by Daniel Atallah
-
Prevent a NULL ptr deref when unexpected stuff happens in the cert cache. Fixes #7776,#7769Fri, 19 Dec 2008 03:11:59 +0000, by Daniel Atallah
-
Delete MSN cert when uninstalling.Fri, 19 Dec 2008 03:10:04 +0000, by Daniel Atallah
-
I believe the patch from #220 actually implemented IM images for Gadu-Gadu,Fri, 19 Dec 2008 01:52:39 +0000, by Stu Tomlinson
-
NEWSingFri, 19 Dec 2008 00:29:00 +0000, by John Bailey
-
merge of '2c386633fb7a57f0cb963070eba463721cf3728c'Fri, 19 Dec 2008 00:12:10 +0000, by John Bailey
-
Sorry, forgotten --no-location in German translationThu, 18 Dec 2008 22:10:51 +0000, by Bjrn Voigt
-
Updated Serbian Latin translation from Milo Popovi.Thu, 18 Dec 2008 22:14:57 +0000, by Mark Doliner
-
Don't set a default action for oscar's "Do you want to accept thisThu, 18 Dec 2008 22:11:38 +0000, by Mark Doliner
-
merge of '13d63095df75c7a8735de7c5417132784063ef0a'Thu, 18 Dec 2008 20:27:07 +0000, by Mark Doliner
-
merge of 'b969d731bb18e8b2674e0dbe21b1f459dfe3347f'Thu, 18 Dec 2008 20:27:05 +0000, by Mark Doliner
-
Fix up the ChangeLog, add missing items, "de-credit" Mark from changesThu, 18 Dec 2008 20:00:58 +0000, by Kevin Stange
-
other small German translation updateThu, 18 Dec 2008 19:13:58 +0000, by Bjrn Voigt
-
Fixed some typos and capitalization in the Swedish translationThu, 18 Dec 2008 19:22:21 +0000, by Marcus Lundblad
-
hu.po: Hungarian translation updated for 2.5.3Thu, 18 Dec 2008 11:36:24 +0000, by Kelemen Gbor
-
Add Israt Jahan to the about dialog for the Bengali translation.Thu, 18 Dec 2008 10:24:47 +0000, by Mark Doliner
-
Fix this error from msgfmt:Thu, 18 Dec 2008 10:07:22 +0000, by Mark Doliner
-
I'm guessing this is what was intended here?Thu, 18 Dec 2008 10:05:58 +0000, by Mark Doliner
-
Bengali translation update, maybe from Israt Jahan. Closes #7820Thu, 18 Dec 2008 10:01:10 +0000, by Mark Doliner
-
Updated Romanian translation from Miu MoldovanThu, 18 Dec 2008 09:53:34 +0000, by Mark Doliner
-
Updated Afrikaans translation from Friedel Wolff (closes #7817)Thu, 18 Dec 2008 09:52:32 +0000, by Mark Doliner
-
Updated Greek translation from Bouklis Panos (closes #7815)Thu, 18 Dec 2008 09:51:03 +0000, by Mark Doliner
-
Updated Chinese translations from Ambrose C. Li. Closes #7806.Thu, 18 Dec 2008 09:47:29 +0000, by Mark Doliner
-
Updated Galician translation from Frco. Javier Rial Rodrguez.Thu, 18 Dec 2008 09:44:58 +0000, by Mark Doliner
-
Updated Spanish translation from Javier Fernndez-Sanguino. Closes #7784Thu, 18 Dec 2008 09:43:15 +0000, by Mark Doliner
-
Updated Slovak translation from loptosko. Closes #7783Thu, 18 Dec 2008 09:41:50 +0000, by Mark Doliner
-
Updated Czech translation from David Vachulka (closes #7780) andThu, 18 Dec 2008 09:39:28 +0000, by Mark Doliner
-
Updated Norwegian Nynorsk translation from Yngve Spjeld LadroThu, 18 Dec 2008 09:35:58 +0000, by Mark Doliner
-
Serbian translation update from Milo Popovi. References #7598.Thu, 18 Dec 2008 09:33:42 +0000, by Mark Doliner
-
Albanian translation from Besnik Bleta. Closes #7573.Thu, 18 Dec 2008 09:27:08 +0000, by Mark Doliner
-
Updated Arabic translation from Khaled Hosny. Closes #7430.Thu, 18 Dec 2008 09:16:50 +0000, by Mark Doliner
-
Updated Slovenian translation from Martin Srebotnjak. Closes #7368.Thu, 18 Dec 2008 09:15:16 +0000, by Mark Doliner
-
Are we ready to release this puppy later tonight?Thu, 18 Dec 2008 09:11:40 +0000, by Mark Doliner
-
a patch from eperez that corrects EOF detection, Fixes #7726Thu, 18 Dec 2008 07:25:37 +0000, by Ka-Hing Cheung
-
some server(s) don't like empty resource which we now default to. I am notThu, 18 Dec 2008 06:28:36 +0000, by Ka-Hing Cheung
-
We have a prpl function "buddy_free" that I don't think any of ourThu, 18 Dec 2008 02:03:20 +0000, by Mark Doliner
-
Fix a few small memleaksThu, 18 Dec 2008 01:53:49 +0000, by Mark Doliner
-
merge of '9979f20f66bc7efceedd9e288dc78576d9ceeb0c'Wed, 17 Dec 2008 22:37:53 +0000, by Marcus Lundblad
-
merge of '86eb900cf982408bb630159b662426812328a78c'Wed, 17 Dec 2008 20:56:30 +0000, by Mark Doliner
-
Let's actually close the socket when we sign off a myspace account.Wed, 17 Dec 2008 20:50:46 +0000, by Mark Doliner
-
Updated Catalan Valencian translation by Toni Hermoso.Wed, 17 Dec 2008 20:55:49 +0000, by Josep Puigdemont
-
Updated Catalan translation.Wed, 17 Dec 2008 20:55:25 +0000, by Josep Puigdemont
-
Fix a leak in myspace prpl.Wed, 17 Dec 2008 20:50:49 +0000, by Sadrul Habib Chowdhury
-
Set buddies idle time to 0 when their idle. 0 is a flag to the UI thatWed, 17 Dec 2008 18:36:31 +0000, by Mark Doliner
-
Add a comment that 0 should be used when a buddies idle time is unknownWed, 17 Dec 2008 18:21:47 +0000, by Mark Doliner
-
Set the server alias for myspace buddies who haven't set their username.Wed, 17 Dec 2008 05:39:11 +0000, by Mark Doliner
-
Support for background font colors in incoming MySpace IMsWed, 17 Dec 2008 04:37:21 +0000, by Mark Doliner
-
Remove a stray > when a font face is specifiedWed, 17 Dec 2008 04:12:04 +0000, by Mark Doliner
-
Add support for foreground and background font colors in MySpace IMsWed, 17 Dec 2008 04:02:25 +0000, by Mark Doliner
-
Add a newline to the end of a debug messagesWed, 17 Dec 2008 03:37:59 +0000, by Mark Doliner
-
Fix bugs sending and receiving myspace IMs related to not escapingWed, 17 Dec 2008 03:33:57 +0000, by Mark Doliner
-
ChangeLog updates for my changes from DecemberWed, 17 Dec 2008 03:03:36 +0000, by Mark Doliner
-
merge of '9643d7374ca3732ca4269075429908a3d1645f4e'Wed, 17 Dec 2008 03:03:21 +0000, by Mark Doliner
-
merge of 'ef05d478fa7019dbdddad2f30968a729d943520e'Wed, 17 Dec 2008 02:40:51 +0000, by Daniel Atallah
-
A patch from fqueze to prevent re-initalization of the SSL stuff. Fixes #7764.Wed, 17 Dec 2008 02:04:37 +0000, by Daniel Atallah
-
not all features are implemented in QQ2008 yetWed, 17 Dec 2008 02:44:37 +0000, by Ka-Hing Cheung
-
Add support for blocking buddies on MySpaceWed, 17 Dec 2008 02:26:40 +0000, by Mark Doliner
-
Fix win32 build.Wed, 17 Dec 2008 01:33:10 +0000, by Daniel Atallah
-
Fix a bug where if "Show our presence only to people on our buddy list"Wed, 17 Dec 2008 00:06:05 +0000, by Mark Doliner
-
Remove an accidentally debug messageTue, 16 Dec 2008 23:43:25 +0000, by Mark Doliner
-
Grab the "Who can contact me? Only people on my buddy list?" and theTue, 16 Dec 2008 23:39:03 +0000, by Mark Doliner
-
Some other changes to make this more like the official client, andTue, 16 Dec 2008 21:52:50 +0000, by Mark Doliner
-
I'm not sure why these were strings. The official client uses integersTue, 16 Dec 2008 21:47:44 +0000, by Mark Doliner
-
Remove a bunch of calls to msim_msg_dump(). I find it really annoyingTue, 16 Dec 2008 21:31:05 +0000, by Mark Doliner
-
merge of '6b951d62be418d5bfc437a1ab747c6ba900d7979'Tue, 16 Dec 2008 19:36:03 +0000, by Mark Doliner
-
Changelog two custom smiley bugfixes I had forgotten to changelog beforeTue, 16 Dec 2008 18:32:25 +0000, by Marcus Lundblad
-
Updated Finnish translation for the 2.5.3 release. All strings translated.Tue, 16 Dec 2008 11:16:51 +0000, by Timo Jyrinki
-
Update french translation for 2.5.3 release.Tue, 16 Dec 2008 09:11:55 +0000, by ric Boumaour
-
disapproval of revision 'a85f2ca138b4fd9f600b0875bfe67837cc95b989'Sat, 03 Jan 2009 20:43:44 +0000, by John Bailey
-
Fix my accidental breakage of string freeze by borrowing a generic message fromTue, 16 Dec 2008 06:12:58 +0000, by John Bailey
-
Minor comment changeTue, 16 Dec 2008 06:25:56 +0000, by Mark Doliner
-
Set the display name before marking the connection as "connected."Tue, 16 Dec 2008 04:13:14 +0000, by Mark Doliner
-
Only validate the font face if it's non-nullTue, 16 Dec 2008 04:08:38 +0000, by Mark Doliner
-
Use a GString here when constructing the data. It's way moreTue, 16 Dec 2008 03:49:05 +0000, by Mark Doliner
-
No functionality change--just cleanup.Tue, 16 Dec 2008 03:35:22 +0000, by Mark Doliner
-
merge of 'b70000f3bf5c6b7f30121fb749d72ac869b58ae9'Tue, 16 Dec 2008 02:25:08 +0000, by Elliott Sales de Andrade
-
Do something sane if the response is NULL when updating contact tokens,Tue, 16 Dec 2008 02:21:33 +0000, by Elliott Sales de Andrade
-
Mark some parameters as const char * instead of char * and don'tTue, 16 Dec 2008 01:40:38 +0000, by Mark Doliner
-
rewrapped ChangeLog lines by Paul againTue, 16 Dec 2008 01:03:24 +0000, by Ka-Hing Cheung
-
Use the friendly/vanity url when it's available in myspaceMon, 15 Dec 2008 19:02:35 +0000, by Mark Doliner
-
German translation updateMon, 15 Dec 2008 09:48:20 +0000, by Jochen Kemnade
-
merge of '8d8f6d7fcf4bbef4fe0e6f1008e25759c2b3932e'Mon, 15 Dec 2008 05:33:57 +0000, by Mark Doliner
-
merge of '3b87c3b008c11c068a42eba55b3f5724cdac4ad4'Mon, 15 Dec 2008 04:35:27 +0000, by Elliott Sales de Andrade
-
merge of '52e2a425de43a95def135fff5a6dbe87ed39acb5'Mon, 15 Dec 2008 04:25:00 +0000, by John Bailey
-
Shuffling things around, remove stray whitespace, remove some forwardMon, 15 Dec 2008 05:32:31 +0000, by Mark Doliner
-
merge of '91d403bb5dfadec9e38f0c0c058ababeed6fd9d7'Mon, 15 Dec 2008 04:09:02 +0000, by Mark Doliner
-
Actually that last change did break regular login, but I don't feel likeMon, 15 Dec 2008 04:34:24 +0000, by Elliott Sales de Andrade
-
Reapply 046452c275782ffd3218e3ae4863eaa8bf31a5f4 since it doesn't reallyMon, 15 Dec 2008 04:03:12 +0000, by Elliott Sales de Andrade
-
merge of '10ea019ecb33303883a9a34e547d2c04b8267a3d'Mon, 15 Dec 2008 03:59:30 +0000, by Elliott Sales de Andrade
-
disapproval of revision 'af100261749125c03e3d490b01d36f8ea219bf8f'Mon, 15 Dec 2008 03:53:12 +0000, by Elliott Sales de Andrade
-
merge of '1203a733696f95eef53b04b5078e0a779371b4d3'Sat, 06 Dec 2008 19:57:58 +0000, by Kevin Stange
-
merge of '6ac9187d4f4437a087d58d63489c47664121f0b5'Wed, 03 Dec 2008 03:09:32 +0000, by Kevin Stange
-
This string appears before the connection attempt, so it shouldn't beSat, 04 Oct 2008 06:13:33 +0000, by Kevin Stange
-
Fix ludicrously long idle times for Sametime 7.5 buddies by assuming idle timeMon, 15 Dec 2008 04:20:28 +0000, by Laurent Montaron
-
Fix a crash in DNS SRV resolution when one of the required parameters is NULL.Mon, 15 Dec 2008 04:02:28 +0000, by Florian Quze
-
Don't allow connecting a SIMPLE account if no server is configured. Fixes #7767.Mon, 15 Dec 2008 03:54:39 +0000, by Florian Quze
-
Change the msim_msg_clone_element() function to respect the "dynamic_name"Mon, 15 Dec 2008 04:08:31 +0000, by Mark Doliner
-
merge of '44bc6927617b36912dc84306fe8d80a6a9b942a3'Mon, 15 Dec 2008 03:01:38 +0000, by Elliott Sales de Andrade
-
some other updatesMon, 15 Dec 2008 02:46:20 +0000, by Ka-Hing Cheung
-
this is slightly more accurateMon, 15 Dec 2008 02:38:48 +0000, by Ka-Hing Cheung
-
For processing mobile OIM's, fix a crash when searching through each partMon, 15 Dec 2008 03:00:20 +0000, by Elliott Sales de Andrade
-
Fix a crashy little typo.Mon, 15 Dec 2008 02:22:01 +0000, by Elliott Sales de Andrade
-
merge of '16c1dbfe5a0090d97df6477c7f8235365d07090c'Mon, 15 Dec 2008 01:53:50 +0000, by Elliott Sales de Andrade
-
Change MySpace to wrap incoming messages in <span style="font-size: Npt;">Mon, 15 Dec 2008 01:16:59 +0000, by Mark Doliner
-
Change the way we handle <span style='font-size: whatever;'> tags slightly.Mon, 15 Dec 2008 01:13:17 +0000, by Mark Doliner
-
Split out MSN section in the ChangeLog. There are three points already andMon, 15 Dec 2008 01:52:02 +0000, by Elliott Sales de Andrade
-
merge of '237ac12c436b96cd8e5959a16892ab9dcba4c5da'Mon, 15 Dec 2008 01:42:24 +0000, by Elliott Sales de Andrade
-
merge of '04afb3575719a357165d894133156d8c49f3c7a0'Mon, 15 Dec 2008 00:40:36 +0000, by Ka-Hing Cheung
-
Updated Catalan translation.Sun, 14 Dec 2008 23:15:09 +0000, by Josep Puigdemont
-
uncondtionally install some certificates and use them, References #6680.Mon, 15 Dec 2008 00:17:07 +0000, by Ka-Hing Cheung
-
merge of '9d9dfe16667a3946233ae2a359de8856ee105289'Mon, 15 Dec 2008 00:09:04 +0000, by Ka-Hing Cheung
-
Add support for receiving MSN offline messages that were sent from a mobileMon, 15 Dec 2008 01:40:52 +0000, by Elliott Sales de Andrade
-
Clean up msn_oim_report_to_user to avoid extra g_strdup's and call strchrMon, 15 Dec 2008 00:49:35 +0000, by Elliott Sales de Andrade
-
When parsing MSN message payload headers, check for folded lines. The onlySun, 14 Dec 2008 23:14:34 +0000, by Elliott Sales de Andrade
-
merge of '2b2413559685df17d16670e7769c19d61235fc28'Sun, 14 Dec 2008 23:11:27 +0000, by Ka-Hing Cheung
-
updated German translation (unready)Sun, 14 Dec 2008 22:01:15 +0000, by Bjrn Voigt
-
Simplify a little bitSun, 14 Dec 2008 22:00:24 +0000, by Mark Doliner
-
German translation updatedSun, 14 Dec 2008 10:33:33 +0000, by Jochen Kemnade
-
If the MSN user is in the userlist already, then check whether we know theSun, 14 Dec 2008 05:24:32 +0000, by Elliott Sales de Andrade
-
When getting the privacy lists, set the default network to unknown. If theSun, 14 Dec 2008 05:22:52 +0000, by Elliott Sales de Andrade
-
Remove a double call to xmlnode_get_namespace and multiple tests for xmlnsSun, 14 Dec 2008 04:09:23 +0000, by Elliott Sales de Andrade
-
Make the add/remove buddy from list functions take a MsnUser* instead of theSun, 14 Dec 2008 03:09:51 +0000, by Elliott Sales de Andrade
-
Fix warnings where size_t/gsize was used for printf with the wrong formatSun, 14 Dec 2008 02:58:44 +0000, by Paul Aurich
-
merge of '5097d28816eecf123094d27602b14963619bbc8b'Sat, 13 Dec 2008 02:41:46 +0000, by Mark Doliner
-
merge of 'b777f3c2f3b9991830f31a5572d2bb0b030c2600'Fri, 12 Dec 2008 20:35:12 +0000, by Richard Laager
-
Use one GString and pass it around instead of allocating and freeing aSat, 13 Dec 2008 02:41:12 +0000, by Mark Doliner
-
Remove unnecessary castingFri, 12 Dec 2008 19:42:19 +0000, by Mark Doliner
-
Remove stray whitespaceFri, 12 Dec 2008 19:36:34 +0000, by Mark Doliner
-
Remove unneeded forward declarations. I guess my philosophy is to onlyFri, 12 Dec 2008 19:34:34 +0000, by Mark Doliner
-
Eliminate minor typographical differences between our version of the GPLFri, 12 Dec 2008 19:04:21 +0000, by Mark Doliner
-
I don't think it makes sense for these files to be here now that the prplFri, 12 Dec 2008 18:57:43 +0000, by Mark Doliner
-
Fix up a bad merge on my part.Fri, 12 Dec 2008 17:18:59 +0000, by Richard Laager
-
merge of '1588a62b7442c86d09ede6244012e7c0eed52478'Fri, 12 Dec 2008 17:08:23 +0000, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin.openq' (head f1e6c695a05f8f625adbcfb280ed60933be86b87)Thu, 11 Dec 2008 04:32:15 +0000, by Richard Laager
-
Turn on -Wformat-security and make it an error with GCC 4.Thu, 11 Dec 2008 04:29:43 +0000, by Richard Laager
-
merge of '2d203a89c855916b5c37a95cc1869c15b24f812c'Thu, 11 Dec 2008 03:31:16 +0000, by Richard Laager
-
merge of '5f86c51d96715086ed0790a769fd222be570c8ac'Mon, 08 Dec 2008 17:53:46 +0000, by Richard Laager
-
merge of '08fd5918978aecbd045771fb72fd0d80c7fcf941'Mon, 08 Dec 2008 17:19:52 +0000, by Richard Laager
-
Fix Bonjour to better deal with buddy values set to the empty string.Mon, 08 Dec 2008 05:20:44 +0000, by Richard Laager
-
started updating the German translationFri, 12 Dec 2008 16:56:20 +0000, by Jochen Kemnade
-
merge of '2c63599660bb7ed2aa17389e548fbc0511b797ac'Fri, 12 Dec 2008 04:02:08 +0000, by Mark Doliner
-
Use av_len in the same manner as everywhere else, for consistency.Fri, 12 Dec 2008 00:01:40 +0000, by Sadrul Habib Chowdhury
-
merge of 'dd536145a4036177cabc4e4e1ac83dcdf1008a33'Thu, 11 Dec 2008 22:36:47 +0000, by John Bailey
-
Credit beret for his patch. Refs #6300.Thu, 11 Dec 2008 22:33:06 +0000, by John Bailey
-
merge of '6de8f788571b507b2c76125cc65f88db49c60790'Thu, 11 Dec 2008 21:12:39 +0000, by Sadrul Habib Chowdhury
-
Use ref-counting to prevent a crash if request-auth callbacks are calledThu, 11 Dec 2008 21:10:57 +0000, by Sadrul Habib Chowdhury
-
merge of '9a15955bb377eff51316851e03db1cd7a5f9ba7f'Thu, 11 Dec 2008 08:41:04 +0000, by John Bailey
-
Advertise the same typing capability on OSCAR that ICQ 6 does, since we claimThu, 11 Dec 2008 08:19:09 +0000, by Jaromr Karmazn
-
Fix up the XMPP User Avatar SHA1 hashing so that we don't mess up the checksumThu, 11 Dec 2008 08:08:02 +0000, by Paul Aurich
-
Support an empty <metadata/> element to indicate that a user has no XEP-0084Thu, 11 Dec 2008 07:38:20 +0000, by Paul Aurich
-
ChangeLog darkrain42's patch. I need to remember to do this when committingThu, 11 Dec 2008 06:50:38 +0000, by John Bailey
-
Tweak a few for loop conditions in the Perl bindings per Etan's suggestion.Thu, 11 Dec 2008 06:48:25 +0000, by John Bailey
-
disapproval of revision '0538a6873b4fbb3c72cc0b6fc4d8b690d467686d'Thu, 11 Dec 2008 22:36:29 +0000, by John Bailey
-
Fix off-by-ones in the perl loader where av_len is used. Fixes #7687.Thu, 11 Dec 2008 06:38:23 +0000, by Paul Aurich
-
Remove the commas at the end of enumerator lists. This resolves warningsThu, 11 Dec 2008 06:32:05 +0000, by Florian Quze
-
Remove mention of the reverted patch from the ChangeLog.Thu, 11 Dec 2008 06:24:58 +0000, by John Bailey
-
merge of '17b584b23aee26cc5553b12483ab9b550eee8103'Thu, 11 Dec 2008 06:24:14 +0000, by John Bailey
-
Keep track of the user ID in the MsimUser struct so that we have a copyFri, 12 Dec 2008 04:01:39 +0000, by Mark Doliner
-
Don't create a temporary PurpleBuddy when getting info for someone notFri, 12 Dec 2008 03:46:36 +0000, by Mark Doliner
-
String changes (a few of which I had already made, grumble grumble).Thu, 11 Dec 2008 07:17:32 +0000, by Mark Doliner
-
Replace strrchr(..., '/')+1 with g_path_get_basename in QQ plugin. Didn'tThu, 11 Dec 2008 04:20:14 +0000, by Elliott Sales de Andrade
-
Why #if 0\n#define something when you can just #undef it?Thu, 11 Dec 2008 04:07:29 +0000, by Elliott Sales de Andrade
-
Fix some English in the QQ plugin. And remove some translated phrases that areThu, 11 Dec 2008 04:03:27 +0000, by Elliott Sales de Andrade
-
fixed some spelling errors in QQ protocol plugin:Wed, 10 Dec 2008 11:11:32 +0000, by Bjrn Voigt
-
merge of '834b032b518f6b4ab9148b946ca635214a9388d8'Wed, 10 Dec 2008 06:58:10 +0000, by Elliott Sales de Andrade
-
merge of '08fd5918978aecbd045771fb72fd0d80c7fcf941'Wed, 10 Dec 2008 06:51:47 +0000, by Elliott Sales de Andrade
-
Further cleanup to fix CID 373.Wed, 10 Dec 2008 02:44:03 +0000, by Daniel Atallah
-
Fix CID 399 - I'm reasonably sure this couldn't ever actually cause a NULL deref.Wed, 10 Dec 2008 02:28:30 +0000, by Daniel Atallah
-
Clean up some stuff that the behavior has changed on to fix CID 398.Wed, 10 Dec 2008 02:23:27 +0000, by Daniel Atallah
-
Updated included win32 meanwhile library to fix #7563Wed, 10 Dec 2008 01:14:02 +0000, by Daniel Atallah
-
Changelog the win32 SILC change. Fixes #7399Wed, 10 Dec 2008 00:35:26 +0000, by Daniel Atallah
-
Update SILC Toolkit used on win32 to 1.1.8Wed, 10 Dec 2008 00:28:26 +0000, by Daniel Atallah
-
Use g_free instead of free here too.Tue, 09 Dec 2008 15:45:46 +0000, by Sadrul Habib Chowdhury
-
merge of '68a2ccd3df34ca17e6d788cfcbaf96a605bea2e5'Tue, 09 Dec 2008 15:45:15 +0000, by Sadrul Habib Chowdhury
-
Make our profile text a little cleaner and more uniform across the protocols.Tue, 09 Dec 2008 02:59:29 +0000, by Mark Doliner
-
Use g_free instead of free.Mon, 08 Dec 2008 02:22:59 +0000, by Sadrul Habib Chowdhury
-
Minor cleanup: remove od->sn, since it's the same as PurpleAccount->usernameSun, 07 Dec 2008 23:34:12 +0000, by Mark Doliner
-
Sadrul pointed out that I'm less than bright today and let a // comment slip in.Sun, 07 Dec 2008 02:36:57 +0000, by John Bailey
-
fixes a crash, I think I've seen this before somewhere elseMon, 15 Dec 2008 00:08:45 +0000, by Ka-Hing Cheung
-
fixes a printf crash on Windows, reported by InstantBird developer fquezeSun, 07 Dec 2008 02:12:00 +0000, by Ka-Hing Cheung
-
ChangeLog a couple items and rearrange some items a bit.Sat, 06 Dec 2008 20:02:49 +0000, by John Bailey
-
Fix a Zephyr crash and 10-second delay that can happen when you have an accountSat, 06 Dec 2008 19:31:21 +0000, by Michael Terry
-
Fix a crash in purple_accounts_delete that happens when the buddy list hasn'tSat, 06 Dec 2008 19:16:21 +0000, by Florian Quze
-
2008.12.17 - flos <lonicerae(at)gmail.com>Wed, 17 Dec 2008 13:52:00 +0000, by SHiNE CsyFeK
-
#if 0 out an unused function to suppress a compiler warning.Thu, 11 Dec 2008 04:32:01 +0000, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head be9df40b197dab92a74c4bf346f64e538f7f99e5)Sat, 06 Dec 2008 13:30:06 +0000, by SHiNE CsyFeK
-
2008.12.06 - flos <lonicerae(at)gmail.com>Sat, 06 Dec 2008 13:27:25 +0000, by SHiNE CsyFeK
-
2008.12.05 - flos <lonicerae(at)gmail.com>Fri, 05 Dec 2008 15:52:02 +0000, by SHiNE CsyFeK
-
propagate from branch 'im.pidgin.pidgin' (head 97d295a04f3a9852a3b29cf0df43d56d1ddcc672)Fri, 05 Dec 2008 14:51:36 +0000, by SHiNE CsyFeK
-
Fix emoticon mapThu, 20 Nov 2008 06:12:37 +0000, by Hu Yong
-
Fix bug in send IMThu, 20 Nov 2008 06:12:10 +0000, by Hu Yong
-
Some newWed, 19 Nov 2008 08:48:21 +0000, by Hu Yong
-
Some newWed, 19 Nov 2008 08:44:28 +0000, by Hu Yong
-
Code cleanWed, 19 Nov 2008 08:37:26 +0000, by Hu Yong
-
Code cleanWed, 19 Nov 2008 08:37:07 +0000, by Hu Yong
-
Code cleanWed, 19 Nov 2008 08:36:51 +0000, by Hu Yong
-
Code cleanWed, 19 Nov 2008 08:36:38 +0000, by Hu Yong
-
Add a new variable to produce IM sequence numberWed, 19 Nov 2008 08:36:18 +0000, by Hu Yong
-
Add some new function defineWed, 19 Nov 2008 08:35:32 +0000, by Hu Yong
-
Support sending long IM messageWed, 19 Nov 2008 08:35:07 +0000, by Hu Yong
-
Add a new functionWed, 19 Nov 2008 08:32:31 +0000, by Hu Yong
-
Support long qun imWed, 19 Nov 2008 08:31:45 +0000, by Hu Yong
-
Clean debug infoWed, 12 Nov 2008 08:32:34 +0000, by Hu Yong
-
Clean debug infoWed, 12 Nov 2008 08:32:14 +0000, by Hu Yong
-
Clean debug infoWed, 12 Nov 2008 08:31:50 +0000, by Hu Yong
-
Clean codeWed, 12 Nov 2008 08:31:27 +0000, by Hu Yong
-
Fixed: Not set flag after qsortWed, 12 Nov 2008 08:31:07 +0000, by Hu Yong
-
Clean debug infoWed, 12 Nov 2008 08:30:15 +0000, by Hu Yong
-
Clean debug infoWed, 12 Nov 2008 08:29:59 +0000, by Hu Yong
-
Code cleanWed, 12 Nov 2008 08:29:33 +0000, by Hu Yong
-
Clean debug infoWed, 12 Nov 2008 08:29:09 +0000, by Hu Yong
-
Clean debug infoWed, 12 Nov 2008 08:28:52 +0000, by Hu Yong
-
Fix smiley mapTue, 11 Nov 2008 08:33:10 +0000, by Hu Yong
-
New itemTue, 11 Nov 2008 07:35:17 +0000, by Hu Yong
-
Move new functon qq_filter_str inTue, 11 Nov 2008 07:26:48 +0000, by Hu Yong
-
Change Qun number to unsigned longTue, 11 Nov 2008 07:25:35 +0000, by Hu Yong
-
Move function qq_filter_str inTue, 11 Nov 2008 07:24:48 +0000, by Hu Yong
-
Support new SMS MSGTue, 11 Nov 2008 07:22:30 +0000, by Hu Yong
-
Fixed: purple_circ_buffer not created before appendTue, 11 Nov 2008 07:20:48 +0000, by Hu Yong
-
Correct QQ2005's login reply lengthTue, 11 Nov 2008 07:19:28 +0000, by Hu Yong
-
Add send_im_seqTue, 11 Nov 2008 07:18:08 +0000, by Hu Yong
-
Code cleanTue, 11 Nov 2008 07:17:48 +0000, by Hu Yong
-
Rewrite according to im.cTue, 11 Nov 2008 07:17:11 +0000, by Hu Yong
-
Rewrite smiley convert functionTue, 11 Nov 2008 07:16:23 +0000, by Hu Yong
-
Change Qun number to unsigned longTue, 11 Nov 2008 07:11:20 +0000, by Hu Yong
-
Change Qun number to unsigned longTue, 11 Nov 2008 07:10:33 +0000, by Hu Yong
-
Change Qun number to unsigned longTue, 11 Nov 2008 07:09:08 +0000, by Hu Yong
-
Code cleanTue, 11 Nov 2008 07:08:04 +0000, by Hu Yong
-
Change Qun number to unsigned longTue, 11 Nov 2008 07:07:14 +0000, by Hu Yong
-
Change Qun number to unsigned longTue, 11 Nov 2008 07:04:04 +0000, by Hu Yong
-
Move smiley function to im.hTue, 11 Nov 2008 07:03:09 +0000, by Hu Yong
-
Move smiley function to im.cTue, 11 Nov 2008 07:02:34 +0000, by Hu Yong
-
Change QQ number to unsigned longTue, 11 Nov 2008 07:01:45 +0000, by Hu Yong
-
Change QQ number to unsigned longTue, 11 Nov 2008 07:00:27 +0000, by Hu Yong
-
Move a function to hereTue, 11 Nov 2008 06:59:23 +0000, by Hu Yong
-
Change QQ number as unsigned longTue, 11 Nov 2008 06:51:11 +0000, by Hu Yong
-
Fixed bug: purple_debug_info may contain NULL stringMon, 03 Nov 2008 02:20:48 +0000, by Hu Yong
-
Fixed double freeFri, 31 Oct 2008 07:50:33 +0000, by Hu Yong
-
Fixed double freeFri, 31 Oct 2008 07:49:05 +0000, by Hu Yong
-
change mail of ccpagingFri, 31 Oct 2008 07:48:20 +0000, by Hu Yong
-
propagate from branch 'im.pidgin.pidgin' (head 9287a75e196278c66cd6724dc8d30a471a029c27)Thu, 30 Oct 2008 12:43:27 +0000, by SHiNE CsyFeK
-
disapproval of revision '4a3731f468487751f392e59106f3554b1e70bd9d'Thu, 11 Dec 2008 06:24:06 +0000, by John Bailey
-
Small leak fix.Sat, 06 Dec 2008 06:02:42 +0000, by Sadrul Habib Chowdhury
-
ChangeLog some stuff.Sat, 06 Dec 2008 05:50:44 +0000, by John Bailey
-
Fix a crash that happens when accessing the roomlist for an account that'sSat, 06 Dec 2008 05:14:07 +0000, by Paul Aurich
-
Various nullprpl fixes. This stemmed from a complaint from a user inSat, 06 Dec 2008 05:05:02 +0000, by Paul Aurich
-
A patch to clean up authorization request related stuff. Fixes #7695.Sat, 06 Dec 2008 04:42:13 +0000, by Paul Aurich
-
Patch to fix compatibility with ancient GTK+ (2.4 and earlier). Fixes #7582.Sat, 06 Dec 2008 04:35:10 +0000, by Ryan Fan
-
Add a debug line and remove a duplicate "login=" get parameter whichSat, 06 Dec 2008 01:38:48 +0000, by Mark Doliner
-
Make our purple_util_fetch_url_request() function able to handleSat, 06 Dec 2008 01:08:20 +0000, by Mark Doliner
-
Do not mistakenly use the preference to hide new IMs for persistentFri, 05 Dec 2008 23:28:47 +0000, by Sadrul Habib Chowdhury
-
Two functional changes here:Thu, 04 Dec 2008 04:15:28 +0000, by Mark Doliner
-
Fix a typo in Mark's new comment.Thu, 04 Dec 2008 03:40:31 +0000, by Richard Laager
-
Add a comment for the meaning of the return value of this function,Thu, 04 Dec 2008 01:20:37 +0000, by Mark Doliner
-
Did I accidentally check these in or something? They shouldn't be hereWed, 03 Dec 2008 21:27:11 +0000, by Mark Doliner
-
Binding fixes.Wed, 03 Dec 2008 17:17:19 +0000, by Sadrul Habib Chowdhury
-
darkrain againWed, 03 Dec 2008 05:31:52 +0000, by Ka-Hing Cheung
-
merge of 'eb82ee09b8fde4b12b5de352686970ccc82a3db6'Tue, 02 Dec 2008 18:48:54 +0000, by Marcus Lundblad
-
When adding custom smiley without a previous filename (which is the case whenTue, 02 Dec 2008 18:46:21 +0000, by Marcus Lundblad
-
We'll need to update the copyright date in a bunch of places in a monthTue, 02 Dec 2008 18:22:35 +0000, by Mark Doliner
-
Fix buildTue, 02 Dec 2008 15:58:39 +0000, by Daniel Atallah
-
Some cleanup. The headers are all NUL delimited, so we don't need to mess withTue, 02 Dec 2008 03:34:17 +0000, by Daniel Atallah
-
Fix a NULL pointer deref. Fixes #7624.Tue, 02 Dec 2008 03:28:10 +0000, by Daniel Atallah
-
(Slightly modified) patch from fqueze to avoid exceptions with newer win32 CRTs.Tue, 02 Dec 2008 02:06:19 +0000, by Daniel Atallah
-
Check in updated po files, so the nightly l10n stats script hasMon, 01 Dec 2008 23:58:58 +0000, by Mark Doliner
-
I'm not sure how this ever worked...Mon, 01 Dec 2008 18:36:53 +0000, by Daniel Atallah
-
merge of 'c3f6487e649e7fe5c5f960b9c86a256e09b3976e'Mon, 01 Dec 2008 17:05:35 +0000, by Richard Laager
-
I forgot to ChangeLog the purple-remote addition. Refs #5598.Sun, 30 Nov 2008 20:00:00 +0000, by John Bailey
-
Patch from 'jfd' (whose trac user account no longer exists) to implementSun, 30 Nov 2008 18:34:42 +0000, by John Bailey
-
XMPP smiley definitions from Kahlil Robinson, slightly tweaked. Fixes #3307.Sun, 30 Nov 2008 03:47:30 +0000, by John Bailey
-
Fix up some missing icons.Sun, 30 Nov 2008 05:57:36 +0000, by Richard Laager
-
Remove a couple of icons that don't exist.Sun, 30 Nov 2008 05:34:13 +0000, by Richard Laager
-
Ethan informs me that I'm a moron.Sun, 30 Nov 2008 00:07:06 +0000, by John Bailey
-
Avoid needlessly calling gethostname() if __HOSTNAME__ doesn't appear in theSat, 29 Nov 2008 23:53:50 +0000, by John Bailey
-
Replace some old code using fwrite() with a call toSat, 29 Nov 2008 23:35:12 +0000, by John Bailey
-
Rearrange the ChangeLog a bit since there are now so many Gadu-Gadu and XMPPSat, 29 Nov 2008 19:53:05 +0000, by John Bailey
-
Send the "client-accepts-full-bind-result" attribute for Google Talk whenSat, 29 Nov 2008 19:44:57 +0000, by Paul Aurich
-
Don't try to get info for MUC's. Allow getting info for regular JID's andSat, 29 Nov 2008 19:35:13 +0000, by Paul Aurich
-
Revert the part of 280dc76b which broke XMPP resources such that only thoseSat, 29 Nov 2008 18:20:58 +0000, by John Bailey
-
This technically doesn't matter due to behavior elsewhere in the prpl, butSat, 29 Nov 2008 17:05:43 +0000, by Paul Aurich
-
Validate Gadu-Gadu UID's and perform proper CP1250 to UTF-8 conversions whenSat, 29 Nov 2008 16:50:34 +0000, by Adam Strzelecki
-
me likes this better, References #5565Sat, 29 Nov 2008 01:52:36 +0000, by Ka-Hing Cheung
-
patch from darkrain42 that fixes a crash with a broken server, we probablySat, 29 Nov 2008 01:35:02 +0000, by Ka-Hing Cheung
-
Use glib log functions to show error messages.Fri, 28 Nov 2008 06:29:37 +0000, by Sadrul Habib Chowdhury
-
Better wording and add info to the ChangeLog.Fri, 28 Nov 2008 02:58:00 +0000, by John Bailey
-
Allow blank resources on XMPP when creating/modifying accounts. This worksFri, 28 Nov 2008 02:42:47 +0000, by John Bailey
-
Some improvements to XMPP resource handling:Fri, 28 Nov 2008 02:19:42 +0000, by Jonathan Sailor
-
Fix the namespace URL we look for on PEP reply stanzas to match the URL weFri, 28 Nov 2008 01:49:58 +0000, by Paul Aurich
-
Do not alter the killring on delete-prev or delete-next (char) operations.Thu, 27 Nov 2008 20:53:51 +0000, by Sadrul Habib Chowdhury
-
The other day while struct hiding, I noticed a for loop that was checkingThu, 27 Nov 2008 05:54:09 +0000, by Richard Laager
-
Whitespace fixThu, 27 Nov 2008 05:51:03 +0000, by Richard Laager
-
Add a comment to clarify code I initially thought was broken.Thu, 27 Nov 2008 05:49:01 +0000, by Richard Laager
-
This is shipped with libpurple now, so installation notes are irrelevant.Thu, 27 Nov 2008 05:32:30 +0000, by Richard Laager
-
Apparently pidginstock-artwork.c is gone.Wed, 26 Nov 2008 23:05:45 +0000, by Richard Laager
-
Fix an unintended error in version-check when you have uncommitted changes.Wed, 26 Nov 2008 23:02:41 +0000, by Richard Laager
-
Really, really compileWed, 26 Nov 2008 22:17:58 +0000, by Richard Laager
-
Really compileWed, 26 Nov 2008 22:16:58 +0000, by Richard Laager
-
CompileWed, 26 Nov 2008 22:13:55 +0000, by Richard Laager
-
A Warmenhoved patch from rwbarton to avoid showing the default instanceWed, 26 Nov 2008 21:40:37 +0000, by Richard Laager
-
Remove the length parameter from zephyr_recv_convert(), because we wereWed, 26 Nov 2008 21:14:28 +0000, by Richard Laager
-
merge of '812e8a74b31cd5bb1bcec2a4c71fd8d86e520054'Wed, 26 Nov 2008 21:11:05 +0000, by Richard Laager
-
merge of '0398d649eb2c6ff34c18ee43f0599f3eb0085b5c'Wed, 26 Nov 2008 21:10:26 +0000, by Richard Laager
-
Remove a space to eliminate a spurious diff between Pidgin's autogen.shTue, 25 Nov 2008 17:23:43 +0000, by Richard Laager
-
Whoops, should return FALSE, not NULL, when jabber_buddy_find returns NULLWed, 26 Nov 2008 18:31:24 +0000, by Marcus Lundblad
-
Properly escape the status message.Wed, 26 Nov 2008 00:41:53 +0000, by Sadrul Habib Chowdhury
-
Remove this timer when the switchboard is destroyed. Fixes a crashTue, 25 Nov 2008 22:06:06 +0000, by Mark Doliner
-
Remove the timer if sess->soap_table is NULL. I don't think this everTue, 25 Nov 2008 21:35:59 +0000, by Mark Doliner
-
update po file and fix #7628 ("translation error in german pidgin error message")Tue, 25 Nov 2008 21:07:14 +0000, by Jochen Kemnade
-
Fix the initial parsing of args in the win32 launcher to be more robust.Tue, 25 Nov 2008 03:40:28 +0000, by Daniel Atallah
-
Use separate variables to keep track of the timer and the watcher.Tue, 25 Nov 2008 02:43:56 +0000, by Mark Doliner
-
Formatting change: Split these if statements on to two linesTue, 25 Nov 2008 02:18:00 +0000, by Mark Doliner
-
I don't believe message should ever be nullTue, 25 Nov 2008 02:08:22 +0000, by Mark Doliner
-
Minor whitespace changes and shuffle functions around to be in a moreTue, 25 Nov 2008 02:02:21 +0000, by Mark Doliner
-
merge of '1b2d6e3c5b0a2de29e8789d768a61fd7f2a4b1da'Tue, 25 Nov 2008 01:33:14 +0000, by Mark Doliner
-
Removed som extranious debug outputMon, 24 Nov 2008 21:28:22 +0000, by Marcus Lundblad
-
Prevent a NULL printf crash.Mon, 24 Nov 2008 03:23:25 +0000, by Daniel Atallah
-
Updates for federated/Yahoo buddies:Wed, 10 Dec 2008 06:49:56 +0000, by Elliott Sales de Andrade
-
Use ContactEmail to add federated buddies to the AddressBook. Those on YahooMon, 08 Dec 2008 00:47:55 +0000, by Elliott Sales de Andrade
-
I think we don't need to keep track of the number of users on the FL. ThisMon, 08 Dec 2008 00:18:45 +0000, by Elliott Sales de Andrade
-
Handle the InvalidPassportUser response when adding buddies and report it toMon, 08 Dec 2008 00:14:46 +0000, by Elliott Sales de Andrade
-
Fix a typo in a name.Sun, 07 Dec 2008 08:18:15 +0000, by Elliott Sales de Andrade
-
Split up that faultcode stuff I just changed. Stops it from printing an annoyingSun, 07 Dec 2008 08:02:33 +0000, by Elliott Sales de Andrade
-
Deleting a contact without a ContactId doesn't work, so don't bother the serverSun, 07 Dec 2008 07:28:42 +0000, by Elliott Sales de Andrade
-
Send FQY as the first thing when adding a buddy so that we know what networkSun, 07 Dec 2008 07:09:57 +0000, by Elliott Sales de Andrade
-
Print a specific error to debug log about EmailDomainIsFederated error.Sun, 07 Dec 2008 07:04:23 +0000, by Elliott Sales de Andrade
-
Send the SOAP faultcode to the callbacks for each Contact operation. They allMon, 01 Dec 2008 05:53:40 +0000, by Elliott Sales de Andrade
-
Get the MSN buddy's network ID from the FindMembership response.Mon, 01 Dec 2008 05:21:39 +0000, by Elliott Sales de Andrade
-
Add tests for some known contact annotations. These don't do anything yet, butFri, 28 Nov 2008 05:11:52 +0000, by Elliott Sales de Andrade
-
When parsing the MSN AB, the contactType does not specify from which networkFri, 28 Nov 2008 04:59:05 +0000, by Elliott Sales de Andrade
-
Check for NULL group_id before calling msn_group_new since that function willFri, 28 Nov 2008 04:15:32 +0000, by Elliott Sales de Andrade
-
Only get the artist and album if we are setting a Music mediatype.Mon, 24 Nov 2008 06:05:01 +0000, by Elliott Sales de Andrade
-
Add the Games and Office media to MSN as attributes tacked on to the tuneMon, 24 Nov 2008 05:51:18 +0000, by Elliott Sales de Andrade
-
merge of '27bbe0ce3ea70a4a4f830cb5f63e86c8ed26baca'Mon, 24 Nov 2008 00:52:41 +0000, by John Bailey
-
ChangeLog'd the release notifications changeMon, 24 Nov 2008 00:32:29 +0000, by Gary Kramlich
-
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.Mon, 24 Nov 2008 00:30:42 +0000, by Casey Ho
-
Don't request an acknowledgement on an auto-response message and don't set aSun, 23 Nov 2008 22:40:18 +0000, by Elliott Sales de Andrade
-
Cleaned up version of 2f409bcdde5ebbb1edf097aeb4b4366d7c71518d:Sun, 23 Nov 2008 22:29:41 +0000, by Elliott Sales de Andrade
-
merge of '55175ee4e57c664f82028c9b5f73853595fa1bb0'Sun, 23 Nov 2008 21:57:52 +0000, by Elliott Sales de Andrade
-
Hungarian translation updatedSun, 23 Nov 2008 20:17:05 +0000, by Kelemen Gbor
-
merge of '896a0f459df5db1110a59f355c4b243c3c4be58d'Sun, 23 Nov 2008 20:05:59 +0000, by Kelemen Gbor
-
Tweak a comment.Mon, 24 Nov 2008 00:51:46 +0000, by John Bailey
-
ChangeLog the last few things I committed.Mon, 24 Nov 2008 00:50:55 +0000, by John Bailey
-
Prevent the Buddy State Notification plugin from duplicating notices whenMon, 24 Nov 2008 00:34:37 +0000, by Florian Quze
-
Add a NULL check to fix a crash. Fixes #4516.Mon, 24 Nov 2008 00:01:27 +0000, by Richard Laager
-
Credit Toby Schaffer for his patch.Sun, 23 Nov 2008 23:16:02 +0000, by John Bailey
-
Enable atuo-response functionality on Zephyr. This should emulate theSun, 23 Nov 2008 23:14:43 +0000, by Toby Schaffer
-
I forgot to ChangeLog this earlier. Refs #220.Sun, 23 Nov 2008 19:37:12 +0000, by John Bailey
-
merge of '2f409bcdde5ebbb1edf097aeb4b4366d7c71518d'Sun, 23 Nov 2008 07:31:20 +0000, by John Bailey
-
merge of '1d9a1da300a6d07aa721ebc00ee40b928cdd790d'Sun, 23 Nov 2008 21:57:49 +0000, by Elliott Sales de Andrade
-
disapproval of revision '2f409bcdde5ebbb1edf097aeb4b4366d7c71518d'Sun, 23 Nov 2008 21:57:18 +0000, by Elliott Sales de Andrade
-
Replace spaces wth tabs in indentation and tabs with spaces in line continuations.Sun, 23 Nov 2008 08:39:39 +0000, by Elliott Sales de Andrade
-
Mark added a workaround for not having enough parameters in this command.Sun, 23 Nov 2008 04:12:43 +0000, by Elliott Sales de Andrade
-
merge of '8298236e9cd6a6127656eacf513bc6928bee9065'Sun, 23 Nov 2008 04:06:45 +0000, by Elliott Sales de Andrade
-
disapproval of revision '050e412d19af350e54a9105f34339a2690d8fc08'Sun, 23 Nov 2008 04:04:57 +0000, by Elliott Sales de Andrade
-
merge of '98fe04f817ef415faebd3f7a38b7f0588c0b0cba'Sun, 23 Nov 2008 04:06:43 +0000, by Elliott Sales de Andrade
-
disapproval of revision '9020464484f831155faf5ec030cd374386c01e62'Sun, 23 Nov 2008 04:05:14 +0000, by Elliott Sales de Andrade
-
Fix two warnings introduced by the image patch I committed earlier and makeSun, 23 Nov 2008 06:19:09 +0000, by John Bailey
-
Kill off a bajillion comments that just needlessly duplicate functionSun, 23 Nov 2008 04:46:55 +0000, by John Bailey
-
Support displaying buddy icons from Gadu-Gadu buddies. Fixes #220.Sun, 23 Nov 2008 04:11:36 +0000, by Adam Strzelecki
-
A fix from Paul Aurich for a long-standing XMPP issue with duplicate buddies. Fixes #479.Fri, 21 Nov 2008 19:49:47 +0000, by Daniel Atallah
-
Patch from Raiko Nitzsche to fix a crash when processing a LOGIN_REDIRECT with unexpected output. References #7563.Fri, 21 Nov 2008 16:48:15 +0000, by Daniel Atallah
-
Don't try to free NULL xmlnodes stolen by jabber-receiving-xmlnode handlersFri, 21 Nov 2008 12:12:31 +0000, by Will Thompson
-
Is it valid to use purple_timeout_remove() to remove a timer whenTue, 25 Nov 2008 01:32:20 +0000, by Mark Doliner
-
Add missing newline in debug message.Wed, 19 Nov 2008 03:08:57 +0000, by Daniel Atallah
-
Counting is for dummiesTue, 18 Nov 2008 23:34:14 +0000, by Mark Doliner
-
This should fix another crash I've seen. We weren't correctlyTue, 18 Nov 2008 07:32:23 +0000, by Mark Doliner
-
I've seen this crash a few times where cmd->param_count is 4 andTue, 18 Nov 2008 07:16:49 +0000, by Mark Doliner
-
I know Mark was trying to save newlines, but I had one to spare.Tue, 18 Nov 2008 03:02:03 +0000, by Richard Laager
-
merge of '9ffac1a19695cb6a4ed024bc6951cae029d6daaf'Tue, 18 Nov 2008 03:00:54 +0000, by Richard Laager
-
Create DB42.Mon, 17 Nov 2008 20:25:20 +0000, by Richard Laager
-
Don't log an error when parsing vcard data. Also, these messagesTue, 18 Nov 2008 02:00:48 +0000, by Mark Doliner
-
Remove stray whitespace and wrap the function comments at less than 80Mon, 17 Nov 2008 21:31:36 +0000, by Mark Doliner
-
Fix a crash Jacky Lam noted on devel@pidgin.im:Mon, 17 Nov 2008 19:30:27 +0000, by Richard Laager
-
Fix our COPYRIGHT file to be UTF-8 again and add a test to the commit-checkMon, 17 Nov 2008 19:28:39 +0000, by Richard Laager
-
A patch from db42 to fix right-to-left text in tooltips.Mon, 17 Nov 2008 19:09:37 +0000, by Richard Laager
-
Try to be more compliant with the freedesktop.org icon spec thingy withMon, 17 Nov 2008 13:28:32 +0000, by Sadrul Habib Chowdhury
-
merge of '59b09f0d1f3f4226f7edfd8351478498fbd6b8d3'Mon, 17 Nov 2008 07:44:40 +0000, by Mark Doliner
-
I don't know why we'd want the TUNE status to be saveable.Mon, 17 Nov 2008 00:41:45 +0000, by Richard Laager
-
I hear elb is really into PokmonSun, 16 Nov 2008 22:51:18 +0000, by Will Thompson
-
Add pidgin-emotes.svg to EMOTES_DEFAULT_24_SCALABLE. I don't know why it wasSun, 16 Nov 2008 08:20:51 +0000, by Richard Laager
-
Small cleanup to make the SMILEYS variable consistent.Sun, 16 Nov 2008 08:19:17 +0000, by Richard Laager
-
Add small.theme.in to POTFILES.inSun, 16 Nov 2008 08:17:51 +0000, by Richard Laager
-
Make the small smiley theme actually work.Sun, 16 Nov 2008 08:10:03 +0000, by Richard Laager
-
Update the theme file to reflect the icons available. I did this like so:Sun, 16 Nov 2008 08:09:40 +0000, by Richard Laager
-
Commit 16x16 smiley icons from Hylke (as well as the theme file).Sun, 16 Nov 2008 08:07:47 +0000, by Hylke Bons
-
Commit some icons I resized from the default smiley theme. I'll be usingSun, 16 Nov 2008 08:07:10 +0000, by Richard Laager
-
Adding ICQ X-Status icons from N3fr0n. These will be used as part of a smallSun, 16 Nov 2008 07:56:55 +0000, by unknown
-
Add empty directories so I can start committing files individually.Sun, 16 Nov 2008 07:37:27 +0000, by Richard Laager
-
Backport the 'purple_debug_*(msg)' -> 'purple_debug_*("%s", msg);' fixes.Sun, 16 Nov 2008 06:50:19 +0000, by Richard Laager
-
Hungarian translation updatedSun, 23 Nov 2008 20:05:41 +0000, by Kelemen Gbor
-
propagate from branch 'im.pidgin.cpw.khc.msnp14.soap' (head a8cd841bcb25707847d12b7743eaf73cc27274af)Sun, 16 Nov 2008 00:10:02 +0000, by Richard Laager
-
Fix the indentation level on the code changed by the last patch.Sat, 15 Nov 2008 23:08:43 +0000, by Richard Laager
-
Patch from 'db42' to enable MD5 auth on ICQ. Refs #4449. Before I mergeSat, 15 Nov 2008 21:29:38 +0000, by John Bailey
-
I got a crash happened at dereferencing chat when it's NULL, I think thisSat, 15 Nov 2008 17:37:44 +0000, by Ka-Hing Cheung
-
Separate the parsing of data into a separate function from the reading ofSat, 15 Nov 2008 16:15:33 +0000, by Mark Doliner
-
Make the two "read_cb()" functions more similar, and fix a rareSat, 15 Nov 2008 09:44:05 +0000, by Mark Doliner
-
kmstange pointed out that "joining" was misspelled hereSat, 15 Nov 2008 07:43:48 +0000, by Mark Doliner
-
Use normalized chat names when searching for chats. This fixes an issueSat, 15 Nov 2008 03:53:25 +0000, by Sadrul Habib Chowdhury
-
Make this function match read_cb() in servconn.c. The bottom halves ofSat, 15 Nov 2008 03:17:51 +0000, by Mark Doliner
-
It's not possible for wasted to be TRUE here. Wasted will only be TRUESat, 15 Nov 2008 02:49:49 +0000, by Mark Doliner
-
It's not appropriate to set processing to TRUE here, either.Sat, 15 Nov 2008 02:44:58 +0000, by Mark Doliner
-
It's not appropriate to set processing to FALSE here. I think this isSat, 15 Nov 2008 02:43:59 +0000, by Mark Doliner
-
If we're setting swboard here then we need to add the slplink to theSat, 15 Nov 2008 01:51:04 +0000, by Mark Doliner
-
Remove a few spurious debug_warnsFri, 14 Nov 2008 22:14:19 +0000, by Mark Doliner
-
Fix an assertion failure/unlikely crash when:Fri, 14 Nov 2008 21:46:39 +0000, by Mark Doliner
-
merge of '67feb999e0a93f08cec26793214137c5c5252e9e'Fri, 14 Nov 2008 20:46:35 +0000, by Will Thompson
-
This dialog should have a titleFri, 14 Nov 2008 20:33:20 +0000, by Mark Doliner
-
Make double-clicking a saved status activate it and close the window.Fri, 14 Nov 2008 20:46:20 +0000, by Will Thompson
-
Seriously why would you ever do this? Use g_path_get_basename()Fri, 14 Nov 2008 20:13:22 +0000, by Mark Doliner
-
Use basename() instead of splitting a path and then taking the last element.Fri, 14 Nov 2008 20:06:55 +0000, by Mark Doliner
-
String changes. I'm kind of blindly making changes to the qq stringsFri, 14 Nov 2008 19:58:32 +0000, by Mark Doliner
-
Our in-tree prpls probably shouldn't list authors who don't work onFri, 14 Nov 2008 18:46:19 +0000, by Mark Doliner
-
This preferences isn't used anywhere, and when we call get_string_listFri, 14 Nov 2008 18:38:56 +0000, by Mark Doliner
-
msn_session_get_swboard only returns null if we give it a null session,Fri, 14 Nov 2008 18:33:19 +0000, by Mark Doliner
-
merge of '12d71b833c7d3451c58c50e6dc621a88d678d474'Fri, 14 Nov 2008 07:41:10 +0000, by Richard Laager
-
CompileFri, 14 Nov 2008 06:52:05 +0000, by Richard Laager
-
Fix CID #367Fri, 14 Nov 2008 06:44:44 +0000, by Richard Laager
-
Fix CID #385Fri, 14 Nov 2008 06:42:18 +0000, by Richard Laager
-
Fix CID #386Fri, 14 Nov 2008 06:41:47 +0000, by Richard Laager
-
Fix CID #387Fri, 14 Nov 2008 06:40:55 +0000, by Richard Laager
-
Fix CID #388Fri, 14 Nov 2008 06:39:52 +0000, by Richard Laager
-
Fix CID #389Fri, 14 Nov 2008 06:36:44 +0000, by Richard Laager
-
Fix CID #390Fri, 14 Nov 2008 06:31:31 +0000, by Richard Laager
-
Fix CID #391, #392Fri, 14 Nov 2008 06:29:05 +0000, by Richard Laager
-
Fix CID #370Fri, 14 Nov 2008 06:25:48 +0000, by Richard Laager
-
pkt can't ever be NULL here. It is only ever allocated once with g_newa(),Fri, 14 Nov 2008 06:23:04 +0000, by Richard Laager
-
Fix CID #401Fri, 14 Nov 2008 06:18:26 +0000, by Richard Laager
-
Fix CID #384Fri, 14 Nov 2008 06:15:24 +0000, by Richard Laager
-
Minor documentationFri, 14 Nov 2008 07:24:09 +0000, by Mark Doliner
-
It's an error if purple_xfer_new fails, so use a g_return_val_if_failFri, 14 Nov 2008 07:23:56 +0000, by Mark Doliner
-
merge of '1fde8168a6eb08e558dabefc069a0eba15a5a6ee'Fri, 14 Nov 2008 06:57:56 +0000, by Elliott Sales de Andrade
-
Add M-erase as a default finch entry binding (delete-prev-word)Fri, 14 Nov 2008 03:04:38 +0000, by Ethan Blanton
-
Attempt to avoid a crash in MSN. See the comment in the code.Thu, 13 Nov 2008 20:59:40 +0000, by Mark Doliner
-
merge of 'b1b60077658bb1e01f71e81175786a8e7c3c4916'Thu, 13 Nov 2008 19:11:19 +0000, by Mark Doliner
-
cmdproc->data should never be null. Log a warning message if itThu, 13 Nov 2008 09:19:17 +0000, by Mark Doliner
-
A patch from Jaywalker to better handle conversations by user ID vs.Thu, 13 Nov 2008 18:55:04 +0000, by Richard Laager
-
merge of '0d3ce6dca7222c77b50e8a23fe0ed1bae02928a8'Thu, 13 Nov 2008 17:38:36 +0000, by Richard Laager
-
merge of '54ee2acb5f6ef92c29503315eb7c24bae221cd7b'Thu, 13 Nov 2008 09:00:45 +0000, by Mark Doliner
-
Make another function staticThu, 13 Nov 2008 08:58:44 +0000, by Mark Doliner
-
This doesn't matter, but I think the metaphor tends to be that you pushThu, 13 Nov 2008 08:46:37 +0000, by Mark Doliner
-
Reame msn_slplink_unleash to msn_slplink_send_queued_slpmsgs, which IThu, 13 Nov 2008 08:45:40 +0000, by Mark Doliner
-
This was originally a patch from Brian Geppert that corrected the 'silentlyThu, 13 Nov 2008 08:39:44 +0000, by John Bailey
-
Use purple_timeout_add_seconds() instead of purple_timeout_add() in aThu, 13 Nov 2008 08:26:12 +0000, by Mark Doliner
-
For some reason the slpmsg and slplink functions don't have underscoresThu, 13 Nov 2008 08:01:36 +0000, by Mark Doliner
-
There's no need for this variable anymoreThu, 13 Nov 2008 07:57:33 +0000, by Mark Doliner
-
Make a few more functions static and remove a few declarations forThu, 13 Nov 2008 07:36:33 +0000, by Mark Doliner
-
msn_slplink_remove_slpcall() shouldn't be responsible for settingThu, 13 Nov 2008 07:22:39 +0000, by Mark Doliner
-
Make msn_slp_call_timeout staticThu, 13 Nov 2008 06:57:20 +0000, by Mark Doliner
-
Move msn_slplink_send_msgpart() that it doesn't need a forward declarationThu, 13 Nov 2008 06:43:48 +0000, by Mark Doliner
-
Didn't mean to check this assert in. I mean, it's probably bad if itThu, 13 Nov 2008 06:30:33 +0000, by Mark Doliner
-
slplink->swboard will only be null if slplink->session is null. ThisThu, 13 Nov 2008 06:28:03 +0000, by Mark Doliner
-
Get rid of slplink->local_user because it's a copy ofThu, 13 Nov 2008 06:18:53 +0000, by Mark Doliner
-
Use libtool to build static archives when --with-static-prpls is passedWed, 12 Nov 2008 11:30:51 +0000, by Mark Doliner
-
It should be more efficient to just use g_mallc() and then manuallyWed, 12 Nov 2008 09:40:05 +0000, by Mark Doliner
-
Move a few lines to eliminate the need for the "wasted" variable here.Wed, 12 Nov 2008 09:32:10 +0000, by Mark Doliner
-
The "processing" flag basically says "this connection is busy, don'tWed, 12 Nov 2008 09:10:29 +0000, by Mark Doliner
-
Get rid of an unnecessary if statement, and don't try to unref aWed, 12 Nov 2008 08:58:27 +0000, by Mark Doliner
-
Use a more appropriate signal for the markerline plugin. Fixes #7518.Wed, 12 Nov 2008 04:18:54 +0000, by Sadrul Habib Chowdhury
-
Patch from 'siddish' to fix Yahoo! file transfers with older (i.e. non-p15)Wed, 12 Nov 2008 03:53:09 +0000, by John Bailey
-
merge of '78ed36cc0ce73adfd57f03aa3a1086bb22c53773'Wed, 12 Nov 2008 03:48:47 +0000, by John Bailey
-
A patch from Math2Gold to fix the dbus-analyze-functions script to properlyThu, 13 Nov 2008 17:38:09 +0000, by Richard Laager
-
When you choose Save As from the Conversation menu in Pidgin, the saved fileWed, 12 Nov 2008 02:50:52 +0000, by Richard Laager
-
Make the Send button insensitive when there is no text in the input buffer.Thu, 13 Nov 2008 05:33:24 +0000, by Elliott Sales de Andrade
-
Don't add the Send button to a gtkconv->lower_hbox when the data specifying itThu, 13 Nov 2008 04:32:54 +0000, by Elliott Sales de Andrade
-
Simon Ruderich points out that Purple::Notify::Msg was incorrectly stashed.Tue, 11 Nov 2008 22:55:02 +0000, by Ethan Blanton
-
This file was removedMon, 10 Nov 2008 04:40:17 +0000, by Mark Doliner
-
Update the TCL-HOWTO to some more modern nomenclatureSun, 09 Nov 2008 16:42:04 +0000, by Ethan Blanton
-
Add an ellipsis to the "Add" and "Modify" buttons in the accounts, pounces, andSat, 08 Nov 2008 19:26:28 +0000, by Alex Willmer
-
Hylke added this file, presumably part of his duplicate icon structureSat, 08 Nov 2008 04:29:32 +0000, by Richard Laager
-
Fix a potential leak, thanks to "KuSh". Fixes #7463.Fri, 07 Nov 2008 02:56:10 +0000, by Daniel Atallah
-
Fix a potential leak, thanks to "KuSh". Fixes #7464.Fri, 07 Nov 2008 02:52:31 +0000, by Daniel Atallah
-
Fix a potential leak, thanks to "KuSh". Fixes #7465.Fri, 07 Nov 2008 02:49:23 +0000, by Daniel Atallah
-
Make jabber_resource_have_capability polute the log a little less...Thu, 06 Nov 2008 22:35:03 +0000, by Marcus Lundblad
-
Remove that hack involving GtkIMHtmlSmileysWed, 05 Nov 2008 23:24:01 +0000, by Marcus Lundblad
-
Don't try to remove GtkIMHtmlSmileys from smiley trees if the GtkIMHtmlMon, 03 Nov 2008 20:36:38 +0000, by Marcus Lundblad
-
Remove the QQ CURRENT_REVISION stuff in the Makefile. This, even with theirSun, 02 Nov 2008 22:56:42 +0000, by Richard Laager
-
kluge pointed out that the segfault message still recommends people IMSun, 02 Nov 2008 22:17:59 +0000, by Richard Laager
-
applied changes from e09c51ab6473bf53c6dca408f13b863e1194108cSun, 02 Nov 2008 22:14:11 +0000, by Richard Laager
-
Fix POTFILES.in on trunk.Sun, 02 Nov 2008 22:13:10 +0000, by Richard Laager
-
applied changes from 84461a44ffa2c1e7ab026455c5463a9763f64a9dSun, 02 Nov 2008 22:12:33 +0000, by Richard Laager
-
merge of '602d7960555cc685575a2a32397427df3e55a9a7'Sat, 01 Nov 2008 19:08:55 +0000, by Sadrul Habib Chowdhury
-
merge of '8ed01adf0c9173501da81537854ce2954e9805e7'Sat, 01 Nov 2008 19:07:22 +0000, by Sadrul Habib Chowdhury
-
A little clearer description for an option.Sat, 01 Nov 2008 19:05:37 +0000, by Sadrul Habib Chowdhury
-
Temporarily remember account password across network disconnection to allowSat, 01 Nov 2008 16:46:20 +0000, by Stu Tomlinson
-
Don't populate the password field on the modify account dialog if we areSat, 01 Nov 2008 16:45:09 +0000, by Stu Tomlinson
-
x509_issuer_dn() should return the certificate's issuer name, not the certSat, 01 Nov 2008 16:24:56 +0000, by Stu Tomlinson
-
This file was removedFri, 31 Oct 2008 16:24:24 +0000, by Mark Doliner
-
Fix these strings in trunk. This change was made in theFri, 31 Oct 2008 16:23:50 +0000, by Mark Doliner
-
Strip multiple leading mode characters from incoming nicknames.Fri, 31 Oct 2008 14:51:11 +0000, by Marcos Garca Ochoa
-
Missing newline in debug message.Fri, 31 Oct 2008 09:32:41 +0000, by Sadrul Habib Chowdhury
-
Kill some // comments. Sigh.Fri, 31 Oct 2008 04:03:44 +0000, by Richard Laager
-
Build everything with the *_DISABLE_DEPRECATED flags set. This allows usThu, 30 Oct 2008 22:40:49 +0000, by Richard Laager
-
purple_network_listen_map_external() is used in (at least) Bonjour. GivenThu, 30 Oct 2008 21:16:17 +0000, by Richard Laager
-
Update the docs for purple_network_is_available(). It doesn't block.Thu, 30 Oct 2008 21:11:19 +0000, by Richard Laager
-
Fix a compiler warning I introduce with the GtkSetting code.Thu, 30 Oct 2008 20:12:24 +0000, by Richard Laager
-
merge of '06a7529af082c664858fd154ff5d83244e974f47'Thu, 30 Oct 2008 20:10:08 +0000, by Richard Laager
-
Ignore autogen.args.Thu, 30 Oct 2008 20:09:07 +0000, by Richard Laager
-
More Bonjour struct hiding fixes.Thu, 30 Oct 2008 20:02:30 +0000, by Richard Laager
-
Fix some macros to work with hidden structs.Thu, 30 Oct 2008 19:58:25 +0000, by Richard Laager
-
Fix my Tcl fix.Thu, 30 Oct 2008 19:57:47 +0000, by Richard Laager
-
- Make autogen.sh find autogen.args when /bin/sh is not bash.Thu, 30 Oct 2008 19:56:54 +0000, by Richard Laager
-
Use GtkSetting to obtain the tooltip preferences instead of our own hiddenThu, 30 Oct 2008 19:53:55 +0000, by Richard Laager
-
Allow binding meta-arrow keys for actions. Requested by essobi in #pidginThu, 30 Oct 2008 17:54:26 +0000, by Sadrul Habib Chowdhury
-
Fix Bonjour to work with the hidden structs, except for proto_data.Thu, 30 Oct 2008 05:41:19 +0000, by Richard Laager
-
Fix Tcl to compile with the hidden structs.Thu, 30 Oct 2008 05:40:51 +0000, by Richard Laager
-
Credit Diego for that patch. Refs #7391.Thu, 30 Oct 2008 03:59:08 +0000, by John Bailey
-
merge of '62e0eb23e1c2cd6ac1d8a7d96b6e598bd54ed0d2'Thu, 30 Oct 2008 03:58:20 +0000, by John Bailey
-
merge of '843d513c3da12026fc35af070a23a3d11844824c'Thu, 30 Oct 2008 03:58:19 +0000, by John Bailey
-
use some additional preproc logic to avoid copying the structs directly into the implementation filesThu, 30 Oct 2008 03:34:09 +0000, by Gary Kramlich
-
merge of '06e4830f3567955e026f3d594afcc65a07d57b26'Thu, 30 Oct 2008 03:17:17 +0000, by John Bailey
-
merge of '06e4830f3567955e026f3d594afcc65a07d57b26'Thu, 30 Oct 2008 03:10:33 +0000, by Richard Laager
-
merge of '65d5236e936af6170109ef8c5af76c7871b9cc12'Thu, 30 Oct 2008 03:03:45 +0000, by Gary Kramlich
-
This fixes a link error when linking with GNU ld and specifying theThu, 30 Oct 2008 02:41:45 +0000, by Diego Petten
-
merge of '37145f1b4ec49b432ea571f96562d44f4c5a908e'Wed, 29 Oct 2008 22:06:50 +0000, by Sadrul Habib Chowdhury
-
Fixed a compiler warning (and remove an unnessesary cast)Wed, 29 Oct 2008 19:20:03 +0000, by Marcus Lundblad
-
Allow focusing conversation history and the userlist focusable viaWed, 29 Oct 2008 19:38:14 +0000, by Sadrul Habib Chowdhury
-
Fix a bug where right-clicking the user's name in a chat conversationWed, 29 Oct 2008 16:46:38 +0000, by Sadrul Habib Chowdhury
-
I suppose I should put my pidgin.im e-mail address here too since it'sWed, 29 Oct 2008 04:54:00 +0000, by John Bailey
-
merge of '30922c7a0ed0323c9c88a1a70e4677aaab277a2f'Wed, 29 Oct 2008 04:37:14 +0000, by John Bailey
-
2008.10.30 - flos <lonicerae(at)gmail.com>Thu, 30 Oct 2008 12:41:36 +0000, by SHiNE CsyFeK
-
propagate from branch 'im.pidgin.pidgin' (head 4e892c470840f4ed8b012015b15ff8956166028a)Tue, 28 Oct 2008 16:59:07 +0000, by SHiNE CsyFeK
-
update German translationTue, 28 Oct 2008 16:53:01 +0000, by Jochen Kemnade
-
merge of 'dcede21c9852ddddc60076539bfdb8d7e226df33'Tue, 28 Oct 2008 13:24:14 +0000, by Daniel Atallah
-
merge of '58f8b2b331075660bb2f57e5dc82b32e039f8099'Tue, 28 Oct 2008 00:40:55 +0000, by Daniel Atallah
-
Fix up my fix.Thu, 30 Oct 2008 03:04:31 +0000, by Richard Laager
-
Fix some warnings:Thu, 30 Oct 2008 03:04:09 +0000, by Richard Laager
-
Simplify some of the changes. Yeah, this code sucks. I wrote it a LONGThu, 30 Oct 2008 02:36:22 +0000, by Richard Laager
-
Hide the blistnode, buddy, contact, group, and chat structsTue, 28 Oct 2008 04:22:57 +0000, by Gary Kramlich
-
I think we all agree that a link is okay.Tue, 28 Oct 2008 03:05:32 +0000, by Richard Laager
-
merge of '7bdc0d34e54e09101ba68ba39703a8fd5081e8eb'Tue, 28 Oct 2008 02:57:25 +0000, by Richard Laager
-
merge of '0d1b60430843a092248a2644865910266131add6'Mon, 27 Oct 2008 00:58:29 +0000, by Stu Tomlinson
-
merge of '8abde19f1f7825af2ea2d62b7a00e1de7afd6492'Mon, 27 Oct 2008 00:57:04 +0000, by Stu Tomlinson
-
merge of '9af1b5054f770dc244dcad8b55bdb61c0f3347a4'Mon, 27 Oct 2008 00:17:33 +0000, by Daniel Atallah
-
escape nick change messageSun, 26 Oct 2008 21:21:14 +0000, by Ka-Hing Cheung
-
Provide @pidgin.im email addresses for Gary and myself.Mon, 27 Oct 2008 01:47:30 +0000, by Richard Laager
-
Remove duplicated code for building the lists.Mon, 27 Oct 2008 01:45:53 +0000, by Richard Laager
-
Eliminate a pile of duplication in the About box.Mon, 27 Oct 2008 00:31:05 +0000, by Richard Laager
-
disapproval of revision '4f931125ffce24ace6bf298cc58d620c1a975aa1'Mon, 27 Oct 2008 00:58:03 +0000, by Stu Tomlinson
-
Gary and I were discussing how blogs have made the NEWS file less useful.Sun, 26 Oct 2008 22:16:17 +0000, by Richard Laager
-
Perform some sanity checking on inbound IQs and send an error / drop as needed.Sun, 26 Oct 2008 17:23:40 +0000, by Daniel Atallah
-
Improve our NetworkManager support in a couple of ways:Sun, 26 Oct 2008 00:29:27 +0000, by Richard Laager
-
merge of '1f22186ba9290bcae0deaea09d4fd38867f773e6'Sat, 25 Oct 2008 19:03:42 +0000, by Richard Laager
-
ChangeLog the MSN certificate fix.Sat, 25 Oct 2008 19:02:07 +0000, by Richard Laager
-
merge of '8a14c1d90381baa3c31adeedee7f673d58d66304'Sat, 25 Oct 2008 18:33:25 +0000, by Richard Laager
-
merge of '1cb1b4ee3379b50280fbc97f2c889a43cd7c8c41'Sat, 25 Oct 2008 18:09:05 +0000, by Richard Laager
-
merge of '08956f503726c8222be7489f243810af590487e1'Tue, 21 Oct 2008 05:26:38 +0000, by Richard Laager
-
merge of '1cb1b4ee3379b50280fbc97f2c889a43cd7c8c41'Sat, 25 Oct 2008 18:29:21 +0000, by Ka-Hing Cheung
-
Only build SSL plugins if the corresponding library is present.Sat, 25 Oct 2008 14:33:54 +0000, by Will Thompson
-
Explicitly depend on automake >=1.9, and don't warn about GNU Make-isms.Sat, 25 Oct 2008 14:26:30 +0000, by Will Thompson
-
What was I thinking... The GtkIMHtmlSmileys in the smiley trees aren't ownedFri, 24 Oct 2008 21:50:55 +0000, by Marcus Lundblad
-
Make the CSS rgb() color parsing more robust. khc noted that it wouldn't workFri, 24 Oct 2008 17:42:32 +0000, by Daniel Atallah
-
Support rgb(r,g,b) style css color definitions. Fixes #7288.Fri, 24 Oct 2008 04:19:10 +0000, by Daniel Atallah
-
gtk_widget_set_tooltip_text() is GTK+ >= 2.12Fri, 24 Oct 2008 04:06:25 +0000, by Daniel Atallah
-
More strings for translation.Wed, 22 Oct 2008 15:23:17 +0000, by Sadrul Habib Chowdhury
-
Mark for translation now that we're unfrozen.Wed, 22 Oct 2008 15:14:03 +0000, by Daniel Atallah
-
Clean up some unnecessary and unused code in the purple_circ_buffer_append()Wed, 22 Oct 2008 03:49:14 +0000, by Daniel Atallah
-
Show when offline (because the plugin doesn't work no more).Tue, 21 Oct 2008 16:26:31 +0000, by Sadrul Habib Chowdhury
-
merge of '27f7d38af8dba617aba8109d82e27907cd7d8b41'Tue, 21 Oct 2008 16:16:40 +0000, by Daniel Atallah
-
This fixes a missing initializer warning I see with gcc 4.3 but haven't seenTue, 21 Oct 2008 02:47:17 +0000, by John Bailey
-
merge of 'c65b8e669e142607d030dfb83caf2d344faa8dbe'Tue, 21 Oct 2008 01:33:54 +0000, by John Bailey
-
disapproval of revision '2506f7dd86d254a0a503554e51b61106f45e0f80'Tue, 21 Oct 2008 01:33:36 +0000, by John Bailey
-
merge of '2506f7dd86d254a0a503554e51b61106f45e0f80'Tue, 21 Oct 2008 01:22:50 +0000, by John Bailey
-
Patch from Luke Bratch:Tue, 21 Oct 2008 01:08:13 +0000, by Luke Bratch
-
Mark a few people as retired. If I made mistakes here, let me know and ITue, 21 Oct 2008 01:04:23 +0000, by John Bailey
-
typoTue, 21 Oct 2008 01:00:02 +0000, by John Bailey
-
Per my volunteering, Stu's nomination, and Ethan's agreement, I am markingTue, 21 Oct 2008 00:54:44 +0000, by John Bailey
-
Using system libtool somehow resulted in a bunch of static libraries weTue, 21 Oct 2008 01:04:50 +0000, by Stu Tomlinson
-
Trigger url_fetch_connect_cb() asynchronously when the connection failsTue, 21 Oct 2008 16:09:23 +0000, by Daniel Atallah
-
Add debug output when proxy configuration issues are seen. This will help toTue, 21 Oct 2008 16:01:13 +0000, by Daniel Atallah
-
Prep for 2.5.3 ... or whatever comes nextMon, 20 Oct 2008 13:38:53 +0000, by Ethan Blanton
-
Update win32 changelog for 2.5.2 - better late than never.Mon, 20 Oct 2008 01:55:40 +0000, by Daniel Atallah
-
Fix a printf("%s", NULL). Fixes #7289.Mon, 20 Oct 2008 00:55:11 +0000, by Daniel Atallah
-
NEWS and ChangeLog a bit.Sun, 19 Oct 2008 06:27:47 +0000, by Elliott Sales de Andrade
-
merge of '0e036cef0f8a3bdfd1d7f7fc082edca43d3153df'Sun, 19 Oct 2008 05:48:11 +0000, by Elliott Sales de Andrade
-
Apply khc's patch for ADL error 205, with a few changes to get aroundSun, 19 Oct 2008 05:45:16 +0000, by Elliott Sales de Andrade
-
merge of '15413347b7bb8ede3e50a8cab65b29ec8e93ab4f'Sun, 19 Oct 2008 01:28:54 +0000, by Richard Laager
-
merge of '05c26e9f58c2ab03f9f6d60143405f368789957d'Thu, 09 Oct 2008 11:58:07 +0000, by Richard Laager
-
Fix some clearly bogus translations of FinchSun, 19 Oct 2008 02:41:57 +0000, by Stu Tomlinson
-
merge of '4f7bf56fa49ba320a72f34b0df3e12c95b6bd84d'Sun, 19 Oct 2008 02:33:10 +0000, by John Bailey
-
NEWSing.Sun, 19 Oct 2008 02:30:26 +0000, by John Bailey
-
Galician translation updated (Frco. Javier Rial Rodrguez)Sun, 19 Oct 2008 02:25:04 +0000, by Stu Tomlinson
-
fix a string format mismatch in the Dutch translationSun, 19 Oct 2008 02:19:31 +0000, by Stu Tomlinson
-
Afrikaans translation updated (Friedel Wolff)Sun, 19 Oct 2008 02:04:02 +0000, by Stu Tomlinson
-
Portuguese (Brazilian) translation updated (Rodrigo Luiz Marques Flores)Sun, 19 Oct 2008 02:02:24 +0000, by Stu Tomlinson
-
Slovak translation updated (Andrej Herceg)Sun, 19 Oct 2008 02:01:12 +0000, by Stu Tomlinson
-
Estonian translation updated (Ivar Smolin)Sun, 19 Oct 2008 01:59:28 +0000, by Stu Tomlinson
-
Dutch translation updated (Danil Heres)Sun, 19 Oct 2008 01:58:27 +0000, by Stu Tomlinson
-
Norwegian Nynorsk translation updated (Yngve Spjeld Landro)Sun, 19 Oct 2008 01:57:41 +0000, by Stu Tomlinson
-
Czech translation updated (David Vachulka)Sun, 19 Oct 2008 01:55:47 +0000, by Stu Tomlinson
-
Chinese (Hong Kong) translation updated (Ambrose C. Li)Sun, 19 Oct 2008 01:54:52 +0000, by Stu Tomlinson
-
Mongolian translation added (gooyo)Sun, 19 Oct 2008 01:53:08 +0000, by Stu Tomlinson
-
Slovenian translation updated (Martin Srebotnjak)Sun, 19 Oct 2008 01:49:23 +0000, by Stu Tomlinson
-
Document the translation updates I noticed, I might have missed someSun, 19 Oct 2008 01:40:13 +0000, by Stu Tomlinson
-
Remove 'devel' from the version numberSun, 19 Oct 2008 01:36:01 +0000, by Stu Tomlinson
-
Let's release. Either on a PC in Europe or in about 3 hours.Sun, 19 Oct 2008 01:35:22 +0000, by Stu Tomlinson
-
NEWS! and more optimism, although timezones may disagree with me.Sun, 19 Oct 2008 01:34:19 +0000, by Stu Tomlinson
-
Use the system libtool to build RPMs, hopefully this fixes any issues usingSun, 19 Oct 2008 01:30:32 +0000, by Stu Tomlinson
-
po/ChangeLog doesn't include datesSun, 19 Oct 2008 01:29:32 +0000, by Stu Tomlinson
-
NEWS for 2.5.2.Sun, 19 Oct 2008 01:05:09 +0000, by Sadrul Habib Chowdhury
-
Let's hear some NEWSSun, 19 Oct 2008 00:16:57 +0000, by Ethan Blanton
-
merge of '8d34db0f9667ef7735bb95c82f854d1a46ef2ddc'Sat, 18 Oct 2008 18:15:33 +0000, by Ethan Blanton
-
Move the NEWS check from automake's check-news to the version-checkSat, 18 Oct 2008 18:14:32 +0000, by Ethan Blanton
-
pidginstock-artwork.c must be DIST'd because it's translatedSat, 18 Oct 2008 17:50:13 +0000, by Ethan Blanton
-
Instead of showing error message when trying to interactively add anSat, 18 Oct 2008 17:12:27 +0000, by Sadrul Habib Chowdhury
-
Set the urgent flag for conversation windows on receiving a /buzz etc.Thu, 16 Oct 2008 22:20:52 +0000, by Sadrul Habib Chowdhury
-
I hope this isn't being too optimistic. I needed to commit something...Thu, 16 Oct 2008 20:34:28 +0000, by Stu Tomlinson
-
Run the (relatively quick) version check before the (painfully long)Thu, 16 Oct 2008 20:23:03 +0000, by Stu Tomlinson
-
merge of '293d86c14abc6f7b4838382bf85351bd687247c2'Thu, 16 Oct 2008 18:01:15 +0000, by Sadrul Habib Chowdhury
-
merge of '77f42c8f25c38b4f966158a64ab3be36f00e0aa8'Mon, 13 Oct 2008 18:54:37 +0000, by Sadrul Habib Chowdhury
-
merge of '05c26e9f58c2ab03f9f6d60143405f368789957d'Wed, 08 Oct 2008 15:07:07 +0000, by Sadrul Habib Chowdhury
-
Check in updated versions of these from running stats.pl.Thu, 16 Oct 2008 08:17:04 +0000, by Mark Doliner
-
Pass --no-location to msgmerge when generating the stats atThu, 16 Oct 2008 07:58:41 +0000, by Mark Doliner
-
References #6907, wrap a NULL checkSun, 12 Oct 2008 22:02:07 +0000, by Ka-Hing Cheung
-
merge of '05c26e9f58c2ab03f9f6d60143405f368789957d'Sun, 12 Oct 2008 22:00:56 +0000, by Ka-Hing Cheung
-
German update (2 new strings)Thu, 02 Oct 2008 21:11:08 +0000, by Bjrn Voigt
-
Minor corrections to Swedish translationThu, 02 Oct 2008 20:40:45 +0000, by Marcus Lundblad
-
merge of '616765eabf8210a925bd2eab019bfb54f8d758fe'Thu, 02 Oct 2008 17:35:43 +0000, by Kelemen Gbor
-
Add some debug output to the oscar encoding process.Thu, 02 Oct 2008 14:19:47 +0000, by Daniel Atallah
-
merge of '7e6b96bf18be99338c17deae1128126df39d1a70'Thu, 02 Oct 2008 06:53:24 +0000, by Laurynas Biveinis
-
Save the MSN ContactID after adding a buddy so it can be used forThu, 02 Oct 2008 05:37:38 +0000, by Elliott Sales de Andrade
-
merge of '550b0287adae13c3fb57b0b584f2b461370b8464'Thu, 02 Oct 2008 04:59:13 +0000, by Elliott Sales de Andrade
-
merge of '791f3e070376e218af0a5c33695979827bbda747'Thu, 02 Oct 2008 04:59:11 +0000, by Elliott Sales de Andrade
-
Set %HOME% when running in portable mode so that GTK+'s files get stored in theThu, 02 Oct 2008 02:22:42 +0000, by Daniel Atallah
-
Fix NULL pointer deref. Fixes #7258. Thanks to "jonassa" for noticing.Thu, 02 Oct 2008 01:40:23 +0000, by Daniel Atallah
-
Allow the message notification plugin to flash windows on win32.Thu, 02 Oct 2008 01:29:53 +0000, by Daniel Atallah
-
Set the connection display name to the server-assigned full jid for XMPPThu, 02 Oct 2008 01:28:52 +0000, by Daniel Atallah
-
Show a manually added new empty group even if the preference is not set.Mon, 06 Oct 2008 02:13:53 +0000, by Sadrul Habib Chowdhury
-
Fix a bug in the irssi plugin where the windows wouldn't expand when theSat, 04 Oct 2008 23:36:52 +0000, by Sadrul Habib Chowdhury
-
Unbreak ABI.Thu, 02 Oct 2008 01:02:44 +0000, by Sadrul Habib Chowdhury
-
add spell-checkable languages' translationsTue, 30 Sep 2008 17:05:40 +0000, by Timo Jyrinki
-
Update Finnish translation for 2.5.2. (15 fuzzies in QQ left alone, not soTue, 30 Sep 2008 16:49:57 +0000, by Timo Jyrinki
-
updated German translationTue, 30 Sep 2008 16:12:07 +0000, by Jochen Kemnade
-
typo?Tue, 30 Sep 2008 07:22:33 +0000, by Ka-Hing Cheung
-
print out the servconn number when it's disconnectedTue, 30 Sep 2008 06:40:11 +0000, by Ka-Hing Cheung
-
attempts to resend message on switchboard error once, tested by mauallyTue, 30 Sep 2008 05:52:57 +0000, by Ka-Hing Cheung
-
Use the MSN passport in more places instead of the Contact ID if it'sThu, 02 Oct 2008 04:52:38 +0000, by Elliott Sales de Andrade
-
Prevent DNS-SD TXT record strings from exceeding the maximum length.Tue, 30 Sep 2008 00:49:53 +0000, by Daniel Atallah
-
German update for 2.5.2Mon, 29 Sep 2008 17:17:38 +0000, by Bjrn Voigt
-
UnleakMon, 29 Sep 2008 01:36:09 +0000, by Stu Tomlinson
-
Kill these warnings:Mon, 29 Sep 2008 01:27:57 +0000, by Stu Tomlinson
-
Use purple_connection_error_reason() when network disconnections areMon, 29 Sep 2008 01:22:39 +0000, by Stu Tomlinson
-
Do not set the connect server for Google Talk accounts. Setting theMon, 29 Sep 2008 00:59:53 +0000, by Ethan Blanton
-
GtkBlist: don't set the Urgent hint whenever a connection error occurs or is updatedSun, 28 Sep 2008 17:19:38 +0000, by Will Thompson
-
Add some strings before string freeze for some not-done code. Should beSun, 28 Sep 2008 08:05:07 +0000, by Elliott Sales de Andrade
-
Patch from Maiku to allow replying to a mobile contact that isn't onSun, 28 Sep 2008 07:50:00 +0000, by Elliott Sales de Andrade
-
merge of 'af100261749125c03e3d490b01d36f8ea219bf8f'Sat, 27 Sep 2008 23:06:00 +0000, by Elliott Sales de Andrade
-
disapproval of revision '046452c275782ffd3218e3ae4863eaa8bf31a5f4'Sat, 27 Sep 2008 23:04:20 +0000, by Elliott Sales de Andrade
-
merge of '2138d13a6116de36a5c3cbbb2a323bcbab72017a'Sat, 27 Sep 2008 23:05:57 +0000, by Elliott Sales de Andrade
-
Update MSN Client Version (CVR) string to match 8.5.1302.Sat, 27 Sep 2008 22:47:46 +0000, by Elliott Sales de Andrade
-
Fix a possible xmlnode leak and an extra g_strdup when processingSat, 27 Sep 2008 03:20:48 +0000, by Elliott Sales de Andrade
-
small German update (fixes the second part of #7217Sat, 27 Sep 2008 11:16:36 +0000, by Bjrn Voigt
-
de translation: update some of the more translatable stringsFri, 26 Sep 2008 16:26:56 +0000, by Jochen Kemnade
-
Always send the MSN status code, even when we think we're already loggedFri, 26 Sep 2008 05:07:48 +0000, by Elliott Sales de Andrade
-
Transliterate the group-names. I think there was a patch for this, but I can't find it now.Thu, 25 Sep 2008 07:19:38 +0000, by Sadrul Habib Chowdhury
-
ChangeLog fix for crashing when using re-added custom smileysThu, 25 Sep 2008 05:02:38 +0000, by Marcus Lundblad
-
merge of '59e2b9896f25e8517b3f0f4d742c143e6fccd6e0'Thu, 25 Sep 2008 04:51:19 +0000, by Marcus Lundblad
-
Make note of the yahoo ping fix in the Changelog.Thu, 25 Sep 2008 01:59:44 +0000, by Daniel Atallah
-
Clean up the GtkSmileyTrees on active GtkIMHtml instances when a custom smileyThu, 25 Sep 2008 04:49:44 +0000, by Marcus Lundblad
-
Fix this debug message. Thanks to fledermaus who pointed it out.Wed, 24 Sep 2008 17:01:32 +0000, by Mark Doliner
-
Use PURPLE_DEVEL_WEBSITE instead of hardcoding it.Thu, 09 Oct 2008 11:57:28 +0000, by Richard Laager
-
Enable a number of default-disabled strong ciphers for NSS.Tue, 23 Sep 2008 17:36:13 +0000, by Ethan Blanton
-
Another memory leak fix. Also, keep a copy of the alt-text inTue, 23 Sep 2008 08:33:34 +0000, by Sadrul Habib Chowdhury
-
A couple of compile warning fixes, a couple of memory leak plugs.Tue, 23 Sep 2008 07:51:55 +0000, by Sadrul Habib Chowdhury
-
Add custom smiley support for XMPP. Closes #5627.Tue, 23 Sep 2008 07:38:47 +0000, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head e550112b97817b0eafc647bd8c0adddf2a262a62)Wed, 17 Sep 2008 19:24:54 +0000, by Marcus Lundblad
-
merge of '11a3a54c2fe7e9807a6ef5d4a359d539688c2848'Wed, 17 Sep 2008 19:09:43 +0000, by Marcus Lundblad
-
ChangeLog custom smileys for XMPPWed, 17 Sep 2008 19:07:37 +0000, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 3ffe6fd197f037185a0012875ef68c8f6d6c2f89)Tue, 16 Sep 2008 20:01:24 +0000, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head b14102a6c681b35084d2c3f7726de34d4f859fe1)Sat, 13 Sep 2008 16:13:48 +0000, by Marcus Lundblad
-
merge of '092bbcea7b768d21baff3362314e784b26b1ced7'Tue, 23 Sep 2008 05:33:04 +0000, by Elliott Sales de Andrade
-
Only send a yahoo ping once an hour. The server doesn't like it when send itTue, 23 Sep 2008 02:50:36 +0000, by Daniel Atallah
-
Looks like we need to convert the message into XHTML first. Fixes #7160.Mon, 22 Sep 2008 05:30:16 +0000, by Sadrul Habib Chowdhury
-
Add a comment documenting the internal.h situation for people using nullprplSun, 21 Sep 2008 23:16:37 +0000, by Richard Laager
-
don't crash if we get a NLN command from someone not on the blistSat, 20 Sep 2008 03:53:16 +0000, by Ka-Hing Cheung
-
Fix a bug where some key-bindings wouldn't work with some .Sat, 20 Sep 2008 02:45:13 +0000, by Sadrul Habib Chowdhury
-
Remove removed files from POTFILES.inFri, 19 Sep 2008 14:36:44 +0000, by Stu Tomlinson
-
2008.10.27 - ccpaging <ccpaging(at)gmail.com>Tue, 28 Oct 2008 16:48:36 +0000, by SHiNE CsyFeK
-
2008.10.27 - ccpaging <ccpaging(at)gmail.com>Tue, 28 Oct 2008 16:47:06 +0000, by SHiNE CsyFeK
-
2008.10.22 - ccpaging <ccpaging(at)gmail.com>Tue, 28 Oct 2008 16:46:08 +0000, by SHiNE CsyFeK
-
2008.10.20 - ccpaging <ccpaging(at)gmail.com>Tue, 28 Oct 2008 16:45:10 +0000, by SHiNE CsyFeK
-
2008.10.14 - ccpaging <ccpaging(at)gmail.com>Tue, 28 Oct 2008 16:44:09 +0000, by SHiNE CsyFeK
-
2008.10.10 - ccpaging <ccpaging(at)gmail.com>Tue, 28 Oct 2008 16:42:46 +0000, by SHiNE CsyFeK
-
2008.10.10 - ccpaging <ccpaging(at)gmail.com>Tue, 28 Oct 2008 16:40:56 +0000, by SHiNE CsyFeK
-
2008.10.09 - ccpaging <ccpaging(at)gmail.com>Tue, 28 Oct 2008 16:39:23 +0000, by SHiNE CsyFeK
-
2008.10.09 - ccpaging <ccpaging(at)gmail.com>Tue, 28 Oct 2008 16:38:16 +0000, by SHiNE CsyFeK
-
2008.10.08 - ccpaging <ccpaging(at)gmail.com>Tue, 28 Oct 2008 16:35:06 +0000, by SHiNE CsyFeK
-
2008.10.08 - ccpaging <ccpaging(at)gmail.com>Tue, 28 Oct 2008 16:29:42 +0000, by SHiNE CsyFeK
-
2008.10.08 - ccpaging <ccpaging(at)gmail.com>Wed, 22 Oct 2008 15:08:30 +0000, by SHiNE CsyFeK
-
2008.10.08 - lonicerae <lonicerae(at)gmail.com>Wed, 22 Oct 2008 15:06:26 +0000, by SHiNE CsyFeK
-
2008.10.08 - ccpaging <ccpaging(at)gmail.com>Wed, 22 Oct 2008 15:04:33 +0000, by SHiNE CsyFeK
-
2008.10.07 - lonicerae <lonicerae(at)gmail.com>Wed, 22 Oct 2008 15:03:08 +0000, by SHiNE CsyFeK
-
2008.10.07 - ccpaging <ccpaging(at)gmail.com>Wed, 22 Oct 2008 15:00:47 +0000, by SHiNE CsyFeK
-
2008.10.07 - ccpaging <ccpaging(at)gmail.com>Wed, 22 Oct 2008 14:59:55 +0000, by SHiNE CsyFeK
-
2008.10.07 - ccpaging <ccpaging(at)gmail.com>Wed, 22 Oct 2008 14:58:32 +0000, by SHiNE CsyFeK
-
2008.10.05 - lonicerae <lonicerae(at)gmail.com>Wed, 22 Oct 2008 14:55:09 +0000, by SHiNE CsyFeK
-
Flos Lonicerae <lonicerae(at)gmail.com>Wed, 22 Oct 2008 14:52:26 +0000, by SHiNE CsyFeK
-
2008.10.04 - lonicerae <lonicerae(at)gmail.com>Wed, 22 Oct 2008 14:49:38 +0000, by SHiNE CsyFeK
-
2008.10.05 - ccpaging <ccpagint(at)gmail.com>Wed, 22 Oct 2008 14:48:46 +0000, by SHiNE CsyFeK
-
2008.10.04 - ccpaging <ccpagint(at)gmail.com>Wed, 22 Oct 2008 14:47:39 +0000, by SHiNE CsyFeK
-
2008.10.03 - ccpaging <ccpaging(at)gmail.com>Wed, 22 Oct 2008 14:46:44 +0000, by SHiNE CsyFeK
-
Flos Lonicerae <lonicerae(at)gmail.com>Wed, 22 Oct 2008 14:45:26 +0000, by SHiNE CsyFeK
-
2009.10.02 - ccpaging <ccpaging(at)gmail.com>Wed, 22 Oct 2008 14:43:46 +0000, by SHiNE CsyFeK
-
2008.09.30 - ccpaging <ccpaging(at)gmail.com>Wed, 22 Oct 2008 14:42:23 +0000, by SHiNE CsyFeK
-
2008.09.29 - ccpaging <ccpaging(at)gmail.com>Wed, 22 Oct 2008 14:41:13 +0000, by SHiNE CsyFeK
-
2008.09.28 - ccpaging <ccpaging(at)gmail.com>Wed, 22 Oct 2008 14:40:04 +0000, by SHiNE CsyFeK
-
Update ChangeLogWed, 22 Oct 2008 14:38:06 +0000, by SHiNE CsyFeK
-
2008.09.26 - ccpaging <ccpaging(at)gmail.com>Wed, 22 Oct 2008 14:35:05 +0000, by SHiNE CsyFeK
-
patch 20080922 from ccpaging <ccpaging(at)gmail.com>Wed, 22 Oct 2008 14:33:20 +0000, by SHiNE CsyFeK