2009-05-10 |
Paul Aurich |
merge of 'a543de79fc730fb1a32056d0da5abe0044ed9533'
|
2009-05-10 |
Paul Aurich |
Fix a signed-ness warning.
|
2009-05-11 |
Ka-Hing Cheung |
counterpart for ad057b75 in the outgoing side
|
2009-05-10 |
Ka-Hing Cheung |
used the wrong count variable here
|
2009-05-10 |
Ka-Hing Cheung |
Qulogic pointed out that glib has G_N_ELEMENTS already
|
2009-05-10 |
Ka-Hing Cheung |
merge of 'd1fea663a03e5f80f539918a21f5f36c09a452b8'
|
2009-05-10 |
Paul Aurich |
merge of 'f9080d0b3274907da710c3d4d85669464e418ba4'
|
2009-05-10 |
Paul Aurich |
merge of 'bc166fa1753ca1852b8b0dd0566d93a85644884f'
|
2009-05-10 |
Marcus Lundblad |
Fixed some erronious @file headers
|
2009-05-10 |
Marcus Lundblad |
Don't query for "last offline time" when the JID is a full JID (containing
|
2009-05-10 |
Ka-Hing Cheung |
add an ARRAY_LENGTH macro to find out length of static arrays
|
2009-05-10 |
Ka-Hing Cheung |
correctly NULL terminate all the arrays since that's what gtknotify assumes,
|
2009-05-10 |
Paul Aurich |
Avoid an assertion when acking the gmail poke
|
2009-05-08 |
jcs |
Set PurpleConversation unseen-(count|state) in gtkconv_set_unseen, as conv_set_unseen only sets it for hidden_conv conversations. Fixes #8358
|
2009-05-08 |
Paul Aurich |
Only try to fetch adhoc commands from buddies once. Pushed updates (which we support now) are far superior.
|
2009-05-08 |
Paul Aurich |
I forgot to finish this comment before coming back from dinner and committing.
|
2009-05-08 |
Paul Aurich |
merge of 'df25bed2c1c0d097b7f52fbfae76223d8552f0c3'
|
2009-05-08 |
Paul Aurich |
Only call jabber_caps_get_info if we don't have all the information we want.
|
2009-05-07 |
Paul Aurich |
Make the JabberCapsTuple (nee Key) available to the rest of the prpl
|
2009-05-07 |
Marcus Lundblad |
Changed the message string for the "last logged in" value to "Logged off"
|
2009-05-07 |
Marcus Lundblad |
Show when a user was last online (as seen by the server) when doing "Get Info"
|
2009-05-07 |
Paul Aurich |
Don't crash when resource is NULL. Thanks, Marcus!
|
2009-05-07 |
Paul Aurich |
merge of '136cd28c47ef3338b71082503a83a7ecf465df78'
|
2009-05-07 |
Paul Aurich |
In the close_notify ui op, close the email notification dialog.
|
2009-05-07 |
Paul Aurich |
Ack the mail notification IQ. Refs #8240.
|
2009-05-07 |
Paul Aurich |
Only include XHTML payload in XMPP message when it's needed. Closes #8738.
|
2009-05-07 |
Josep Puigdemont |
Updated Catalan translation.
|
2009-05-06 |
Paul Aurich |
Marcus convinced me (I didn't need much) this is a better idea.
|
2009-05-06 |
Paul Aurich |
disapproval of revision '4de75e1b8967aaca07059f575739e49e70fda9da'
|
2009-05-06 |
Paul Aurich |
proxy.jabber.org hasn't existed in a while.
|
2009-05-06 |
Marcus Lundblad |
And punctuation...
|
2009-05-06 |
Marcus Lundblad |
Maybe the ChangeLog entry should actually say what it does... :)
|
2009-05-06 |
Marcus Lundblad |
merge of '48b95d7d853b96052d4478dd475e60a97e7bda8b'
|
2009-05-06 |
Marcus Lundblad |
Add a section break between resources in "Get info"
|
2009-05-06 |
Paul Aurich |
Don't leak image refs in gtkstatusbox and assertion failure in nullprpl
|
2009-05-13 |
Paul Aurich |
Interestingly, this one was IE 5.0, not IE 5.5.
|
2009-05-13 |
Paul Aurich |
Various minor cleanups. The majority of this is the #define for the useragent.
|
2009-05-13 |
Paul Aurich |
An errant YAHOO_AUTH_URL slipped in to yahoo.h. (Thanks rekkanoryo)
|
2009-05-13 |
Paul Aurich |
Whitespace, syntatic sugar, move the URLs to yahoo.h, and escape the token-fetching URL parameters.
|
2009-05-12 |
John Bailey |
Support logging into Yahoo! Japan with protocol 16. It seems not to care
|
2009-05-06 |
Sulabh Mahajan |
Inform user that he wont be able to use Yahoo! in case of absence of ssl
|
2009-05-06 |
Sulabh Mahajan |
Yahoo version 16 login. ---yet to do: prevent password from being displayed in debug logs---
|
2009-05-06 |
Paul Aurich |
Look up the old image before we store the new one in the hash table.
|
2009-05-04 |
Marcos García Ochoa |
This allows incoming channel messages with op/voice/etc. mode characters.
|
2009-05-04 |
Paul Aurich |
Break the links before telling the UI to remove the node
|
2009-05-04 |
Paul Aurich |
merge of '7e8d9f694132bc0cdbb6088ca5b557480c71ba45'
|
2009-05-04 |
Paul Aurich |
Fix a crash (from the single instance path) and leak of the node UI data.
|
2009-05-04 |
Paul Aurich |
Free the forms properly; they're xmlnodes, not strings.
|
2009-05-04 |
Elliott Sales de Andrade |
Changelog the GtkIMHtml PRIMARY clipboard API addition and fix a typo in
|
2009-05-04 |
Elliott Sales de Andrade |
merge of '233c28248ecd717704ccb1932748bdf97b679cf1'
|
2009-05-03 |
Daniel Atallah |
Don't set the statusbox imhtml to be editable twice.
|
2009-05-03 |
Daniel Atallah |
Avoid overwriting the PRIMARY clipboard when we select-on-focus the status text for easy editing. Fixes #8781.
|
2009-05-03 |
Daniel Atallah |
Avoid adding several callbacks on repeated invocations of gtk_imhtml_set_editable.
|
2009-05-03 |
Ka-Hing Cheung |
re-enable something that qulogic wrote but commented out because of a
|
2009-05-04 |
Elliott Sales de Andrade |
Also check whether the ADL/FQY count is zero when we've received an error
|
2009-05-03 |
Elliott Sales de Andrade |
merge of '2481b51dce05a40973c023cb3c62c66b082e11bf'
|
2009-05-03 |
Paul Aurich |
merge of '02982091b25d51cf15064b67811f0ff347e3ec48'
|
2009-05-03 |
Ka-Hing Cheung |
merge of '654444067285909ecd842c1a5b06f16f773abe49'
|
2009-05-03 |
Ka-Hing Cheung |
correct what looks like an uninitialized read, not really tested much
|
2009-05-03 |
Josep Puigdemont |
Updated Catalan translation.
|
2009-05-03 |
Nick Hebner |
Clean up jabber prpl memory allocations on uninit.
|
2009-05-03 |
Paul Aurich |
Add ability to list roles/affiliations in a chat via slash-commands and
|
2009-05-03 |
Elliott Sales de Andrade |
The correct fix here is to place non-code in a comment (yes, even if it's
|
2009-05-03 |
Elliott Sales de Andrade |
disapproval of revision 'eb2138cc8c562bba3cf0071ea33e2e7ab4d636aa'
|
2009-05-03 |
Paul Aurich |
useravatar.c:49:38: warning: missing terminating ' character
|
2009-05-03 |
Paul Aurich |
Revert the partial hack for ejabberd 2.0.0. See comment in code.
|
2009-05-03 |
Paul Aurich |
Add a few smilies for XMPP that were 'missing'.
|
2009-05-03 |
Paul Aurich |
Add blist-node-(added|removed) and deprecate buddy-(added|removed). Closes #8309
|
2009-05-03 |
Paul Aurich |
mime.c: In function ‘doc_parts_load’:
|
2009-05-03 |
Paul Aurich |
merge of '2cc4b9096219b80544460c7419be088836ee4705'
|
2009-05-03 |
Stu Tomlinson |
Apply changes from 9dd1c4c3 to msnp9
|
2009-05-03 |
Paul Aurich |
Drop support for XEP-0084 v0.12 and publish a <stop/> instead of deleting the node.
|
2009-05-03 |
Paul Aurich |
On errors, don't pretend we did fetch something, pass NULL.
|
2009-05-03 |
Paul Aurich |
Avoid a g_markup_escape_text assertion failure
|
2009-05-02 |
Paul Aurich |
merge of '76766330ad9c063ff4c96cf86c9ce12c0974edd6'
|
2009-05-02 |
Paul Aurich |
Remove most of the things that are now in 2.5.6 (I likely missed one or two)
|
2009-05-02 |
Paul Aurich |
Given the other changes I made, this is more appropriate (and vague).
|
2009-05-02 |
Elliott Sales de Andrade |
Word wrap a little.
|
2009-05-02 |
Elliott Sales de Andrade |
Decrement the ADL/FQY count when we receive an error about a FQY for a user
|
2009-05-02 |
Elliott Sales de Andrade |
Add an FQY error handler so we don't disconnect if something incorrect was
|
2009-05-02 |
Paul Aurich |
merge of '3993504a85f5cbebaeace03466d79cda9803f240'
|
2009-05-02 |
Sadrul Habib Chowdhury |
Enable/disable the buttons in the savedstatus dialog properly.
|
2009-05-02 |
Paul Aurich |
Don't crash when a broken server sends us an occupant's presence with an
|
2009-05-02 |
Paul Aurich |
When we download a buddy's vCard to update an avatar, also try to update the nickname.
|
2009-05-02 |
Ka-Hing Cheung |
merge of '9dd1c4c3db68a80dbf157a0c0bc0c723e42b7a6e'
|
2009-05-02 |
Ka-Hing Cheung |
Fixes a buffer overflow in the ZDI-08-054 report
|
2009-05-02 |
Daniel Atallah |
Prevent a buggy XMPP-raw plugin from causing a NUL ptr deref - instead the
|
2009-05-02 |
Daniel Atallah |
Use matching buffer lengths to avoid confusion.
|
2009-05-02 |
Daniel Atallah |
This is supposed to be a precision formatter.
|
2009-05-02 |
Paul Aurich |
A little bit better (free memory and support receiving the nick in subscriptions) and Changelog.
|
2009-05-02 |
Paul Aurich |
Handle User Nick notifications via <presence/> stanzas (receive-only). Refs #864.
|
2009-05-02 |
Paul Aurich |
Sadrul pointed me at g_markup_escape_text, thanks!
|
2009-05-02 |
Paul Aurich |
Escape all the values when appending them to the Entity Caps verification str.
|
2009-05-01 |
Paul Aurich |
Me fail English? That's unpossible!
|
2009-05-01 |
Peter Hjalmarsson |
merge of '9df36977fc8f70d1b3124d32a54eb123df50aa0f'
|
2009-05-01 |
Paul Aurich |
Don't crash when the caps cb is NULL and don't corrupt jabber_identities
|