aboutsummaryrefslogtreecommitdiffstats
path: root/dcc.c
Commit message (Expand)AuthorAgeLines
* Take the local address from the IM/IRC connection when setting up a listeningWilmer van der Gaast2010-07-25-1/+1
* The "transfers" command was renamed to "transfer".Wilmer van der Gaast2010-07-18-1/+1
* Merging killerbee stuff, bringing all the bleeding-edge stuff together.Wilmer van der Gaast2010-06-07-11/+10
|\
| * I renamed GAIM_INPUT_* to something else in this branch.Wilmer van der Gaast2010-03-21-10/+10
* | Restored a few more root commands.Wilmer van der Gaast2010-04-21-1/+1
* | Restored CTCP/DCC hooks for outgoing file transfers.Wilmer van der Gaast2010-04-13-53/+19
* | Including DCC stuff again, with a wonderful extra layer of abstraction.Wilmer van der Gaast2010-04-11-53/+16
|/
* Fixed 100% CPU usage bug in dcc.c.Wilmer van der Gaast2010-03-21-19/+14
* Remove dcc_poll() and just use the cond variable passed to I/O events.Wilmer van der Gaast2010-03-21-41/+4
* Small cleanup. The max_packet_size variable doesn't seem to be readWilmer van der Gaast2010-03-17-26/+1
* No functional changes, just some style "fixes". Although I admit I'mWilmer van der Gaast2009-12-13-14/+18
* More hints for getaddrinfo().ulim2008-08-12-0/+3
* Added conf entries and lib/ftutil.[ch].ulim2008-08-12-64/+15
* fixes bug on 32bit archs in DCC code.ulim2008-08-11-1/+1
* moved some stuff around in preperation for MSN merge.ulim2008-08-04-5/+34
* fixes bug in handling file names with spaces.ulim2008-07-22-12/+12
* allow dcc optimization in progress watcher.ulim2008-05-08-3/+3
* timeout of transfers after 120 seconds of no progress (bytes received/sent).ulim2008-05-06-2/+29
* ulibc support, fixes "Invalid SOCKS5 Connect message" problemulim2008-05-04-0/+14
* more verbose error reportingulim2008-04-14-5/+16
* more verbose error loggingulim2008-04-14-6/+18
* sending via proxykenobi2007-12-18-1/+0
* Send and receive seems to work now! Also adopted the new buffering strategy,ulim2007-12-04-157/+50
* Intermediate commit. Sending seems to work. TODOs:ulim2007-12-03-42/+270
* Initial import of jabber file receive and DCC send support. This introducesulim2007-11-28-0/+534