log

age author description
Fri, 20 Jul 2007 22:31:27 +0000 Daniel Atallah Continue to build nullprpl by default on win32, but don't actually install it - we don't want it in the installer.
Fri, 20 Jul 2007 22:24:10 +0000 Daniel Atallah Bonjour only works on Windows2000 or newer, so we don't need to indirectly access the Net* functions. Avoid doing an unnecessary domain query to find the Domain Controller (which was causing a several second delay at startup). Also, try harder to avoid empty default names and falling back to "Purple Person".
Fri, 20 Jul 2007 21:49:53 +0000 Sadrul Habib Chowdhury merge of '2543d569f73fee46d4f4f92b5a5f2245ed4a07db'
Fri, 20 Jul 2007 18:38:24 +0000 Luke Schierer merge of '9b9534d8ba6b75ce9836ce0cd1ed8e086c0f89a0'
Fri, 20 Jul 2007 18:11:26 +0000 Daniel Atallah pidgin_accounts_window_hide() should actually dispose of the window. Fixes #2193.
Fri, 20 Jul 2007 16:31:39 +0000 Daniel Atallah Fix from Will Hawkins to plug some leaks in error cases for the SIMPLE prpl. References #2181.
Fri, 20 Jul 2007 18:35:13 +0000 Javier Fern«”ndez-Sanguino Pe«Ša fixes #2147
Fri, 20 Jul 2007 18:33:58 +0000 Claudio Satriano fixes #2156
Fri, 20 Jul 2007 18:31:53 +0000 Shalom Craimer fixes #2163
Fri, 20 Jul 2007 18:30:03 +0000 Ambrose C. Li fixes #2164
Fri, 20 Jul 2007 18:27:18 +0000 Toni Hermoso fixes #2174
Fri, 20 Jul 2007 18:22:27 +0000 Yngve Spjeld Landro fixes #2211
Fri, 20 Jul 2007 05:09:46 +0000 Kevin Stange Merge the two patches from this ticket, fix them, and be sure to install
Fri, 20 Jul 2007 21:46:29 +0000 Sadrul Habib Chowdhury Allow disabling the widget actions on specific widgets. This allows, for
Fri, 20 Jul 2007 21:41:05 +0000 Sadrul Habib Chowdhury Fix a crash Eric found. These parameters were in reverse order.
Thu, 19 Jul 2007 21:34:35 +0000 Sadrul Habib Chowdhury Anoter patch from Javeed Shaikh to introduce a utility function for a tree.
Thu, 19 Jul 2007 21:11:37 +0000 Sadrul Habib Chowdhury Patch from Javeed Shaikh to make the search function non-braindamaged.
Fri, 20 Jul 2007 02:58:21 +0000 Eric Polino propagate from branch 'im.pidgin.pidgin' (head e234ff44fe5efd4a34c1fe7d40419300d1748187)
Thu, 19 Jul 2007 08:25:57 +0000 Sadrul Habib Chowdhury merge of '1716933469be8ab48b72ab0259f65b44c4d9b23e'
Wed, 18 Jul 2007 06:32:00 +0000 Mark Doliner This was crashing for me when writing a system message when logging
Wed, 18 Jul 2007 06:28:11 +0000 Mark Doliner Get rid of an unused variable
Tue, 17 Jul 2007 17:03:59 +0000 Daniel Atallah merge of 'c461aa1e202a65745f6b1de51f4bea0016abc463'
Thu, 19 Jul 2007 08:25:26 +0000 Sadrul Habib Chowdhury Allow using custom search functions.
Tue, 17 Jul 2007 11:09:03 +0000 Sadrul Habib Chowdhury Do some work to make pygnt more useful. The dbus-gnt script works fairly
Tue, 17 Jul 2007 06:43:05 +0000 Richard Laager The gtkbuddynote.c file contains translation markers.
Mon, 16 Jul 2007 23:59:58 +0000 Sadrul Habib Chowdhury Do a NULL-check to prevent a crash.
Mon, 16 Jul 2007 23:50:41 +0000 Sadrul Habib Chowdhury merge of '16545633f55b708a351f38a9532d94b0b00eacec'
Mon, 16 Jul 2007 21:11:45 +0000 Evan Schoenberg aim_locate_finduserinfo() can return NUL (particularly if userinfo->sn is NULL), which leads to the crash in AdiumTicket:7346. Handle this possibility rather than crashing.
Mon, 16 Jul 2007 21:11:23 +0000 Evan Schoenberg merge of '01d1a63fe1ad7ad2f78ff88c6540afd927693362'
Sat, 14 Jul 2007 18:16:51 +0000 Evan Schoenberg cmd->params[2] could be NULL, or purple_url_decode() could return NULL. Don't pass a potential NULL to strcmp().