| Commit message (Expand) | Author | Age | Files | Lines |
| * | Support OpenSSL 1.1.0 (#2223)•••Fixes #2151. | Vladimir Panteleev | 2017-12-11 | 1 | -4/+13 |
| * | Add compatibilty to fish10 and mircryption keyx cbc mode. | Christophe Beauval | 2016-12-12 | 1 | -3/+9 |
| * | Cleanup included files | IceN9ne | 2016-10-28 | 1 | -1/+1 |
| * | various cosmetic: consistent comment format•••+ remove separators to make it consistent.
| un1versal | 2016-05-17 | 1 | -4/+4 |
| * | libkvifish: remove commented out EVENT•••doesnt belong here anyway
| un1versal | 2016-05-08 | 1 | -6/+0 |
| * | cleanup: separators and spacing | un1versal | 2016-05-08 | 1 | -4/+7 |
| * | Apply clang-tidy: modernize-use-nullptr | Alexey Sokolov | 2016-04-30 | 1 | -4/+4 |
| * | Apply clang-format | Alexey Sokolov | 2016-04-29 | 1 | -205/+205 |
| * | src/modules typos: capitalize, formatting, consistency and syntax fixes | un1versal | 2015-12-19 | 1 | -1/+1 |
| * | libkvifish: capitalization and consistency fixes | un1versal | 2015-12-05 | 1 | -4/+4 |
| * | copyright headers: fix broken boilerplate wording linkss -> terms and opinion... | un1versal | 2015-11-28 | 1 | -1/+1 |
| * | Copyright Headers: Cosmetic typos irc -> IRC | un1versal | 2015-10-28 | 1 | -1/+1 |
| * | [ci skip] cpp file typos and capitalization corrections | un1versal | 2015-10-08 | 1 | -4/+4 |
| * | Merge patch by TheReign••• * Adds support for DH1080_INIT_cbc keyx recognition and responds appropriately to it.
* Note: keyx still won't work the other way around with _cbc clients as KVIrc defaults DH1080_INIT/DH1080_FINISH to CBC instead of ECB as the _cbc client expects. (Not a huge deal as long as said client initiates the keyx, it will be fine. at least they can keyx now)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6414 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2014-12-28 | 1 | -6/+19 |
| * | - massive trailing whitespace cleanup (yes, one of these "you can hate me for...•••- apply patch by d00p: show the correct protocol version instead of just "SSLv3/TLSv1", thanks!
- fix compilation on qt 5.4 on windows
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6398 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Robert Förster | 2014-11-21 | 1 | -9/+9 |
| * | qt5 support (sip): code only, no touch to build system by now•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6251 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2012-09-25 | 1 | -8/+2 |
| * | droppped cryptopp dependency, as per resolution #4 of last week's ml discussi...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5943 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2011-08-24 | 1 | -68/+8 |
| * | Don't make Crypto++ and OpenSSL support mutally exclusive.•••This allows using SSL encrypted connections and still use Crypto++ for
the remaining cryptographic functions.
Signed-off-by: Kai Wasserbäch <curan@debian.org>
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5466 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Kai Wasserbäch | 2011-02-11 | 1 | -4/+4 |
| * | fixed fish key exchange with cryptopp•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5457 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2011-02-10 | 1 | -4/+4 |
| * | fish: implement dh1080 using crypto++ (wip: key exchange works, but the mircr...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5431 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2011-02-08 | 1 | -9/+73 |
| * | fixed compilation of fish module when crypto is disabled•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5427 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2011-02-06 | 1 | -1/+1 |
| * | fixed compilation of fish module without openssl•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5425 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2011-02-06 | 1 | -8/+10 |
| * | fish: use qt's base 64 methods•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5406 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2011-01-31 | 1 | -17/+11 |
| * | fish module: fixed simmetrical cipher init, now it's supposed to work•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5405 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2011-01-30 | 1 | -17/+15 |
| * | added fish module; wip: key exchange works, but the symmetrical encryption la...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5403 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2011-01-30 | 1 | -0/+328 |