2009-06-07 |
Paul Aurich |
Use js->state to track whether the roster has been retrieved.
|
2009-06-07 |
Paul Aurich |
Various roster cleanups. Refs #7008.
|
2009-06-06 |
Paul Aurich |
Remove this; it's been commented out for about 3.5 years.
|
2009-06-06 |
Paul Aurich |
Use jabber_is_own_account and perform way fewer normalizations per iteration
|
2009-07-13 |
Elliott Sales de Andrade |
merge of '08cad9bb29fe8faaea25ef487d9d70c2f66fd6b5'
|
2009-07-13 |
Elliott Sales de Andrade |
Don't break string freeze.
|
2009-07-13 |
Elliott Sales de Andrade |
Changelog previous commit.
|
2009-07-13 |
Elliott Sales de Andrade |
On MSN, pop up an "invite message" request similar to oscar, and send that
|
2009-07-12 |
Elliott Sales de Andrade |
Don't pre-escape jbr->status. Almost every place required it in unescaped
|
2009-07-12 |
Elliott Sales de Andrade |
We have a convenience function to do this. Also, plug a leak of the status
|
2009-07-12 |
Elliott Sales de Andrade |
If neither a locally-set custom icon nor a remotely-set buddy icon can be
|
2009-07-12 |
Elliott Sales de Andrade |
If the error number is unknown, the error message should mention it, since
|
2009-07-12 |
Elliott Sales de Andrade |
Apparently, I missed a few changes for purple_debug_is_verbose().
|
2009-07-12 |
Elliott Sales de Andrade |
The MSN client and server strips leading and trailing whitespace, so do the
|
2009-07-12 |
Elliott Sales de Andrade |
Bold + Underline + Italic + Strikethrough + NUL character equals 5 bytes,
|
2009-07-12 |
Paul Aurich |
Free the buddy list data some more at shutdown and some deprecations.
|
2009-07-11 |
aman |
Don't assume a resolver generated the response.
|
2009-07-11 |
aman |
Don't fork a resolver process for IPs.
|
2009-07-11 |
aman |
Fix a leak of the queued_requests from purple_dnsquery_a.
|
2009-07-11 |
Paul Aurich |
Fix build warning (wrong pointer type or something)
|
2009-07-11 |
Stu Tomlinson |
Update RPM spec file to cope with changes to where perl bits are installed
|
2009-07-11 |
Stu Tomlinson |
Avoid a potentially uninitialized variable
|
2009-07-11 |
Paul Aurich |
Added the function in util.h, forgot it here.
|
2009-07-11 |
Paul Aurich |
Save one traversal of the domain for IPv6 validation.
|
2009-07-11 |
Paul Aurich |
merge of '834ee1803fbad0f4960a66592ac43641f23124c6'
|
2009-07-11 |
Paul Aurich |
Validate IPv6 identifiers in the domain portion of a JID.
|
2009-07-11 |
Paul Aurich |
Add purple_ipv6_address_is_valid; guess what it does?
|
2009-07-11 |
Paul Aurich |
Build warning fix.
|
2009-07-11 |
Elliott Sales de Andrade |
merge of '90da8da01d8b8fa432adae5fd697ef4bad3582b5'
|
2009-07-11 |
Paul Aurich |
merge of '10c77c853c49f28524dabf8a5149818138c09c60'
|
2009-07-11 |
Stu Tomlinson |
Add a file missing from POTFILES.in
|
2009-07-11 |
Paul Aurich |
XMPP domains can also be IPv4 or IPv6 addresses
|
2009-07-11 |
Paul Aurich |
XMPP allows for internationalized domain names.
|
2009-07-11 |
Mark Doliner |
Doh, small typo. Tests pass now. Yay.
|
2009-07-10 |
Mark Doliner |
Be more restrictive in the characters allowed by jabber_nameprep_validate()
|
2009-07-10 |
Mark Doliner |
Of course, these should be >= and <=
|
2009-07-10 |
Mark Doliner |
Whoops, some of these were asserting valid but should have been
|
2009-07-10 |
Sadrul Habib Chowdhury |
merge of 'c79c76ef54b9b6ee38720172c7cc655dcee22893'
|
2009-07-10 |
Mark Doliner |
More tests, some with an international flavor. I have no idea what that
|
2009-07-10 |
Mark Doliner |
Change jabber_id_new() to iterate byte by byte instead of character
|
2009-07-10 |
Sadrul Habib Chowdhury |
Allow setting some personal information for an account.
|
2009-07-10 |
Mark Doliner |
Check in a version of jabber_id_new() that is hopefully more efficient.
|
2009-07-10 |
Paul Aurich |
Two more JID tests.
|
2009-07-10 |
Mark Doliner |
I thought of another invalid JID. I'm changing jabber_id_new() so that all
|
2009-07-10 |
Mark Doliner |
Add tests for jabber_id_new(). Please add to this! JIDs with accented
|
2009-07-10 |
Mark Doliner |
Use assert_string_equal_free() instead of just assert_string_equal()
|
2009-07-10 |
Stu Tomlinson |
HAVE_CONFIG_H is not defined when building the perl plugin, so work around
|
2009-07-10 |
Stu Tomlinson |
No functional change, but my gcc is bitching at me. Fixes this warning,
|
2009-07-10 |
Stu Tomlinson |
Hopefully provide better debug logs when gevolution plugin can't open the
|
2009-07-10 |
Stu Tomlinson |
Fix this compiler warning:
|
2009-07-10 |
Stu Tomlinson |
This fixes this compile warning:
|
2009-07-10 |
Stu Tomlinson |
We can't return based on the value of an uninitialized variable, as gcc
|
2009-07-10 |
Stu Tomlinson |
Remove an unused variable
|
2009-07-10 |
Stu Tomlinson |
keep the compiler happy:
|
2009-07-09 |
Sadrul Habib Chowdhury |
Fix denying auth requests from MSN buddies, and fix a leak.
|
2009-07-09 |
Sadrul Habib Chowdhury |
Use purple_markup_escape_text instead of the glib version.
|
2009-07-09 |
Paul Aurich |
Notice when the MUC item JID on unavailable presence references another resource. Refs #8319.
|
2009-07-09 |
Paul Aurich |
The last command registered wasn't added to the list, so was leaking at uninit.
|
2009-07-09 |
Paul Aurich |
Lower the severity of this message.
|
2009-07-11 |
Elliott Sales de Andrade |
Add support in Pidgin for playing back audio:// links. Also include a "Save
|