aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppSocks.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers to 2021Linus Jahn2021-02-191-1/+1
|
* Run clang-format also on all cpp filesLinus Jahn2020-02-031-30/+18
|
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-031-2/+2
|
* Port majority of old-style connects (#237)JBB2020-01-201-8/+8
| | | This provides more type safety and is future-proof.
* Bump copyright year to 2020Linus Jahn2020-01-061-1/+1
|
* Use raw literals, range based loops and autoJonah Brüchert2019-10-221-2/+2
|
* Bump copyright year to 2019Jeremy Lainé2019-01-081-1/+1
|
* [socks] fix a compiler warning on MSVCJeremy Lainé2018-09-181-1/+1
|
* correctly receive data immediately following a SOCKS5 message (closes #64)Jeremy Lainé2015-08-151-16/+15
| | | | | | | | | | The SOCKS5 client and server would discard any currently buffered received data when processing a SOCKS5 command as they used readAll(). Now they only consume the SOCKS5 command's bytes, preserving any buffered data. Why this situation should occur is a different matter, I would be surprised to see it happen during file transfer, due to the sequence in which the handshake is performed.
* socks5: make server explicitly return "no acceptable method"Jeremy Lainé2015-07-271-2/+7
|
* socks5: only advance state on successJeremy Lainé2015-07-271-8/+8
|
* Remove trailing comma after last item in enumsJeremy Lainé2015-03-131-5/+5
| | | | This allows compilation with GCC in pedantic mode.
* update project homepageJeremy Lainé2014-03-281-1/+1
|
* update project homepageJeremy Lainé2014-03-271-1/+1
|
* update copyright notice to 2008-2014Jeremy Lainé2014-03-261-1/+1
|
* move from toAscii() to toLatin1()Matt Broadstone2012-11-161-1/+1
|
* make a note of an error case when listening for IPv6Jeremy Lainé2012-10-051-0/+1
|
* remove QXmppSocksServer::isListening()Jeremy Lainé2012-09-181-5/+0
|
* move IPv6 specifics inside QXmppSocksServerJeremy Lainé2012-09-181-8/+15
|
* Allow StreamHost::host to contain a host nameJeremy Lainé2012-09-171-3/+3
|
* update copyright yearJeremy Lainé2012-07-181-1/+1
|
* remove QXmppSocksClient::waitForReadyJeremy Lainé2012-06-071-15/+0
|
* move files common to client/server into "base"Jeremy Lainé2012-02-081-0/+345