Tue, 15 Jun 2010 01:28:17 +0000 |
Stu Tomlinson |
Catch some more invalid email addresses, thanks to Mark for additional
|
Mon, 14 Jun 2010 22:09:12 +0000 |
Daniel Atallah |
Attempt to improve handling of HTTP requests on port 80 when there is a HTTP
|
Thu, 03 Jun 2010 23:08:57 +0000 |
Sadrul Habib Chowdhury |
Apparently file/directory names in windows cannot end in periods/spaces.
|
Thu, 03 Jun 2010 23:08:11 +0000 |
Sadrul Habib Chowdhury |
Prevent an invalid read when a message starts with 'mailto:'.
|
Thu, 03 Jun 2010 22:59:19 +0000 |
Sadrul Habib Chowdhury |
Linkify file://
|
Thu, 03 Jun 2010 22:47:32 +0000 |
Sadrul Habib Chowdhury |
Remove code duplications, and some invalid memory reads.
|
Mon, 17 May 2010 00:14:22 +0000 |
Stu Tomlinson |
Add some comments that meant something to me at some point and might
|
Thu, 29 Apr 2010 17:17:00 +0000 |
Paul Aurich |
util: Better validation of the allowed character values in XML 1.0
|
Sat, 17 Apr 2010 21:13:50 +0000 |
Paul Aurich |
util: Fix some strict-aliasing issues.
|
Sat, 17 Apr 2010 01:27:58 +0000 |
Paul Aurich |
merge of '5bc899d1d49d1b8701e547f4e4d76519e471d339'
|
Sat, 17 Apr 2010 01:27:04 +0000 |
Paul Aurich |
Add network listen functions that accept a family argument (AF_INET(6?)).
|
Fri, 16 Apr 2010 03:44:18 +0000 |
Paul Aurich |
util: Bah, AF_INET6 probably isn't always available
|
Fri, 16 Apr 2010 03:29:10 +0000 |
Paul Aurich |
util: Make purple_fd_get_ip IPv6-aware
|
Fri, 16 Apr 2010 16:46:57 +0000 |
Florian Qu«²ze |
util: Fix a crash in purple_utf8_strftime.
|
Fri, 26 Mar 2010 03:37:11 +0000 |
Sadrul Habib Chowdhury |
Ignore some tags at the beginning of a message.
|
Wed, 10 Feb 2010 04:05:50 +0000 |
Paul Aurich |
Combine the three purple_unescape_text()s into one.
|
Thu, 04 Feb 2010 05:30:35 +0000 |
Paul Aurich |
propagate from branch 'im.pidgin.pidgin' (head 9028ac0daaa1f7e565726fa39aca22ce7d3ecc49)
|
Tue, 13 Oct 2009 22:13:57 +0000 |
Marcus Lundblad |
Broke out the generation of random UUIDs to its own function
|
Sun, 27 Sep 2009 22:22:36 +0000 |
John Bailey |
propagate from branch 'im.pidgin.pidgin' (head bd59b6d44034a232a0414586f78d8f559d9705f8)
|
Wed, 16 Sep 2009 15:41:33 +0000 |
John Bailey |
propagate from branch 'im.pidgin.pidgin' (head f881ba77d0fe70224a938185a5a3675b39520873)
|
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.
|