Changeset 2c2df7d for conf.h


Ignore:
Timestamp:
2007-11-28T21:07:30Z (16 years ago)
Author:
ulim <a.sporto+bee@…>
Branches:
master
Children:
2ff2076, fa30fa5
Parents:
221a273
Message:

Initial import of jabber file receive and DCC send support. This introduces
only a few changes to bitlbees code, mainly the addition of the "transfers"
command.

This is known to work with Kopete, Psi, and Pidgin (formerly known as gaim).
At least with Pidgin also over a proxy. DCC has only been tested with irssi.
IPV6 is untested but should work.

Currently, only receiving via SOCKS5BYTESREAMS is implemented. I'm not sure if
the alternative(in-band bytestreams IBB) is worth implementing since I didn't
see a client yet that can do it. Additionally, it is probably very slow and
needs support by the server as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • conf.h

    r221a273 r2c2df7d  
    4949        int ping_interval;
    5050        int ping_timeout;
     51        size_t max_filetransfer_size;
    5152} conf_t;
    5253
Note: See TracChangeset for help on using the changeset viewer.