log

age author description
Tue, 08 Jan 2008 02:47:51 +0000 Evan Schoenberg There's nothing wrong with calling purple_buddy_icons_find() can not receiving an icon in return - it just means that no icon was found. We shouldn't attempt to call purple_buddy_icon_ref() on NULL, which will trigger a failed assertion.
Tue, 08 Jan 2008 00:22:48 +0000 Andreas Monitzer Now checking the hostname supplied by the user, or the host-part of the JID when no host name is given against the CN of the domain. This makes libpurple comply to the RFC. Fixes http://trac.adiumx.com/ticket/8787
Mon, 07 Jan 2008 23:20:40 +0000 Evan Schoenberg Remove spurious braces
Mon, 07 Jan 2008 19:04:10 +0000 Bj«Órn Voigt German update
Mon, 07 Jan 2008 16:28:25 +0000 Mark Doliner merge of '5fc55e3a78ccb0a463df332592e62c5a371cd8b4'
Mon, 07 Jan 2008 15:52:50 +0000 Richard Laager Add Shreevatsa R for the Python she-bang line changes.
Wed, 09 Jan 2008 02:14:29 +0000 Sadrul Habib Chowdhury I am going to go ahead and commit+push this revision/fix of purple_conversation_new.
Mon, 07 Jan 2008 15:16:33 +0000 Sadrul Habib Chowdhury Unset some stuff to make sure Sylar can't kill us.
Mon, 07 Jan 2008 09:14:39 +0000 Sadrul Habib Chowdhury compile
Mon, 07 Jan 2008 06:19:57 +0000 Sadrul Habib Chowdhury merge of 'd11aaeee05a52eb367ad7d81f82a36b7a0501bcf'
Mon, 07 Jan 2008 00:32:26 +0000 Evan Schoenberg If the cached buddy icon can't be loaded, delete the preferences which point to it. Among other things, this fixes OSCAR buddy icon retrieval when the cache has been removed - since previously the icon hash was kept around and was used to determine that (so far as the prpl could tell) no icon retrieval was needed, libpurple would never have an icon for the contact.
Mon, 07 Jan 2008 06:16:46 +0000 Sadrul Habib Chowdhury Remember the size of the roomlist window. Handle the categories better.
Sun, 06 Jan 2008 20:59:02 +0000 Sadrul Habib Chowdhury Typo can cause crashes.
Sun, 06 Jan 2008 21:56:12 +0000 John Bailey Fix a couple compile warnings.
Sun, 06 Jan 2008 21:47:02 +0000 John Bailey Fix my typo
Sun, 06 Jan 2008 21:15:17 +0000 John Bailey Some readability changes. Refs #4533.
Sun, 06 Jan 2008 19:48:18 +0000 John Bailey Give credit where due.
Sun, 06 Jan 2008 19:45:03 +0000 Thanumalayan This patch from Thanumalayan S. implements Yahoo protocol version 15 file
Sun, 06 Jan 2008 19:28:49 +0000 John Bailey Revert patch that added receive-only transfer support for Yahoo protocol
Sun, 06 Jan 2008 19:02:57 +0000 Sadrul Habib Chowdhury merge of '534709237b5a9cb6acf039eba7344401c9cf8ac4'
Sat, 05 Jan 2008 18:41:33 +0000 Richard Laager Don't assume perl is at /usr/bin/perl, use /usr/bin/env instead. This is not
Sat, 05 Jan 2008 18:36:23 +0000 Richard Laager These don't seem to require bash.
Sat, 05 Jan 2008 18:34:04 +0000 Richard Laager A small patch from shreevatsa: "Some of the Python scripts start with
Sat, 05 Jan 2008 18:07:16 +0000 Richard Laager merge of '418bc7dd4e063c50039bba0d51b489b568f9aaaa'
Sat, 05 Jan 2008 18:01:12 +0000 Richard Laager Squash some compiler warnings, some from my -Wstrict-prototypes fixing.
Sat, 05 Jan 2008 17:14:32 +0000 Richard Laager Clarify a comment that was confusing me. Thanks resiak!
Sat, 05 Jan 2008 16:32:40 +0000 Moos Heintzen Save the conversation "Enable Logging" option per-contact.
Thu, 03 Jan 2008 20:28:16 +0000 Richard Laager Turn off -Wstrict-prototypes until the issues in these libraries are fixed:
Thu, 03 Jan 2008 04:57:40 +0000 Richard Laager Probe for -Wstrict-prototypes to get some more warnings. I then cleaned up
Sun, 06 Jan 2008 19:01:24 +0000 Sadrul Habib Chowdhury Implementation of the roomlist API.