Mercurial > pidgin.yaz
graph
-
Catalan translation updated.2010-05-25, by Josep Puigdemont
-
restore file name encoding conversion2010-05-26, by Yoshiki Yazawa
-
merged from im.pidgin.pidgin2010-05-25, by Yoshiki Yazawa
-
Fix malformed installer string2010-05-24, by Daniel Atallah
-
Add and remove an extra ref per MsnMessage when saving it in a slpmsg, to2010-05-24, by Elliott Sales de Andrade
-
NULL-ify some reverse links so that there's no double-free on exit.2010-05-23, by Elliott Sales de Andrade
-
Make Pidgin build correctly when using the --disable-nls configure flag.2010-05-23, by jirka
-
merge of '637cbec3044756a8ef4273f687d84b18f10b05c4'2010-05-23, by John Bailey
-
Don't free captcha_req just before dereferencing it.2010-05-23, by Stu Tomlinson
-
Merge Windows-specific changes for 2.7.0 and 2.7.1 into the main ChangeLog and2010-05-23, by John Bailey
-
Update french translation for 2.7.1 release2010-05-22, by Éric Boumaour
-
merge of '4f95778269e5a6f5dc65dc999e28f67e5604b35a'2010-05-21, by Elliott Sales de Andrade
-
Minor comment fix.2010-05-21, by Elliott Sales de Andrade
-
C comments only.2010-05-21, by Elliott Sales de Andrade
-
Make it more explicit that incoming and outgoing timeouts are different.2010-05-21, by Elliott Sales de Andrade
-
A nonce doesn't seem to be necessary for an INVITE with Bridges. Didn't I2010-05-21, by Elliott Sales de Andrade
-
This is supposed to go along with the queue sending stuff.2010-05-21, by Elliott Sales de Andrade
-
Don't crash if there's no Hashed-Nonce or Nonce.2010-05-21, by Elliott Sales de Andrade
-
I don't know why this function returns a boolean that's never used.2010-05-21, by Elliott Sales de Andrade
-
Disable direct connections when the account option is off.2010-05-21, by Elliott Sales de Andrade
-
We want to call got_invite for existing slpcalls, too.2010-05-21, by Elliott Sales de Andrade
-
merge of '53053c3093fabd661045da5b90dd26b37214a73c'2010-05-21, by Elliott Sales de Andrade
-
merge of '5bfb0ca73bb205b34170e5e0c07c35f5e8598734'2010-05-20, by Elliott Sales de Andrade
-
If there's stuff stuck in the DC queue, then try to send it over the SB if2010-05-20, by Elliott Sales de Andrade
-
Wait, command can't be both INVITE and CANCEL at the same time.2010-05-20, by Elliott Sales de Andrade
-
It seems like aMSN can get a bit stuck when using multiple file transfers,2010-05-18, by Elliott Sales de Andrade
-
Ref the slplink before destroying the DC, or we might lose our slpcall.2010-05-17, by Elliott Sales de Andrade
-
Use msn_dc_fallback_to_p2p where possible.2010-05-17, by Elliott Sales de Andrade
-
merge of '4fc447ffec2a8d0d5fde9ccdb17acf825a5ccab5'2010-05-17, by Elliott Sales de Andrade
-
This is not a timeout, but an input handler.2010-05-17, by Elliott Sales de Andrade
-
Fallback to P2P if connecting to external IP didn't work immediately.2010-05-17, by Elliott Sales de Andrade
-
If removing a timeout and return FALSE in its handler isn't good, then2010-05-15, by Elliott Sales de Andrade
-
merge of 'b5086a027dfbc0926b74627b9783794d250c2cb4'2010-05-14, by Elliott Sales de Andrade
-
merge of '8995bf8c14c5b7fb67a84a18ba9bf73e7be3fca8'2010-05-11, by Elliott Sales de Andrade
-
We can't both remove a timeout and return FALSE in its callback.2010-05-08, by Elliott Sales de Andrade
-
merge of '5378b2067023c1be51d87906196d87f03c9992e3'2010-05-07, by Elliott Sales de Andrade
-
Close the DC when the slplink is empty.2010-05-06, by Elliott Sales de Andrade
-
This should probably work a bit better. At least, we want to get rid of any2010-05-06, by Elliott Sales de Andrade
-
I think user might be NULL here.2010-05-06, by Elliott Sales de Andrade
-
Valgrind pointed out that dest and src may overlap, so we need to use2010-05-05, by Elliott Sales de Andrade
-
I've seen packet sizes larger than our current maximum. Hopefully 8KiB is2010-05-05, by Elliott Sales de Andrade
-
Remote more seemingly unnecessary stuff.2010-05-05, by Elliott Sales de Andrade
-
I'm not sure what this stuff is, but it looks old and useless.2010-05-05, by Elliott Sales de Andrade
-
I'm pretty sure we need to actually use dc->msg_pos for something, instead2010-05-05, by Elliott Sales de Andrade
-
I think this finally works with both aMSN and the official client, for2010-05-05, by Elliott Sales de Andrade
-
Try and reduce some code duplication.2010-05-05, by Elliott Sales de Andrade
-
Make msn_dc_fallback_to_p2p non-static, and remove some old code.2010-05-05, by Elliott Sales de Andrade
-
It's probably a good idea to free the direct connection when the slplink2010-05-05, by Elliott Sales de Andrade
-
The length of a DC packet does not include itself.2010-05-05, by Elliott Sales de Andrade
-
It seems like every DC packet requires a length, so why make every little2010-04-25, by Elliott Sales de Andrade
-
Obviously, if this comparison fails, I should be returning FALSE.2010-04-25, by Elliott Sales de Andrade
-
All these processing functions are called from places where dc != NULL,2010-04-24, by Elliott Sales de Andrade
-
Remove some duplicate code.2010-04-24, by Elliott Sales de Andrade
-
Don't bother sending a direct connection request if the other side doesn't2010-04-24, by Elliott Sales de Andrade
-
Support old-style Nonce, which should let us use direct connections to2010-04-24, by Elliott Sales de Andrade
-
These lines are redundant since this was allocated with g_new0.2010-04-24, by Elliott Sales de Andrade
-
Save remote nonce, and verify we get the same data when initiating the2010-04-23, by Elliott Sales de Andrade
-
merge of '21280175da42b51e30e31b091bb3b4adf7708407'2010-04-23, by Elliott Sales de Andrade
-
Fix some leaks, and simplify these branches.2010-04-23, by Elliott Sales de Andrade
-
A direct connection shouldn't be FT-only.2010-04-23, by Elliott Sales de Andrade
-
Set some information for debugging.2010-04-23, by Elliott Sales de Andrade
-
I'm not sure how this worked, since g_strdup should stop at \0.2010-04-19, by Elliott Sales de Andrade
-
NULL-ing this stuff after free is nice in theory, but totally pointless2010-04-19, by Elliott Sales de Andrade
-
Remove one more unused code block, and unnecessary variable.2010-04-19, by Elliott Sales de Andrade