changelog
- Mon, 14 Feb 2011 05:55:02 +0000
- by Gary Kramlich <grim@reaperworld.com> [Mon, 14 Feb 2011 05:55:02 +0000] rev 31422
- Fixed indentation, forgot to do so on my first commit. Added additional info from cipher.c to the file header
- Mon, 14 Feb 2011 05:48:59 +0000
- by Gary Kramlich <grim@reaperworld.com> [Mon, 14 Feb 2011 05:48:59 +0000] rev 31421
- Created a new branch to break the ciphers out to their own files. Also I've now exposed purple_g_checksum_* if we're on glib >= 2.16.0
- Tue, 15 Feb 2011 01:58:41 +0000
- by Mark Doliner <markdoliner@pidgin.im> [Tue, 15 Feb 2011 01:58:41 +0000] rev 31420
- g_warn_if_reached was added in glib 2.16.0, but we agree to support 2.12.0.
Fix this particular probably by using g_log, instead. This should print
the same output in this case, and seemed like the simplest solution.
- Mon, 14 Feb 2011 09:05:09 +0000
- by Mark Doliner <markdoliner@pidgin.im> [Mon, 14 Feb 2011 09:05:09 +0000] rev 31419
- Space indentation to tab indentation in one little place, and remove a few
strace spaces
- Mon, 14 Feb 2011 08:47:37 +0000
- by Mark Doliner <markdoliner@pidgin.im> [Mon, 14 Feb 2011 08:47:37 +0000] rev 31418
- Add to a comment
- Mon, 14 Feb 2011 03:51:05 +0000
- by Mark Doliner <markdoliner@pidgin.im> [Mon, 14 Feb 2011 03:51:05 +0000] rev 31417
- Small changes to how we format oscar screen names. We now
1. Don't attempt to format a screen name
2. Unless it's @aim.com (or possibly other AOL-owned domains), in which
case we strip off the domain and format the basename only
Hopefully fixes #13043, fixes #12376, fixes #11740
- Mon, 14 Feb 2011 03:10:09 +0000
- by Mark Doliner <markdoliner@pidgin.im> [Mon, 14 Feb 2011 03:10:09 +0000] rev 31416
- Add unit tests for oscar_util_name_compare. I suspected that this
function missed a few cases, but I was wrong, it's good.
I used ck_assert_int_eq and ck_assert_ne, which look like they
might be newer API. If that causes a problem we can change them
to fail_if and fail_unless
- Mon, 14 Feb 2011 01:01:37 +0000
- by Mark Doliner <markdoliner@pidgin.im> [Mon, 14 Feb 2011 01:01:37 +0000] rev 31415
- Attempt to fix a crash I've seen a few times. I think it happens if you
have a conversation window open with a MySpace buddy, then your MySpace
account goes offline. We apparently call the prpl's status_text prpl
function to get the status text for the buddy, but the connection is
offline. I don't know if that's something we SHOULD do or not... but
other prpl's seem to handle this, at least.
1. Use buddy->account instead of buddy->account->gc->proto_data->account,
since the former should always exist and later doesn't exist if the
account is offline. This was leading to a null pointer dereference.
2. Pass FALSE to msim_get_user_from_buddy() so that it will stop creating
an MsimUser struct if one doesn't exist. Creating it didn't accomplish
anything, and I feel like it might never get freed if the account is
already offline.
3. Put the checks for user->headline and user->display_name in a big
if condition, so we won't try to grab that info if user is NULL
- Sat, 12 Feb 2011 16:27:10 +0000
- by John Bailey <rekkanoryo@rekkanoryo.org> [Sat, 12 Feb 2011 16:27:10 +0000] rev 31414
- ChangeLog that.
- Sat, 12 Feb 2011 16:22:06 +0000
- by John Bailey <rekkanoryo@rekkanoryo.org> [Sat, 12 Feb 2011 16:22:06 +0000] rev 31413
- merge of 'a837346f4dfa5141f9c46b32991a9328fcd24f9c'
and '91a0b6effa55eeb7510009306834eab5057fbb6a'