aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/fish/libkvifish.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Support OpenSSL 1.1.0 (#2223)Gravatar Vladimir Panteleev2017-12-111-4/+13
| | | Fixes #2151.
* Add compatibilty to fish10 and mircryption keyx cbc mode.Gravatar Christophe Beauval2016-12-121-3/+9
|
* Cleanup included filesGravatar IceN9ne2016-10-281-1/+1
|
* various cosmetic: consistent comment formatGravatar un1versal2016-05-171-4/+4
| | | | + remove separators to make it consistent.
* libkvifish: remove commented out EVENTGravatar un1versal2016-05-081-6/+0
| | | | doesnt belong here anyway
* cleanup: separators and spacingGravatar un1versal2016-05-081-4/+7
|
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-301-4/+4
|
* Apply clang-formatGravatar Alexey Sokolov2016-04-291-205/+205
|
* src/modules typos: capitalize, formatting, consistency and syntax fixesGravatar un1versal2015-12-191-1/+1
|
* libkvifish: capitalization and consistency fixesGravatar un1versal2015-12-051-4/+4
|
* copyright headers: fix broken boilerplate wording linkss -> terms and ↵Gravatar un1versal2015-11-281-1/+1
| | | | opinion -> option
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-281-1/+1
|
* [ci skip] cpp file typos and capitalization correctionsGravatar un1versal2015-10-081-4/+4
|
* Merge patch by TheReignGravatar Szymon Tomasz Stefanek2014-12-281-6/+19
| | | | | | | | | | * 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
* - massive trailing whitespace cleanup (yes, one of these "you can hate me ↵Gravatar Robert Förster2014-11-211-9/+9
| | | | | | | | | for that" commits) - 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
* qt5 support (sip): code only, no touch to build system by nowGravatar Fabio Bas2012-09-251-8/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6251 17fca916-40b9-46aa-a4ea-0a15b648b75c
* droppped cryptopp dependency, as per resolution #4 of last week's ml ↵Gravatar Fabio Bas2011-08-241-68/+8
| | | | | | discussion. Cryptopp will live in the 4.1-qtsockets branch and will maybe be re-merged in the future if it will catch up in sync with the openssl implementation git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5943 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Don't make Crypto++ and OpenSSL support mutally exclusive.Gravatar Kai Wasserbäch2011-02-111-4/+4
| | | | | | | | | 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
* fixed fish key exchange with cryptoppGravatar Fabio Bas2011-02-101-4/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5457 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fish: implement dh1080 using crypto++ (wip: key exchange works, but the ↵Gravatar Fabio Bas2011-02-081-9/+73
| | | | | | mircryption module is not set correctly yet) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5431 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed compilation of fish module when crypto is disabledGravatar Fabio Bas2011-02-061-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5427 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed compilation of fish module without opensslGravatar Fabio Bas2011-02-061-8/+10
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5425 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fish: use qt's base 64 methodsGravatar Fabio Bas2011-01-311-17/+11
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5406 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fish module: fixed simmetrical cipher init, now it's supposed to workGravatar Fabio Bas2011-01-301-17/+15
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5405 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added fish module; wip: key exchange works, but the symmetrical encryption ↵Gravatar Fabio Bas2011-01-301-0/+328
layer is still based on mircryption and currently broken git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5403 17fca916-40b9-46aa-a4ea-0a15b648b75c