Sun, 23 May 2010 17:26:20 +0000 |
jirka |
Make Pidgin build correctly when using the --disable-nls configure flag.
|
Sun, 23 May 2010 17:24:05 +0000 |
John Bailey |
merge of '637cbec3044756a8ef4273f687d84b18f10b05c4'
|
Sun, 23 May 2010 16:53:24 +0000 |
Stu Tomlinson |
Don't free captcha_req just before dereferencing it.
|
Sun, 23 May 2010 16:11:48 +0000 |
John Bailey |
Merge Windows-specific changes for 2.7.0 and 2.7.1 into the main ChangeLog and
|
Sat, 22 May 2010 15:14:54 +0000 |
ª±ric Boumaour |
Update french translation for 2.7.1 release
|
Fri, 21 May 2010 21:57:18 +0000 |
Elliott Sales de Andrade |
merge of '4f95778269e5a6f5dc65dc999e28f67e5604b35a'
|
Fri, 21 May 2010 07:45:11 +0000 |
Elliott Sales de Andrade |
Minor comment fix.
|
Fri, 21 May 2010 07:43:18 +0000 |
Elliott Sales de Andrade |
C comments only.
|
Fri, 21 May 2010 07:36:59 +0000 |
Elliott Sales de Andrade |
Make it more explicit that incoming and outgoing timeouts are different.
|
Fri, 21 May 2010 06:21:05 +0000 |
Elliott Sales de Andrade |
A nonce doesn't seem to be necessary for an INVITE with Bridges. Didn't I
|
Fri, 21 May 2010 04:51:31 +0000 |
Elliott Sales de Andrade |
This is supposed to go along with the queue sending stuff.
|
Fri, 21 May 2010 04:22:33 +0000 |
Elliott Sales de Andrade |
Don't crash if there's no Hashed-Nonce or Nonce.
|
Fri, 21 May 2010 04:07:02 +0000 |
Elliott Sales de Andrade |
I don't know why this function returns a boolean that's never used.
|
Fri, 21 May 2010 04:05:14 +0000 |
Elliott Sales de Andrade |
Disable direct connections when the account option is off.
|
Fri, 21 May 2010 03:53:06 +0000 |
Elliott Sales de Andrade |
We want to call got_invite for existing slpcalls, too.
|
Fri, 21 May 2010 00:49:41 +0000 |
Elliott Sales de Andrade |
merge of '53053c3093fabd661045da5b90dd26b37214a73c'
|
Thu, 20 May 2010 20:00:03 +0000 |
Elliott Sales de Andrade |
merge of '5bfb0ca73bb205b34170e5e0c07c35f5e8598734'
|
Thu, 20 May 2010 09:06:47 +0000 |
Elliott Sales de Andrade |
If there's stuff stuck in the DC queue, then try to send it over the SB if
|
Thu, 20 May 2010 08:14:20 +0000 |
Elliott Sales de Andrade |
Wait, command can't be both INVITE and CANCEL at the same time.
|
Tue, 18 May 2010 06:36:35 +0000 |
Elliott Sales de Andrade |
It seems like aMSN can get a bit stuck when using multiple file transfers,
|
Mon, 17 May 2010 08:45:46 +0000 |
Elliott Sales de Andrade |
Ref the slplink before destroying the DC, or we might lose our slpcall.
|
Mon, 17 May 2010 08:42:51 +0000 |
Elliott Sales de Andrade |
Use msn_dc_fallback_to_p2p where possible.
|
Mon, 17 May 2010 08:04:00 +0000 |
Elliott Sales de Andrade |
merge of '4fc447ffec2a8d0d5fde9ccdb17acf825a5ccab5'
|
Mon, 17 May 2010 07:56:00 +0000 |
Elliott Sales de Andrade |
This is not a timeout, but an input handler.
|
Mon, 17 May 2010 07:34:52 +0000 |
Elliott Sales de Andrade |
Fallback to P2P if connecting to external IP didn't work immediately.
|
Sat, 15 May 2010 08:02:08 +0000 |
Elliott Sales de Andrade |
If removing a timeout and return FALSE in its handler isn't good, then
|
Fri, 14 May 2010 06:57:26 +0000 |
Elliott Sales de Andrade |
merge of 'b5086a027dfbc0926b74627b9783794d250c2cb4'
|
Tue, 11 May 2010 06:32:00 +0000 |
Elliott Sales de Andrade |
merge of '8995bf8c14c5b7fb67a84a18ba9bf73e7be3fca8'
|
Sat, 08 May 2010 00:08:01 +0000 |
Elliott Sales de Andrade |
We can't both remove a timeout and return FALSE in its callback.
|
Fri, 07 May 2010 20:04:42 +0000 |
Elliott Sales de Andrade |
merge of '5378b2067023c1be51d87906196d87f03c9992e3'
|
Thu, 06 May 2010 07:40:34 +0000 |
Elliott Sales de Andrade |
Close the DC when the slplink is empty.
|
Thu, 06 May 2010 07:36:56 +0000 |
Elliott Sales de Andrade |
This should probably work a bit better. At least, we want to get rid of any
|
Thu, 06 May 2010 05:24:06 +0000 |
Elliott Sales de Andrade |
I think user might be NULL here.
|
Wed, 05 May 2010 09:07:10 +0000 |
Elliott Sales de Andrade |
Valgrind pointed out that dest and src may overlap, so we need to use
|
Wed, 05 May 2010 08:18:35 +0000 |
Elliott Sales de Andrade |
I've seen packet sizes larger than our current maximum. Hopefully 8KiB is
|
Wed, 05 May 2010 08:14:40 +0000 |
Elliott Sales de Andrade |
Remote more seemingly unnecessary stuff.
|
Wed, 05 May 2010 08:11:05 +0000 |
Elliott Sales de Andrade |
I'm not sure what this stuff is, but it looks old and useless.
|
Wed, 05 May 2010 07:33:55 +0000 |
Elliott Sales de Andrade |
I'm pretty sure we need to actually use dc->msg_pos for something, instead
|
Wed, 05 May 2010 07:32:45 +0000 |
Elliott Sales de Andrade |
I think this finally works with both aMSN and the official client, for
|
Wed, 05 May 2010 07:29:24 +0000 |
Elliott Sales de Andrade |
Try and reduce some code duplication.
|
Wed, 05 May 2010 07:26:57 +0000 |
Elliott Sales de Andrade |
Make msn_dc_fallback_to_p2p non-static, and remove some old code.
|
Wed, 05 May 2010 07:15:55 +0000 |
Elliott Sales de Andrade |
It's probably a good idea to free the direct connection when the slplink
|
Wed, 05 May 2010 07:02:05 +0000 |
Elliott Sales de Andrade |
The length of a DC packet does not include itself.
|
Sun, 25 Apr 2010 23:38:27 +0000 |
Elliott Sales de Andrade |
It seems like every DC packet requires a length, so why make every little
|
Sun, 25 Apr 2010 23:15:32 +0000 |
Elliott Sales de Andrade |
Obviously, if this comparison fails, I should be returning FALSE.
|
Sat, 24 Apr 2010 20:39:06 +0000 |
Elliott Sales de Andrade |
All these processing functions are called from places where dc != NULL,
|
Sat, 24 Apr 2010 20:37:49 +0000 |
Elliott Sales de Andrade |
Remove some duplicate code.
|
Sat, 24 Apr 2010 06:52:06 +0000 |
Elliott Sales de Andrade |
Don't bother sending a direct connection request if the other side doesn't
|
Sat, 24 Apr 2010 06:41:52 +0000 |
Elliott Sales de Andrade |
Support old-style Nonce, which should let us use direct connections to
|
Sat, 24 Apr 2010 02:29:34 +0000 |
Elliott Sales de Andrade |
These lines are redundant since this was allocated with g_new0.
|
Fri, 23 Apr 2010 22:38:13 +0000 |
Elliott Sales de Andrade |
Save remote nonce, and verify we get the same data when initiating the
|
Fri, 23 Apr 2010 22:19:23 +0000 |
Elliott Sales de Andrade |
merge of '21280175da42b51e30e31b091bb3b4adf7708407'
|
Fri, 23 Apr 2010 20:53:57 +0000 |
Elliott Sales de Andrade |
Fix some leaks, and simplify these branches.
|
Fri, 23 Apr 2010 20:45:05 +0000 |
Elliott Sales de Andrade |
A direct connection shouldn't be FT-only.
|
Fri, 23 Apr 2010 00:03:20 +0000 |
Elliott Sales de Andrade |
Set some information for debugging.
|
Mon, 19 Apr 2010 08:37:10 +0000 |
Elliott Sales de Andrade |
I'm not sure how this worked, since g_strdup should stop at \0.
|
Mon, 19 Apr 2010 08:36:23 +0000 |
Elliott Sales de Andrade |
NULL-ing this stuff after free is nice in theory, but totally pointless
|
Mon, 19 Apr 2010 08:27:05 +0000 |
Elliott Sales de Andrade |
Remove one more unused code block, and unnecessary variable.
|
Mon, 19 Apr 2010 08:20:24 +0000 |
Elliott Sales de Andrade |
This doesn't appear to be a programming error.
|
Mon, 19 Apr 2010 08:05:55 +0000 |
Elliott Sales de Andrade |
Remove old code that was commented out, but is really just not necessary.
|
Mon, 19 Apr 2010 07:41:56 +0000 |
Elliott Sales de Andrade |
Fix some double-frees and/or leaks.
|
Mon, 19 Apr 2010 07:11:46 +0000 |
Elliott Sales de Andrade |
More minor fixes. Spelling, extra variables, etc.
|
Sun, 11 Apr 2010 07:39:02 +0000 |
Elliott Sales de Andrade |
MSN caps are unsigned.
|
Sun, 11 Apr 2010 05:54:05 +0000 |
Elliott Sales de Andrade |
Fix typo.
|
Sun, 11 Apr 2010 05:53:02 +0000 |
Elliott Sales de Andrade |
Minor cleanups.
|
Sun, 11 Apr 2010 05:27:20 +0000 |
Elliott Sales de Andrade |
This DC stuff is a bit verbose.
|
Sun, 11 Apr 2010 05:25:54 +0000 |
Elliott Sales de Andrade |
This DC stuff seems a bit verbose.
|
Thu, 18 Mar 2010 04:30:27 +0000 |
Elliott Sales de Andrade |
I don't like accessing memory by magic-constant.
|
Thu, 18 Mar 2010 04:12:36 +0000 |
Elliott Sales de Andrade |
Clean up msn_dc_generate_nonce. It just looked weird.
|
Thu, 18 Mar 2010 03:54:48 +0000 |
Elliott Sales de Andrade |
OK, so maybe this one does need to be static.
|
Thu, 18 Mar 2010 03:49:05 +0000 |
Elliott Sales de Andrade |
I don't know why any of these variables need to be static.
|
Thu, 18 Mar 2010 03:40:07 +0000 |
Elliott Sales de Andrade |
Tabs-to-spaces.
|
Thu, 18 Mar 2010 03:29:28 +0000 |
Elliott Sales de Andrade |
Re-indent directconn.h, and fix a typo.
|
Thu, 18 Mar 2010 03:15:01 +0000 |
Elliott Sales de Andrade |
De-spacify.
|
Wed, 17 Mar 2010 03:45:07 +0000 |
kukkerman |
Initial support for direct connections. Preliminary patch from ticket #247
|
Fri, 21 May 2010 21:28:24 +0000 |
Daniel Atallah |
Improve error handling
|
Fri, 21 May 2010 14:39:02 +0000 |
Daniel Atallah |
I accidentally removed this entry in 23d2db7366859fdffb9924ea9e6fede466df531e :(. Technically this breaks the string freeze, but the string is already in a number of translations and I need it for the installer, so I'm going to be naughty.
|
Fri, 21 May 2010 05:35:33 +0000 |
Paul Aurich |
jabber: Blacklist EXTERNAL when using Cyrus. Allows connecting when it's advertised.
|
Fri, 21 May 2010 05:28:59 +0000 |
Paul Aurich |
jabber: trailing_whitespace--;
|
Fri, 21 May 2010 03:26:15 +0000 |
Paul Aurich |
jabber: Fix a case where a broken server would hang the connection.
|
Fri, 21 May 2010 02:40:53 +0000 |
Daniel Atallah |
Add support for the binaries built by the opensuse build service to the
|
Fri, 21 May 2010 00:44:38 +0000 |
John Bailey |
propagate from branch 'im.pidgin.pidgin.mxit' (head 1665ab3e3781f7c987348e41c15963859d197486)
|
Thu, 20 May 2010 22:54:26 +0000 |
Elliott Sales de Andrade |
Add a pref for allowing direct connections.
|
Thu, 20 May 2010 11:25:03 +0000 |
andrew victor |
propagate from branch 'im.pidgin.pidgin' (head 7072aab86b390122c32faa675284a753c9e97034)
|
Thu, 20 May 2010 11:21:30 +0000 |
andrew victor |
Save the user's MXitId received in the login-response packet to the Session.
|
Thu, 20 May 2010 09:29:46 +0000 |
andrew victor |
* Separate the ClientVersion from the supported ProtocolVersion.
|
Thu, 20 May 2010 09:03:37 +0000 |
andrew victor |
Increment plugin version to 2.4.0.
|
Wed, 19 May 2010 21:17:01 +0000 |
andrew victor |
When our avatar image is changed, the MXit server will push an ExtendedProfile-Response packet
|
Wed, 19 May 2010 20:29:31 +0000 |
andrew victor |
* Show the buddy's registration country in their profile.
|
Wed, 19 May 2010 19:50:36 +0000 |
andrew victor |
For security reasons, MXit doens't allow you to see your buddies Email Address or Title.
|
Wed, 19 May 2010 19:34:49 +0000 |
andrew victor |
This change is also needed to make the "nm=" clickable links work.
|
Wed, 19 May 2010 19:33:22 +0000 |
andrew victor |
The profile attribute is just "Title", not "Job Title".
|
Wed, 19 May 2010 19:21:32 +0000 |
andrew victor |
Add support for the "nm=" syle of clickable links.
|
Wed, 19 May 2010 17:57:14 +0000 |
andrew victor |
Fix the processing of the "Clear" MXit command.
|
Mon, 17 May 2010 08:05:29 +0000 |
andrew victor |
Added "chilli" and "mrgreen" emoticons [released by MXit under GPL]
|
Thu, 20 May 2010 21:11:34 +0000 |
Paul Aurich |
Merge back in Daniel's translations migrated from the installer stuff
|
Thu, 20 May 2010 21:09:19 +0000 |
Paul Aurich |
jabber: Found a better string in auth.c
|
Thu, 20 May 2010 19:11:48 +0000 |
Paul Aurich |
jabber: Better error message when no concordant SASL mechs
|
Thu, 20 May 2010 18:57:09 +0000 |
Paul Aurich |
Updated Hebrew translation. Closes #11834.
|
Thu, 20 May 2010 10:13:31 +0000 |
Bj«Órn Voigt |
Minor German translation update:
|
Thu, 20 May 2010 02:55:16 +0000 |
Paul Aurich |
po: Add family_icbm.c since the message errors are in there now.
|
Thu, 20 May 2010 02:44:00 +0000 |
Mark Doliner |
Cleanup, basically. Move the icbm snac error handling from oscar.c to
|
Thu, 20 May 2010 01:39:52 +0000 |
Mark Doliner |
Super tiny optimisation
|
Thu, 20 May 2010 01:39:25 +0000 |
Mark Doliner |
If we get an error SNAC on the ICBM family and it's missing buddy name then
|
Thu, 20 May 2010 01:27:23 +0000 |
Mark Doliner |
Insanely tiny optimization
|
Wed, 19 May 2010 20:52:00 +0000 |
Daniel Atallah |
Provide some context to the Installer translations.
|
Wed, 19 May 2010 18:47:58 +0000 |
Marcus Lundblad |
pidgin: Fix a crash when accessing the Set Moods tool menu when having
|
Wed, 19 May 2010 16:00:39 +0000 |
Jochen Kemnade |
Update German translation
|
Wed, 19 May 2010 03:58:59 +0000 |
Daniel Atallah |
Add new generated stuff to .mtn-ignore
|
Wed, 19 May 2010 03:36:01 +0000 |
Daniel Atallah |
This wasn't supposed to be committed
|
Wed, 19 May 2010 03:26:38 +0000 |
Daniel Atallah |
merge of '45c13cbd9c56429c7ed3b9a147b1d76692f3968d'
|
Wed, 19 May 2010 03:26:05 +0000 |
Daniel Atallah |
Final piece of getting the installer translations integrated with the regular
|