aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber/s5bytestream.c
Commit message (Expand)AuthorAgeLines
* jabber: Fix leak in jabber_si_set_proxiesdequis2016-03-20-0/+2
* typofix - https://github.com/vlajos/misspell_fixerVeres Lajos2015-08-07-2/+2
* jabber/s5bytestream: add G_GNUC_PRINTF to jabber_bs_abortdequis2015-06-28-1/+1
* s5bytestream: fix segfault (cleanup before trying next streamhost)dequis2015-02-22-14/+27
* s5bytestream: refactor some copypasted code into functionsdequis2015-02-22-89/+47
* Reindent everything to K&R style with tabsIndent2015-02-20-586/+596
* Some more g_source_remove warning fixesdequis2014-10-27-0/+6
* Killed careless use of strcpy(). Luckily these are only a risk on publicWilmer van der Gaast2011-10-30-3/+4
* Take the local address from the IM/IRC connection when setting up a listeningWilmer van der Gaast2010-07-25-1/+1
* Fixed crash on failed Jabber file transfers.Wilmer van der Gaast2010-07-22-1/+0
* Merging killerbee stuff, bringing all the bleeding-edge stuff together.Wilmer van der Gaast2010-06-07-7/+7
|\
| * Merging libpurple branch into killerbee. It's fairly usable already, andWilmer van der Gaast2010-06-06-7/+7
| |\
| | * GAIM_INPUT_* were renamed, at last.Wilmer van der Gaast2010-05-25-7/+7
* | | Merging a Jabber ft bugfix.Wilmer van der Gaast2010-04-11-4/+5
|\| |
| * | Fixing a bug in s5bytestream code to deal with incomplete SOCKS5 messagesWilmer van der Gaast2010-04-11-4/+5
| |/
* / Including DCC stuff again, with a wonderful extra layer of abstraction.Wilmer van der Gaast2010-04-11-7/+7
|/
* Fixed jabber_bs_peek() to deal with incomplete packets as well.Wilmer van der Gaast2010-03-21-10/+21
* Some compiler warning fixes and renamed "transfers" command to justWilmer van der Gaast2010-03-18-1/+1
* More small fixes. (NULL derefs and s/close/disconnect/)Wilmer van der Gaast2010-03-18-2/+3
* Small cleanup. The max_packet_size variable doesn't seem to be readWilmer van der Gaast2010-03-17-1/+1
* Added conf entries and lib/ftutil.[ch].ulim2008-08-12-71/+16
* moved some stuff around in preperation for MSN merge.ulim2008-08-04-7/+7
* Added an account setting 'proxy'.ulim2008-07-22-24/+77
* added a #define for AI_NUMERICSERV in s5bytestream.c (missing in ulibc).ulim2008-06-02-0/+4
* Added textual SOCKS5 error messages.ulim2008-06-02-2/+21
* SOCKS5 bytestream related changes.ulim2008-05-06-4/+22
* ulibc support, fixes "Invalid SOCKS5 Connect message" problemulim2008-05-04-1/+15
* more verbose error loggingulim2008-04-14-5/+6
* some fixes related to connection timeoutulim2008-02-20-3/+21
* sending via proxykenobi2007-12-18-74/+224
* Send and receive seems to work now! Also adopted the new buffering strategy,ulim2007-12-04-62/+75
* Intermediate commit. Sending seems to work. TODOs:ulim2007-12-03-0/+906