Mercurial > pidgin.yaz
graph
-
merge of '0685fc29468269a2af68268baa627b09f83339e4'2008-05-27, by Mike Ruprecht
-
Silence warning.2008-05-27, by Mike Ruprecht
-
Use USE_VV instead of USE_FARSIGHT.2008-05-28, by Mike Ruprecht
-
Change configure script to have a separate check for voice and video2008-05-28, by Mike Ruprecht
-
Require gstreamer-plugins-base-0.10 for compiling with voice and video2008-05-27, by Mike Ruprecht
-
Added better Farsight error handling. Fixes several crash bugs related2008-05-27, by Mike Ruprecht
-
Fix compiling with the --disable-vv switch.2008-05-25, by Mike Ruprecht
-
Fix video plugin/device preference and preview.2008-05-24, by Mike Ruprecht
-
Moved jingle.c global variable "sessions" into JabberStream.2008-05-24, by Mike Ruprecht
-
Updates voice and video to use Farsight 2, gets XMPP voice conferences2008-05-23, by Mike Ruprecht
-
propagate from branch 'im.pidgin.pidgin' (head 9da7555026cd7b8456f95ae153a7852ddbcf6678)2008-04-13, by Sadrul Habib Chowdhury
-
Add log-handlers for farsight foo.2008-03-22, by Sadrul Habib Chowdhury
-
Fine tune the media (audio) widget in finch.2008-03-22, by Sadrul Habib Chowdhury
-
Change a few things:2008-03-22, by Sadrul Habib Chowdhury
-
Add Marcus Lundblad to the COPYRIGHT.2008-03-22, by Sadrul Habib Chowdhury
-
Patch from Michael Ruprecht (Maiku) to announce voice support to the officia gtalk client. References #34.2008-03-22, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head 86f8b3e5d789c691f873f515a92fe8e111dcab6e)2008-03-22, by Sadrul Habib Chowdhury
-
Some media support in finch. This needs to be updated for the got-accept signal.2008-03-22, by Sadrul Habib Chowdhury
-
Add the new jingle.c/h files.2008-03-22, by Sadrul Habib Chowdhury
-
Patch from Marcus Lundblad ('mlundblad') to improve audio support in xmpp.2008-03-22, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head 119df2055ed7ee5143047b4d18ae81d58c2feac6)2008-03-18, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head 8ca6a80e2cd7fbbc59983f8ba370f7276e062db9)2008-03-15, by Sadrul Habib Chowdhury
-
Show a message when the remote end terminates a session.2008-03-15, by Sadrul Habib Chowdhury
-
Fix a compile error due to set_clock being defined in term.h conflicting with gstreamer.2008-02-08, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head 16d99d9757384d801e4f13d991cb769a71f9c190)2008-02-06, by Sadrul Habib Chowdhury
-
Fix file transfer to a user not in buddy list, defaulting to use v152008-07-13, by Sulabh Mahajan
-
minor changes in comments style and alphabetic ordering of header files.2008-07-12, by Sulabh Mahajan
-
changed gboolean connection_type to enum yahoo_p2p_connection_type2008-07-12, by Sulabh Mahajan
-
changed PKT_YAHOOSERVER and PKT_P2P, into enum yahoo_pkt_type2008-07-12, by Sulabh Mahajan
-
Better naming convention, prefix YAHOO_P2PSTATUS_ to values in the enum YahooP2PStatus2008-07-12, by Sulabh Mahajan
-
if(p2p_data->source >= 0) in place of if(p2p_data->source)2008-07-12, by Sulabh Mahajan
-
f->p2p_packet_sent and f->p2p_status initialization in yahoo_friend_new() redundant2008-07-12, by Sulabh Mahajan
-
Receive files when we are p2p server2008-07-11, by Sulabh Mahajan
-
Add + in place of spaces in p2p url, fixes transfer of file with name containing spaces2008-07-09, by Sulabh Mahajan
-
Send file by p2p when we are server2008-07-09, by Sulabh Mahajan
-
Check for session id (value for key 11) in the received IMs and Notifications against our session id. Disconnect in2008-07-02, by Sulabh Mahajan
-
Changed user_data to more apt p2p_data, change in variable name.2008-07-02, by Sulabh Mahajan
-
Act as a YMSG server on port 5101 for IMs and Notifications2008-07-02, by Sulabh Mahajan
-
Fall back to establishing connection as a client when unable to act as a server.2008-06-27, by Sulabh Mahajan
-
Sending of p2p packet, providing peer with our IP address to make a connection to us.2008-06-27, by Sulabh Mahajan
-
Support for P2P file transfer (SEND), when we are client to the peer2008-06-21, by Sulabh Mahajan
-
propagate from branch 'im.pidgin.pidgin' (head 420b71541a7786d593759ead8d775f487291fb97)2008-06-17, by Sulabh Mahajan
-
* free xmlnodes after bosh receive callback is called2008-08-18, by Tobias Markmann
-
* removing some comment with XML example2008-08-18, by Tobias Markmann
-
* fixing a bug in jabber_bosh_http_connection_receive_parse_header()2008-08-18, by Tobias Markmann
-
* adding some missing documentation2008-08-18, by Tobias Markmann
-
* sending empty <body> requests if there are not othere requests to be answered to keep a CM -> client channel open2008-08-18, by Tobias Markmann
-
* data buffer for received data. Support for any HTTP resonse size now.2008-08-16, by Tobias Markmann
-
* moving BOSH interfacing from jabber_send to jabber_send_raw2008-08-15, by Tobias Markmann
-
* using libpurple's internal SASL mechanisms during BOSH authentication phase2008-08-15, by Tobias Markmann
-
* sending some User-Agent2008-08-12, by Tobias Markmann
-
* calling PurpleBOSHConnection's receive_cb2008-08-12, by Tobias Markmann
-
* parsing HTTP response and emitting HTTP request callback2008-08-11, by Tobias Markmann
-
* preparing handling of multiple requests for pipelining support2008-08-09, by Tobias Markmann
-
* doing HTTP requests2008-08-09, by Tobias Markmann
-
* adding receive callback; preparing receiving and boot code2008-08-05, by Tobias Markmann
-
* adding bosh files to Makefile.am & .mingw2008-08-05, by Tobias Markmann
-
* missing commit2008-08-03, by Tobias Markmann
-
* some refactoring2008-08-03, by Tobias Markmann
-
* small bugfix in jabber_ipc_add_feature()2008-08-03, by Tobias Markmann
-
* looking for alternative connection methods if direct connection fails2008-08-03, by Tobias Markmann
-
* some further bugfixing, BIND's libresolv does so much for the programmer, just happy it exists2008-08-02, by Tobias Markmann
-
* fixing some bugs, finishing support for TXT queries2008-08-01, by Tobias Markmann
-
* some code style adjustments in caps.c2008-08-01, by Tobias Markmann
-
* removing some g_strdup()s; I meant it too good2008-07-15, by Tobias Markmann
-
* fixing memory related bug; forgotton to duplicate some data which otherwise may be deleted by other parts of the program2008-07-15, by Tobias Markmann
-
* implemented jabber_caps_broadcast_change() and finished jabber_ipc_add_feature() IPC function2008-07-15, by Tobias Markmann
-
* IPC work2008-07-08, by Tobias Markmann
-
* removing several warnings2008-07-07, by Tobias Markmann
-
* adding documentation for IPC function contact_has_feature2008-07-06, by Tobias Markmann
-
* adding IPC function 'contact_has_feature'2008-07-06, by Tobias Markmann
-
* fixing a bug in jabber_caps_compare()2008-07-06, by Tobias Markmann
-
* correctly calculating own features and factor in is_enabled() of features2008-07-05, by Tobias Markmann
-
* changed storage format for cache to mirror all needed features for XEP-0115v1.52008-07-04, by Tobias Markmann
-
* support for calculating both hashes, sha-1 and md52008-07-03, 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.2008-07-02, by Tobias Markmann
-
* pass hash type to the caps handling functions2008-07-01, by Tobias Markmann
-
* implemented jabber_caps_calcualte_hash() which calculates the SHA-1 hash for someones disco response according to XEP-01152008-06-29, by Tobias Markmann
-
* defined JabberCapsIdentity as struct _JabberIdentity2008-06-22, by Tobias Markmann
-
* jabber_caps_jabber_identity_compare() compares xml:lang too, now.2008-06-22, by Tobias Markmann
-
* changed name of jabber_caps_calculate_hash() to jabber_caps_calculate_own_hash()2008-06-22, by Tobias Markmann
-
Removing short-names for features and calculating own caps hash.2008-06-16, by Tobias Markmann
-
Send IMs and Typing notifications through p2p, Redesign p2p2008-06-17, by Sulabh Mahajan
-
Proper error handling for p2p connections2008-06-14, by Sulabh Mahajan
-
Close p2p connection when read() does not return anything.2008-06-13, by Sulabh Mahajan
-
Yahoo P2P File Transfer RECEIVE only support added.2008-06-09, by Sulabh Mahajan
-
Start idle at 1 min not 0 min and Probable description of service 0x07d1.2008-06-08, by Sulabh Mahajan
-
Support for YAHOO_PROCESS_MESSAGE and YAHOO_PROCESS_NOTIFY over p2p links.2008-06-08, by Sulabh Mahajan
-
Implementation of initial exchange of p2pxfer packets that initiates p2p file transfer. Some connection2008-06-06, by Sulabh Mahajan
-
added name to COPYRIGHT (alphabetically), trivial change in packet.h2008-05-29, by Sulabh Mahajan
-
Use HTTP/1.1 to get token to open inbox2008-05-25, by Sulabh Mahajan
-
Addition of name in Copyright2008-05-25, by Sulabh Mahajan
-
merge of 'c121cde51cc5bd48a26b46df14b86756465ef4a4'2008-02-06, by Sadrul Habib Chowdhury
-
These shouldn't be here.2007-12-29, by Sadrul Habib Chowdhury
-
The whitespace at the end of the line was giving me errors.2007-12-29, by Sadrul Habib Chowdhury
-
Remove a compile error, and a few warnings.2007-12-29, by Sadrul Habib Chowdhury
-
Fix the prplinfo structs and get rid of some compile warnings.2007-12-29, by Sadrul Habib Chowdhury
-
Fix some compilation problems when USE_FARSIGHT isn't defined.2007-12-29, by Evan Schoenberg
-
Fixed some problems which came up while propagating2007-12-29, by Evan Schoenberg
-
propagate from branch 'im.pidgin.pidgin' (head 7f8e027e1591ade622baf58a9dac216e7122c1ac)2007-12-29, by Evan Schoenberg
-
- correct reversed logic for setting idle time.2007-09-01, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head bf5b652f2626324a7801ad9de50d7ae69cf8b596)2007-09-01, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 6f5c855ee2435b317e7ddb8c9551fd17cd0328fe)2007-08-31, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head c323420a0b3b17b1eba64763c01038ddf05ff0c2)2007-08-28, by Yoshiki Yazawa
-
Cosmetics.2007-09-27, by Sadrul Habib Chowdhury
-
merge of '02901ee49b228d1bf519032a6422667d6805d0c1'2007-09-21, by Sadrul Habib Chowdhury
-
Missing files2007-09-20, by Sean Egan
-
Cute little compile errors.2007-09-20, by Sadrul Habib Chowdhury
-
You can actually receive Google Talk voice calls with crappy UI now2007-09-19, by Sean Egan
-
Some UI ;)2007-09-05, by Sean Egan
-
Missed files2007-09-05, by Sean Egan
-
Basic Google Talk voice call support. No UI; receiving a call auto-accepts it.2007-09-05, by Sean Egan
-
Add Farsight to configure.ac2007-08-28, by Sean Egan
-
propagate from branch 'im.pidgin.pidgin' (head 40c25a37a614d9667d4cf190640316f92edbe3d6)2007-08-25, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 90df17ab44d01f7f8f963d36fefb9eae3ec868cf)2007-08-23, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head cb5420b4b28888af9a419d6ca29f524e552c9cf0)2007-08-14, by Yoshiki Yazawa
-
make use of utf8 filename in jabber.2007-08-14, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 5cd317ad290e840fa8a8624d17dd5f23f99330ac)2007-08-07, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 82f657fd45abe5db78920f196a8a795c730c78cc)2007-07-27, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head f4d2e27ee5bc44bb6d4d834730822b698a4dc534)2007-07-25, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 3c06e81a006adebe420915ad7301ad1e6e82cab8)2007-07-24, by Yoshiki Yazawa
-
- filename in filetransfer should be utf8 in oscar.2007-07-13, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 0adbd7ac0c14d3a1d56a31f03baa87c9af63cbe6)2007-07-13, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 19622efbc23b0b099d80ecf33b54d6a38a21cd7f)2007-07-12, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head b195e262642015df66e36d33e9dd16ecae5df9d5)2007-07-11, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head f77175b39d6209f3bca85b3d1baca3eee2f14900)2007-07-09, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head ccc9b73a0ff146d9f13b7c05aeb76e6a1abf4733)2007-07-06, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 7bdb1afaf64b2e3bde8dc04063fbe6d39c937b73)2007-07-04, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 7ffd004802947736b5861bf45eb639d28f9c5032)2007-07-03, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head efa0e31922a07bb598a6fc8951462e1fa96a886e)2007-07-02, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 414f0770611139752d484f4831cb59038456c9bf)2007-07-01, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head e2ba19f94867654f67522ab62256281645a9df9f)2007-06-29, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 96be2c6bb0b910f823a48bf0ffc247135df4a988)2007-06-29, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 39d4c6188e75b825060b407dfd9f478a9feef62b)2007-06-29, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head d08e73765328352fb955bb0b4e908eb39bea7b5d)2007-06-28, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 7bf90628ea82588a24a5c2e11b62e1128d8c90f0)2007-06-28, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 6526dd22033b4ab26156c07b7a84e53e092b4a21)2007-06-27, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 0c6d125066d754b13d41953911c8ea86f0289ec4)2007-06-26, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 9beed54f9b14fec268ec3cecae10261a9d43e1c8)2007-06-24, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head d2f50519c5ed668dd980277afdc25d71ccb8a852)2007-06-22, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head c09099530cc12734d4420f3fcc37e18347a16d5e)2007-06-21, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 4aabd11d86454556c0ed6e7c67640fa2a2ea5d6b)2007-06-20, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 236a0f42a00c47bc1de4ebf0f7deea1a9e2d1d92)2007-06-18, by Yoshiki Yazawa
-
- remove '_' from "Send to" menu.2007-06-17, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 725fc6cb64d550dcc3a71741a974e5255f83a366)2007-06-17, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 3c31f6f6c8e998f6e9c550e05bf5dfdcdc9bb154)2007-06-11, by Yoshiki Yazawa
-
merge of '5eaffe4463a414e0dd0267186ce9d09e4fec44bf'2007-06-11, by Yoshiki Yazawa
-
merge of '3a630a4fd8d8b4dc763804428205cac11bbfe2ad'2007-06-11, by Yoshiki Yazawa
-
- merge nosuke's tab width patch.2007-06-11, by Yoshiki Yazawa
-
- add nosuke's cp932 handling code.2007-06-11, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head f68bc95ec93e616afdf0527fc982ff5f226f5463)2007-06-11, by Yoshiki Yazawa
-
- remove unnecessary line.2007-06-10, by Yoshiki Yazawa
-
- add hankaku kana support to irc.2007-06-10, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 05e0540c1a837fa061087b893a855d20e35011ef)2007-06-10, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head dff846c19b3c14ce3094dda9a5b72c70e6e11121)2007-06-09, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 4b50880d8517570eaa67d4cd9d88c5934bb832f1)2007-06-08, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head cf74b964fddd2185233987f6e7743623bf21efb8)2007-06-07, by Yoshiki Yazawa
-
- add an ipc function to set alias for myself.2007-06-05, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head fc2b3abe07ed5e2601550aae1e34ed81ccb6761d)2007-06-05, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 3d1e6b8637ff9133c8f17e9aeaeea1284c898d86)2007-06-04, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 69639ef14e4298b2e420779e1696a07a13da5910)2007-06-02, by Yoshiki Yazawa
-
- follow a change in oscar.2007-05-31, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 8ae64558f2dc02cbc051dda2e2e6e4270b03f7f3)2007-05-31, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head c7b6cd0e58a3953905afdaea801171859d00de1a)2007-05-28, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 371fb91ec4fdb33fa482efe55111fe58d8758c3b)2007-05-26, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 68a7c85152f55e4b824422958bca00f79f48cd2f)2007-05-25, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head a128e310ce8622212e6b8b435d45a15c25abb2c3)2007-05-23, by Yoshiki Yazawa
-
- fix compilation error for gg.2007-05-20, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 62e9d17cd37551991c5040ce6ca48e6d7578dde3)2007-05-20, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 61827fc1671b97df72194ee9722ed122cb45c29f)2007-05-19, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 1e0f6c89bdf3a21258ac4f64039122a909ac67cc)2007-05-18, by Yoshiki Yazawa
-
prepend _ to Send To2007-05-17, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head f858c38e5d9f9c2d048dbe13db10776cdf7fafc9)2007-05-17, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 4398ffa92e9bb0a16dbede7756a4cbc5dfa96602)2007-05-16, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 8fb8a09e9fe9177bb4efcd0f7ecd126919e73c20)2007-05-15, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head b131b26bdebd017ae74090008e1672615c9080bc)2007-05-09, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 00dc566bfedcca2a9b44f91cf7e9a73f8270b63a)2007-05-07, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head e1c76e1a6e09e3fb3697606e2d8f6b6327e7a7e9)2007-05-05, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head a78e36058a13ec01e5cb75f8badbf2585519b0e0)2007-05-03, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 28c46a4d85d9207ab59e775309b3342bc8d10d24)2007-05-03, by Yoshiki Yazawa
-
merge of '6ede43d45490ec8d91a1bf2f5877b461519b474b'2007-05-02, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 5f4a03fa07b74453c3b8312c388af42739fd16db)2007-05-02, by Yoshiki Yazawa
-
disable ctrl-l2007-05-02, by Yoshiki Yazawa
-
merge of '890e8c11f907d84dcdc7590a07680d9a55b7ca8d'2007-05-02, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head d9de4b9bf74d630786c37ca3c0759f6e4bc1bcda)2007-05-01, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 15e8fddee885a9fd505a14ff31f33608aebc8e28)2007-04-30, by Yoshiki Yazawa
-
change prefs root for msnstyle.2007-05-02, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head f11ff4f3f5929845b5a51662b200df16da7e550f)2007-04-28, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head e9234bfbd01e96e8cc032fe7d850d4108f40b82a)2007-04-26, by Yoshiki Yazawa
-
yaz patch has been applied.2007-04-25, by Yoshiki Yazawa
-
just branched.2007-04-25, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 303af74a38e7b313d4fb0be4d4054a16cb13d819)2009-03-07, by Paul Aurich
-
Woo boy this function is a little crazy. I shuffled some things around:2009-03-05, by Mark Doliner
-
Rename "availmsg" to "statusmsg" here. I think recent official AIM2009-03-05, by Mark Doliner
-
Create two helper functions for setting the available message and iTunes2009-03-05, by Mark Doliner
-
Updated Catalan translation.2009-03-05, by Josep Puigdemont
-
Make a hack in purple-url-handler cleaner.2009-03-04, by Johannes Buchner
-
Change the way oscar deals with account->perm_deny a little bit.2009-03-04, by Mark Doliner
-
merge of '4f7ebd10f9b2db16fa68b60e528f766e6c9dd450'2009-03-04, by John Bailey
-
disapproval of revision '90bcee91e80ba055eb211168b099418753e096e9'2009-03-04, by John Bailey
-
merge of '48260c71a42cee1dd4e220b7c672187cfe99cc2f'2009-03-04, by John Bailey
-
Implementation of a plugin to facilitate use of One Time Passwords by2009-03-03, by Daniel Atallah
-
Use text colours from the GTK+ theme instead of black when no buddy list theme2009-03-03, by Marcus Lundblad
-
You don't say2009-03-03, by Ethan Blanton
-
When setting an AIM or ICQ away message, linkify the message.2009-03-03, by Mark Doliner
-
The status_text variable is only used inside this block, so move2009-03-03, by Mark Doliner
-
Remove a wee bit of trailing whitespace2009-03-03, by Mark Doliner
-
Fix a minor whitespace inconsistency.2009-03-03, by John Bailey
-
Clear the saved password on an authentication failure. The result of this is2009-03-03, by John Bailey
-
merge of '431618de0f30a6938f7e14d2d61ee5d7738acd59'2009-03-03, by Elliott Sales de Andrade
-
The 2.5.5 win32 builds shipped with GTK+ 2.14.72009-03-02, by Daniel Atallah
-
Ignore the Forward List status bit when checking if user is on the Allow2009-03-03, by Elliott Sales de Andrade
-
ChangeLog the XMPP updates.2009-03-02, by Elliott Sales de Andrade
-
Remove some extra trailing whitespace I noticed after merging mlundblad's2009-03-02, by Elliott Sales de Andrade
-
propagate from branch 'im.pidgin.cpw.malu.xmpp.attention' (head cbf0c3bd9fb3c235c896517b27d6ea14b2993e19)2009-03-02, by Elliott Sales de Andrade
-
propagate from branch 'im.pidgin.cpw.malu.xmpp.ibb_ft' (head cb0383f5b2aa47ed5b3bc5beb121c391d70b776a)2009-03-02, by Elliott Sales de Andrade
-
Fix compile errors from the merge. Untested protocols: msnp9, sametime,2009-03-02, by Elliott Sales de Andrade
-
Update versions since we're updating minor.2009-03-02, by Elliott Sales de Andrade
-
propagate from branch 'im.pidgin.pidgin.next.minor' (head 7305b29db7bd00d3261f348c71674c93aa31b327)2009-03-02, by Elliott Sales de Andrade
-
Do not linkify unless <proto> is followed by some non-whitespace string.2009-02-04, by Sadrul Habib Chowdhury
-
Fix building with python < 2.52009-02-03, by Sadrul Habib Chowdhury
-
Add a comment just noting that I think it's kind of annoying that we2009-01-28, by Mark Doliner
-
propagate from branch 'im.pidgin.pidgin' (head 8ae2fca06a3be4b99cc677c8f880d9521a35ec8b)2009-01-28, by Mark Doliner
-
I don't know if these are worth changelogging, but I'll put them here2009-01-28, by Mark Doliner
-
Increment display_lines here so that, for fonts where pixels_inside_wrap()2009-01-28, by Mark Doliner
-
Change the logic for breaking out of the while look to match the if2009-01-28, by Mark Doliner
-
Fix a bug that's bothered me for a while. When pressing shift+enter in2009-01-28, by Mark Doliner
-
Add a GtkIMHtml function that causes the widget to actually insert a2009-01-28, by Mark Doliner
-
The first thing gtk_text_buffer_delete_selection does is call2009-01-28, by Mark Doliner
-
Fix a crash in this branch that I introduced a few days ago. bname2009-01-28, by Mark Doliner
-
Use getters and settings for a bunch of libpurple structs2009-01-27, by Mark Doliner
-
merge of '89cb8a5cf5210205e245047e7200484202e370a0'2009-01-27, by Sadrul Habib Chowdhury
-
Drop the effectively empty .todo file.2009-01-26, by Richard Laager
-
Slap some PURPLE_DISABLE_DEPRECATED checks around the functions Mark just2009-01-26, by Richard Laager
-
Add a newline to this log message2009-01-26, by Mark Doliner
-
Simplify, hoo-boy. Also don't unregister the schemes in2009-01-26, by Mark Doliner
-
Uninitialize the certificate API before unloading the SSL plugin. This2009-01-26, by Mark Doliner
-
Deprecate some functions that aren't really needed2009-01-26, by Mark Doliner
-
Change "screen name" to "username" or "buddy name" in a whole bunch of2009-01-26, by Mark Doliner
-
Remove trailing whitespace2009-01-26, by Mark Doliner
-
s/sucess/success/ in a few places2009-01-26, by Mark Doliner
-
Add two changes to the change log2009-01-26, by Mark Doliner
-
Add @since 2.6.0 doxygen comments to some of our new functions, and2009-01-26, by Mark Doliner
-
* Alphabetize files in a few Makefile.am files2009-01-26, by Mark Doliner
-
A patch from Chris Connett to change the log size sorting method to weight2009-01-26, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head 566d2e86bfd45c806aba1b32d6f85a9a409ff9ea)2009-01-26, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head da4fface7b23fb7415d6ce2a72770ce5fbe006a0)2009-01-26, by Mark Doliner
-
Fix the indentation in this function2009-01-26, by Mark Doliner
-
Add a comment2009-01-25, by Mark Doliner
-
Use the shortcut in the error message to give people more context2009-01-25, by Mark Doliner
-
Use PIDGIN_STOCK_ADD instead of GTK_STOCK_ADD so that the add button2009-01-25, by Mark Doliner
-
Try to improve the wording in our custom smiley manager2009-01-25, by Mark Doliner
-
Lots of minor whitespace and comment changes:2009-01-25, by Mark Doliner
-
propagate from branch 'im.pidgin.pidgin' (head c51bf3defef588c1efb6022d502dfc38c55664b2)2009-01-24, by Richard Laager
-
merge of '55fb011e6060667ce31490ccd4621350fb8e90c6'2009-01-24, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head f49b0bab604f956eb4f9fce3a103320497cd40e5)2009-01-21, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head c5b982597812ab3c0fd2dbca9be31f173fda67bb)2009-01-22, by Richard Laager
-
a few struct hiding clean ups2009-01-15, by Gary Kramlich
-
propagate from branch 'im.pidgin.pidgin' (head 42f77b0e8b8ebf5ff3c30d8f8022ac5d289631e8)2009-01-15, by Gary Kramlich
-
Use "Add Buddy Pounce" and "Modify Buddy Pounce" as the buddy pounce dialog2009-01-08, by Etan Reisner
-
Made the Purple::Request::Field(s) functions act more perl-like.2009-01-06, by Etan Reisner
-
merge of '123d615deaa8daeeea7d7c341a87eab4e83a7958'2009-01-06, by Kevin Stange
-
Patch from fqueze to add API for setting the global proxy settings. Fixes #7610.2009-01-06, by Daniel Atallah
-
propagate from branch 'im.pidgin.pidgin' (head c6844c5e097e3d947d35507e2e93557dfe8e0aee)2009-01-06, by Gary Kramlich
-
Fix the issue with the themes not showing up in the list.2009-01-06, by Paul Aurich
-
Document the addition of purple_strequal in ChangeLog.API2009-01-06, by Gary Kramlich
-
propagate from branch 'im.pidgin.pidgin' (head b478b184a46116ac87ac85b8cd352ea564224019)2009-01-02, by Richard Laager
-
Compile!2009-01-02, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head f018e11a7ea08e07f22667e6daca2ec7e64f9710)2009-01-02, by Richard Laager
-
explicit merge of '32d4ce0b6cfc9ccb9a6e7ed661423b9260a0bead'2009-01-02, by Richard Laager
-
explicit merge of '814d53152c168c9c4732b3d084260711d536fba6'2009-01-02, by Richard Laager
-
explicit merge of 'cfb115ff00c406f8011c0d661d33bee60813b27c'2009-01-02, by Richard Laager
-
explicit merge of '82e4edbe06cb0ef0fa59f70db44a289bb91e1343'2009-01-02, by Richard Laager
-
explicit merge of 'f7807039eeef499a403d638cbcb94060a1d33eea'2009-01-02, by Richard Laager
-
explicit merge of 'c2a520001286f0c95c761be82c041c4379ddf407'2009-01-02, by Richard Laager
-
explicit merge of 'ba66150a2a1efc5a5cee7204adab69208825630e'2009-01-02, by Richard Laager
-
explicit merge of '9a5e549612efd8ca6f60fc57b51a4eee7e32c861'2009-01-02, by Richard Laager
-
explicit merge of '448583a763dcf343f1a4392bdcdcc4c4f01f3aed'2009-01-02, by Richard Laager
-
explicit merge of 'dabe77d56a2fc7c171caa81bd12d72ce8737a7a8'2009-01-02, by Richard Laager
-
merge of '0bf6462dd433df38943094bbed0393698d91a037'2008-12-13, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head 9ad89488379a97b5cfae59ae91eef9212f229b96)2008-12-12, by Richard Laager
-
Fix up the propagate from im.pidgin.pidgin2008-12-12, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head b8d6086aef6b2e65d86e8ce60220ab7f460d5079)2008-12-12, by Richard Laager
-
Remove a hardcoded file path in some debugging code.2008-12-12, by Richard Laager
-
Remove some #if 0'ed debugging code.2008-12-12, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head 81aa401ac9855c99eb55a7cf91fa221860dee220)2008-12-08, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head 97d295a04f3a9852a3b29cf0df43d56d1ddcc672)2008-12-04, by Richard Laager
-
Fix a botched line in the merge...2008-12-13, by Gary Kramlich
-
propagate from branch 'im.pidgin.pidgin' (head d5bb29138cbe033bbfd8ec689203d73818765327)2008-12-13, by Gary Kramlich
-
Fix the linkification error where bad things happened if you copy/pasted2008-12-03, by Sadrul Habib Chowdhury
-
merge of 'abbc5b388482e59667d5f7950b41fc554d9332c5'2008-12-02, by Sadrul Habib Chowdhury
-
Remove all the special-casing in the GNOME URL handler registration.2008-12-02, by Richard Laager
-
Replace the URL registration assertions with regular checks.2008-12-02, by Richard Laager
-
Detect duplication registrations by substring.2008-12-02, by Sadrul Habib Chowdhury
-
Cleanup the GNOME URL registration code2008-12-02, by Sadrul Habib Chowdhury
-
Only find URLs on word boundaries to fix a bug rlaager noticed.2008-12-02, by Sadrul Habib Chowdhury
-
Fix win32 build. I haven't actually tested any of the functionality, but it2008-12-02, by Daniel Atallah
-
In the GNOME URL registration, ftp, gopher, http, and https are now2008-12-01, by Richard Laager
-
Revert the URL scheme passing changes, keeping the miscellaneous other stuff2008-12-01, by Richard Laager
-
Pass only the URL scheme to gtkimhtml and let it add the colon automatically.2008-12-01, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head 1cad4b015e35541ea834da220d2b814b5d5739fb)2008-12-01, by Richard Laager
-
Fix some theme manager assertion failures.2008-12-01, by Richard Laager
-
More icon fixes.2008-11-30, by Richard Laager
-
The DYNAMIC_protocol defines aren't used anywhere.2008-11-30, by Richard Laager
-
Various nullprpl fixes.2008-11-30, by Richard Laager
-
Add a newline to the end of the file.2008-11-30, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head c3f6487e649e7fe5c5f960b9c86a256e09b3976e)2008-11-30, by Richard Laager
-
Add a -f/--force-online option to Pidgin which tells libpurple to claim the2008-11-28, by Richard Laager
-
Finish up the GNOME URL handler code:2008-11-28, by Richard Laager
-
First round of GNOME URL handler support.2008-11-28, by Richard Laager
-
merge of '2dd22d23da4543b04174ef30edee6b709b5ae552'2008-11-28, by Richard Laager
-
disapproval of revision 'cf02e7f6a3488e78b81601065f32c8eee8a19b4c'2008-11-28, by Richard Laager
-
Re-line wrap the latest entry.2008-11-28, by Richard Laager
-
When we call g_spawn_command_line_sync(), we don't care about stderr, so2008-11-28, by Richard Laager
-
Fix a comment2008-11-28, by Richard Laager
-
propagate from branch 'im.pidgin.imhtml.customlinks' (head 5b6fe9ec607dbcafe1e078d3b80e2bbe8ebc4778)2008-11-27, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head 4cc0bbe98be861a279e3b1fd97a3b4d491dec519)2008-11-27, by Richard Laager
-
Clean up the merge I just did.2008-11-27, by Richard Laager
-
explicit merge of 'a9579fef71ff6820f390a986132d30b079f590a0'2008-11-27, by Richard Laager
-
explicit merge of '8c6ea3b255d94e0f2867fea830b1380415e6d47a'2008-11-27, by Richard Laager
-
Do the struct hiding differently.2008-11-26, by Sadrul Habib Chowdhury
-
Revert the last 'struct-hiding' change.2008-11-26, by Sadrul Habib Chowdhury
-
Hide the PurpleRequestField struct. I figured this one would be easy and2008-11-18, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head 8daee71db7028dda036c11e23ca5a60fe834fa95)2008-11-16, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head 42f888b4f8e15a19002abe6f40a5d89117ee59a7)2008-11-14, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head 5be7104ff151004112ce3f9c34446335024d06d8)2008-11-14, by Richard Laager
-
More purple_debug printf(msg) fixes. I must have a newer GCC or something...2008-11-14, by Richard Laager
-
Fix two more purple_debug variations on printf(msg).2008-11-14, by Richard Laager
-
Fix a variation on printf(msg);2008-11-14, by Richard Laager
-
Make my last commit compile.2008-11-14, by Richard Laager
-
Another one the cast fixer breaks.2008-11-14, by Richard Laager
-
Minor fixes to the cast changing script.2008-11-14, by Richard Laager
-
Update some casts (that the script didn't fix correctly) to GObject macros.2008-11-14, by Richard Laager
-
Add a script to change casts to GObject macros. We'll run this later.2008-11-14, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head 41aaf584a583a4438033063545b99ca0691a803d)2008-11-11, by Richard Laager
-
Enable logging of IMs and chats by default, using the HTML log format.2008-11-09, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head a2d611d8fe1aec7a7cc8d1837f1a4dceeadcb6eb)2008-11-08, by Richard Laager
-
Got about a third of the gtkblist.c direct struct usage, much more to go obviously, but i must sleep...2008-11-03, by Gary Kramlich
-
A totally untested struct hiding fix.2008-11-03, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head 6c480ed0bfda22bc5131c6a0465140f17e3bf40c)2008-11-02, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head 3fa3a746613f1d6095334bfc54443d61166dd9fa)2008-11-02, by Richard Laager
-
Another small struct hiding change.2008-11-02, by Richard Laager
-
Add a commit-check target. The idea is you could use this in a pre-commit2008-11-02, by Richard Laager
-
Add some missing files to POTFILES.in.2008-11-02, by Richard Laager
-
Ignore .loT files. This is helpful to me because I have a wrapper script2008-11-02, by Richard Laager
-
Perl seems to love creating Makefile.old files. Let's ignore them.2008-11-02, by Richard Laager
-
Fix one struct hiding issue.2008-11-02, by Richard Laager
-
merge of '32cd8507d8b94418ca8f083d8555916341b47b94'2008-11-02, by Richard Laager
-
A couple of minor fixes.2008-11-02, by Sadrul Habib Chowdhury
-
updated the pidgin plugins for the blist struct hiding2008-11-02, by Gary Kramlich
-
Finish off the libpurple updates for the hidden blist structs2008-11-02, by Gary Kramlich
-
Finished struct hiding in bonjour and qq2008-11-02, by Gary Kramlich
-
Hide PurpleBlist2008-11-02, by Gary Kramlich
-
propagate from branch 'im.pidgin.pidgin' (head 56f8f1ef1ec93d71fadc9152a3ca7d9a6d4f8057)2008-11-02, by Richard Laager
-
Struct hiding for Finch. PurpleChat:alias and PurpleContact:totalsize are still used.2008-11-01, by Sadrul Habib Chowdhury
-
Alias foo. I think blist.h structs are now completely hidden.2008-10-31, by Sadrul Habib Chowdhury
-
merge of 'af834be8e1d99f849b1cade9138e197d7ddf362a'2008-10-31, by Sadrul Habib Chowdhury
-
Deprecate the unused purple_buddy_get_local_alias() function.2008-10-31, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head 7821a3549d7d99473e999dc067afc4218addcc1e)2008-10-31, by Richard Laager
-
Some more PurpleBuddy::proto_data related changes.2008-10-31, by Sadrul Habib Chowdhury
-
Some more struct hiding.2008-10-31, by Sadrul Habib Chowdhury
-
propagate from branch 'local.struct.hiding' (head da9fb6ccb9b3d723d8abdfaae8859bae223cf225)2008-10-31, by Sadrul Habib Chowdhury
-
Typo caught by compile warning.2008-10-31, by Sadrul Habib Chowdhury
-
More struct hiding work2008-10-31, by Richard Laager
-
Add @since 2.6.0 tags for purple_connection_set_protocol_data() and2008-10-31, by Richard Laager
-
updated irc to use the api rather than structs directly2008-10-31, by Gary Kramlich
-
moved gg to use the api rather than structs directly2008-10-31, by Gary Kramlich
-
Finished moving to api for bonjour2008-10-31, by Gary Kramlich
-
Added purple_connection_set_protocol_data and purple_connection_get_protocol_data2008-10-31, by Gary Kramlich
-
propagate from branch 'im.pidgin.pidgin' (head 9ef0eaddbc0c1196f6ceefc842c249f918d2e131)2008-10-30, by Richard Laager
-
Use purple_buddy_get_protocol_data() and purple_buddy_set_protocol_data()2008-10-30, by Richard Laager
-
Add purple_buddy_get_protocol_data() and purple_buddy_set_protocol_data()2008-10-30, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head d09a92cd7ce9896f92599d245e9964da4ac5b2e1)2008-10-30, by Richard Laager
-
Remove the dim_grey function, which is no longer used.2008-10-30, by Richard Laager
-
Fix a compiler warning.2008-10-30, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head 9287a75e196278c66cd6724dc8d30a471a029c27)2008-10-30, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head 24a56806ef9dfa8ea67d214a92a19c9011bc8a27)2008-10-30, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head b630f3305c53ab0eb32b948911940959cc873699)2008-10-30, by Gary Kramlich
-
propagate from branch 'im.pidgin.pidgin' (head 06e4830f3567955e026f3d594afcc65a07d57b26)2008-10-30, by Gary Kramlich
-
Fixes a bug in the blist theme where a line appears only under the expander2008-08-30, by Justin Rodriguez
-
renamed sound-loader.[ch] to sound-theme-loader.[ch]2008-08-28, by Gary Kramlich
-
renamed gtkblist-loader.[ch] to gtblist-theme-loader.[ch]2008-08-28, by Gary Kramlich
-
propagate from branch 'im.pidgin.pidgin' (head 69cdb2b9e20a69a98389b47c672718d5be222338)2008-08-28, by Gary Kramlich
-
propagate from branch 'im.pidgin.pidgin' (head 53ec2e73334e6dc99c29f0f13b5ebf4700f5a92c)2009-02-24, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 410f7adb8bbf7aef2373d653d847556cd17169dc)2009-02-16, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head b79100551ea19cf35ee8952a34a44b97204e75f3)2009-02-12, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 3da4a61feea56ff40dc5fdba355a1057c675a32d)2009-02-06, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 6a51501ec3aff341c8cd763ffc2076a9bbc07d23)2009-01-29, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head c5b982597812ab3c0fd2dbca9be31f173fda67bb)2009-01-22, by Marcus Lundblad
-
disapproval of revision '3de5eea959151773885ba601f681aec2431dd47d'2009-01-14, by Marcus Lundblad
-
Make the IBB-handling code in si.c "steal" the dest_fp from PurpleXfer in the2009-01-14, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head e602a35f60e3d423d43bacc72fcb7239c8b43cf0)2009-01-13, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head d6e38b24a5b289e3e7632def307f1d98b177d697)2009-01-07, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 20e1cd58c08fdfc4116101503338fb89269ea0ea)2009-01-04, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head dd9cb9ed28311438c0cc3c2962f1c030fb282df3)2009-01-01, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head f94ddf7fa975e3a39a53fccae31b7e73f892fd57)2008-12-28, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head c06356e8e8d2c586f0192a5564053c2584020da8)2008-12-23, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head df6eba32e5b6b34d7483cbfb7e9f2e4c836ac35f)2008-12-22, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 82e4edbe06cb0ef0fa59f70db44a289bb91e1343)2008-12-17, by Marcus Lundblad
-
Fix error handling on missing "seq" attribute2008-12-16, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 6b951d62be418d5bfc437a1ab747c6ba900d7979)2008-12-16, by Marcus Lundblad
-
Standardize all the IBB stream cleanup2008-12-16, by Paul Aurich
-
Trigger error callbacks when receiving a malformed-ish packet.2008-12-16, by Paul Aurich
-
Removed debug output referencing a char * that can be NULL, causing crashes2008-12-15, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 932c83e821824239896f933e32349175efb85741)2008-12-15, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 3dd9c7e41e98570d3626051c1fa70d698554a58a)2008-12-13, by Marcus Lundblad
-
Remove timeout for IBB when receiving an IBB session open from the initiator2008-12-13, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 9ad89488379a97b5cfae59ae91eef9212f229b96)2008-12-13, by Marcus Lundblad
-
Add timeout when receiver waits for initiator to open an IBB session2008-12-13, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 6a13176e096cf5e7cefc5716496a0a7afd2e2621)2008-12-09, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 196060989ecbfa760153e43530294b78f8999df6)2008-12-07, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 1203a733696f95eef53b04b5078e0a779371b4d3)2008-12-07, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head f1327672337219c8907eea2d335efb0035e4b39e)2008-12-02, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head d3440d677dd69ed30a8158b515bd26d210dacb9d)2008-11-30, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 7399f80ea98924dbddd57be1e652ecbae89d3a8e)2008-11-24, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head e1fd1e27a14e8cc717dc7fb6cb69ff1f10672704)2008-11-18, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head f3891f3348abfe90fbe60a054833c12075aa8df4)2008-11-16, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 311b4db51b575e1baa7f78d751ff926475edecc3)2008-11-13, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 37145f1b4ec49b432ea571f96562d44f4c5a908e)2008-10-29, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 7bdc0d34e54e09101ba68ba39703a8fd5081e8eb)2008-10-27, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 60eb3945122f9f81bed98851da3567b10baf9450)2008-10-22, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 3712dc87ef9c46da0dc5283a8d5a571d9a90d340)2008-10-20, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head aad9cd2bd4296ab92672559fbee882d7ef2a2406)2008-10-19, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 50ca054a04cd66fc08b411e7237a486ebb13fe4d)2008-10-16, by Marcus Lundblad
-
merge of '1cff30b7f6954a59c5a89c859c10fa1c51feab8c'2008-10-12, by Marcus Lundblad
-
Set state error on IBBSession if the receiver gives an error.2008-10-12, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 3e5468581850f86ee2b706cd57dfe1096ddcc0ac)2008-10-01, by Marcus Lundblad
-
Call purple_xfer_end when ending an IBB session.2008-10-01, by Marcus Lundblad
-
Check don't try to free the JabberSIXfer if it's already been freed.2008-09-30, by Marcus Lundblad
-
Changed a debug message to refer to the correct function...2008-09-29, by Marcus Lundblad
-
merge of '1f1c4d53b190a6818acec7b4a5469c4a4db37759'2008-09-29, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 7561443e7b6e50cd96cac03b88cbb8fab1f45d84)2008-09-28, by Marcus Lundblad
-
Set binary mode when opening files for IBB transfers.2008-09-29, by Marcus Lundblad
-
Revert to using g_fopen (since we have a compatability define for old glibs)2008-09-28, by Marcus Lundblad
-
merge of '421269ebbe32a67020772ec7ba39a1e5f8b14b4c'2008-09-27, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head bf07db8e6300ffa5dc4613996800db83ad350afb)2008-09-25, by Marcus Lundblad
-
Actually close the assoiciated jsx when closing an IBB session.2008-09-27, by Marcus Lundblad
-
Some changes got lost when I merged...2008-09-23, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head d7476bfe7f9003553f7b3ea48491f4cebd192098)2008-09-23, by Marcus Lundblad
-
Patch from Phil Hannent to fix build on win32,2008-09-22, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 3ffe6fd197f037185a0012875ef68c8f6d6c2f89)2008-09-16, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head b14102a6c681b35084d2c3f7726de34d4f859fe1)2008-09-13, by Marcus Lundblad
-
Removed a few unnessesary lines of code.2009-02-24, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 53ec2e73334e6dc99c29f0f13b5ebf4700f5a92c)2009-02-24, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 410f7adb8bbf7aef2373d653d847556cd17169dc)2009-02-16, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head b79100551ea19cf35ee8952a34a44b97204e75f3)2009-02-12, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 3da4a61feea56ff40dc5fdba355a1057c675a32d)2009-02-06, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 6a51501ec3aff341c8cd763ffc2076a9bbc07d23)2009-01-29, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head c5b982597812ab3c0fd2dbca9be31f173fda67bb)2009-01-22, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 27a5e4c3bf4db89f9d87c37d7043c1f4dc68ed1f)2009-01-19, by Marcus Lundblad
-
Print alias (if known) in some error/info messages when failing to buzz2009-01-19, by Marcus Lundblad
-
Give username (JID) to purple_prpl_got_attention, not alias2009-01-16, by Marcus Lundblad
-
Print to conversation from jabber_cmd_buzz, this prevents printing two info2009-01-16, by Marcus Lundblad
-
Add a missing space, thanks Paul!2009-01-13, by Marcus Lundblad
-
Change error message shown when trying to buzz a buddy who doesn't announce2009-01-13, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head e602a35f60e3d423d43bacc72fcb7239c8b43cf0)2009-01-13, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head d6e38b24a5b289e3e7632def307f1d98b177d697)2009-01-07, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 20e1cd58c08fdfc4116101503338fb89269ea0ea)2009-01-04, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head dd9cb9ed28311438c0cc3c2962f1c030fb282df3)2009-01-01, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head f94ddf7fa975e3a39a53fccae31b7e73f892fd57)2008-12-28, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head c06356e8e8d2c586f0192a5564053c2584020da8)2008-12-23, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head df6eba32e5b6b34d7483cbfb7e9f2e4c836ac35f)2008-12-22, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 82e4edbe06cb0ef0fa59f70db44a289bb91e1343)2008-12-17, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 6b951d62be418d5bfc437a1ab747c6ba900d7979)2008-12-16, by Marcus Lundblad
-
prep versions for additional development2009-03-02, by Ethan Blanton
-
Update versions for 2.5.5.2009-03-02, by Ethan Blanton
-
NEWS and all that sort of thing...2009-03-02, by Elliott Sales de Andrade
-
Another updated Russian translation (it's already in po/ChangeLog). Fixes #84952009-03-02, by John Bailey
-
NEWS'ing!2009-03-01, by John Bailey
-
merge of '73c00fbbe95951b367f8bf73b5154cd5a158529b'2009-03-01, by Ethan Blanton
-
adding a missing file2009-03-01, by Ka-Hing Cheung
-
These debug messages need newlines.2009-02-28, by Elliott Sales de Andrade
-
Some day, I will learn to alphabetize.2009-02-28, by Paul Aurich
-
Add Khmer translation from Khoem Sokhem.2009-02-28, by Paul Aurich
-
Add other languages committed by translators to the ChangeLog and run2009-02-27, by Paul Aurich
-
I want to have a nickname, too!2009-02-27, by Paul Aurich
-
merge of '25555f057b156444048f1b2fafeeaf056ac0be9c'2009-02-27, by Paul Aurich
-
Generalize the FQY command so it can be used by different callbacks based2009-02-27, by Elliott Sales de Andrade
-
Chinese (Hong Kong) and Chinese (Traditional) translation updates.2009-02-27, by Paul Aurich
-
Afrikaans, Danish, Norwegian Bokmål, Punjabi, and Portuguese (Brazilian)2009-02-27, by Paul Aurich
-
We just freed slpcall, so don't set slpcall->timer to 0. And return2009-02-26, by Mark Doliner
-
This should fix a sporadic crash? The behavior before was clearly wrong--2009-02-26, by Mark Doliner
-
Credit Math2Gold for revision 0d3ce6dca7222c77b50e8a23fe0ed1bae02928a8.2009-02-26, by Richard Laager
-
Shaun Lindsay at Meebo tracked down a bug where this function reads2009-02-26, by Mark Doliner
-
merge of '7dc734d96688ae822246be79196106858b5e6670'2009-02-25, by Paul Aurich
-
Add a second chain of SSL certificates now necessary for OSCAR SSL2009-02-25, by Paul Aurich
-
merge of '21e96c2781026be159ef9d16095e34151c421fbc'2009-02-25, by Evan Schoenberg
-
Updated swedish translation2009-02-25, by Peter Hjalmarsson
-
merge of '834ff898e490cfa48f763bee4c57477814139384'2009-02-25, by Paul Aurich
-
List getstatus and getstatusmessage in the purple-remote help output.2009-02-25, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 2c4a5ddc5d50dcd6e82192d1f90614217624a126)2009-02-25, by Paul Aurich
-
another update for 2.5.52009-02-25, by Jochen Kemnade
-
Updated Catalan translation.2009-02-25, by Josep Puigdemont
-
propagate from branch 'im.pidgin.pidgin' (head f840352699c2a48d528c12e447b52af0a4137355)2009-02-25, by SHiNE CsyFeK
-
merge of '0255e37442effe291a919a71184e1266f5e9480f'2009-02-25, by SHiNE CsyFeK
-
2009.02.25 - flos <lonicerae(at)gmail.com>2009-02-25, by SHiNE CsyFeK
-
2009.02.24 - flos <lonicerae(at)gmail.com>2009-02-24, by SHiNE CsyFeK
-
hu.po: Hungarian translation updated for 2.5.52009-02-25, by Kelemen Gábor
-
propagate from branch 'im.pidgin.pidgin' (head 5aca19ea8964e864e3374ac4fd3c1c81cd23a426)2009-02-24, by SHiNE CsyFeK
-
2009.02.24 - flos <lonicerae(at)gmail.com>2009-02-24, by SHiNE CsyFeK
-
2009.02.21 - flos <lonicerae(at)gmail.com>2009-02-24, by SHiNE CsyFeK
-
2009.02.21 - flos <lonicerae(at)gmail.com>2009-02-20, by SHiNE CsyFeK
-
2009.02.09 - Chengming Wang <tiger2007532246(at)gmail.com>2009-02-09, by SHiNE CsyFeK
-
2009.02.09 - Chengming Wang <tiger2007532246(at)gmail.com>2009-02-09, by SHiNE CsyFeK
-
applied changes from 30c025a5facc491ee082435ffe5d2ccfec6196782009-02-25, by Evan Schoenberg
-
Update Lithuanian translation2009-02-24, by Laurynas Biveinis
-
Evan's original change to the Direct IM autoreplies is on im.pidgin.pidgin,2009-02-23, by Paul Aurich
-
Two of the 2.5.5 translations introduced the old name in comments and a2009-02-23, by Paul Aurich
-
German update for 2.5.52009-02-23, by Björn Voigt
-
Update french translation.2009-02-23, by Éric Boumaour
-
Bengali and Norwegian Bokmål translations updated. Fixes #8118, #8172. These2009-02-22, by John Bailey
-
I forgot how to alphabetize.2009-02-22, by John Bailey
-
Russian, Slovak, and Serbian translations updated. Fixes #8486, #8488, #8489.2009-02-22, by John Bailey
-
kugel in #pidgin noticed that glib-object.h is included twice here.2009-02-22, by John Bailey
-
Danish translation updated. Fixes #8485.2009-02-22, by John Bailey
-
Czech, Norwegian Nynorsk, and Slovenian translations updated.2009-02-22, by John Bailey
-
Use _set_default_priority on gnutls versions lacking _priority_set_direct.2009-03-01, by Ethan Blanton
-
patch from Martin von Gagern that uses a new gnutls option to enable better2009-02-21, by Ka-Hing Cheung
-
Better support running many Bonjour clients on the same machine by allowing a2009-02-21, by Daniel Atallah
-
Fix typo (s/recipt/receipt/) that rob-to86 noticed in the ChangeLog2009-02-19, by Paul Aurich
-
merge of '3cf23371e3e019d9e8de26e38bab170c5ed4aca1'2009-02-19, by Etan Reisner
-
I thought I did this already, but anyway, a patch from Dimmuxx to stop the2009-02-19, by Daniel Lj
-
merge of '4c705f4c1149e001f86ed88ffc64ccb5acbc8261'2009-02-19, by Elliott Sales de Andrade
-
updated German translation2009-02-18, by Jochen Kemnade
-
Set an error if you're unable to connect to the contact server, or are not2009-02-19, by Elliott Sales de Andrade
-
Fix some more mis-identified plugins, like 3b3526a0...2009-02-18, by Elliott Sales de Andrade
-
merge of '2f4f593dae7afcbb03bfccfe5db4d44697ec87ef'2009-02-18, by Paul Aurich
-
Document the PURPLE_MAJOR_VERSION, PURPLE_MINOR_VERSION, and2009-02-18, by Etan Reisner
-
Sprinkle some @copydoc directives around to shut up some doxygen whining.2009-02-18, by Etan Reisner
-
s/pidgindialogs_about/pidgin_dialogs_about/ to fix compiling also add some2009-02-18, by Etan Reisner
-
merge of '3b3526a039e213263905cee2579a5c7e8a99e4a7'2009-02-18, by Etan Reisner
-
merge of '021b2e6a0a1a494338bfc1491b59acee849ec048'2009-02-18, by Etan Reisner
-
merge of 'afc2bc7354c9b7ddb6cb80de073d5ae620fe94a5'2009-02-12, by Etan Reisner
-
Fix compilation errors and warnings for pidgininc (as noticed by albertz in #pidgin).2009-02-18, by Paul Aurich
-
albertz noticed the XMPP Console was identifying itself as interval. Hooray2009-02-18, by Paul Aurich
-
Implement support for resolving DNS via the SOCKS4 proxy in use.2009-02-17, by Daniel Atallah
-
A few type fixes.2009-02-17, by Daniel Atallah
-
Use asynchronous DNS lookups for SOCKS4.2009-02-17, by Daniel Atallah
-
Buddies on both the Allow and Block list are now automatically removed from2009-02-17, by Elliott Sales de Andrade
-
Don't set an attribute prefix on the node, and remove an unnecessary call2009-02-17, by Elliott Sales de Andrade
-
Add some MSN items to the changelog.2009-02-16, by John Bailey
-
merge of '4021ee6bbfa81bd2fda8e2760cb4ae05d5c30083'2009-02-15, by Elliott Sales de Andrade
-
merge of '2c17cc8e7650eb9c9637576a402e905e45eb4f81'2009-02-15, by John Bailey
-
Reorganize the ChangeLog a bit.2009-02-15, by John Bailey
-
Credit Kosta Arvanitis for his patches. Refs #8148, #8150, #8233.2009-02-15, by John Bailey
-
Prevent tooltips from lingering while scrolling in the buddy list window.2009-02-15, by Kosta Arvanitis
-
Close the tooltip window on a keypress event. Fixes #8150.2009-02-15, by Kosta Arvanitis
-
Adjust tooltips to offset their position by half the cursor size. This will2009-02-15, by Kosta Arvanitis
-
Don't send a 'to' attribute on an outgoing stanza if we didn't receive one.2009-02-15, by Paul Aurich
-
This is a combination of patches from darkrain42 and Marcus Sundberg to fix2009-02-15, by John Bailey
-
Add mcepl and djedelsky to COPYRIGHT for their patches. Refs #8419, #7084, #7595.2009-02-15, by John Bailey
-
Fix a warning I caught about using %d for a gsize.2009-02-15, by John Bailey
-
Grab only the "short" hostname on systems (like Fedora/RedHat, but others too)2009-02-15, by mcepl
-
Fix recipt of ICQ messages from the mobile client "Slick." Fixes #7084, #7595.2009-02-15, by david jedelsky
-
Convert from ISO-8859-1 to UTF-8 if no charset is supplied. This should fix2009-02-15, by Elliott Sales de Andrade
-
Set a NULL statusline and CurrentMedia if the UBX returns an empty payload,2009-02-15, by Elliott Sales de Andrade
-
Send "Segoe UI" if no font is determined from the UI's HTML.2009-02-15, by Elliott Sales de Andrade
-
Save and use the CacheKey for ABCH SOAP requests.2009-02-15, by Elliott Sales de Andrade
-
Add a missed g_slist_free.2009-02-15, by Elliott Sales de Andrade
-
Comment out this extra string until we need it (if ever).2009-02-15, by Elliott Sales de Andrade
-
This casting is no longer necessary.2009-02-15, by Elliott Sales de Andrade
-
Use a stock size that we are sure exists (which ends up making the icon a pixel2009-02-15, by Daniel Atallah
-
Use g_direct_hash/equal instead of g_int_hash/equal for the hash table that2009-02-15, by Elliott Sales de Andrade
-
I was hoping this wouldn't be necessary, but it seems that the possibility2009-02-15, by Elliott Sales de Andrade
-
Jason's been a big help here, and I think this is fixed now.2009-02-15, by Elliott Sales de Andrade
-
Some tweaks to the About dialog:2009-02-14, by John Bailey
-
Add a note that we should use hash tables for the permit and deny lists.2009-02-12, by Mark Doliner
-
I'm pretty sure this is what we meant here.2009-02-12, by Etan Reisner
-
Let XS do the argument checking/erroring for us for the components argument to2009-02-12, by Etan Reisner
-
I like this message better.2009-02-11, by Etan Reisner
-
Credit the author of the menu responsivness patch. References #83522009-02-10, by Daniel Atallah
-
merge of '2026210de0785811e4681fcc9e988fb8d00601ef'2009-02-10, by Paul Aurich
-
This small optimization has been sitting in my tree for a long time.2009-02-10, by Daniel Atallah
-
Fix from "oopepe" to make menus more reliably responsive.2009-02-10, by Daniel Atallah
-
Set this timer to 0 when we return FALSE2009-02-10, by Mark Doliner
-
Change two more uses of purple_utf8_strcasecmp to g_str_equal2009-02-10, by Mark Doliner
-
It's wrong, unnecessary, and expensive to use purple_utf8_strcasecmp() here.2009-02-10, by Mark Doliner
-
Avoid canceling this timer twice2009-02-09, by Mark Doliner
-
Fix a double-free segfault in the adhoc commands2009-02-10, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 32e078dbbf6d15a1c0a2916f1d590ea45f3c364d)2009-02-08, by SHiNE CsyFeK
-
A JID can have no node (the part before the @), but a chat must have one,2009-02-08, by Elliott Sales de Andrade
-
merge of '1256de56bf55d28698fb946db0dc7fc965f4713b'2009-02-08, by Elliott Sales de Andrade
-
disapproval of revision '8a80f271858548f73cac50625660e87df1970bcc'2009-02-08, by Elliott Sales de Andrade
-
The jabber_register_parse function was looking for the <x> node as a2009-02-07, by Elliott Sales de Andrade
-
resolved shortcut conflict in German (fixes http://developer.pidgin.im/ticket/8354)2009-02-06, by Björn Voigt
-
Fix a null ptr deref/double free. Fixes #8336.2009-02-06, by Daniel Atallah
-
merge of '0bfcaf78ec07efb71812fff2c8b738b4532aac7f'2009-02-05, by Elliott Sales de Andrade
-
In jabber_iq_parse, xmlnode_get_child is called for a few special cases,2009-02-05, by Elliott Sales de Andrade
-
Fix some warnings in some sometimes-commented-out debug messages.2009-02-05, by Elliott Sales de Andrade
-
propagate from branch 'im.pidgin.pidgin' (head 0bfcaf78ec07efb71812fff2c8b738b4532aac7f)2009-02-05, by Paul Aurich
-
Debug log is sent to stderr. Thanks to whoever noticed it in IRC the other day.2009-02-04, by Sadrul Habib Chowdhury
-
Need some refining for vt100 too, apparently. Fixes #8335.2009-02-04, by Sadrul Habib Chowdhury
-
Wait to set the account online until after we've fetched our buddy list.2009-02-04, by Mark Doliner
-
After parsing the message text for HTML formatting, don't try to send it if2009-02-04, by Elliott Sales de Andrade
-
Break the ICQ changes into their own section. Make an existing ICQ entry more2009-02-04, by John Bailey
-
Patch to properly publish status messages for statuses other than Available.2009-02-04, by Daniel Lj
-
Mark the string "Mongolian" as translatable2009-02-03, by Mark Doliner
-
There's no reason for these to not be const is there? This doesn't2009-02-03, by Mark Doliner
-
Fix this compile warning:2009-02-03, by Mark Doliner
-
For some reason, all these statuses were set to saveable=FALSE. With the2009-02-03, by Elliott Sales de Andrade
-
merge of '373dcef37042813bc15485de75725e625a149bf6'2009-02-03, by Daniel Atallah
-
*** Plucked rev 8e8959be (sadrul@pidgin.im):2009-02-03, by Sadrul Habib Chowdhury
-
Change our ICQ client ID such that we identify ourselves to the ICQ servers as2009-02-02, by John Bailey
-
Work around the buggy Aspell dictionary installers by cleaning up after them.2009-02-03, by Daniel Atallah
-
conn->current_request can be NULL here.2009-02-02, by Daniel Atallah
-
merge of 'a9849c98b16073a1bf0fbb87a998f0970e0dc810'2009-02-01, by Elliott Sales de Andrade
-
Plug a memory leak in SILC, thanks to Luke Petre.2009-02-01, by luke
-
Remove the "Flash window when chat messages are received" pref from the winprefs2009-01-30, by Daniel Atallah
-
Fix 3 different race conditions in the win32 network management functionality.2009-01-30, by Daniel Atallah
-
Setup message handlers on the MSN Notification server so that messages from2009-02-01, by Elliott Sales de Andrade
-
Make message handlers more generic and able to work when used by the2009-02-01, by Elliott Sales de Andrade
-
Move some MSN message handlers from switchboard to general msg.c.2009-02-01, by Elliott Sales de Andrade
-
Remove warning in contact.c.2009-02-01, by Elliott Sales de Andrade
-
I incorrectly assumed that the FindMembership and ABFindAll SOAP requests2009-02-01, by Elliott Sales de Andrade
-
The MSN AddressBook can contain contacts with global isMessengerUser=false,2009-01-31, by Elliott Sales de Andrade
-
Update the Address Book when we recieve a new friendly name for a buddy.2009-01-30, by Elliott Sales de Andrade
-
Move the check for whether to update the server alias out of nln_cmd and2009-01-30, by Elliott Sales de Andrade
-
Fix a bug where the thumbnail buddy icon in the Accounts dialog would2009-01-29, by Mark Doliner
-
Minor formatting and comments2009-01-29, by Mark Doliner
-
Remove the rest of the status node code2009-01-29, by Mark Doliner
-
merge of '679b95c6b80b4045e5c2ded165e64f4fca5f1ed8'2009-01-29, by Elliott Sales de Andrade
-
Patch to fix retrieval of ICQ status messages from users of ICQ 6.x, Miranda,2009-01-29, by Daniel Lj
-
Fix setting custom colorpairs containing 'default', thanks to jieryn on2009-01-29, by Sadrul Habib Chowdhury
-
merge of '2ba63306963eb1bfddbb853da79bd2d2e829af2d'2009-01-29, by Elliott Sales de Andrade
-
I merged Paul Aurich (darkrain42)'s branch cpw.darkrain42.oscar.ssl branch2009-01-28, by Mark Doliner
-
Use 'bos.oscar.aol.com' as the common name for the initial BOS connection.2009-01-28, by Paul Aurich
-
Shuffle a few comments around to make it look like I did something2009-01-27, by Mark Doliner
-
propagate from branch 'im.pidgin.pidgin' (head 586bc4a7e754d6b26a95c0d69dd5f2967c7a98a1)2009-01-27, by Mark Doliner
-
Add new cert to the Windows uninstaller per datallah's request2009-01-19, by Paul Aurich
-
Provide the intermediate certificate needed to verify AOL's server2009-01-19, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 42f77b0e8b8ebf5ff3c30d8f8022ac5d289631e8)2009-01-18, by Paul Aurich
-
Remove the "buggy" caveat -- I've been running it for a while2009-01-14, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 07f8d9c59020c1f69cc21b71f8252f13efd6a6e0)2009-01-14, by Paul Aurich
-
Implement a sane mechanism for switching an OSCAR account to SSL.2008-12-18, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 571d5bf2fff9e937663ef53a174ae141999d6de2)2008-12-18, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 42f77b0e8b8ebf5ff3c30d8f8022ac5d289631e8)2009-01-17, by Paul Aurich
-
Fix merge2009-01-02, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head f018e11a7ea08e07f22667e6daca2ec7e64f9710)2009-01-02, by Paul Aurich
-
Fix situation in which group was not specified and2008-12-22, by Paul Aurich
-
Fix the novell check2008-12-21, by Paul Aurich
-
Update the comment for add_buddy in prpl.h to note it may be called to mean 'request authorization'2008-12-21, by Paul Aurich
-
Properly don't re-add buddies in SILC2008-12-21, by Paul Aurich
-
Oscar: Re-request authorization when adding a buddy that is already on the list.2008-12-21, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head df6eba32e5b6b34d7483cbfb7e9f2e4c836ac35f)2008-12-21, by Paul Aurich
-
Don't crash on Windows when removing an alias for an MSN buddy.2009-01-29, by Elliott Sales de Andrade
-
Missed a file in previous commit. Avoids a double-free.2009-01-27, by Elliott Sales de Andrade
-
merge of '6922052516b4de648838827a2c1806840619d49a'2009-01-27, by Elliott Sales de Andrade
-
Re-combine large (multi-part) messages on MSN since we seem to say that we2009-01-27, by Elliott Sales de Andrade
-
Add special handling to the Python D-Bus parsing code for the *_get_data2009-01-27, by Elliott Sales de Andrade
-
Fix a crash on exit with a patch from im.pidgin.next.minor.2009-01-27, by Elliott Sales de Andrade
-
A slightly "warmenhoved" patch from Jon Turney to prevent some unnecessary2009-01-27, by Daniel Atallah
-
merge of '65e9577af05ac04edbde89c6216d06a7b828029a'2009-01-26, by Richard Laager
-
In the course of looking at purple-url-handler to compose a response to a2009-01-26, by Richard Laager
-
merge of 'a2f94e06ea53c95077731e0833699222e6050fd0'2009-01-25, by Elliott Sales de Andrade
-
Fix a discrepancy between the About box and the other authors lists.2009-01-25, by Richard Laager
-
Add SEE ALSO references between pidgin(1) and finch(1) and make a few other2009-01-25, by Richard Laager
-
Mention purple-remote in the pidgin man page, as suggested by Rogier Wolff.2009-01-25, by Richard Laager
-
Display rather than log the error when another instance is running.2009-01-24, by Richard Laager
-
pidgin.h is a public header file. Therefore, we should continue to provide2009-01-24, by Richard Laager
-
Two minor cleanups to the message about the invisible character in pidgin.h.2009-01-24, by Richard Laager
-
GTK+ 2.16.0 will set the invisible character to a nice bullet instead of2009-01-24, by Mark Doliner
-
Slightly improve this debug error message2009-01-24, by Mark Doliner
-
minimal one line patch2009-01-23, by Timo Jyrinki
-
This happens anytime you IM an offline user, and is totally not an error2009-01-22, by Mark Doliner
-
Attribute Yann Kerherve for the XMPP SASL parser changes. Refs #8206, #8207.2009-01-21, by Daniel Atallah
-
Two patches from Yann Kerherve submitted to pidgin-devl. This fixes XMPP2009-01-21, by Evan Schoenberg
-
merge of '874dbd4635319a67ac152802b9c985b0d261f3eb'2009-01-20, by Paul Aurich
-
When saving the account settings, use the protocol options that were present at2009-01-20, by Daniel Atallah
-
Clean up merges from the last two (un)disapprovals.2009-01-20, by Daniel Atallah
-
merge of '346878a46ca5cbf1ddb7818cce123b5a936b803e'2009-01-20, by Daniel Atallah
-
merge of '8c4498cf31a819963d4ee74d433f2ed267d65b51'2009-01-20, by Daniel Atallah
-
disapproval of revision 'dd58d6e08f6bf88e8bdd13e3c8d0b73cc73bbab3'2009-01-20, by Daniel Atallah
-
Reorder (and document) purple_core_quit() so that the prefs_uninit() fixes can2009-01-20, by Paul Aurich
-
Thomas Gibson-Robinson noticed that the "saveable" attribute of a status type2009-01-20, by Daniel Atallah
-
Updates to the translation statistics styleshoot from Hans Nordhaug to improve2009-01-20, by Daniel Atallah
-
On MSN, don't print an "unknown" message for SLP acknowledgement messages.2009-01-25, by Elliott Sales de Andrade
-
merge of '414e6fd248a6ee80f1bc52c4c4fe5b24f6375f88'2009-01-20, by Elliott Sales de Andrade
-
Fix a segfault when deleting an account without an associated prpl. Reported by adi1 in #pidgin.2009-01-20, by Paul Aurich
-
Changelog buddy icon/custom smiley/file transfer.2009-01-20, by Elliott Sales de Andrade
-
Report a debug warning if a SLP MSG is not processed because it has unknown2009-01-19, by Elliott Sales de Andrade
-
Minor type fix.2009-01-19, by Elliott Sales de Andrade
-
A patch from Thomas Gibson-Robinson to fix receiving buddy icons, custom2009-01-19, by Elliott Sales de Andrade
-
Jan Kratochvil found another race condition in the treeview tooltip code, this fixes it. Fixes #8069.2009-01-15, by Daniel Atallah
-
This should prevent the crash in #8109 by stopping an invalid message from2009-01-15, by Daniel Atallah
-
Remove now unused tmp_buddy hack.2009-01-14, by Daniel Atallah
-
merge of '07f8d9c59020c1f69cc21b71f8252f13efd6a6e0'2009-01-14, by Daniel Atallah
-
merge of '391fafa6e18ef27d4b95b4ba37421c35e08caa25'2009-01-14, by Daniel Atallah
-
Fix some bogocity related to the GG "Add To Chat" menu item. Fixes #8112.2009-01-14, by Daniel Atallah
-
Allow rebinding keys to change the focused widget.2009-01-13, by Sadrul Habib Chowdhury
-
I think it's reasonable for prpls to call purple_prpl_got_user_idle()2009-01-13, by Mark Doliner
-
bump the version now we finally released2009-01-13, by Stu Tomlinson
-
Fixed an errant comment2009-01-14, by Evan Schoenberg
-
AIM Direct IM messages should not be flagged as auto responses unless they actually are.2009-01-14, by Evan Schoenberg
-
For real this time2009-01-12, by Mark Doliner
-
merge of '74c268c89bbcb796bd93e892d622370cf996ae77'2009-01-12, by Paul Aurich
-
I hope I still remember how to NEWS.2009-01-12, by Etan Reisner
-
merge of '1fae98535c2566d86520ed407d8b9b26f8b4965f'2009-01-12, by Etan Reisner
-
We default doxygen, dot, and devhelp to being enabled so make configure print2009-01-11, by Etan Reisner
-
MSN: Change the Connect Server to temporarily workaround connection issues.2009-01-12, by Paul Aurich
-
Norwegian Nynorsk translation updated (Yngve Spjeld Landro), fixes #80782009-01-12, by Stu Tomlinson
-
Remove the 'devel' tag from the version2009-01-12, by Stu Tomlinson
-
Fixes #7373, the new live messenger client now sends Segoe UI as the default2009-01-11, by Ka-Hing Cheung
-
make this toggleable via env instead of #define2009-01-11, by Ka-Hing Cheung
-
disapproval of revision '86902651768595e46a7e1225a210055c92954448'2009-01-11, by Ka-Hing Cheung
-
make this togglable via env rather than #define2009-01-11, by Ka-Hing Cheung
-
please?2009-01-11, by Ka-Hing Cheung
-
Russian translation updated by new translator Антон Самохвалов. Fixes #7946.2009-01-11, by John Bailey
-
Add the updated Polish translation to the ChangeLog2009-01-11, by Stu Tomlinson
-
New Polish translation by Piotr Makowski. Fixes #7944. Also updates the2009-01-11, by John Bailey
-
Remove a number of old strings that became dupes in the big sed of 20092009-01-11, by Stu Tomlinson
-
Remove an old string that became a dupe in the big sed of 20092009-01-11, by Stu Tomlinson
-
NEWSing. Maybe a bit premature, but it doesn't really matter.2009-01-11, by John Bailey
-
Remove references to our former name in all translations and the README in2009-01-11, by John Bailey
-
no reason to create an icon and then scale, gtk_widget_render_icon2009-01-10, by Ka-Hing Cheung
-
no reason not to show other emblems when contact is expanded2009-01-10, by Ka-Hing Cheung
-
xmpp does this!2009-01-10, by Ka-Hing Cheung
-
merge of '3bdf5aad1c3d02b04ea918d996f6db99ecb40778'2009-01-09, by Daniel Atallah
-
merge of '9d07d82a935ade0bf3a9a387a0c8998d552c7be9'2009-01-09, by Daniel Atallah
-
disapproval of revision '59dabca54f8fec54f44c38eaaaafb29086c7ade7'2009-01-09, by Daniel Atallah
-
merge of '564565db3b0042f189b8b36ac0b30ea824712f59'2009-01-09, by Daniel Atallah
-
Use purple_buddy_get_group() instead of aim_ssi_itemlist_exists() to check2009-01-09, by Mark Doliner
-
Changelog some win32 stuff.2009-01-09, by Daniel Atallah
-
small German update2009-01-08, by Björn Voigt
-
Don't show the 'Edit Buddy Comment' option for PurpleBuddys that are not2009-01-08, by Stu Tomlinson
-
merge of '5f8528ffc18355719bd406e1c579e0e369fb2585'2009-01-08, by Stu Tomlinson
-
I have no idea if this check is needed, but it looked a bit risky without it2009-01-08, by Stu Tomlinson
-
Correct a comment, I don't imagine anyone will actually need this but better2009-01-08, by Etan Reisner
-
Make dialogs that double as add and save dialogs indicate the current action2009-01-08, by Etan Reisner
-
Fix rebinding the arrow keys and tab.2009-01-07, by Sadrul Habib Chowdhury
-
merge of '8531e88ebf19846bd138013c731b270540572751'2009-01-07, by Etan Reisner
-
merge of '91c54e1cd7a33198f97836ac32ab8f3f3111efe6'2009-01-07, by Etan Reisner
-
Allow us to remove vCard avatars when the PurpleAccount doesn't have one2009-01-07, by Paul Aurich
-
Paul noticed that the conditional blocks here were backwards. I'm surprised no2009-01-07, by Paul Aurich
-
Remove a handful of string utility functions from perl, they are generally2009-01-07, by Etan Reisner
-
merge of '5f39c0c7a9b42095bfdc5a3a637fc280da38d729'2009-01-07, by Etan Reisner
-
Updated Spanish translation. Fixes #7989.2009-01-09, by Daniel Atallah
-
Updated Slovak translation. Fixes #7998.2009-01-09, by Daniel Atallah
-
Updated Brazilian Portuguese translation. Fixes #8005.2009-01-09, by Daniel Atallah
-
Updated Dutch translation. Fixes #8013.2009-01-09, by Daniel Atallah
-
Updated Romanian translation. Fixes #8018.2009-01-09, by Daniel Atallah
-
Updated Czech translation from David Vachulka. Fixes #80222009-01-09, by Daniel Atallah
-
merge of 'b1fa9aff4c34ce047c572504619d09fd47c9d6be'2009-01-09, by Daniel Atallah
-
Updated Norwegian Bokmal translation from Hans Fredrik Nordhaug. Fixes #8035.2009-01-09, by Daniel Atallah
-
Update Finnish translation for 2.5.4 release.2009-01-07, by Timo Jyrinki
-
fixed a typo "abgebrochent." --> "abgebrochen."2009-01-07, by Björn Voigt
-
Chad Harp noticed that a define got messed up in 2.5.3, resulting in sametime2009-01-07, by Daniel Atallah
-
Only initialize dbus threading if glib threading is initialized. The idea is2009-01-07, by Daniel Atallah
-
Improve the sametime debugging on Windows. Refs #8014.2009-01-07, by Daniel Atallah
-
Make XML parsing error levels match libxml2's levels, making less important2009-01-07, by Stu Tomlinson
-
g_strsplit_set is new in glib 2.42009-01-07, by Stu Tomlinson
-
Only install man pages if the respective binary is being installed, fixes a2009-01-07, by Stu Tomlinson
-
merge of '479fd75025803f01e743b5c39e6706b1d42a3520'2009-01-06, by Sadrul Habib Chowdhury
-
Terminate the loop on the first null-character.2009-01-06, by Sadrul Habib Chowdhury
-
Show the submenu for the toplevel menu without requiring a keypress from the user.2009-01-06, by Sadrul Habib Chowdhury
-
Compilation fixes for OpenBSD from the OpenBSD ports tree. Closes #8009.2009-01-06, by Sadrul Habib Chowdhury
-
Don't crash on screen refresh if buddylist is maximized. Fixes #8003.2009-01-06, by Sadrul Habib Chowdhury
-
Boldify the selected row in the tree. This is helpful when, for example,2009-01-05, by Sadrul Habib Chowdhury
-
Check that the PidginWindow we get in handle_urgent actually exists and has2009-01-06, by Etan Reisner
-
Apparently our use of va_list arguments in the perl signal callbacks doesn't2009-01-06, by Etan Reisner
-
Make Purple::PluginPref->get_bounds be more perl-like.2009-01-06, by Etan Reisner
-
Kir Kolyshkin figured out that we need to initialize the dbus threading to avoid2009-01-06, by Daniel Atallah
-
Ludovico Cavedon noticed that on 64-bit platforms, when HAVE_GETADDRINFO isn't2009-01-06, by Daniel Atallah
-
The remainder of a patch from fqueze to fix some incorrect *printf() function2009-01-06, by Daniel Atallah
-
MySpace? passwords are truncated to 10 characters. Their website doesn't2009-01-06, by Mark Doliner
-
Remove gaim from Catalan translations.2009-01-05, by Josep Puigdemont
-
complete German translation for 2.5.42009-01-05, by Jochen Kemnade
-
Update french translation.2009-01-05, by Éric Boumaour
-
merge of '03c54c34322681b0c346853ded3bfb90b75b1a62'2009-01-05, by Sadrul Habib Chowdhury
-
Updated Catalan translation.2009-01-05, by Josep Puigdemont
-
We are no longer homonymous with game!2009-01-05, by Sadrul Habib Chowdhury
-
hu.po: Updated Hungarian translation for 2.5.42009-01-04, by Kelemen Gábor
-
merge of '3033bb87676edf402a8cf741cc4b225d71b9649b'2009-01-04, by Mark Doliner
-
merge of '2ec56f8fe4fa8959fcac15d674b339c112802a49'2009-01-04, by Mark Doliner
-
2008.12.28 - flos <lonicerae(at)gmail.com>2009-01-04, by SHiNE CsyFeK
-
update German translation2009-01-04, by Jochen Kemnade
-
merge of '1573f5f4950069e05f77f6b74e1627bfae9667c5'2009-01-03, by John Bailey
-
purple_prefs_disconnect_by_handle() wont actually remove anything with the2009-01-03, by Daniel Atallah
-
disapproval of revision 'd61c2fc82b19cd2629b498d903d7018d41a00108'2009-01-20, by Daniel Atallah
-
disapproval of revision 'c1eb11b61c6c6756eba2e3aa380e4e4e09db0914'2009-01-09, by Daniel Atallah
-
Rearrange prefs uninitialization now that it actually does something.2009-01-03, by Daniel Atallah
-
Fix a compiler warning:2009-01-02, by Richard Laager
-
Plug a small leak2009-01-02, by Daniel Atallah
-
merge of '5a35c52faacfbdaf503309fcdf10842cfd126c3f'2009-01-02, 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.2009-01-01, by Daniel Atallah
-
Fixes from the QuteCom folks for the core being reinitialized. References #77612009-01-01, by Daniel Atallah
-
Fix a race condition that can result in a NULL ptr deref. Fixes #7920.2009-01-01, by Daniel Atallah
-
He wandered into the darkside just for us, what else can we say?2009-01-01, by Ka-Hing Cheung
-
Changelog the last three patches. Refs #7836, #7849, #7889.2009-01-01, by John Bailey
-
Don't log passwords for XMPP when using SASL PLAIN or old-style IQ Auth so2009-01-01, by Paul Aurich
-
Extend purple-url-handler to handle "gtalk" URIs. Fixes #78892009-01-01, by Paul Aurich
-
Adjust the NLA code to prevent hang on exit for Windows XP and Windows Vista.2009-01-01, by Paul Aurich
-
merge of '409aaedc8836828692279141224e2077ffd4a80f'2009-01-01, by Sadrul Habib Chowdhury
-
validates that string PurpleValues are utf-82009-01-01, by Ka-Hing Cheung
-
A couple of memory leak fixes.2009-01-01, by Sadrul Habib Chowdhury
-
Remove unused option, thanks to KuSh. Closes #7856.2009-01-01, by Sadrul Habib Chowdhury
-
Redirect stderr to the debug window.2008-12-31, by Sadrul Habib Chowdhury
-
Do not show a separator after 'Account -> Enable Account' when not required.2008-12-31, by Sadrul Habib Chowdhury
-
Changelog that last bit2008-12-29, by John Bailey
-
Make sure the prpl has a get_account_text_table function before trying to2008-12-29, by John Bailey
-
Don't mention TOC in this error message. I think this error is too2008-12-29, by Mark Doliner
-
Use purple_prpl_got_attention() for XMPP notifications2008-12-28, by Evan Schoenberg
-
Changelog the MSN OIM crash fix of #7901.2008-12-27, by Elliott Sales de Andrade
-
merge of '518ebe34a3f1499bab1208e43f5e9acf69c4ca3e'2008-12-27, by Elliott Sales de Andrade
-
merge of '5043805100d2fa5a371317e802d6a191c89ddaeb'2008-12-27, by Elliott Sales de Andrade
-
2009.02.08 - flos <lonicerae(at)gmail.com>2009-02-08, by SHiNE CsyFeK
-
2008.12.28 - flos <lonicerae(at)gmail.com>2008-12-27, by SHiNE CsyFeK
-
2008.12.28 - flos <lonicerae(at)gmail.com>2008-12-27, by SHiNE CsyFeK
-
2008.12.25 - flos <lonicerae(at)gmail.com>2008-12-26, by SHiNE CsyFeK
-
propagate from branch 'im.pidgin.pidgin' (head c06356e8e8d2c586f0192a5564053c2584020da8)2008-12-25, by SHiNE CsyFeK
-
Apparently X-OIM-Proxy was not a good way to decide that we received a2008-12-27, by Elliott Sales de Andrade
-
These translated strings don't need to be duplicated with g_snprintf. And2008-12-27, by Elliott Sales de Andrade
-
Spell "conversation" properly. My typo can forever be found in release2008-12-24, by Kevin Stange
-
Slightly modified version of a fix fqueze proposed for a crash with the empty2008-12-23, by John Bailey
-
Fix a typo in the French translation. References #7881.2008-12-23, by Daniel Atallah
-
This is a bitmask, and the "c" value here should be the least significant2008-12-22, by Mark Doliner
-
Error messages from libxml contain their own newlines2008-12-22, by Mark Doliner
-
Fix two related bugs:2008-12-22, by Mark Doliner
-
Change our font mapping in gtkimhtml to match the suggested values2008-12-22, by Mark Doliner
-
Change the font size mapping table in purple_markup_html_to_xhtml() to2008-12-22, by Mark Doliner
-
Fix a typo in a comment2008-12-22, by Mark Doliner
-
Fix a leak "KuSh" discovered using "cppcheck". Fixes #7857.2008-12-22, by Daniel Atallah
-
Fix a leak "KuSh" discovered using "cppcheck". Fixes #7858. Also, make the relevant code less of a horrible abomination.2008-12-22, by Daniel Atallah
-
Fix a leak "KuSh" discovered using "cppcheck". Fixes #7859.2008-12-22, by Daniel Atallah
-
Fix a potential leak "KuSh" discovered using "cppcheck". Fixes #7861.2008-12-22, by Daniel Atallah
-
Fix a potential leak "KuSh" discovered using "cppcheck". Fixes #7862.2008-12-22, by Daniel Atallah
-
Fix a potential leak "KuSh" discovered using "cppcheck". Fixes #7863.2008-12-22, by Daniel Atallah
-
Commit patch #7670: Implement xep-0191 (simple blocking) for jabber protocols2008-12-22, by Mark Doliner
-
Correctly credit Tomasz Sałaciński for writing the original patch for IM2008-12-21, by John Bailey
-
Don't ignore XML namespace and prefix information when parsing incoming XMPP2008-12-21, by Michal Witkowski
-
Fix a connection timeout that occurs with empty Gadu-Gadu buddy lists.2008-12-21, by Martin Rosinski
-
The road to a new version starts with but a single commit...2008-12-21, by John Bailey
-
merge of '6c01f570946b5aa15076b2de30882e3812c7e889'2008-12-20, by Josep Puigdemont
-
merge of '8e2be07d23144f93dd575524d8dac1986487d4cc'2008-12-20, by Josep Puigdemont
-
Correcting version and dates per the Pre-Release instructions from ReleaseProcess.2008-12-20, by John Bailey
-
merge of '665a07783e325291cdd356dacf8f394fb18f0031'2008-12-19, by Kevin Stange
-
Updated Catalan (Valencian) by Toni Hermoso.2008-12-20, by Josep Puigdemont
-
Fixed a few accelerator clashes, and updated strings in Catalan translation.2008-12-20, by Josep Puigdemont
-
NEWS and stuff...2008-12-19, by Elliott Sales de Andrade
-
merge of '5dc6f2359f155e18525e7b42ecd827005e473725'2008-12-19, by Daniel Atallah
-
oh, and my payment was late because I forgot to update my credit card info,2008-12-19, by Ka-Hing Cheung
-
Make purple_utf8_has_word() better about detecting word boundaries (still not2008-12-19, by Daniel Atallah
-
Prevent a NULL ptr deref when unexpected stuff happens in the cert cache. Fixes #7776,#77692008-12-19, by Daniel Atallah
-
Delete MSN cert when uninstalling.2008-12-19, by Daniel Atallah
-
I believe the patch from #220 actually implemented IM images for Gadu-Gadu,2008-12-19, by Stu Tomlinson
-
NEWSing2008-12-19, by John Bailey
-
merge of '2c386633fb7a57f0cb963070eba463721cf3728c'2008-12-19, by John Bailey
-
Sorry, forgotten --no-location in German translation2008-12-18, by Björn Voigt
-
Updated Serbian Latin translation from Miloš Popović.2008-12-18, by Mark Doliner
-
Don't set a default action for oscar's "Do you want to accept this2008-12-18, by Mark Doliner
-
merge of '13d63095df75c7a8735de7c5417132784063ef0a'2008-12-18, by Mark Doliner
-
merge of 'b969d731bb18e8b2674e0dbe21b1f459dfe3347f'2008-12-18, by Mark Doliner
-
Fix up the ChangeLog, add missing items, "de-credit" Mark from changes2008-12-18, by Kevin Stange
-
other small German translation update2008-12-18, by Björn Voigt
-
Fixed some typos and capitalization in the Swedish translation2008-12-18, by Marcus Lundblad
-
hu.po: Hungarian translation updated for 2.5.32008-12-18, by Kelemen Gábor
-
Add Israt Jahan to the about dialog for the Bengali translation.2008-12-18, by Mark Doliner
-
Fix this error from msgfmt:2008-12-18, by Mark Doliner
-
I'm guessing this is what was intended here?2008-12-18, by Mark Doliner
-
Bengali translation update, maybe from Israt Jahan. Closes #78202008-12-18, by Mark Doliner
-
Updated Romanian translation from Mişu Moldovan2008-12-18, by Mark Doliner
-
Updated Afrikaans translation from Friedel Wolff (closes #7817)2008-12-18, by Mark Doliner
-
Updated Greek translation from Bouklis Panos (closes #7815)2008-12-18, by Mark Doliner
-
Updated Chinese translations from Ambrose C. Li. Closes #7806.2008-12-18, by Mark Doliner
-
Updated Galician translation from Frco. Javier Rial Rodríguez.2008-12-18, by Mark Doliner
-
Updated Spanish translation from Javier Fernández-Sanguino. Closes #77842008-12-18, by Mark Doliner
-
Updated Slovak translation from loptosko. Closes #77832008-12-18, by Mark Doliner
-
Updated Czech translation from David Vachulka (closes #7780) and2008-12-18, by Mark Doliner
-
Updated Norwegian Nynorsk translation from Yngve Spjeld Ladro2008-12-18, by Mark Doliner
-
Serbian translation update from Miloš Popović. References #7598.2008-12-18, by Mark Doliner
-
Albanian translation from Besnik Bleta. Closes #7573.2008-12-18, by Mark Doliner
-
Updated Arabic translation from Khaled Hosny. Closes #7430.2008-12-18, by Mark Doliner
-
Updated Slovenian translation from Martin Srebotnjak. Closes #7368.2008-12-18, by Mark Doliner
-
Are we ready to release this puppy later tonight?2008-12-18, by Mark Doliner
-
a patch from eperez that corrects EOF detection, Fixes #77262008-12-18, by Ka-Hing Cheung
-
some server(s) don't like empty resource which we now default to. I am not2008-12-18, by Ka-Hing Cheung
-
We have a prpl function "buddy_free" that I don't think any of our2008-12-18, by Mark Doliner
-
Fix a few small memleaks2008-12-18, by Mark Doliner
-
merge of '9979f20f66bc7efceedd9e288dc78576d9ceeb0c'2008-12-17, by Marcus Lundblad
-
merge of '86eb900cf982408bb630159b662426812328a78c'2008-12-17, by Mark Doliner
-
Let's actually close the socket when we sign off a myspace account.2008-12-17, by Mark Doliner
-
Updated Catalan Valencian translation by Toni Hermoso.2008-12-17, by Josep Puigdemont
-
Updated Catalan translation.2008-12-17, by Josep Puigdemont
-
Fix a leak in myspace prpl.2008-12-17, by Sadrul Habib Chowdhury
-
Set buddies idle time to 0 when their idle. 0 is a flag to the UI that2008-12-17, by Mark Doliner
-
Add a comment that 0 should be used when a buddies idle time is unknown2008-12-17, by Mark Doliner
-
Set the server alias for myspace buddies who haven't set their username.2008-12-17, by Mark Doliner
-
Support for background font colors in incoming MySpace IMs2008-12-17, by Mark Doliner
-
Remove a stray > when a font face is specified2008-12-17, by Mark Doliner
-
Add support for foreground and background font colors in MySpace IMs2008-12-17, by Mark Doliner
-
Add a newline to the end of a debug messages2008-12-17, by Mark Doliner
-
Fix bugs sending and receiving myspace IMs related to not escaping2008-12-17, by Mark Doliner
-
ChangeLog updates for my changes from December2008-12-17, by Mark Doliner
-
merge of '9643d7374ca3732ca4269075429908a3d1645f4e'2008-12-17, by Mark Doliner
-
merge of 'ef05d478fa7019dbdddad2f30968a729d943520e'2008-12-17, by Daniel Atallah
-
A patch from fqueze to prevent re-initalization of the SSL stuff. Fixes #7764.2008-12-17, by Daniel Atallah
-
not all features are implemented in QQ2008 yet2008-12-17, by Ka-Hing Cheung
-
Add support for blocking buddies on MySpace2008-12-17, by Mark Doliner
-
Fix win32 build.2008-12-17, by Daniel Atallah
-
Fix a bug where if "Show our presence only to people on our buddy list"2008-12-17, by Mark Doliner
-
Remove an accidentally debug message2008-12-16, by Mark Doliner
-
Grab the "Who can contact me? Only people on my buddy list?" and the2008-12-16, by Mark Doliner
-
Some other changes to make this more like the official client, and2008-12-16, by Mark Doliner
-
I'm not sure why these were strings. The official client uses integers2008-12-16, by Mark Doliner
-
Remove a bunch of calls to msim_msg_dump(). I find it really annoying2008-12-16, by Mark Doliner
-
merge of '6b951d62be418d5bfc437a1ab747c6ba900d7979'2008-12-16, by Mark Doliner
-
Changelog two custom smiley bugfixes I had forgotten to changelog before2008-12-16, by Marcus Lundblad
-
complete German translation for 2.5.32008-12-16, by Jochen Kemnade
-
Updated Finnish translation for the 2.5.3 release. All strings translated.2008-12-16, by Timo Jyrinki
-
Update french translation for 2.5.3 release.2008-12-16, by Éric Boumaour
-
disapproval of revision 'a85f2ca138b4fd9f600b0875bfe67837cc95b989'2009-01-03, by John Bailey
-
Fix my accidental breakage of string freeze by borrowing a generic message from2008-12-16, by John Bailey
-
Minor comment change2008-12-16, by Mark Doliner
-
Set the display name before marking the connection as "connected."2008-12-16, by Mark Doliner
-
Only validate the font face if it's non-null2008-12-16, by Mark Doliner
-
Use a GString here when constructing the data. It's way more2008-12-16, by Mark Doliner
-
No functionality change--just cleanup.2008-12-16, by Mark Doliner
-
merge of 'b70000f3bf5c6b7f30121fb749d72ac869b58ae9'2008-12-16, by Elliott Sales de Andrade
-
Do something sane if the response is NULL when updating contact tokens,2008-12-16, by Elliott Sales de Andrade
-
Mark some parameters as const char * instead of char * and don't2008-12-16, by Mark Doliner
-
rewrapped ChangeLog lines by Paul again2008-12-16, by Ka-Hing Cheung
-
Use the friendly/vanity url when it's available in myspace2008-12-15, by Mark Doliner
-
German translation update2008-12-15, by Jochen Kemnade
-
merge of '8d8f6d7fcf4bbef4fe0e6f1008e25759c2b3932e'2008-12-15, by Mark Doliner
-
merge of '3b87c3b008c11c068a42eba55b3f5724cdac4ad4'2008-12-15, by Elliott Sales de Andrade
-
merge of '52e2a425de43a95def135fff5a6dbe87ed39acb5'2008-12-15, by John Bailey
-
Shuffling things around, remove stray whitespace, remove some forward2008-12-15, by Mark Doliner
-
merge of '91d403bb5dfadec9e38f0c0c058ababeed6fd9d7'2008-12-15, by Mark Doliner
-
Actually that last change did break regular login, but I don't feel like2008-12-15, by Elliott Sales de Andrade
-
Reapply 046452c275782ffd3218e3ae4863eaa8bf31a5f4 since it doesn't really2008-12-15, by Elliott Sales de Andrade
-
merge of '10ea019ecb33303883a9a34e547d2c04b8267a3d'2008-12-15, by Elliott Sales de Andrade
-
disapproval of revision 'af100261749125c03e3d490b01d36f8ea219bf8f'2008-12-15, by Elliott Sales de Andrade
-
merge of '1203a733696f95eef53b04b5078e0a779371b4d3'2008-12-06, by Kevin Stange
-
merge of '6ac9187d4f4437a087d58d63489c47664121f0b5'2008-12-03, by Kevin Stange
-
This string appears before the connection attempt, so it shouldn't be2008-10-04, by Kevin Stange
-
propagate from branch 'im.pidgin.pidgin' (head 6a13176e096cf5e7cefc5716496a0a7afd2e2621)2008-12-09, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 196060989ecbfa760153e43530294b78f8999df6)2008-12-07, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 1203a733696f95eef53b04b5078e0a779371b4d3)2008-12-07, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head f1327672337219c8907eea2d335efb0035e4b39e)2008-12-02, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head d3440d677dd69ed30a8158b515bd26d210dacb9d)2008-11-30, by Marcus Lundblad
-
Patch from Darkrain42 to avoid a double-free on status values2008-11-30, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 7399f80ea98924dbddd57be1e652ecbae89d3a8e)2008-11-24, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head e1fd1e27a14e8cc717dc7fb6cb69ff1f10672704)2008-11-18, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head f3891f3348abfe90fbe60a054833c12075aa8df4)2008-11-16, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 311b4db51b575e1baa7f78d751ff926475edecc3)2008-11-13, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 37145f1b4ec49b432ea571f96562d44f4c5a908e)2008-10-29, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 7bdc0d34e54e09101ba68ba39703a8fd5081e8eb)2008-10-27, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 3712dc87ef9c46da0dc5283a8d5a571d9a90d340)2008-10-20, by Marcus Lundblad
-
Fix ludicrously long idle times for Sametime 7.5 buddies by assuming idle time2008-12-15, by Laurent Montaron
-
Fix a crash in DNS SRV resolution when one of the required parameters is NULL.2008-12-15, by Florian Quèze
-
Don't allow connecting a SIMPLE account if no server is configured. Fixes #7767.2008-12-15, by Florian Quèze