changelog
- Fri, 18 Jun 2010 20:12:41 +0000
- by Paul Aurich <darkrain42@pidgin.im> [Fri, 18 Jun 2010 20:12:41 +0000] rev 30456
- Only call failure_cb if it exists for the [gs]et_public_alias functions.
Craig "charding" Harding discovered (read: ran into the crash) this
- Thu, 17 Jun 2010 21:21:30 +0000
- by Paul Aurich <darkrain42@pidgin.im> [Thu, 17 Jun 2010 21:21:30 +0000] rev 30455
- jabber: Exclude ASCII 127 (Delete) from allowed SASLprep characters
Tested with libidn, so changed it for the non-libidn code. Also,
disable a test that cannot succeed without libidn (since it contains
a vulgar 1/2).
- Thu, 17 Jun 2010 19:17:32 +0000
- by Paul Aurich <darkrain42@pidgin.im> [Thu, 17 Jun 2010 19:17:32 +0000] rev 30454
- jabber: Fix a crash when sending typing notifications to a malformed buddy
E.g. "test@example.com ". Reported by Mark.
- Thu, 17 Jun 2010 01:51:58 +0000
- by Paul Aurich <darkrain42@pidgin.im> [Thu, 17 Jun 2010 01:51:58 +0000] rev 30453
- jabber: Fix a crash in the BoB code when receiving from Jabbim.
Actually, the real problem here is that Jabbim is leaving off a REQUIRED
attribute (see http://xmpp.org/extensions/xep-0231.html#format), but
we still shouldn't crash :). Closes #12185
- Thu, 17 Jun 2010 01:45:44 +0000
- by Paul Aurich <darkrain42@pidgin.im> [Thu, 17 Jun 2010 01:45:44 +0000] rev 30452
- jabber: Don't use a static array when it might not be sufficient.
JabberData:cid may come from the network, in which case the one I changed
here would result in truncation.
- Thu, 17 Jun 2010 01:30:06 +0000
- by Paul Aurich <darkrain42@pidgin.im> [Thu, 17 Jun 2010 01:30:06 +0000] rev 30451
- jabber: Oops, forgot to save the file before the last commit.
The thumbnail code uses this function with alt==NULL
- Thu, 17 Jun 2010 01:26:02 +0000
- by Paul Aurich <darkrain42@pidgin.im> [Thu, 17 Jun 2010 01:26:02 +0000] rev 30450
- jabber: Add a bunch of g_return_if_fail checks to the BoB code
(Entirely untested, but I asked Marcus to double-check them)
- Tue, 15 Jun 2010 22:42:49 +0000
- by Paul Aurich <darkrain42@pidgin.im> [Tue, 15 Jun 2010 22:42:49 +0000] rev 30449
- merge of '736dde71e3ec4a1d85f77cdf7179a32aaad44eb9'
and 'fe9af99cdc316713ec972978b2fc87ba40f5c687'
- Tue, 15 Jun 2010 22:41:37 +0000
- by Paul Aurich <darkrain42@pidgin.im> [Tue, 15 Jun 2010 22:41:37 +0000] rev 30448
- jabber: Stricter checks on the send_raw prpl function.
This (should) avoids a crash in the gtalkinvisible plugin as seen in a crash
log from #pidgin. The plugin is trying to send a stanza as the (eventual)
result of the signing-on signal, which is before prpl_info->login() is called.
Call stack:
jabber_send_raw protocols/jabber/jabber.c:443
jabber_prpl_send_raw protocols/jabber/jabber.c:548
6EA0122D plugins\gtalkinvisible.dll plugin_invisible_cb gtalkinvisible.c:147
67D0410B purple_signal_emit_vargs signals.c:465
67D04217 purple_signal_emit signals.c:436
67CFB75F purple_prpl_change_account_status prpl.c:389
67D09B3F status_has_changed status.c:669
67CC4409 purple_account_set_status_list account.c:1783
67CC4717 purple_account_set_status account.c:1752
67D00F18 purple_savedstatus_activate_for_account savedstatuses.c:1174
67D01899 purple_savedstatus_set_idleaway savedstatuses.c:887
67CE5D13 check_idleness idle.c:193
67D0410B purple_signal_emit_vargs signals.c:465
67D04217 purple_signal_emit signals.c:436
67CD9F34 _purple_connection_new connection.c:157
67CC56C1 purple_account_connect account.c:1216
- Tue, 15 Jun 2010 17:12:48 +0000
- by Sadrul Habib Chowdhury <sadrul@pidgin.im> [Tue, 15 Jun 2010 17:12:48 +0000] rev 30447
- Allow rebinding the key to show the dropdown menu for comboboxes.