2010-02-10 |
Paul Aurich |
Combine the three purple_unescape_text()s into one.
|
2010-02-04 |
Paul Aurich |
propagate from branch 'im.pidgin.pidgin' (head 9028ac0daaa1f7e565726fa39aca22ce7d3ecc49)
|
2009-10-13 |
Marcus Lundblad |
Broke out the generation of random UUIDs to its own function
|
2009-09-27 |
John Bailey |
propagate from branch 'im.pidgin.pidgin' (head bd59b6d44034a232a0414586f78d8f559d9705f8)
|
2009-09-16 |
John Bailey |
propagate from branch 'im.pidgin.pidgin' (head f881ba77d0fe70224a938185a5a3675b39520873)
|
2009-08-22 |
John Bailey |
Kill off unneeded GLIB_CHECK_VERSION checks in libpurple. Refs #10024.
|
2010-01-24 |
Paul Aurich |
Fix a corner case where purple_markup_html_to_xhtml generated malformed XHTML.
|
2009-09-22 |
Mark Doliner |
Minor cleanup. gc->prpl is guarranteed to be a PurplePlugin with
|
2009-09-11 |
Mark Doliner |
Change purple_url_encode() to not encode . _ - ~ because it's not
|
2009-08-31 |
Paul Aurich |
gah, signed comparison meant this was stripping all multibyte UTF-8 characters.
|
2009-08-28 |
Sulabh Mahajan |
As darkrain pointed out this isnt caused by that certain bug in glib. My mistake. Recomment, and change how I test str to be NULL and return NULL.
|
2009-08-28 |
Sulabh Mahajan |
g_utf8_normalize() for glib ver < 2.15.0 causes a crash when an invalid utf8 string is passed to it (http://bugzilla.gnome.org/show_bug.cgi?id=501997).
|
2009-08-28 |
Paul Aurich |
Oops, I think it's either sleep or coffee time.
|
2009-08-28 |
Paul Aurich |
Add more verbose debugging to purple_utf8_strip_unprintables.
|
2009-08-28 |
Paul Aurich |
Make that a little more readable.
|
2009-08-27 |
Paul Aurich |
Hmm, g_unichar_isgraph is too restrictive in the characters allowed (it munges \t). Change purple_utf8_strip_unprintables to simply remove ASCII control characters instead.
|
2009-08-18 |
Elliott Sales de Andrade |
g_strncasecmp is deprecated. I thought I removed these already. Anyway, I
|
2009-08-13 |
Mark Doliner |
How about we just use a GString instead of this ridiculous
|
2009-08-09 |
Paul Aurich |
Add support for XMPP URIs on Windows. Closes #2326.
|
2009-07-20 |
Elliott Sales de Andrade |
merge of 'e9bb03a6ee65b531aedba74676ce2dbb1b9a8491'
|
2009-07-20 |
Elliott Sales de Andrade |
Make a note about these ALLOW_TAG* macros so people don't do stuff like
|
2009-07-19 |
Ka-Hing Cheung |
567c0647 introduced an extra backslash at the end of ALLOW_TAG_ALT
|
2009-07-19 |
Ka-Hing Cheung |
disapproval of revision '2737ff4628bd5f26d780a2ccee47e88fe3765947'
|
2009-07-19 |
Ka-Hing Cheung |
567c0647 introduced an extra backslash at the end of ALLOW_TAG_ALT
|
2009-07-19 |
Mark Doliner |
disapproval of revision '0a9f6836dbe4facb38768025e830328a50c5ddd8'
|
2009-07-19 |
Mark Doliner |
Surround this macro in do { } while (0); so that callers don't need to
|
2009-07-19 |
Mark Doliner |
Correct the indentation of this macro by removing one level of indentation
|
2009-07-19 |
Elliott Sales de Andrade |
ALLOW_TAG expands to multiple statements, so we should put braces around
|
2009-07-11 |
Paul Aurich |
Added the function in util.h, forgot it here.
|
2009-07-11 |
Paul Aurich |
Add purple_ipv6_address_is_valid; guess what it does?
|
2009-07-10 |
Stu Tomlinson |
No functional change, but my gcc is bitching at me. Fixes this warning,
|
2009-07-10 |
Stu Tomlinson |
This fixes this compile warning:
|
2009-07-07 |
Mark Doliner |
Update this comment. We talked about using CRC32 on the devel list
|
2009-07-06 |
Mark Doliner |
Create a purple_markup_escape_text() function and use it in one place
|
2009-07-06 |
Mark Doliner |
Change strings in libpurple/protocols/jabber/auth.c and util.c a little bit
|
2009-07-06 |
Mark Doliner |
Hey Stu, it should be safe to combine this check, right? It'll make us
|
2009-07-04 |
John Bailey |
Convert all uses of PURPLE_UNSAFE_DEBUG to the new API I added.
|
2009-07-04 |
Paul Aurich |
Fix purple_markup_unescape_entity to properly consume '\' and similar.
|
2009-07-04 |
Stu Tomlinson |
Apparently there might be stuff after the semicolon before the \r\n so just
|
2009-07-04 |
Stu Tomlinson |
disapproval of revision '3fe037ee4d003527c8f4f41974e01680d5eea27e'
|
2009-07-04 |
Stu Tomlinson |
We're about to assume strstr() will find \r\n, so make the sscanf()
|
2009-07-03 |
Mark Doliner |
Formatting changes, no functionality.
|
2009-07-02 |
Mark Doliner |
A few changes to our code to handle chunked transfer-encodings (technically
|
2009-07-02 |
Mark Doliner |
Remove just a tad bit of indirection
|
2009-07-02 |
Mark Doliner |
Use unsigned lengths here and use %zu when reading into the gsize var
|
2009-06-30 |
Sadrul Habib Chowdhury |
merge of '22e14265a47cdddb4c9eb1ee0d2ce2989f9fce61'
|
2009-06-30 |
Sadrul Habib Chowdhury |
Process the data correctly if the server sends chunked data.
|
2009-06-30 |
Mark Doliner |
Use glib's base64 encode and decode functions if they're available.
|
2009-06-21 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin.2.5.7' (head 81e7f59e74715d44dac9e40e7b43ff377c8b474c)
|
2009-06-19 |
Mark Doliner |
Allow doxygen to pick up the comment for this function. It's
|
2009-06-03 |
Paul Aurich |
Strip unprintable UTF-8 characters from buddy list strings. Fixes #8776.
|
2009-06-03 |
Paul Aurich |
Add purple_utf8_strip_unprintables and use it on outgoing XMPP messages.
|
2009-06-03 |
Sadrul Habib Chowdhury |
Add a utlity function purple_markup_is_rtl
|
2009-05-30 |
John Bailey |
Add yet another URL fetching function. This one takes an account as a
|
2009-05-17 |
John Bailey |
propagate from branch 'im.pidgin.cpw.sulabh.yahoo_16' (head c1ede5faf776dc1cc966dabb42c1ef0dbaea31db)
|
2009-05-14 |
John Bailey |
Only log requested HTTP URL's when PURPLE_UNSAFE_DEBUG is set and change MSN
|
2009-05-16 |
Sadrul Habib Chowdhury |
merge of '063be233b9574325479d819c9c68bf52551435d7'
|
2009-05-16 |
Richard Laager |
A patch from Scott Wolchok to replace snprintf() with g_snprintf() and
|
2009-05-16 |
Sadrul Habib Chowdhury |
According to RFC 1738, "'" is a valid character in a URL.
|
2009-05-02 |
Paul Aurich |
Sadrul pointed me at g_markup_escape_text, thanks!
|