| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix compilation with openssl 4 (#2765) HEAD master | ctrlaltca | 2026-06-13 | 1 | -1/+12 |
| * | KviSSL: add SSL_OP_IGNORE_UNEXPECTED_EOF option to avoid "unexpected eof whil... | ctrlaltca | 2026-02-14 | 1 | -0/+3 |
| * | SSL: ignore SIGPIPE in SSL_connect(); fix #2701 (#2726) | ctrlaltca | 2025-11-10 | 1 | -0/+8 |
| * | Fix error handling of QSslSocket (#2718) | ctrlaltca | 2025-10-10 | 1 | -2/+2 |
| * | Support sending authorization ID in SASL EXTERNAL (#2700)•••The use case is provide network name and client ID to ZNC
See https://github.com/znc/znc/pull/1936 | Alexey Sokolov | 2025-03-17 | 2 | -3/+11 |
| * | SSL updates (#2575) | ctrlaltca | 2023-12-04 | 2 | -4/+40 |
| * | Qt6: QStringList is a typedef now, avoid forward declarations | Fabio Bas | 2023-10-18 | 1 | -1/+1 |
| * | KviSSL: fix deprecations for openssl 3 (#2544)•••Co-authored-by: Fabio Bas <fabio.bas@officineinformatiche.net> | ctrlaltca | 2023-07-09 | 1 | -0/+8 |
| * | Port to (and require) Qt 5.15. Drop KDE4 support, fix KDE5 (#2541)•••* Port to (and require) Qt 5.15. Drop KDE4 support, implement KDE5 support where needed.
---------
Co-authored-by: Fabio Bas <fabio.bas@officineinformatiche.net> | ctrlaltca | 2023-07-08 | 1 | -1/+1 |
| * | Change HTTP redirect limit to 20.•••This is the redirect limit used by Chrome. The previous limit of 2 was causing problems with some sites.
| Andrio Celos | 2019-09-01 | 1 | -1/+1 |
| * | KviSSL: Check SSL_in_init before SSL_shutdown | IceN9ne | 2019-06-25 | 1 | -2/+4 |
| * | Convert 0s and NULLs to nullptr | IceN9ne | 2018-12-03 | 3 | -3/+3 |
| * | Use override where possible and remove unnecessary usages of the virtual keyw... | IceN9ne | 2018-11-28 | 3 | -7/+7 |
| * | SASL: Add support for EXTERNAL method. Closes #2258 | IceN9ne | 2018-11-22 | 2 | -3/+37 |
| * | Apply all modernize-* fixes from clang-tidy except for modernize-use-auto | Alexey Sokolov | 2018-11-14 | 3 | -5/+5 |
| * | KviHttpRequest: Fix potential null pointer dereference | IceN9ne | 2018-09-04 | 1 | -2/+2 |
| * | KviHttp: support relative redirects; fix #2398 (#2399)•••* 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
| ctrlaltca | 2018-09-04 | 3 | -3/+79 |
| * | Fix Coverity complaints about uninitialized member variables | IceN9ne | 2018-04-14 | 1 | -1/+1 |
| * | Support 64-bit X509 certificate serial numbers (#2363)•••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 | Vladimir Panteleev | 2018-04-11 | 2 | -11/+21 |
| * | Support OpenSSL 1.1.0 (#2223)•••Fixes #2151. | Vladimir Panteleev | 2017-12-11 | 1 | -10/+41 |
| * | General code cleanup and coverity fixes - mostly fixes uninitialized members | IceN9ne | 2017-10-21 | 2 | -20/+8 |
| * | Cleanup included files | IceN9ne | 2016-10-28 | 14 | -30/+38 |
| * | Add SSL socket support to I/O Graph traffic tracking•••Fixes #612
| IceN9ne | 2016-09-12 | 1 | -1/+5 |
| * | Goodbye XP, my old friend | staticfox | 2016-08-17 | 1 | -285/+0 |
| * | KviDnsResolver: Refactor KviPointerList into std::vector•••Remove unused code
| staticfox | 2016-08-03 | 2 | -66/+28 |
| * | separators and copyright headers cleanups•••+ add copyright boilerplate to KviDebugContext.cpp
probably more source files exist with no copyright boilerplate.
this was a by chance find.
| un1versal | 2016-06-14 | 3 | -5/+4 |
| * | various cosmetic cleanups•••notes & separators: consistent formatting
various typos fixes
| un1versal | 2016-06-12 | 1 | -16/+16 |
| * | various cosmetic: consistent comment format•••+ remove separators to make it consistent.
| un1versal | 2016-05-17 | 1 | -2/+1 |
| * | cleanups: remove more dead code odd spaces | un1versal | 2016-05-07 | 3 | -144/+49 |
| * | Cleanup random separators with no comments | un1versal | 2016-05-06 | 1 | -2/+0 |
| * | cleanup duplicate includes | un1versal | 2016-05-04 | 1 | -1/+0 |
| * | Apply clang-tidy: modernize-use-default | Alexey Sokolov | 2016-04-30 | 4 | -10/+5 |
| * | Apply clang-tidy: modernize-use-nullptr | Alexey Sokolov | 2016-04-30 | 4 | -54/+54 |
| * | Update my clang-format to 3.8.0•••Don't sort includes
| Alexey Sokolov | 2016-04-30 | 1 | -2/+1 |
| * | Apply clang-format | Alexey Sokolov | 2016-04-29 | 17 | -1063/+1326 |
| * | general: More useless typo fixes | staticfox | 2016-04-23 | 1 | -1/+1 |
| * | KviSSLMaster: Properly free allocated memory | staticfox | 2016-04-17 | 2 | -2/+2 |
| * | typo fix in functions/variables/options: Estabilished -> Established | un1versal | 2016-04-13 | 2 | -2/+2 |
| * | Merge pull request #1924 from wodim/qt5•••Remove all ifdefs related to older versions of Qt. | wodim | 2016-04-12 | 2 | -14/+2 |
| |\ |
|
| | * | Remove all ifdefs related to older versions of Qt.•••Now that we only support Qt 5 we will no longer need these.
| wodim | 2016-04-07 | 2 | -14/+2 |
| * | | KviSSL: Properly open files on Windows (#1927)•••Fixes #1150 | staticfox | 2016-04-11 | 2 | -10/+18 |
| |/ |
|
| * | [AV] update for the last weeks deployment (mostly due to NSIS 2.50)•••- 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.
| Dessa | 2016-03-27 | 1 | -0/+1 |
| * | - tweak a string to not use a xgettext string, we escape % everywhere so prob...•••- fix msbuild for NTDDI_VISTA
| Dessa | 2016-02-29 | 1 | -1/+1 |
| * | run codespell to fix some typos, run mkabouttext.pl, fix typos reported by Ar... | Dessa | 2016-01-31 | 1 | -1/+1 |
| * | Do away with the register keyword for variables.•••> #1793
| wodim | 2015-12-28 | 1 | -6/+6 |
| * | Fix fmt_ip6, which compressed IPv6 addresses more than once.•••Closes #1772.
| wodim | 2015-12-16 | 1 | -1/+1 |
| * | copyright headers: fix broken boilerplate wording linkss -> terms and opinion... | un1versal | 2015-11-28 | 19 | -19/+19 |
| * | Copyright Headers: Cosmetic typos irc -> IRC | un1versal | 2015-10-28 | 19 | -19/+19 |
| * | Kvi(Various).cpp Capitalization punctuation, typos fixes | un1versal | 2015-10-22 | 2 | -3/+3 |
| * | remove unneeded semicolon | Fabio Bas | 2015-10-19 | 1 | -1/+1 |