Wed, 14 Feb 2007 04:26:10 +0000 |
Evan Schoenberg |
Fix problem with the previous leak fix pointed out by Etan.
|
Wed, 14 Feb 2007 04:24:48 +0000 |
Evan Schoenberg |
merge of '46383975a415a7c7a37796205fd5ee523d5bc5e6'
|
Wed, 14 Feb 2007 02:35:35 +0000 |
Daniel Atallah |
Some more pidgininfication
|
Wed, 14 Feb 2007 00:12:27 +0000 |
Evan Schoenberg |
s/Gaim/Pidgin
|
Wed, 14 Feb 2007 02:28:44 +0000 |
Daniel Atallah |
merge of '12df03445c45ddd504a76c52aa7a78e633426dbe'
|
Tue, 13 Feb 2007 07:03:51 +0000 |
Mark Doliner |
merge of '7822ac971c736a7e6545da828b1b79db67ad732f'
|
Tue, 13 Feb 2007 06:58:13 +0000 |
Mark Doliner |
Allow setting of the iTunes Music Store URL for AIM accounts. It's
|
Tue, 13 Feb 2007 22:19:26 +0000 |
Evan Schoenberg |
Fixed 3 Jabber memory leaks: in jabber_roster_parse(), there's no need to g_strdup() this normalized jid since it's only used immediately, and there was no correspoding g_free(). When removing an id from jbi->ids, its data should always be freed. Finally, gaim_str_seconds_to_string() returns retained memory -- we must free the returned pointer when we're done using it.
|
Tue, 13 Feb 2007 05:02:05 +0000 |
Evan Schoenberg |
merge of '7822ac971c736a7e6545da828b1b79db67ad732f'
|
Mon, 12 Feb 2007 08:43:04 +0000 |
Mark Doliner |
Combine two functions that did similar things. This is a little
|
Sun, 11 Feb 2007 21:58:50 +0000 |
Daniel Atallah |
uri-handler support for AIM/ICQ, Yahoo and MSN
|
Sun, 11 Feb 2007 19:34:43 +0000 |
Mark Doliner |
Whitespace
|
Sun, 11 Feb 2007 19:34:27 +0000 |
Mark Doliner |
Minor warning fix
|
Sun, 11 Feb 2007 19:34:07 +0000 |
Mark Doliner |
I think I was wrong about SOCKS4a. For the record, SOCKS4a is when
|
Sun, 11 Feb 2007 19:28:23 +0000 |
Mark Doliner |
merge of 'cf12e304d75ad46da438f94ffdd3f9f722cfa2ec'
|
Sun, 11 Feb 2007 03:06:08 +0000 |
Daniel Atallah |
merge of 'dd2102690e56e010006c8c94b8a7760a34eb4299'
|
Sun, 11 Feb 2007 04:22:22 +0000 |
Sadrul Habib Chowdhury |
Add the example nullclient here.
|
Sun, 11 Feb 2007 04:01:36 +0000 |
Sadrul Habib Chowdhury |
"Oopsy daisy"
|
Sun, 11 Feb 2007 03:54:22 +0000 |
Sadrul Habib Chowdhury |
Add stuff for pkg-config
|
Sun, 11 Feb 2007 01:40:04 +0000 |
Sadrul Habib Chowdhury |
Let's use the core function instead of using the uiops function directly when
|
Sun, 11 Feb 2007 03:05:41 +0000 |
Daniel Atallah |
A double click on the conv. area was getting through to the middle-click parting code. What is worse is that it wasn't necessarily choosing the correct tab. I didn't want to change pidgin_conv_get_tab_at_xy() to only deal with being actually over a tab, so we will ignore double clicks here.
|
Sun, 11 Feb 2007 00:46:43 +0000 |
Daniel Atallah |
Core support for external protocol URIs. The actual handling of the URIs will be in the prpls and other plugins. This commit only includes the win32 method of actually passing in a URI - the dbus implementation still needs to be written.
|
Sun, 11 Feb 2007 00:30:48 +0000 |
Daniel Atallah |
Suppress warnings about unused variables in the generated perl bindings
|
Sun, 11 Feb 2007 00:27:46 +0000 |
Daniel Atallah |
Unused variables
|
Sun, 11 Feb 2007 00:17:12 +0000 |
Daniel Atallah |
This should prevent the dll resources from being regenerated each time.
|
Sun, 11 Feb 2007 00:10:55 +0000 |
Daniel Atallah |
Update dll and exe version resources for pidgin stuff.
|
Sat, 10 Feb 2007 01:14:57 +0000 |
Richard Laager |
merge of '12c5fcf0819724b3304461672fc4bd1ebf0a8287'
|
Tue, 13 Feb 2007 05:00:49 +0000 |
Evan Schoenberg |
If jabber_ssl_connect_failure() is called because a connect attempt fails, but the user has already canceled the attempt by signing the account offline, this would previously crash. It now does not.
|