Thu, 07 Oct 2010 02:02:15 +0000 |
Daniel Atallah |
Use g_fopen() instead of fopen() in a few places that snuck in.
|
Wed, 06 Oct 2010 02:36:00 +0000 |
John Bailey |
Forgot to changelog that. Need a name for todo to credit him/her. Refs #12688.
|
Wed, 06 Oct 2010 02:33:45 +0000 |
John Bailey |
Fix SMS carrier URL per todo's advice. Fixes #12688.
|
Mon, 04 Oct 2010 18:46:04 +0000 |
Jochen Kemnade |
update German translation
|
Mon, 04 Oct 2010 02:36:19 +0000 |
Daniel Atallah |
Use IPV6_V6ONLY for the bonjour IPv6 socket so that we can register the separate IPv4 socket on the same port. Fixes #12657
|
Mon, 04 Oct 2010 02:33:28 +0000 |
Daniel Atallah |
Deal with the hostname being a substring of the account name prior to the '@'
|
Mon, 04 Oct 2010 00:48:25 +0000 |
Daniel Atallah |
The hostname used for a bonjour account should always be the current machine
|
Mon, 04 Oct 2010 00:35:26 +0000 |
Daniel Atallah |
Use DNSServiceGetAddrInfo() from dns_sd.h to resolve the IP for remote bonjour
|
Sat, 02 Oct 2010 23:04:49 +0000 |
Elliott Sales de Andrade |
Add a ticket number here.
|
Wed, 29 Sep 2010 05:11:49 +0000 |
Paul Aurich |
Let's make it clear that means locally
|
Wed, 29 Sep 2010 05:11:09 +0000 |
Paul Aurich |
jabber: Commit some non-existent code.
|
Sun, 26 Sep 2010 20:16:15 +0000 |
Elliott Sales de Andrade |
merge of '2f6318bd834113559a405ec68cdb178f2180b680'
|
Sun, 26 Sep 2010 15:49:16 +0000 |
ivan komarov |
disapproval of revision 'eca3adf7cdd9217fcf670611fb705385fcfaa48d'
|
Fri, 24 Sep 2010 23:34:18 +0000 |
John Bailey |
Credit Stanislav for his patch. Refs #12505.
|
Fri, 24 Sep 2010 23:32:18 +0000 |
sbrabec |
Change default browser for new non-Windows users to xdg-open. Fixes #12505.
|
Wed, 22 Sep 2010 06:05:14 +0000 |
Paul Aurich |
jabber: Catch resource conflict IQ stanza errors returned by server
|
Tue, 21 Sep 2010 14:08:35 +0000 |
Paul Aurich |
cert: Tell users to check their computer's date/time for expired certs, too
|
Tue, 21 Sep 2010 04:37:26 +0000 |
Elliott Sales de Andrade |
merge of '6c7b27abd37198a7bf98e9255299159259bcffc7'
|
Mon, 20 Sep 2010 01:08:08 +0000 |
Elliott Sales de Andrade |
I should probably add a ChangeLog entry for this one since it's a bit
|
Mon, 20 Sep 2010 19:54:46 +0000 |
Marcus Lundblad |
jabber: use g_ascii_strtod instead of atof here, should be more portable in multiple locales
|
Mon, 20 Sep 2010 15:39:12 +0000 |
John Bailey |
I thought I had done this in my last commit. Clearly I'm an idiot. This fixes
|
Mon, 20 Sep 2010 03:55:18 +0000 |
John Bailey |
Proper credit for rtobar. Refs #12024.
|
Mon, 20 Sep 2010 03:53:47 +0000 |
John Bailey |
Change the "Manual" browser command pref's name to allow for a relatively simple
|
Mon, 20 Sep 2010 03:35:16 +0000 |
Paul Aurich |
jabber/jingle: Fix 2 warnings:
|
Mon, 20 Sep 2010 03:25:12 +0000 |
Paul Aurich |
jabber: Comment the problematic behavior of jabber_add_(feature|identity)
|
Mon, 20 Sep 2010 00:51:21 +0000 |
Paul Aurich |
jabber: Partial revert (everything but ChangeLog) of 945ef5abc5
|
Sat, 18 Sep 2010 22:27:49 +0000 |
John Bailey |
Credit where due. Refs #12049.
|
Sat, 18 Sep 2010 22:23:13 +0000 |
Guillaume Brunerie |
Make purple-remote expect and produce UTF-8 instead of ASCII. Fixes #12049.
|
Sat, 18 Sep 2010 17:52:07 +0000 |
John Bailey |
Credit where credit is due. Refs #12471.
|
Sat, 18 Sep 2010 17:50:29 +0000 |
pidgin |
Allow using the Send To menu in the case that the active conversation's account
|
Sat, 18 Sep 2010 17:34:35 +0000 |
John Bailey |
Almost forgot to ChangeLog that. Refs #12024. Still need a name for the COPYRIGHT file.
|
Sat, 18 Sep 2010 15:54:17 +0000 |
rtobar |
Make the "Manual" browser setting's command be stored as a string instead of as
|
Sat, 18 Sep 2010 02:01:29 +0000 |
John Bailey |
Add the new browsers here so they do useful stuff by default.
|
Sat, 18 Sep 2010 01:38:41 +0000 |
John Bailey |
Modernize the list of browsers a bit by adding Google Chrome and Chromium to
|
Sat, 18 Sep 2010 01:33:34 +0000 |
John Bailey |
Useful snippet of debugging that helped me out.
|
Sat, 18 Sep 2010 00:23:10 +0000 |
John Bailey |
ChangeLog Eion's patch. Refs #12601.
|
Sat, 18 Sep 2010 00:20:35 +0000 |
eion |
Use GRegex where available. Fixes #12601.
|
Fri, 17 Sep 2010 18:40:46 +0000 |
Daniel Atallah |
config.h is needed to determine USE_GTKSPELL here.
|
Fri, 17 Sep 2010 14:41:34 +0000 |
Daniel Atallah |
Make the win32 build possible to compile without GtkSpell if HAVE_GTKSPELL isn't defined.
|
Fri, 17 Sep 2010 14:40:13 +0000 |
Daniel Atallah |
Fix some cases where an arbitrary string was being specified as a printf format.
|
Fri, 17 Sep 2010 14:32:31 +0000 |
Daniel Atallah |
Specify an IPv6 scope on the IP address being used to reference a Bonjour Buddy.
|
Thu, 16 Sep 2010 02:25:56 +0000 |
Paul Aurich |
jabber: Fix picking up bytestream proxies advertised by the server
|
Wed, 15 Sep 2010 14:50:22 +0000 |
John Bailey |
Fix a minor error in the German translation.
|
Mon, 13 Sep 2010 18:33:09 +0000 |
Marcus Lundblad |
jabber: actually look at the correct description on an incoming Google session
|
Mon, 13 Sep 2010 09:22:59 +0000 |
Mark Doliner |
Remove an unnecessary cast. Get's rid of this compile warning:
|
Mon, 13 Sep 2010 09:20:18 +0000 |
Mark Doliner |
Fix this inconsequential compile warning:
|
Fri, 10 Sep 2010 08:52:09 +0000 |
sulabh |
propagate from branch 'im.pidgin.cpw.sulabh.yahoo' (head cfd6bbbc1b109a21d2fc5e30d829c7f6c8953a07)
|
Thu, 09 Sep 2010 18:49:00 +0000 |
sulabh |
propagate from branch 'im.pidgin.pidgin' (head 7b998c02b684a694f1089bee715e4a3952bbcf08)
|
Wed, 01 Sep 2010 20:29:32 +0000 |
sulabh |
Fix file transfers. yahoo_get_cookies() doesn't seem to be working. As a
|
Fri, 10 Sep 2010 01:44:38 +0000 |
Daniel Atallah |
Remove the last traces of the standalone IdleTracker
|
Mon, 06 Sep 2010 19:41:27 +0000 |
Marcus Lundblad |
merge of '392709af0c706d582bbd6a2b1f0d9423457e6351'
|
Mon, 06 Sep 2010 19:36:31 +0000 |
Marcus Lundblad |
ChangeLog the Google relay stuff
|
Mon, 06 Sep 2010 19:32:51 +0000 |
Marcus Lundblad |
Added comment about including the relay token twice in the HTTP request
|
Mon, 06 Sep 2010 19:28:13 +0000 |
Marcus Lundblad |
restore the Jingle method selection to prefer standard over Google-specific
|
Sun, 05 Sep 2010 08:54:43 +0000 |
Marcus Lundblad |
added new files for Google relay-related functions
|
Sun, 05 Sep 2010 08:35:37 +0000 |
Marcus Lundblad |
refactor out the relay credential fetching code to its own module
|