Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Killed careless use of strcpy(). Luckily these are only a risk on public | Wilmer van der Gaast | 2011-10-30 | -3/+4 |
| | | | | | servers. | |||
* | Take the local address from the IM/IRC connection when setting up a listening | Wilmer van der Gaast | 2010-07-25 | -1/+1 |
| | | | | | socket for file transfers. | |||
* | Fixed crash on failed Jabber file transfers. | Wilmer van der Gaast | 2010-07-22 | -1/+0 |
| | ||||
* | Merging killerbee stuff, bringing all the bleeding-edge stuff together. | Wilmer van der Gaast | 2010-06-07 | -7/+7 |
|\ | ||||
| * | Merging libpurple branch into killerbee. It's fairly usable already, and | Wilmer van der Gaast | 2010-06-06 | -7/+7 |
| |\ | | | | | | | | | | | | | | | | Debian packaging is now properly separated. This also picks up a load of stuff from mainline it seems. | |||
| | * | GAIM_INPUT_* were renamed, at last. | Wilmer van der Gaast | 2010-05-25 | -7/+7 |
| | | | ||||
* | | | Merging a Jabber ft bugfix. | Wilmer van der Gaast | 2010-04-11 | -4/+5 |
|\| | | ||||
| * | | Fixing a bug in s5bytestream code to deal with incomplete SOCKS5 messages | Wilmer van der Gaast | 2010-04-11 | -4/+5 |
| |/ | | | | | | | | | and my rewrite of the bs_peek function. | |||
* / | Including DCC stuff again, with a wonderful extra layer of abstraction. | Wilmer van der Gaast | 2010-04-11 | -7/+7 |
|/ | | | | | | | 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. | |||
* | Fixed jabber_bs_peek() to deal with incomplete packets as well. | Wilmer van der Gaast | 2010-03-21 | -10/+21 |
| | ||||
* | Some compiler warning fixes and renamed "transfers" command to just | Wilmer van der Gaast | 2010-03-18 | -1/+1 |
| | | | | | "transfer" since all root commands are singular so far. | |||
* | More small fixes. (NULL derefs and s/close/disconnect/) | Wilmer van der Gaast | 2010-03-18 | -2/+3 |
| | ||||
* | Small cleanup. The max_packet_size variable doesn't seem to be read | Wilmer van der Gaast | 2010-03-17 | -1/+1 |
| | | | | | anywhere, and reworked string handling in ft_listen() a little bit. | |||
* | Added conf entries and lib/ftutil.[ch]. | ulim | 2008-08-12 | -71/+16 |
| | | | | | | | | | | 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). | |||
* | moved some stuff around in preperation for MSN merge. | ulim | 2008-08-04 | -7/+7 |
| | | | | | | * 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) | |||
* | Added an account setting 'proxy'. | ulim | 2008-07-22 | -24/+77 |
| | | | | | | | | | | 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". | |||
* | added a #define for AI_NUMERICSERV in s5bytestream.c (missing in ulibc). | ulim | 2008-06-02 | -0/+4 |
| | ||||
* | Added textual SOCKS5 error messages. | ulim | 2008-06-02 | -2/+21 |
| | ||||
* | SOCKS5 bytestream related changes. | ulim | 2008-05-06 | -4/+22 |
| | | | | | | * 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]) | |||
* | ulibc support, fixes "Invalid SOCKS5 Connect message" problem | ulim | 2008-05-04 | -1/+15 |
| | ||||
* | more verbose error logging | ulim | 2008-04-14 | -5/+6 |
| | ||||
* | some fixes related to connection timeout | ulim | 2008-02-20 | -3/+21 |
| | ||||
* | sending via proxy | kenobi | 2007-12-18 | -74/+224 |
| | ||||
* | Send and receive seems to work now! Also adopted the new buffering strategy, | ulim | 2007-12-04 | -62/+75 |
| | | | | | only one buffer of 2k per transfer now. | |||
* | Intermediate commit. Sending seems to work. TODOs: | ulim | 2007-12-03 | -0/+906 |
* 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 |