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.
|
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
|
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, 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.
|