aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/oscar/conn.c
Commit message (Collapse)AuthorAgeLines
* oscar: remove old_icq_auth (XOR login, default off since 2010)dequis2018-03-30-7/+1
| | | | Holy crap this login method is *bad*
* oscar: remove some dead codedequis2016-10-18-26/+2
|
* Use proxy_disconnect() in http, ssl, jabber, oscardequis2015-10-26-1/+1
| | | | | | | | | | Twitter and MSN are all HTTP/SSL, so they don't need it either. The out of tree facebook and steam plugins are also covered by the HTTP/SSL changes. Yahoo is written in a weird way and doesn't seem to need it (it seems it doesn't immediately stop connections when you tell it to logout)
* typofix - https://github.com/vlajos/misspell_fixerVeres Lajos2015-08-07-2/+2
|
* Reindent everything to K&R style with tabsIndent2015-02-20-54/+77
| | | | | | | 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 compiler warnings on Cygwin and Mac OS X.Jason Copenhaver2015-01-16-1/+1
| | | | | | | | * Don't use PIE/PIC on Cygwin/Darwin unless specified as these platforms don't support it. * Cleanup warnings for 'make check' build. * Fix the type issue for getsockopt calls. * Fix enum warnings in Yahoo libs on Mac OS X.
* Massive cleanup in OSCAR.Wilmer van der Gaast2012-10-20-44/+0
|
* Non-blocking SSL handshakes for GnuTLS. The rest might come later, but isWilmer van der Gaast2005-12-16-3/+1
| | | | | slightly less important.
* Remove OFT and rendez-vous support (not used anyway and implemented Jelmer Vernooij2005-11-20-5/+1
| | | | | in a way too complicated way)
* Initial repository (0.99 release tree)0.99Wilmer van der Gaast2005-11-06-0/+690