log libpurple/util.c @ 32827:4a34689eeb33 default tip

age author description
Sat, 19 Nov 2011 14:42:54 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin default tip
Sun, 16 Oct 2011 04:38:12 +0000 Elliott Sales de Andrade Upgrade PurpleXfer for a 64-bit world.
Mon, 26 Sep 2011 14:57:21 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin
Sat, 24 Sep 2011 22:20:58 +0000 andrew victor purple_ip_address_is_valid() now checks for an IPv4 or IPv6 address.
Sat, 24 Sep 2011 22:09:40 +0000 andrew victor * purple_util_fetch_url_request_len() renamed to purple_util_fetch_url_request().
Tue, 06 Sep 2011 18:22:03 +0000 Elliott Sales de Andrade disapproval of revision '0d9c985d91b5de7f20f3443d7edbe22fb7ce80af'
Thu, 01 Sep 2011 06:56:17 +0000 andrew victor Fix build breakage from bfae54755d0a683ab945fea4666da04aeb1113d1.
Thu, 01 Sep 2011 04:23:42 +0000 masca Hide-a-PurpleMenuAction.
Mon, 29 Aug 2011 12:28:49 +0900 Yoshiki Yazawa merge to upstream
Mon, 22 Aug 2011 02:23:28 +0000 Mark Doliner Rename purple_notify_user_info_add_pair to
Mon, 22 Aug 2011 02:07:41 +0000 Mark Doliner Don't use strlen() when all you're trying to do is check if the string
Mon, 22 Aug 2011 11:20:05 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin
Sun, 21 Aug 2011 01:59:13 +0000 Mark Doliner Rename purple_util_fetch_url_request_len_with_account to
Sun, 21 Aug 2011 01:52:25 +0000 Mark Doliner Remove purple_util_fetch_url_request_len() and change the few places
Sun, 21 Aug 2011 01:04:31 +0000 Mark Doliner Get rid fo purple_strlcpy and purple_strlcat. These are convenience
Mon, 09 May 2011 04:26:46 +0000 Mark Doliner propagate from branch 'im.pidgin.pidgin' (head d6053150b258c5c8b2ac60e091a7d0d1b2d9be1d)
Thu, 17 Mar 2011 07:39:33 +0000 Mark Doliner Remove the _purple_oscar_convert(). It existed to migrate data from
Tue, 07 Jun 2011 13:42:47 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin
Mon, 02 May 2011 15:33:10 +0000 Daniel Atallah Zero the struct tm used for purple_str_to_time().
Sat, 12 Feb 2011 04:17:09 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin
Sun, 09 Jan 2011 20:08:29 +0000 morshed nader Fix purple_str_to_time(). Fixes #13131.
Tue, 04 Jan 2011 06:55:30 +0000 Richard Laager Remove trailing whitespace
Fri, 19 Nov 2010 07:13:04 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin
Wed, 10 Nov 2010 23:44:57 +0000 Mark Doliner Minor cleanup. Should be no functionality change, just a variable
Wed, 10 Nov 2010 23:41:53 +0000 Mark Doliner Fix a bug where if we used fetch url with include_headers=FALSE and
Wed, 22 Sep 2010 14:17:09 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin:
Sat, 18 Sep 2010 01:33:34 +0000 John Bailey Useful snippet of debugging that helped me out.
Sun, 22 Aug 2010 06:16:37 +0000 Elliott Sales de Andrade These are dead increments.
Thu, 22 Jul 2010 15:37:35 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin
Mon, 12 Jul 2010 15:13:31 +0000 Sadrul Habib Chowdhury Get rid of a few unnecessary strlen/g_snprintf's.
Mon, 21 Jun 2010 17:35:10 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin
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
Fri, 04 Jun 2010 14:33:12 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin
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.
Tue, 18 May 2010 02:29:24 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin
Mon, 17 May 2010 00:14:22 +0000 Stu Tomlinson Add some comments that meant something to me at some point and might
Wed, 05 May 2010 15:42:34 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin.
Thu, 29 Apr 2010 17:17:00 +0000 Paul Aurich util: Better validation of the allowed character values in XML 1.0
Thu, 22 Apr 2010 14:45:57 +0900 Yoshiki Yazawa merged with im.pidgin.pidgin
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.
Tue, 30 Mar 2010 15:27:03 +0900 Yoshiki Yazawa merged with im.pidgin.pidgin
Fri, 26 Mar 2010 03:37:11 +0000 Sadrul Habib Chowdhury Ignore some tags at the beginning of a message.
Mon, 22 Feb 2010 16:05:25 +0900 Yoshiki Yazawa merged with im.pidgin.pidgin
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.
Tue, 26 Jan 2010 17:42:57 +0900 Yoshiki Yazawa merged with im.pidgin.pidgin
Sun, 24 Jan 2010 05:15:33 +0000 Paul Aurich Fix a corner case where purple_markup_html_to_xhtml generated malformed XHTML.
Thu, 24 Sep 2009 16:02:36 +0900 Yoshiki Yazawa merged with im.pidgin.pidgin
Tue, 22 Sep 2009 06:01:08 +0000 Mark Doliner Minor cleanup. gc->prpl is guarranteed to be a PurplePlugin with
Mon, 14 Sep 2009 19:43:32 +0900 Yoshiki Yazawa merged with im.pidgin.pidgin
Fri, 11 Sep 2009 18:17:03 +0000 Mark Doliner Change purple_url_encode() to not encode . _ - ~ because it's not
Tue, 01 Sep 2009 02:40:07 +0900 Yoshiki Yazawa merged with im.pidgin.pidgin
Mon, 31 Aug 2009 08:00:06 +0000 Paul Aurich gah, signed comparison meant this was stripping all multibyte UTF-8 characters.
Sun, 30 Aug 2009 07:56:49 +0900 Yoshiki Yazawa fixed a bug in purple_utf8_strip_unprintables() that all characters with 8th bit set would be dropped.
Sun, 30 Aug 2009 03:04:43 +0900 Yoshiki Yazawa merged with im.pidgin.pidgin
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).
Sat, 29 Aug 2009 04:49:46 +0900 Yoshiki Yazawa merged with im.pidgin.pidgin
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 16:04:22 +0900 Yoshiki Yazawa merged with im.pidgin.pidgin
Tue, 18 Aug 2009 04:34:30 +0000 Elliott Sales de Andrade g_strncasecmp is deprecated. I thought I removed these already. Anyway, I
Sat, 15 Aug 2009 00:09:26 +0900 Yoshiki Yazawa merged with im.pidgin.pidgin
Thu, 13 Aug 2009 20:16:23 +0000 Mark Doliner How about we just use a GString instead of this ridiculous
Mon, 10 Aug 2009 20:36:54 +0900 Yoshiki Yazawa merged with im.pidgin.pidgin
Sun, 09 Aug 2009 00:15:14 +0000 Paul Aurich Add support for XMPP URIs on Windows. Closes #2326.
Sat, 25 Jul 2009 04:54:36 +0000 Yoshiki Yazawa explicit merge of 'd957c051e839d63bfc0ef71320934890e7ae63c4'
Tue, 07 Jul 2009 06:09:35 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 921a6693312cc38dd6dbc93e91d6bf5c60938634)
Sun, 05 Jul 2009 09:18:35 +0000 Yoshiki Yazawa revert 002fd86b3609a74ca5836b78b2d13da38c608adb
Sat, 04 Jul 2009 23:40:15 +0000 Yoshiki Yazawa pidgin should handle 2byte hexadecimal numeric character reference.
Sat, 04 Jul 2009 23:14:35 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 832a8f3c3faf1fbbc69e803c6a1830896dd05e1f)
Wed, 01 Jul 2009 04:12:32 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 8c1fa13e01e278e3a2c91c7c595ff091b87f0c3c)
Thu, 25 Jun 2009 12:49:23 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 6b28d34173486d3e4f658f62a61c93b56a489cb0)
Fri, 19 Jun 2009 04:18:11 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 30f1540c6158d08c3c58172fff717ac182596cff)
Fri, 12 Jun 2009 05:27:34 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head e155acab29d005538351633111052f094e5f5f98)
Thu, 21 May 2009 15:04:44 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head b7e8c44c307d8c76ec8baf9f5de889131d8bec6d)
Sat, 02 May 2009 20:35:36 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 8f2b3a7063a7a0e5cae9de55e55f7066c0d202d6)
Tue, 31 Mar 2009 11:18:23 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head f71e0a5c7eff9c53c7641ad6c6b135a3dfec040f)
Sun, 15 Mar 2009 10:41:29 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head d1b0914c480b5166f0687409b6a396866208d502)
Tue, 03 Mar 2009 06:57:02 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 66190c21dfe7125476caca3c14725bac9db8b71b)
Fri, 26 Dec 2008 08:42:30 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head c06356e8e8d2c586f0192a5564053c2584020da8)
Sun, 21 Dec 2008 18:31:05 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head df6eba32e5b6b34d7483cbfb7e9f2e4c836ac35f)
Sun, 07 Dec 2008 15:42:44 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 4ff028813f413133586393038d63ee3d565450a5)
Mon, 17 Nov 2008 06:15:33 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head ca4b6e987b967927b0f8bd001bc33440a6885000)
Sat, 25 Oct 2008 10:10:29 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 5ccc437b944e0675b75037409a01416e31650e7f)
Mon, 08 Sep 2008 04:49:36 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 254e5a24031a74103097db812ae3e723d696c11d)
Sat, 06 Sep 2008 19:13:49 +0000 Yoshiki Yazawa go back to is_zenkaku_space() due to a problem of i18n url such as ja.wikipedia.org.
Sat, 06 Sep 2008 17:35:09 +0000 Yoshiki Yazawa handle '[' and ']' as like '(' and ')'.
Sat, 06 Sep 2008 16:10:18 +0000 Yoshiki Yazawa - evolved is_zenkaku_space() to is_multibyte_utf8().
Fri, 05 Sep 2008 13:34:15 +0000 Yoshiki Yazawa added is_zenkaku_space() so that url can be separated from trailing multi byte string as well.
Fri, 05 Sep 2008 10:01:57 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 4e2880e0b1b33a1395280db14803f92cc93843de)
Wed, 20 Aug 2008 22:35:25 +0000 Yoshiki Yazawa changed encoding for libpurple/util.c to utf-8.
Wed, 20 Aug 2008 22:13:29 +0000 Yoshiki Yazawa disapproval of revision '0fc7734bdfe8abb0a53051c84b83dd3ec8ea54d8'
Wed, 20 Aug 2008 08:15:22 +0000 Yoshiki Yazawa changed encoding for util.c to utf-8.
Sat, 16 Aug 2008 07:04:26 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head c50c272054b5f756082d58737d15f1ab5e46be26)
Mon, 11 Aug 2008 04:44:54 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head a9002d08e75602ce9bcf87e60a05f2b0c7862608)
Thu, 07 Aug 2008 16:00:16 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 46d8b3ade8e097ae2dc4ecc334074fe286f6b27e)
Fri, 18 Jul 2008 08:45:31 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 97e156c1c2ef4aabc8926ff845b42b911a476dd0)
Wed, 02 Jul 2008 16:07:07 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 3008dd1f70a9e9ddc2bbe30c0fae7aba334836fe)
Tue, 17 Jun 2008 09:06:41 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 420b71541a7786d593759ead8d775f487291fb97)
Fri, 30 May 2008 14:29:33 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head eeed2c960a1dbe213de63e3115629056ac809beb)
Sun, 25 May 2008 04:30:41 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 217103c3e954ff2d295a6590ad3477d357894f9c)
Thu, 15 May 2008 13:29:11 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head fbc907b599705ebe499000ee228b8be4c456b39b)
Thu, 08 May 2008 00:27:54 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 245104c3da64bf99627578bd68d6cda42ee16b43)
Mon, 17 Mar 2008 06:32:52 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 33bd2430510196431b931ccb1fa0b55777482dd0)