log libpurple/util.c @ 21794:8f82dc5e0b76

age author description
Thu, 06 Dec 2007 12:26:40 +0000 Sadrul Habib Chowdhury Patch #3848 from Eion Robb: "purple_markup_unescape_entity doesn't escape hexadecimal references", with changes from QuLogic.
Fri, 23 Nov 2007 19:41:44 +0000 Stu Tomlinson I had used memcpy to copy the struct tm to where the caller wants it, but
Thu, 22 Nov 2007 16:45:38 +0000 Stu Tomlinson 'man 3 ctime' says of localtime() (and friends):
Thu, 22 Nov 2007 16:37:08 +0000 Stu Tomlinson Fix the bug in purple_str_to_time() that was causing 'make check' to fail.
Thu, 22 Nov 2007 16:32:56 +0000 Stu Tomlinson Fix a bug in purple_str_to_time() that could cause it to try reading past
Sat, 17 Nov 2007 20:58:56 +0000 Stu Tomlinson Allow empty GNOME_DESKTOP_SESSION_ID to "fail" the running_gnome check as
Sat, 10 Nov 2007 15:59:05 +0000 Stu Tomlinson Escape any un-escaped entities in purple_markup_html_to_xhtml when parsing
Sat, 10 Nov 2007 04:52:20 +0000 Ka-Hing Cheung propagate from branch 'im.pidgin.pidgin.next.minor' (head 0c9637482b845cc65e95a26e144697391c51133f)
Tue, 30 Oct 2007 10:15:58 +0000 Sadrul Habib Chowdhury Close #2810. ('Non-XHTML-IM messages with links in them are broken.')
Mon, 15 Oct 2007 00:41:22 +0000 Richard Laager Add and call a purple_util_uninit() to free user_dir and customer_home_dir
Fri, 09 Nov 2007 17:37:12 +0000 Stu Tomlinson applied changes from f0cdd16c20f9773e28cd79b36ffcf1c66057e32e
Thu, 08 Nov 2007 23:47:22 +0000 Ethan Blanton jtb indirectly points out that we need a fflush() before the fsync(),
Thu, 08 Nov 2007 19:49:12 +0000 Ethan Blanton Manually fflush() files written with purple_util_write_data_to_file,
Sat, 03 Nov 2007 17:52:28 +0000 Nathan Walp replace most calls to strerror with calls to g_strerror. strerror will return
Sat, 27 Oct 2007 13:31:38 +0000 Stu Tomlinson Avoid g_log warnings when there's no xhtml to append to, and remove a
Fri, 26 Oct 2007 04:59:23 +0000 Ka-Hing Cheung Patch from Andrew Gaul to constify a bunch of static variables to reduce
Tue, 23 Oct 2007 17:27:12 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin.2.2.2' (head 0adab134b7a42e144aee3ac60d825db1f28a42a4)
Tue, 16 Oct 2007 07:31:41 +0000 Mark Doliner Only free the GString "alt" if it's non-null. This was causing an
Tue, 16 Oct 2007 06:40:06 +0000 Mark Doliner When checking for redirects in purple_util_fetch_url(), look for
Sat, 13 Oct 2007 17:23:40 +0000 Daniel Atallah nosnilmot points out that this is a better way to ensure the size is valid.
Sat, 13 Oct 2007 17:20:19 +0000 Daniel Atallah disapproval of revision '94ce8a7c2dcd9c4ab8a0eff7fb4391ea043cd183'
Sat, 13 Oct 2007 16:55:57 +0000 Daniel Atallah Prevent invalid data length from getting passed to fwrite.
Tue, 09 Oct 2007 23:09:05 +0000 Daniel Atallah purple_util_write_data_to_file_absolute() should take a signed argument for the size as -1 is used to indicate that the string is nul-delimited. This resolves CID 330.
Fri, 28 Sep 2007 16:34:43 +0000 Richard Laager propagate from branch 'im.pidgin.rlaager.merging.2_2_1_conflicts' (head 4ad1081695d083df424898e6e7091f731b401265)
Fri, 21 Sep 2007 12:48:42 +0000 Sadrul Habib Chowdhury Initialize file-descriptors to -1.
Fri, 21 Sep 2007 00:55:32 +0000 Daniel Atallah Fix some incorrect assertions when G_DEBUG=fatal_warnings is set.
Wed, 19 Sep 2007 06:22:25 +0000 Ka-Hing Cheung propagate from branch 'im.pidgin.cpw.khc.msnp14' (head 60c1ae856c10cfcb75590f268816616e8a005aa1)
Sun, 16 Sep 2007 18:10:12 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head b0967247f79b18b245cdaaaf3f803d6834aea19a)
Sun, 16 Sep 2007 18:03:53 +0000 Richard Laager explicit merge of 'd565bd9a8e62d3302ac14bb7c3a68a52c0c6a65e'
Sun, 16 Sep 2007 18:03:41 +0000 Richard Laager explicit merge of '736907efe1b492215cd5e4b57bbcec0d4bb977e6'
Sun, 16 Sep 2007 18:02:50 +0000 Richard Laager explicit merge of '3732a7eabc7ecb0f846edc60f04ec3f6f7779c5b'
Sun, 16 Sep 2007 17:59:57 +0000 Richard Laager explicit merge of '7aea471c6710708afa40152f5fc3aaeda3d67e76'
Sun, 16 Sep 2007 17:58:40 +0000 Richard Laager explicit merge of 'b9e805b43e8543af0b4800e2e5553c85d947c610'
Wed, 12 Sep 2007 05:36:59 +0000 Ka-Hing Cheung 3rd time the charm? Fixes #2990, maybe
Tue, 23 Oct 2007 15:19:23 +0000 Luke Schierer a patch from stu for html handling.
Sun, 21 Oct 2007 04:59:23 +0000 Luke Schierer applied changes from c6a89223516b0abb6cbb399c2066e3b6a7b69d19
Sun, 21 Oct 2007 04:56:11 +0000 Luke Schierer applied changes from 5473bd4fec59a55c8ad482c92cc518fea564a241
Sun, 21 Oct 2007 04:44:56 +0000 Luke Schierer applied changes from e9e74094baa29c6f5589385507221a2502b817fb
Fri, 19 Oct 2007 18:30:30 +0000 Luke Schierer applied changes from 1095e0c294d15e95c8909d270748c5253226bfe6
Fri, 28 Sep 2007 16:22:27 +0000 Richard Laager applied changes from 8a731bbd0197fbcc91a705c2d8f528154216defa
Fri, 28 Sep 2007 15:47:20 +0000 Richard Laager applied changes from 307f0cff97539b1c6ddc0114500677abfe42aaa6
Fri, 28 Sep 2007 15:45:25 +0000 Richard Laager applied changes from 3fcc47961d378fa0cd4eeb00dc6923b16a3a4151
Sun, 16 Sep 2007 18:59:11 +0000 Richard Laager Rename the internal home_dir variable to user_dir to match the function and
Sun, 16 Sep 2007 01:05:22 +0000 Sean Egan remove gpl boilerplate from doxygen docs
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Thu, 06 Sep 2007 06:59:23 +0000 Kevin Stange merge of '906281124efc7c5fcab1d5a7b8066c6a99d7927d'
Wed, 05 Sep 2007 22:33:22 +0000 Sadrul Habib Chowdhury Patch from QuLogic. Fixes #2903 ('Missing newlines in debug messages.')
Mon, 03 Sep 2007 21:04:02 +0000 Ka-Hing Cheung merge of 'bf68a58b8bbc1d43f4ebe7b94bd47282cb66f26e'
Mon, 03 Sep 2007 09:45:56 +0000 Mark Doliner You can't just look at the first letter of the screen name to determine
Sun, 02 Sep 2007 00:03:43 +0000 Sadrul Habib Chowdhury disapproval of revision 'c672802b647f1230fbd9b0edf383fb3d558cf719'
Sat, 01 Sep 2007 23:50:22 +0000 Sadrul Habib Chowdhury Tooltips can be for the buddylist or for conversation windows.
Tue, 28 Aug 2007 01:14:08 +0000 William Ehlhardt propagate from branch 'im.pidgin.pidgin' (head 1ade185e4daf699979b517ddb70cee47cd15e7ee)
Sat, 25 Aug 2007 20:32:15 +0000 William Ehlhardt - Add purple_util_write_data_to_file_absolute; glib's
Fri, 24 Aug 2007 19:43:41 +0000 Daniel Atallah Fix some conversion warnings about using negative values with unsigned types. There are more, but these were easy fixes. You may think that I'm changing the API, but I'm really not - it was just wrong.
Sat, 11 Aug 2007 19:40:59 +0000 Sean Egan When converting to xhtml, only add URLs in angle brackets if it doesn't match the cdata. Fixes #2445
Thu, 12 Jul 2007 03:24:55 +0000 Andreas Monitzer Fixed a few style/efficiency/calling convention problems noted by rlaager
Thu, 12 Jul 2007 02:56:00 +0000 Andreas Monitzer Having the option of test compiling during merge conflict resolving would be a great feature...
Thu, 12 Jul 2007 02:53:43 +0000 Andreas Monitzer merge of '10372c98fc2831d20506d1c4e5b94ce39bbe8d1a'
Thu, 12 Jul 2007 02:51:30 +0000 Andreas Monitzer merge of '34c6d2f9e1c14630370e582d136064c340ef8e88'
Wed, 11 Jul 2007 22:27:44 +0000 Andreas Monitzer propagate from branch 'im.pidgin.pidgin' (head b195e262642015df66e36d33e9dd16ecae5df9d5)
Sun, 22 Jul 2007 06:53:13 +0000 Mark Doliner Valgrind was showing "Invalid read of size 1" when a string is passed
Wed, 18 Jul 2007 06:32:00 +0000 Mark Doliner This was crashing for me when writing a system message when logging
Thu, 12 Jul 2007 03:35:10 +0000 Andreas Monitzer Per request of rlaager, propagated my xhtml-creator fixes to the main branch. This adds two things: proper <img>-handling and appending URLs to the plain text version like this: <http://www.example.com>.
Sun, 01 Jul 2007 01:25:02 +0000 Nick Hebner Replace some strncasecmp() calls with g_ascii_strncasecmp() as part of the
Sun, 24 Jun 2007 04:53:36 +0000 Nathan Walp support replying to XEP-0202 queries
Sun, 17 Jun 2007 02:52:24 +0000 Richard Laager Use dynamically allocated strings for the user_dir caching. Do we need to
Sat, 16 Jun 2007 22:32:54 +0000 Richard Laager Use the IEC binary units to match our math.
Mon, 11 Jun 2007 07:45:19 +0000 Mark Doliner I think it's reasonable to search through a haystack that is the
Wed, 06 Jun 2007 00:23:41 +0000 Sean Egan propagate from branch 'im.pidgin.pidgin' (head dcdd8dc5d40cafef802a88f3f713ee1589bc9c41)
Tue, 05 Jun 2007 01:38:09 +0000 Sadrul Habib Chowdhury merge of '9d95292d55daedb7f74c7df323ad2c69d347d384'
Mon, 04 Jun 2007 23:48:54 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head ac83216c7b78e652b47f1fd0bcb91f1eaf2cdf36)
Mon, 04 Jun 2007 05:56:57 +0000 Richard Laager Make this work with the changes in revision
Mon, 04 Jun 2007 05:55:13 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head a58972b72c7aa0fa0899c5a6b96e51cd6c427ab4)
Mon, 04 Jun 2007 05:47:06 +0000 Richard Laager A patch from David Grohmann (dave1g) to log embedded images.
Thu, 12 Jul 2007 02:45:23 +0000 Andreas Monitzer disapproval of revision '71ed79a95ae8fc95aafeebbea64a8adcf4db8bfd'
Wed, 11 Jul 2007 15:59:09 +0000 Andreas Monitzer merge of '56282c0e590e48f68f48934e6d0fe5bb4ecd518b'
Wed, 11 Jul 2007 15:57:14 +0000 Andreas Monitzer disapproval of revision 'c9ca4d2dd194ca90f6c34468efd8ad100e7a65b1'
Thu, 12 Jul 2007 02:45:41 +0000 Andreas Monitzer disapproval of revision '417a908e6df613a5d005b70eb687e8f7b31d69b3'
Wed, 11 Jul 2007 15:57:20 +0000 Andreas Monitzer disapproval of revision '748fc054c9c8f73bfef7b348ecf35093fd478d81'
Tue, 10 Jul 2007 12:07:56 +0000 Andreas Monitzer Fixed a memory leak.
Tue, 10 Jul 2007 12:06:41 +0000 Andreas Monitzer Allowing img tags in XHTML messages (for MSN-style custom emoticons and other features).
Sun, 08 Jul 2007 20:43:53 +0000 Andreas Monitzer When converting HTML to XHTML and plain text on message send, links in the HTML are converted to 'text' <'url'> in plain text instead of just 'text'.
Fri, 25 May 2007 20:52:31 +0000 William Ehlhardt - Add purple_base16_encode_chunked, which is handy for key fingerprints.
Tue, 05 Jun 2007 12:48:22 +0000 Richard Laager Where did ekse come from?
Tue, 05 Jun 2007 12:04:09 +0000 Evan Schoenberg Fixed recognition of the extension of certain JPG files. The 4th character may be anything between e0 and ef; the first 3 should be sufficient for a magic number, though a more 'complete' solution would verify that (e0 <= data[3] <= ef). Also, added recognition of TIF files (magic number: MM or II). Refs #725, which gave examples of several JPGs with (data[3] == e1).
Mon, 04 Jun 2007 05:54:48 +0000 Richard Laager In purple_markup_html_to_xhtml:
Mon, 04 Jun 2007 05:52:11 +0000 Richard Laager Remove needless string duplication.
Sun, 03 Jun 2007 21:42:54 +0000 Mark Doliner Add some notes about why Yahoo! web messenger login doesn't work
Tue, 22 May 2007 22:46:07 +0000 William Ehlhardt merge of '6314e2458eb034f1157174edc1f80ea8bb7ecebc'
Sun, 20 May 2007 15:56:53 +0000 Richard Laager If we're operating on ASCII characters only, we should use g_ascii_isalnum.
Sun, 20 May 2007 14:57:09 +0000 Stu Tomlinson Linkify xmpp: URIs
Tue, 15 May 2007 01:06:02 +0000 Sean Egan Patch #756 from EvilSporkMan. Use Datallah's url handling for Dbus
Mon, 14 May 2007 19:55:01 +0000 Sean Egan Patch #702, Info not reset on URL redirect
Sun, 06 May 2007 21:36:36 +0000 Sadrul Habib Chowdhury Stripping html should replace HR with a newline.
Sat, 05 May 2007 23:56:21 +0000 Richard Laager merge of '6410c883762e90fc54d85e2ca466d863b2951796'
Fri, 04 May 2007 04:23:24 +0000 Evan Schoenberg Removed a stray )
Sat, 05 May 2007 23:55:29 +0000 Richard Laager From my reading of the documentation, g_mkstemp() is a strict superset of
Fri, 04 May 2007 04:01:23 +0000 Daniel Atallah _mktmp() sucks, so use g_mkstemp() instead. This probably doesn't have to be done differently for win32 and elsewhere, but I don't want to be changing things right now.
Sat, 28 Apr 2007 00:36:53 +0000 Luke Schierer sadrul fixed the next but not last crash
Fri, 27 Apr 2007 03:45:56 +0000 Daniel Atallah Fix purple_util_get_image_extension()'s data param. to be correctly marked as constant.
Fri, 27 Apr 2007 02:14:44 +0000 Sean Egan propagate from branch 'im.pidgin.rlaager.gaim_migration' (head dcc40d46afbe3f87cc674e4fb1526ac722bc35cb)
Thu, 26 Apr 2007 16:54:15 +0000 Sean Egan remove debug statement
Tue, 24 Apr 2007 03:57:07 +0000 Richard Laager Rework the buddy icon subsystem to use the imgstore subsystem, and modify the
Mon, 23 Apr 2007 17:06:43 +0000 Richard Laager There's no need to recalculate the home_dir on every call to
Mon, 23 Apr 2007 17:05:54 +0000 Richard Laager Use ~/.purple only, never ~/.gaim. This is a revert of the functional
Mon, 16 Apr 2007 21:40:15 +0000 Sadrul Habib Chowdhury This was causing problems with jabber in finch.
Sun, 15 Apr 2007 18:51:11 +0000 Mark Doliner Call strtolower() so that we don't have to check against the
Fri, 13 Apr 2007 04:15:14 +0000 Richard Laager Patch cleanups:
Fri, 13 Apr 2007 04:13:24 +0000 Shlomi Loubaton Patch from shlomil in ticket #78.
Wed, 11 Apr 2007 14:46:04 +0000 Stu Tomlinson Hopefully prevent libpurple causing problems for 3rd party UIs if they also
Mon, 09 Apr 2007 00:03:04 +0000 Richard Laager Use ~/.gaim if it exists, else ~/.purple. If you think you can make this code
Sat, 07 Apr 2007 04:43:50 +0000 Nathan Walp fix our string-to-time function, and add a couple tests for it
Sat, 24 Mar 2007 23:28:25 +0000 Mark Doliner Go back to using ~/.gaim/ until we decide what to do.
Mon, 19 Mar 2007 10:03:36 +0000 Sean Egan who knew that --disable-plugins still worked?! Also, some completely untested support for aim:buddyicon, which I'll look at more tomorrow
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Sat, 10 Mar 2007 17:24:53 +0000 Mark Doliner Thanks to Ka-Hing Cheung for catching this
Fri, 23 Feb 2007 13:50:17 +0000 Evan Schoenberg merge of '29edb52ee278b20f6e1569192934bd2f83482536'
Sun, 25 Feb 2007 01:09:27 +0000 Sean Egan More icons and icon improvements
Fri, 23 Feb 2007 16:26:47 +0000 Ethan Blanton merge of '29edb52ee278b20f6e1569192934bd2f83482536'
Fri, 23 Feb 2007 16:25:32 +0000 Ethan Blanton Sean didn't clean up some merge gunk, it looks like