Sat, 22 Aug 2009 21:47:20 +0000 |
John Bailey |
Kill off unneeded GLIB_CHECK_VERSION checks in libpurple. Refs #10024.
|
Sun, 24 Jan 2010 05:15:33 +0000 |
Paul Aurich |
Fix a corner case where purple_markup_html_to_xhtml generated malformed XHTML.
|
Tue, 22 Sep 2009 06:01:08 +0000 |
Mark Doliner |
Minor cleanup. gc->prpl is guarranteed to be a PurplePlugin with
|
Fri, 11 Sep 2009 18:17:03 +0000 |
Mark Doliner |
Change purple_url_encode() to not encode . _ - ~ because it's not
|
Mon, 31 Aug 2009 08:00:06 +0000 |
Paul Aurich |
gah, signed comparison meant this was stripping all multibyte UTF-8 characters.
|
Fri, 28 Aug 2009 20:51:48 +0000 |
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.
|
Fri, 28 Aug 2009 20:30:03 +0000 |
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).
|
Fri, 28 Aug 2009 05:35:00 +0000 |
Paul Aurich |
Oops, I think it's either sleep or coffee time.
|
Fri, 28 Aug 2009 05:27:00 +0000 |
Paul Aurich |
Add more verbose debugging to purple_utf8_strip_unprintables.
|
Fri, 28 Aug 2009 01:04:51 +0000 |
Paul Aurich |
Make that a little more readable.
|
Thu, 27 Aug 2009 23:59:30 +0000 |
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.
|
Tue, 18 Aug 2009 04:34:30 +0000 |
Elliott Sales de Andrade |
g_strncasecmp is deprecated. I thought I removed these already. Anyway, I
|
Thu, 13 Aug 2009 20:16:23 +0000 |
Mark Doliner |
How about we just use a GString instead of this ridiculous
|
Sun, 09 Aug 2009 00:15:14 +0000 |
Paul Aurich |
Add support for XMPP URIs on Windows. Closes #2326.
|
Mon, 20 Jul 2009 05:11:50 +0000 |
Elliott Sales de Andrade |
merge of 'e9bb03a6ee65b531aedba74676ce2dbb1b9a8491'
|