| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix compilation with openssl 4 (#2765) HEAD master | 2026-06-13 | 1 | -1/+12 | |
| | | |||||
| * | KviSSL: add SSL_OP_IGNORE_UNEXPECTED_EOF option to avoid "unexpected eof ↵ | 2026-02-14 | 1 | -0/+3 | |
| | | | | | while reading" errors on SDCC completion. The remote peer may close down the connection without sending the mandatory close_notify alert on shutdown. Since OpenSSL3 this reports an SSL error, but since we can already detect if the transfer has been truncated, just restore the previous behavior and ignore the error. (#2751) | ||||
| * | SSL: ignore SIGPIPE in SSL_connect(); fix #2701 (#2726) | 2025-11-10 | 1 | -0/+8 | |
| | | |||||
| * | Fix error handling of QSslSocket (#2718) | 2025-10-10 | 1 | -2/+2 | |
| | | |||||
| * | Support sending authorization ID in SASL EXTERNAL (#2700) | 2025-03-17 | 2 | -3/+11 | |
| | | | | | The use case is provide network name and client ID to ZNC See https://github.com/znc/znc/pull/1936 | ||||
| * | SSL updates (#2575) | 2023-12-04 | 2 | -4/+40 | |
| | | |||||
| * | Qt6: QStringList is a typedef now, avoid forward declarations | 2023-10-18 | 1 | -1/+1 | |
| | | |||||
| * | KviSSL: fix deprecations for openssl 3 (#2544) | 2023-07-09 | 1 | -0/+8 | |
| | | | | Co-authored-by: Fabio Bas <fabio.bas@officineinformatiche.net> | ||||
| * | Port to (and require) Qt 5.15. Drop KDE4 support, fix KDE5 (#2541) | 2023-07-08 | 1 | -1/+1 | |
| | | | | | | | * Port to (and require) Qt 5.15. Drop KDE4 support, implement KDE5 support where needed. --------- Co-authored-by: Fabio Bas <fabio.bas@officineinformatiche.net> | ||||
| * | Change HTTP redirect limit to 20. | 2019-09-01 | 1 | -1/+1 | |
| | | | | | This is the redirect limit used by Chrome. The previous limit of 2 was causing problems with some sites. | ||||
| * | KviSSL: Check SSL_in_init before SSL_shutdown | 2019-06-25 | 1 | -2/+4 | |
| | | |||||
| * | Convert 0s and NULLs to nullptr | 2018-12-03 | 3 | -3/+3 | |
| | | |||||
| * | Use override where possible and remove unnecessary usages of the virtual ↵ | 2018-11-28 | 3 | -7/+7 | |
| | | | | | keyword. | ||||
| * | SASL: Add support for EXTERNAL method. Closes #2258 | 2018-11-22 | 2 | -3/+37 | |
| | | |||||
| * | Apply all modernize-* fixes from clang-tidy except for modernize-use-auto | 2018-11-14 | 3 | -5/+5 | |
| | | |||||
| * | KviHttpRequest: Fix potential null pointer dereference | 2018-09-04 | 1 | -2/+2 | |
| | | |||||
| * | KviHttp: support relative redirects; fix #2398 (#2399) | 2018-09-04 | 3 | -3/+79 | |
| | | | | | | | | | | | | * mac: fix plugin installation * c++11: fix some compiler warnings * KviHttp: support relative redirects; fix #2398 KviUrl: permit modification of the url KviHttpRequest: check for relative redirects and change the url's path | ||||
| * | Fix Coverity complaints about uninitialized member variables | 2018-04-14 | 1 | -1/+1 | |
| | | |||||
| * | Support 64-bit X509 certificate serial numbers (#2363) | 2018-04-11 | 2 | -11/+21 | |
| | | | | | | | Support 64-bit X509 certificate serial numbers Avoid "too large" errors when querying the serial number of a certificate when it doesn't fit in a 32-bit integer. Use strings to query and store certificate serial numbers | ||||
| * | Support OpenSSL 1.1.0 (#2223) | 2017-12-11 | 1 | -10/+41 | |
| | | | | Fixes #2151. | ||||
| * | General code cleanup and coverity fixes - mostly fixes uninitialized members | 2017-10-21 | 2 | -20/+8 | |
| | | |||||
| * | Cleanup included files | 2016-10-28 | 14 | -30/+38 | |
| | | |||||
| * | Add SSL socket support to I/O Graph traffic tracking | 2016-09-12 | 1 | -1/+5 | |
| | | | | | Fixes #612 | ||||
| * | Goodbye XP, my old friend | 2016-08-17 | 1 | -285/+0 | |
| | | |||||
| * | KviDnsResolver: Refactor KviPointerList into std::vector | 2016-08-03 | 2 | -66/+28 | |
| | | | | | Remove unused code | ||||
| * | separators and copyright headers cleanups | 2016-06-14 | 3 | -5/+4 | |
| | | | | | | | + add copyright boilerplate to KviDebugContext.cpp probably more source files exist with no copyright boilerplate. this was a by chance find. | ||||
| * | various cosmetic cleanups | 2016-06-12 | 1 | -16/+16 | |
| | | | | | | notes & separators: consistent formatting various typos fixes | ||||
| * | various cosmetic: consistent comment format | 2016-05-17 | 1 | -2/+1 | |
| | | | | | + remove separators to make it consistent. | ||||
| * | cleanups: remove more dead code odd spaces | 2016-05-07 | 3 | -144/+49 | |
| | | |||||
| * | Cleanup random separators with no comments | 2016-05-06 | 1 | -2/+0 | |
| | | |||||
| * | cleanup duplicate includes | 2016-05-04 | 1 | -1/+0 | |
| | | |||||
| * | Apply clang-tidy: modernize-use-default | 2016-04-30 | 4 | -10/+5 | |
| | | |||||
| * | Apply clang-tidy: modernize-use-nullptr | 2016-04-30 | 4 | -54/+54 | |
| | | |||||
| * | Update my clang-format to 3.8.0 | 2016-04-30 | 1 | -2/+1 | |
| | | | | | Don't sort includes | ||||
| * | Apply clang-format | 2016-04-29 | 17 | -1063/+1326 | |
| | | |||||
| * | general: More useless typo fixes | 2016-04-23 | 1 | -1/+1 | |
| | | |||||
| * | KviSSLMaster: Properly free allocated memory | 2016-04-17 | 2 | -2/+2 | |
| | | |||||
| * | typo fix in functions/variables/options: Estabilished -> Established | 2016-04-13 | 2 | -2/+2 | |
| | | |||||
| * | Merge pull request #1924 from wodim/qt5 | 2016-04-12 | 2 | -14/+2 | |
| |\ | | | | | Remove all ifdefs related to older versions of Qt. | ||||
| | * | Remove all ifdefs related to older versions of Qt. | 2016-04-07 | 2 | -14/+2 | |
| | | | | | | | | | Now that we only support Qt 5 we will no longer need these. | ||||
| * | | KviSSL: Properly open files on Windows (#1927) | 2016-04-11 | 2 | -10/+18 | |
| |/ | | | Fixes #1150 | ||||
| * | [AV] update for the last weeks deployment (mostly due to NSIS 2.50) | 2016-03-27 | 1 | -0/+1 | |
| | | | | | | | | - don't cache OpenSSL, its the same version currently - update spellchecker - migrate to cygwin64 - in preparation for OpenSSL 1.1, search for libcrypto and make an implicit include explicit. no this doesn't make it work fully, KviSSL still needs to be fixed and CMakes FindOpenSSL doesn't find it without changes either. | ||||
| * | - tweak a string to not use a xgettext string, we escape % everywhere so ↵ | 2016-02-29 | 1 | -1/+1 | |
| | | | | | | | probably should here too - fix msbuild for NTDDI_VISTA | ||||
| * | run codespell to fix some typos, run mkabouttext.pl, fix typos reported by ↵ | 2016-01-31 | 1 | -1/+1 | |
| | | | | | Arfrever | ||||
| * | Do away with the register keyword for variables. | 2015-12-28 | 1 | -6/+6 | |
| | | | | | > #1793 | ||||
| * | Fix fmt_ip6, which compressed IPv6 addresses more than once. | 2015-12-16 | 1 | -1/+1 | |
| | | | | | Closes #1772. | ||||
| * | copyright headers: fix broken boilerplate wording linkss -> terms and ↵ | 2015-11-28 | 19 | -19/+19 | |
| | | | | | opinion -> option | ||||
| * | Copyright Headers: Cosmetic typos irc -> IRC | 2015-10-28 | 19 | -19/+19 | |
| | | |||||
| * | Kvi(Various).cpp Capitalization punctuation, typos fixes | 2015-10-22 | 2 | -3/+3 | |
| | | |||||
| * | remove unneeded semicolon | 2015-10-19 | 1 | -1/+1 | |
| | | |||||
