| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
| |
socket for file transfers.
|
| |
|
|\ |
|
| |\
| | |
| | |
| | |
| | |
| | | |
Debian packaging is now properly separated. This also picks up a load of
stuff from mainline it seems.
|
| | | |
|
|\| | |
|
| |/
| |
| |
| |
| | |
and my rewrite of the bs_peek function.
|
|/
|
|
|
|
|
| |
Some hooks are missing so sending files doesn't work yet. Receiving also
still seems to have some issues. On the plus side, at least the MSN/Jabber
modules work again.
|
| |
|
|
|
|
|
| |
"transfer" since all root commands are singular so far.
|
| |
|
|
|
|
|
| |
anywhere, and reworked string handling in ft_listen() a little bit.
|
|
|
|
|
|
|
|
|
|
| |
ft_listen = <IP-A>:<Port-A>;<IP-B>:<Port-B> to specify listening addresses for
the bitlbee<->client connection and the bitlbee<->IM peer connection,
respectively.
ft_max_size should be obvious. ft_max_kbps should limit the kilobits per second
per transfer (not implemented yet).
|
|
|
|
|
|
| |
* both ends (proto&dcc) need to finish a transfer now for it to be finished
* moved throughput calc. and some messages to dcc (no need to implement in protocols)
|
|
|
|
|
|
|
|
|
|
| |
Note that this is only used for sending. The default <local>;<auto> means let
the receiver try a direct connection first and then the proxy discovered from
the server (if any). If you know you're firewalled you can remove the <local>.
If you want to provide your own proxy try something like
"<local>;JID,HOST,PORT". E.g.
"<local>;proxy.somewhere.org,123.123.123.123,7777".
|
| |
|
| |
|
|
|
|
|
|
| |
* allow the SOCKS5 server to not include the pseudo address in its reply(including it is an rfc-style SHOULD in XEP-0065)
* ignore if the SOCKS5 server's reply is too short (as is the one from the jabber.cz proxy [apparently using the proxy65 code])
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
only one buffer of 2k per transfer now.
|
|
* move from out_of_data to is_writable, eliminate buffers
* implement "transfers reject [id]"
* documentation in commands.xml
* implement throughput and cummulative throughput boundaries
* feature discovery before sending
* implement sending over a proxy
(proxy discovery, socks5 client handshake for sending, activate message)
* integrate toxik-mek-ft
|