aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppSocks.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Disable Qt keywords completelyLinus Jahn2022-12-261-2/+2
| | | | | | | | | | | | | | | Previously we had the policy that no qt keywords were allowed in headers that may be included by users. However since there was no automatic test verifying that in some places keywords were still used. This now disables qt keywords completely, also in tests and examples. Qt keywords are in general no good or really good idea as they even conflict with the standard library (`emit` at least). In some cases in the examples I just removed the slot tag if the functions didn't need to be slots (anymore). Closes #503.
* 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
| | | 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