log libpurple/util.c @ 20208:63b1ce39965c

age author description
2007-09-08 John Bailey The FSF changed its address a while ago; our files were out of date.
2007-09-06 Kevin Stange merge of '906281124efc7c5fcab1d5a7b8066c6a99d7927d'
2007-09-05 Sadrul Habib Chowdhury Patch from QuLogic. Fixes #2903 ('Missing newlines in debug messages.')
2007-09-03 Ka-Hing Cheung merge of 'bf68a58b8bbc1d43f4ebe7b94bd47282cb66f26e'
2007-09-03 Mark Doliner You can't just look at the first letter of the screen name to determine
2007-09-02 Sadrul Habib Chowdhury disapproval of revision 'c672802b647f1230fbd9b0edf383fb3d558cf719'
2007-09-01 Sadrul Habib Chowdhury Tooltips can be for the buddylist or for conversation windows.
2007-08-28 William Ehlhardt propagate from branch 'im.pidgin.pidgin' (head 1ade185e4daf699979b517ddb70cee47cd15e7ee)
2007-08-25 William Ehlhardt - Add purple_util_write_data_to_file_absolute; glib's
2007-08-24 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.
2007-08-11 Sean Egan When converting to xhtml, only add URLs in angle brackets if it doesn't match the cdata. Fixes #2445
2007-07-12 Andreas Monitzer Fixed a few style/efficiency/calling convention problems noted by rlaager
2007-07-12 Andreas Monitzer Having the option of test compiling during merge conflict resolving would be a great feature...
2007-07-12 Andreas Monitzer merge of '10372c98fc2831d20506d1c4e5b94ce39bbe8d1a'
2007-07-12 Andreas Monitzer merge of '34c6d2f9e1c14630370e582d136064c340ef8e88'
2007-07-11 Andreas Monitzer propagate from branch 'im.pidgin.pidgin' (head b195e262642015df66e36d33e9dd16ecae5df9d5)
2007-07-22 Mark Doliner Valgrind was showing "Invalid read of size 1" when a string is passed
2007-07-18 Mark Doliner This was crashing for me when writing a system message when logging
2007-07-12 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>.
2007-07-01 Nick Hebner Replace some strncasecmp() calls with g_ascii_strncasecmp() as part of the
2007-06-24 Nathan Walp support replying to XEP-0202 queries
2007-06-17 Richard Laager Use dynamically allocated strings for the user_dir caching. Do we need to
2007-06-16 Richard Laager Use the IEC binary units to match our math.
2007-06-11 Mark Doliner I think it's reasonable to search through a haystack that is the
2007-06-06 Sean Egan propagate from branch 'im.pidgin.pidgin' (head dcdd8dc5d40cafef802a88f3f713ee1589bc9c41)
2007-06-05 Sadrul Habib Chowdhury merge of '9d95292d55daedb7f74c7df323ad2c69d347d384'
2007-06-04 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head ac83216c7b78e652b47f1fd0bcb91f1eaf2cdf36)
2007-06-04 Richard Laager Make this work with the changes in revision
2007-06-04 Richard Laager propagate from branch 'im.pidgin.pidgin' (head a58972b72c7aa0fa0899c5a6b96e51cd6c427ab4)
2007-06-04 Richard Laager A patch from David Grohmann (dave1g) to log embedded images.
2007-07-12 Andreas Monitzer disapproval of revision '71ed79a95ae8fc95aafeebbea64a8adcf4db8bfd'
2007-07-11 Andreas Monitzer merge of '56282c0e590e48f68f48934e6d0fe5bb4ecd518b'
2007-07-11 Andreas Monitzer disapproval of revision 'c9ca4d2dd194ca90f6c34468efd8ad100e7a65b1'
2007-07-12 Andreas Monitzer disapproval of revision '417a908e6df613a5d005b70eb687e8f7b31d69b3'
2007-07-11 Andreas Monitzer disapproval of revision '748fc054c9c8f73bfef7b348ecf35093fd478d81'
2007-07-10 Andreas Monitzer Fixed a memory leak.
2007-07-10 Andreas Monitzer Allowing img tags in XHTML messages (for MSN-style custom emoticons and other features).
2007-07-08 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'.
2007-05-25 William Ehlhardt - Add purple_base16_encode_chunked, which is handy for key fingerprints.
2007-06-05 Richard Laager Where did ekse come from?
2007-06-05 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).
2007-06-04 Richard Laager In purple_markup_html_to_xhtml:
2007-06-04 Richard Laager Remove needless string duplication.
2007-06-03 Mark Doliner Add some notes about why Yahoo! web messenger login doesn't work
2007-05-22 William Ehlhardt merge of '6314e2458eb034f1157174edc1f80ea8bb7ecebc'
2007-05-20 Richard Laager If we're operating on ASCII characters only, we should use g_ascii_isalnum.
2007-05-20 Stu Tomlinson Linkify xmpp: URIs
2007-05-15 Sean Egan Patch #756 from EvilSporkMan. Use Datallah's url handling for Dbus
2007-05-14 Sean Egan Patch #702, Info not reset on URL redirect
2007-05-06 Sadrul Habib Chowdhury Stripping html should replace HR with a newline.
2007-05-05 Richard Laager merge of '6410c883762e90fc54d85e2ca466d863b2951796'
2007-05-04 Evan Schoenberg Removed a stray )
2007-05-05 Richard Laager From my reading of the documentation, g_mkstemp() is a strict superset of
2007-05-04 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.
2007-04-28 Luke Schierer sadrul fixed the next but not last crash
2007-04-27 Daniel Atallah Fix purple_util_get_image_extension()'s data param. to be correctly marked as constant.
2007-04-27 Sean Egan propagate from branch 'im.pidgin.rlaager.gaim_migration' (head dcc40d46afbe3f87cc674e4fb1526ac722bc35cb)
2007-04-26 Sean Egan remove debug statement
2007-04-24 Richard Laager Rework the buddy icon subsystem to use the imgstore subsystem, and modify the
2007-04-23 Richard Laager There's no need to recalculate the home_dir on every call to