Mercurial > pidgin
graph
-
Apply [9bac0a540156fb1848eedd61c8630737dee752c7] here as well. I should2009-06-27, by John Bailey
-
merge of '1356d70e521b4cb5ab8ea10f0927063b5c62394a'2009-06-27, by Paul Aurich
-
Missing newline2009-06-27, by Paul Aurich
-
Dear Compiler, Shut up!2009-06-27, by Sadrul Habib Chowdhury
-
This fixes sending updates to buddies when I change my pic.2009-06-27, by Sadrul Habib Chowdhury
-
This fixes buddyicon fetches for me.2009-06-27, by Sadrul Habib Chowdhury
-
Create a string only when necessary. Fixes a small possible leak.2009-06-27, by Sadrul Habib Chowdhury
-
Make sure uninitialized variable is not used. This might fix #9345,2009-06-27, by Sadrul Habib Chowdhury
-
Mimic the official client's HTTP User-Agent strings.2009-06-26, by John Bailey
-
Clarify the usage of client_type (i.e. these values are matched against using2009-06-26, by Paul Aurich
-
Allow GnuTLS logging to be controlled via PURPLE_GNUTLS_DEBUG envvar.2009-06-26, by Paul Aurich
-
merge of '03e380d307e9063ff3938a7ccab18085899c6140'2009-06-26, by Sulabh Mahajan
-
Fix File transfer issue with Pidgin 2.5.7, ticket #94782009-06-26, by Sulabh Mahajan
-
On MSN, increase the history size for the NS so that people with lots of2009-06-26, by Elliott Sales de Andrade
-
And maybe we should actually change it in the comment too... :)2009-06-25, by Marcus Lundblad
-
Fix the name of an argument.2009-06-25, by Marcus Lundblad
-
Catalan translation updated.2009-06-25, by Josep Puigdemont
-
This should prevent pidgin from crashing, as reported by the ticket #9426.2009-06-25, by Sulabh Mahajan
-
Abstract an "image loading function" (will be used for the tooltip in a sec)2009-06-25, by Paul Aurich
-
Don't try to write when the BOSH connection isn't ready.2009-06-25, by Paul Aurich
-
Make "BOSH URL" its own account option.2009-06-25, by Paul Aurich
-
Update the Pager server at login to the new default if "" or old default.2009-06-25, by Paul Aurich
-
Need to include header files here in order for them to show up in the2009-06-24, by Mark Doliner
-
Build fix for OSCAR on Windows.2009-06-24, by andrea
-
Detect properly when yahoo buddies go offline.2009-06-24, by Sadrul Habib Chowdhury
-
Deal with buddies on MSN more gracefully.2009-06-24, by Sadrul Habib Chowdhury
-
Turns out we need to exclude 'msn/' when authorizing a buddy.2009-06-24, by Sadrul Habib Chowdhury
-
Fix another small leak. And update formatting of some code for readability.2009-06-24, by Sadrul Habib Chowdhury
-
Fix a small leak.2009-06-24, by Sadrul Habib Chowdhury
-
Support fetching Gadu-Gadu avatars. Closes #9371.2009-06-23, by grommasher
-
merge of '02b9e2a56048af7440e6752b0a4d65df7c519ae7'2009-06-23, by Paul Aurich
-
Mention Yahoo in all the places we say "These protocols won't work without SSL"2009-06-23, by Paul Aurich
-
Check in code that connects to oscar using clientLogin. This is the2009-06-23, by Mark Doliner
-
It's ok to always request this connection now. It probably still doesn't2009-06-23, by Mark Doliner
-
An implementation of SHA-256. Created by copying libpurple's SHA-12009-06-23, by Mark Doliner
-
Stop the watchers before closing the fds2009-06-23, by Mark Doliner
-
Shuffle this order around for no real reason other than that I prefer it this way2009-06-23, by Mark Doliner
-
merge of '849a753dc5505c801cd053591778ddd340db6337'2009-06-23, by Paul Aurich
-
Fix a few problems with our myspace login response:2009-06-23, by Mark Doliner
-
Rename MSIM_BM_INSTANT_ACTION_OR_IM to MSIM_BM_ACTION_OR_IM_INSTANT2009-06-23, by Mark Doliner
-
Remove an unused variable2009-06-23, by Mark Doliner
-
As far as I can tell this line was accidentally removed in an explicit merge2009-06-23, by Mark Doliner
-
Only append ,charset=utf-8 for DIGEST-MD5. This should fix comment 2 on Adium#12429.2009-06-23, by Paul Aurich
-
This works better.2009-06-22, by Paul Aurich
-
Don't crash when the seemingly impossible occurs.2009-06-22, by Paul Aurich
-
Fix a lost reference when we only fetch an unknown ext.2009-06-22, by Paul Aurich
-
Correctly show status in tooltips for GG contacts with status messages.2009-06-22, by grommasher
-
merge of 'bfb17183fbbf44cc19720d4d11594a7fdaad25de'2009-06-22, by Paul Aurich
-
Fix building of disco plugin on Windows. Thanks to SuperMMX.2009-06-22, by supermmx
-
Update the ChangeLog appropriately.2009-06-22, by Paul Aurich
-
Make a function static and add two comments2009-06-22, by Mark Doliner
-
Consistent comment formatting2009-06-22, by Mark Doliner
-
Draw the user's buddy icon (in the status box) with curves, to match the buddy list icons.2009-06-22, by Paul Aurich
-
Leave the icon always on the right (regardless of language direction).2009-06-22, by Paul Aurich
-
merge of '225e515a43307f04c7c0570ba5877858a0f71209'2009-06-22, by Paul Aurich
-
merge of '796290d1402d75f50e27f51683443b86707c9c26'2009-06-22, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin.2.5.7' (head 81e7f59e74715d44dac9e40e7b43ff377c8b474c)2009-06-21, by Richard Laager
-
Build infrastructure for XMPP Disco plugin on Windows. Ripped from the ticker.2009-06-22, by Paul Aurich
-
Transform id-less <img> tags to links using src and alt attributes.2009-06-21, by dmitry petroff
-
Need to make a copy of this because purple_util_fetch_url frees its.2009-06-21, by Paul Aurich
-
g_strv_length() is only available in glib2 2.6 and newer2009-06-21, by Stu Tomlinson
-
Pull in the 2.5.7 ChangeLog entries and remove the duplicate entries from2009-06-21, by John Bailey
-
I heard bonobo is going away? Just add a note that we'll need to find2009-06-20, by Mark Doliner
-
merge of '3eceaa6c40cc71435a27e3175ed313c342e01062'2009-06-20, by Sadrul Habib Chowdhury
-
New versions of the official Yahoo Messenger client for Windows XP (tested2009-06-19, by Mark Doliner
-
Show a friendlier error message on myspace when your username or password2009-06-19, by Mark Doliner
-
Try to make this string a little more human, and flow better in its2009-06-19, by Mark Doliner
-
These aren't needed either.2009-06-19, by Mark Doliner
-
Clarify that PURPLE_CONNECTION_IS_VALID is deprecated, in case it wasn't2009-06-19, by Mark Doliner
-
This isn't needed because connection.c cancels the connection attempt2009-06-19, by Mark Doliner
-
Yikes. buf is on the stack and shouldn't be freed. This fixes2009-06-19, by Mark Doliner
-
Clarify this. This count gets passed around a lot of places... I'm2009-06-19, by Mark Doliner
-
These parameters aren't modified2009-06-19, by Mark Doliner
-
Allow doxygen to pick up the comment for this function. It's2009-06-19, by Mark Doliner
-
Pass the gc as the handle in a bunch of calls to purple_proxy_connect2009-06-18, by Mark Doliner
-
Pass the handle in here, which causes the connection attempt to be2009-06-18, by Mark Doliner
-
Pass a handle to purple_proxy_connect() when making this connection.2009-06-18, by Mark Doliner
-
Eagle eyes McMarq S. caught two other typo. Now I'm wondering if2009-06-18, by Mark Doliner
-
Remove some cosmetic differences between msg_cmd() and ubm_cmd()2009-06-18, by Mark Doliner
-
Fix a typo. Heh heh, "vistit"2009-06-18, by Mark Doliner
-
purple_util_write_data_to_file_absolute() for reasons beyond our control,2009-06-18, by Mark Doliner
-
Cleanup the code surrounding gc->disconnect_timeout and set it to 02009-06-18, by Mark Doliner
-
Strip trailing whitespace and comment #endif marcos that close #ifdef macros2009-06-18, by Mark Doliner
-
Remove port mappings from the hash tables when removing them.2009-06-17, by Marcus Lundblad
-
Do not blurt out the history if there's already a conversation open.2009-06-16, by Sadrul Habib Chowdhury
-
Add a function to remove a port mapping (UPnP or NAT-PMP) given a file2009-06-15, by Marcus Lundblad
-
NULL terminate some strings. Hopefully stop Yahoo texting crashes.2009-06-12, by Mike Ruprecht
-
Remove obsoleted XEP-0090 (Legacy Entity Time)2009-06-11, by Paul Aurich
-
--warnings2009-06-11, by Paul Aurich
-
disapproval of revision 'a383ad6a4ae7e98bbcb32b4193531ccf960eb2bb'2009-07-12, by Paul Aurich
-
Remove obsolete XEP-0091 (Legacy Delayed Delivery) code.2009-06-11, by Paul Aurich
-
Comment out the JABBER_CAP for XEP-0022.2009-06-11, by Paul Aurich
-
Remove code for obsoleted XEP-0022 (Message Events)2009-06-11, by Paul Aurich
-
German translation update:2009-06-11, by Björn Voigt
-
merge of '86d7e4c199cf2a62e48fd6fe79e35e3c80cc7926'2009-06-11, by Elliott Sales de Andrade
-
Check in a change requested by Gregory Cypes from AOL. They want clients2009-06-10, by Mark Doliner
-
Fix a copy&paste bug.2009-06-11, by Elliott Sales de Andrade
-
The FT table needs to have one more row to be correct, though it seems to2009-06-11, by Elliott Sales de Andrade
-
Apply patch that adds support for keyboard navigation for the status icon.2009-06-10, by Elliott Sales de Andrade
-
Restore the "Time Remaining" field in the file transfer window, but not in2009-06-10, by Elliott Sales de Andrade
-
Install the Purple and Pidgin perl modules under $libdir instead of in perl's2009-06-18, by Etan Reisner
-
Add a purple_plugins_get_search_paths function.2009-06-18, by Etan Reisner
-
Add the header files to sources.2009-06-18, by Etan Reisner
-
Don't try to load an image from an empty path. It just spews to the debug log.2009-06-15, by Etan Reisner
-
merge of '67228440771b545dc01526f74fd7171a02fb5e08'2009-06-09, by Etan Reisner
-
Fix compile warning for non-VV.2009-06-09, by Elliott Sales de Andrade
-
Hmm, I forgot to copy NEWS when I was getting the Changelogs from 2.5.6.2009-06-08, by Paul Aurich
-
Don't support adding JID+node items.2009-06-08, by Paul Aurich
-
Add a context menu with actions and re-arrange so registration takes preference2009-06-08, by Paul Aurich
-
Store the currently selected service in the Dialog structure2009-06-08, by Paul Aurich
-
Fix merge error.2009-06-08, by Elliott Sales de Andrade
-
merge of '43b8c66366c5dc03c717fa9d938446752df53293'2009-06-08, by Elliott Sales de Andrade
-
Fix adding a chat to the buddy list.2009-06-08, by Paul Aurich
-
Get rid of _menu_cb_info; pass around the XmppDiscoService*2009-06-08, by Paul Aurich
-
Add a tooltip to the XMPP Disco browser. Someone should probably fill this2009-06-08, by Elliott Sales de Andrade
-
Use the JID for adding a chat/buddy because the name is for descriptive2009-06-08, by Elliott Sales de Andrade
-
Add a row-activated callback for the XMPP Disco browser that provides a2009-06-07, by Elliott Sales de Andrade
-
Make this whitespace a bit more consistent (I hope).2009-06-07, by Elliott Sales de Andrade
-
merge of '31f78d91abb7452e597bbd0f20f910c6cbb56099'2009-06-07, by Paul Aurich
-
Fix a typo caught by Geoffrey Antos.2009-06-07, by John Bailey
-
ChangeLog the user visible change from the client_type branch (that is showing2009-06-07, by Marcus Lundblad
-
disapproval of revision '31f78d91abb7452e597bbd0f20f910c6cbb56099'2009-06-27, by Paul Aurich
-
Use guint for a timeout handle here, too.2009-06-07, by Paul Aurich
-
The XMPP keepalive timeout handle needs to be a guint.2009-06-07, by Paul Aurich
-
merge of '592b4775fc1de5871564f3b61637c8f5776a3932'2009-06-07, by Elliott Sales de Andrade
-
Plug a leak from changing this to use jabber_get_bare_jid instead of normalize.2009-06-07, by Paul Aurich