Mercurial > pidgin
graph
-
Preserve utf-8 status messages when going idle.2009-05-13, by Sadrul Habib Chowdhury
-
merge of '49bc9af35492c4f9b66f7233c77ec192432a00f0'2009-05-11, by Paul Aurich
-
Avoid an assertion failure when getting info on an AIM buddy. Thank to zac for pointing this out.2009-05-11, by Paul Aurich
-
merge of '2b7afd5f3a168b013e5d3cd69999ffb6e0ee95a6'2009-05-11, by Ka-Hing Cheung
-
merge of '4863b4eccaac4e374451b708e54a87e6f723a7e0'2009-05-10, by Paul Aurich
-
Exclude some get/set UI/protocol data functions from dbus. I don't see how these could function properly.2009-05-10, by Paul Aurich
-
merge of '19b202a7eff53542a31f52433aa8bc17649f8b3d'2009-05-10, by Paul Aurich
-
merge of 'a543de79fc730fb1a32056d0da5abe0044ed9533'2009-05-10, by Paul Aurich
-
Fix a signed-ness warning.2009-05-10, by Paul Aurich
-
counterpart for ad057b75 in the outgoing side2009-05-11, by Ka-Hing Cheung
-
used the wrong count variable here2009-05-10, by Ka-Hing Cheung
-
Qulogic pointed out that glib has G_N_ELEMENTS already2009-05-10, by Ka-Hing Cheung
-
merge of 'd1fea663a03e5f80f539918a21f5f36c09a452b8'2009-05-10, by Ka-Hing Cheung
-
merge of 'f9080d0b3274907da710c3d4d85669464e418ba4'2009-05-10, by Paul Aurich
-
merge of 'bc166fa1753ca1852b8b0dd0566d93a85644884f'2009-05-10, by Paul Aurich
-
Fixed some erronious @file headers2009-05-10, by Marcus Lundblad
-
Don't query for "last offline time" when the JID is a full JID (containing2009-05-10, by Marcus Lundblad
-
add an ARRAY_LENGTH macro to find out length of static arrays2009-05-10, by Ka-Hing Cheung
-
correctly NULL terminate all the arrays since that's what gtknotify assumes,2009-05-10, by Ka-Hing Cheung
-
Avoid an assertion when acking the gmail poke2009-05-10, by Paul Aurich
-
Only try to fetch adhoc commands from buddies once. Pushed updates (which we support now) are far superior.2009-05-08, by Paul Aurich
-
I forgot to finish this comment before coming back from dinner and committing.2009-05-08, by Paul Aurich
-
merge of 'df25bed2c1c0d097b7f52fbfae76223d8552f0c3'2009-05-08, by Paul Aurich
-
Only call jabber_caps_get_info if we don't have all the information we want.2009-05-08, by Paul Aurich
-
Make the JabberCapsTuple (nee Key) available to the rest of the prpl2009-05-07, by Paul Aurich
-
Changed the message string for the "last logged in" value to "Logged off"2009-05-07, by Marcus Lundblad
-
Show when a user was last online (as seen by the server) when doing "Get Info"2009-05-07, by Marcus Lundblad
-
Don't crash when resource is NULL. Thanks, Marcus!2009-05-07, by Paul Aurich
-
merge of '136cd28c47ef3338b71082503a83a7ecf465df78'2009-05-07, by Paul Aurich
-
In the close_notify ui op, close the email notification dialog.2009-05-07, by Paul Aurich
-
Ack the mail notification IQ. Refs #8240.2009-05-07, by Paul Aurich
-
Only include XHTML payload in XMPP message when it's needed. Closes #8738.2009-05-07, by Paul Aurich
-
Updated Catalan translation.2009-05-07, by Josep Puigdemont
-
Marcus convinced me (I didn't need much) this is a better idea.2009-05-06, by Paul Aurich
-
disapproval of revision '4de75e1b8967aaca07059f575739e49e70fda9da'2009-05-06, by Paul Aurich
-
proxy.jabber.org hasn't existed in a while.2009-05-06, by Paul Aurich
-
And punctuation...2009-05-06, by Marcus Lundblad
-
Maybe the ChangeLog entry should actually say what it does... :)2009-05-06, by Marcus Lundblad
-
merge of '48b95d7d853b96052d4478dd475e60a97e7bda8b'2009-05-06, by Marcus Lundblad
-
Add a section break between resources in "Get info"2009-05-06, by Marcus Lundblad
-
Don't leak image refs in gtkstatusbox and assertion failure in nullprpl2009-05-06, by Paul Aurich
-
Interestingly, this one was IE 5.0, not IE 5.5.2009-05-13, by Paul Aurich
-
Various minor cleanups. The majority of this is the #define for the useragent.2009-05-13, by Paul Aurich
-
An errant YAHOO_AUTH_URL slipped in to yahoo.h. (Thanks rekkanoryo)2009-05-13, by Paul Aurich
-
Whitespace, syntatic sugar, move the URLs to yahoo.h, and escape the token-fetching URL parameters.2009-05-13, by Paul Aurich
-
Support logging into Yahoo! Japan with protocol 16. It seems not to care2009-05-12, by John Bailey
-
Inform user that he wont be able to use Yahoo! in case of absence of ssl2009-05-06, by Sulabh Mahajan
-
Yahoo version 16 login. ---yet to do: prevent password from being displayed in debug logs---2009-05-06, by Sulabh Mahajan
-
Look up the old image before we store the new one in the hash table.2009-05-06, by Paul Aurich
-
This allows incoming channel messages with op/voice/etc. mode characters.2009-05-04, by Marcos García Ochoa
-
Break the links before telling the UI to remove the node2009-05-04, by Paul Aurich
-
merge of '7e8d9f694132bc0cdbb6088ca5b557480c71ba45'2009-05-04, by Paul Aurich
-
Fix a crash (from the single instance path) and leak of the node UI data.2009-05-04, by Paul Aurich
-
Free the forms properly; they're xmlnodes, not strings.2009-05-04, by Paul Aurich
-
Changelog the GtkIMHtml PRIMARY clipboard API addition and fix a typo in2009-05-04, by Elliott Sales de Andrade
-
merge of '233c28248ecd717704ccb1932748bdf97b679cf1'2009-05-04, by Elliott Sales de Andrade
-
Don't set the statusbox imhtml to be editable twice.2009-05-03, by Daniel Atallah
-
Avoid overwriting the PRIMARY clipboard when we select-on-focus the status text for easy editing. Fixes #8781.2009-05-03, by Daniel Atallah
-
Avoid adding several callbacks on repeated invocations of gtk_imhtml_set_editable.2009-05-03, by Daniel Atallah
-
re-enable something that qulogic wrote but commented out because of a2009-05-03, by Ka-Hing Cheung
-
Also check whether the ADL/FQY count is zero when we've received an error2009-05-04, by Elliott Sales de Andrade
-
merge of '2481b51dce05a40973c023cb3c62c66b082e11bf'2009-05-03, by Elliott Sales de Andrade
-
merge of '02982091b25d51cf15064b67811f0ff347e3ec48'2009-05-03, by Paul Aurich
-
merge of '654444067285909ecd842c1a5b06f16f773abe49'2009-05-03, by Ka-Hing Cheung
-
correct what looks like an uninitialized read, not really tested much2009-05-03, by Ka-Hing Cheung
-
Updated Catalan translation.2009-05-03, by Josep Puigdemont
-
Clean up jabber prpl memory allocations on uninit.2009-05-03, by Nick Hebner
-
Add ability to list roles/affiliations in a chat via slash-commands and2009-05-03, by Paul Aurich
-
The correct fix here is to place non-code in a comment (yes, even if it's2009-05-03, by Elliott Sales de Andrade
-
disapproval of revision 'eb2138cc8c562bba3cf0071ea33e2e7ab4d636aa'2009-05-03, by Elliott Sales de Andrade
-
useravatar.c:49:38: warning: missing terminating ' character2009-05-03, by Paul Aurich
-
Revert the partial hack for ejabberd 2.0.0. See comment in code.2009-05-03, by Paul Aurich
-
Add a few smilies for XMPP that were 'missing'.2009-05-03, by Paul Aurich
-
Add blist-node-(added|removed) and deprecate buddy-(added|removed). Closes #83092009-05-03, by Paul Aurich
-
mime.c: In function ‘doc_parts_load’:2009-05-03, by Paul Aurich
-
merge of '2cc4b9096219b80544460c7419be088836ee4705'2009-05-03, by Paul Aurich
-
Apply changes from 9dd1c4c3 to msnp92009-05-03, by Stu Tomlinson
-
Drop support for XEP-0084 v0.12 and publish a <stop/> instead of deleting the node.2009-05-03, by Paul Aurich
-
On errors, don't pretend we did fetch something, pass NULL.2009-05-03, by Paul Aurich
-
Avoid a g_markup_escape_text assertion failure2009-05-03, by Paul Aurich
-
merge of '76766330ad9c063ff4c96cf86c9ce12c0974edd6'2009-05-02, by Paul Aurich
-
Remove most of the things that are now in 2.5.6 (I likely missed one or two)2009-05-02, by Paul Aurich
-
Given the other changes I made, this is more appropriate (and vague).2009-05-02, by Paul Aurich
-
Word wrap a little.2009-05-02, by Elliott Sales de Andrade
-
Decrement the ADL/FQY count when we receive an error about a FQY for a user2009-05-02, by Elliott Sales de Andrade
-
Add an FQY error handler so we don't disconnect if something incorrect was2009-05-02, by Elliott Sales de Andrade
-
merge of '3993504a85f5cbebaeace03466d79cda9803f240'2009-05-02, by Paul Aurich
-
Enable/disable the buttons in the savedstatus dialog properly.2009-05-02, by Sadrul Habib Chowdhury
-
Don't crash when a broken server sends us an occupant's presence with an2009-05-02, by Paul Aurich
-
When we download a buddy's vCard to update an avatar, also try to update the nickname.2009-05-02, by Paul Aurich
-
merge of '9dd1c4c3db68a80dbf157a0c0bc0c723e42b7a6e'2009-05-02, by Ka-Hing Cheung
-
Fixes a buffer overflow in the ZDI-08-054 report2009-05-02, by Ka-Hing Cheung
-
Prevent a buggy XMPP-raw plugin from causing a NUL ptr deref - instead the2009-05-02, by Daniel Atallah
-
Use matching buffer lengths to avoid confusion.2009-05-02, by Daniel Atallah
-
This is supposed to be a precision formatter.2009-05-02, by Daniel Atallah
-
A little bit better (free memory and support receiving the nick in subscriptions) and Changelog.2009-05-02, by Paul Aurich
-
Handle User Nick notifications via <presence/> stanzas (receive-only). Refs #864.2009-05-02, by Paul Aurich
-
Sadrul pointed me at g_markup_escape_text, thanks!2009-05-02, by Paul Aurich
-
Escape all the values when appending them to the Entity Caps verification str.2009-05-02, by Paul Aurich
-
Me fail English? That's unpossible!2009-05-01, by Paul Aurich
-
merge of '9df36977fc8f70d1b3124d32a54eb123df50aa0f'2009-05-01, by Peter Hjalmarsson
-
Don't crash when the caps cb is NULL and don't corrupt jabber_identities2009-05-01, by Paul Aurich
-
Fix a bad merge (*sigh*)2009-05-01, by Paul Aurich
-
Use more efficient purple_find_buddies in bonjour.2009-05-01, by Paul Aurich
-
merge of '04463c4228e4760066ef026178e08886db366915'2009-05-01, by Paul Aurich
-
Add account-(created|destroying) signals.2009-05-01, by Paul Aurich
-
Patch from Stefan Becker to plug a couple of memory leaks in libpurple/mime.c2009-05-01, by Stu Tomlinson
-
Check in updated po files so the daily po update doesn't have to work so hard.2009-04-30, by John Bailey
-
I was tired of most of us complaining about these things but never actually2009-04-30, by John Bailey
-
Don't breaking if the user runs `/ping <user's server>` a bunch.2009-04-30, by Paul Aurich
-
I gave this way too long to stop getting on my nerves.2009-04-30, by Paul Aurich
-
Avoid crashing on some more atoi calls and ensure required parameters are !NULL2009-04-30, by Paul Aurich
-
Don't crash on malicious candidates missing attributes2009-04-30, by Paul Aurich
-
Fix a bad merge in 511953ddd75ccd866325fa6cf1e72dbb4fca3e822009-04-30, by Paul Aurich
-
Changelog VV, move an entry to correct section.2009-04-29, by Sadrul Habib Chowdhury
-
Fetch and track capabilities for MUC members. Add a further constraint for2009-04-29, by Paul Aurich
-
tighter scoping++2009-04-29, by Paul Aurich