Mercurial > pidgin.yaz
graph
-
My changes to disable external port mapping exposed a flaw where the server socket was being closed immediately, before the client had read all the data - this caused the client to receive a RST and consequently error. The solution is to wait for the client to close the connection before closing the server connection. I'm surprised this hasn't been a problem elsewhere - it seems like it would be.Tue, 13 Nov 2007 06:27:27 +0000, by Daniel Atallah
-
Don't map the port used for bonjour file transfers externally. This adds a new function that will go away in 3.0.0 when we can modify purple_network_do_listen to take an additional parameter.Tue, 13 Nov 2007 04:29:06 +0000, by Daniel Atallah
-
Cleanup and fix the socks5 proxy connect address to be correct.Tue, 13 Nov 2007 02:20:58 +0000, by Daniel Atallah