aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/msn/invitation.c
Commit message (Collapse)AuthorAgeLines
* msn: remove old/broken/unused msnftp stuff (requires distclean!)dequis2015-04-06-665/+0
| | | | | | | | | Since this removes invitation.h, do "make distclean" to fix build errors MSNFTP is a file transfer method used by early msn messenger versions, and has been replaced by MSNP2P probably 10 years ago. This code was disabled/commented out in bitlbee
* Reindent everything to K&R style with tabsIndent2015-02-20-317/+360
| | | | | | | Used uncrustify, with the configuration file in ./doc/uncrustify.cfg Commit author set to "Indent <please@skip.me>" so that it's easier to skip while doing git blame.
* Fix incorrect Free Software Foundation addressMatej Cepl2015-01-16-2/+2
|
* GAIM_INPUT_* were renamed, at last.Wilmer van der Gaast2010-05-25-6/+6
|
* Small cleanup. The max_packet_size variable doesn't seem to be readWilmer van der Gaast2010-03-17-1/+1
| | | | | anywhere, and reworked string handling in ft_listen() a little bit.
* Added conf entries and lib/ftutil.[ch].ulim2008-08-12-64/+6
| | | | | | | | | | 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).
* copied ulibc/BSD ifdefs over to invitation.c.ulim2008-08-11-0/+14
| | | | | I'll have to move these to a generic header file eventually.
* Added MSN file transfer of type MSNFTP.ulim2008-08-11-0/+666
Transfer is direct and the sender can not be firewalled.