aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppSocks.cpp
Commit message (Expand)AuthorAgeFilesLines
* Disable Qt keywords completelyLinus Jahn2022-12-261-2/+2
* Reformat codeLinus Jahn2022-09-061-5/+10
* Convert copyright headers to REUSELinus Jahn2022-01-141-22/+3
* Update copyright years (2022 edition)Linus Jahn2022-01-091-1/+1
* 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
* 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
* 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
* 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