changelog
- 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.
- Tue, 15 Jun 2010 17:11:15 +0000
- by Sadrul Habib Chowdhury <sadrul@pidgin.im> [Tue, 15 Jun 2010 17:11:15 +0000] rev 30446
- Ignore invisible widgets when resizing. References #12169.
- Tue, 15 Jun 2010 01:33:28 +0000
- by Paul Aurich <darkrain42@pidgin.im> [Tue, 15 Jun 2010 01:33:28 +0000] rev 30445
- merge of 'd871c3fd663700b7a4930e12695bc878f591be61'
and '58456ab971cf5b3ffefa9004608edfe66c74dae5'
- Tue, 15 Jun 2010 01:28:17 +0000
- by Stu Tomlinson <nosnilmot@pidgin.im> [Tue, 15 Jun 2010 01:28:17 +0000] rev 30444
- Catch some more invalid email addresses, thanks to Mark for additional
tests (not that I agree with all of them)
- Tue, 15 Jun 2010 01:32:14 +0000
- by Paul Aurich <darkrain42@pidgin.im> [Tue, 15 Jun 2010 01:32:14 +0000] rev 30443
- gg: s/exit/_exit/ in the resolver fork() code
This fixes some crashes in Adium because various OS X libraries
use (P)threads and add atexit() hooks.
- Mon, 14 Jun 2010 22:23:33 +0000
- by Mark Doliner <markdoliner@pidgin.im> [Mon, 14 Jun 2010 22:23:33 +0000] rev 30442
- Oh, let's put our original test cases in the two arrays, to make things
consistent and good