aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/fish
Commit message (Expand)AuthorAgeFilesLines
* Support OpenSSL 1.1.0 (#2223)•••Fixes #2151.Gravatar Vladimir Panteleev2017-12-111-4/+13
* 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 format•••+ remove separators to make it consistent. Gravatar un1versal2016-05-171-4/+4
* libkvifish: remove commented out EVENT•••doesnt belong here anyway Gravatar un1versal2016-05-081-6/+0
* 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 opinion...Gravatar un1versal2015-11-282-2/+2
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-282-2/+2
* [ci skip] cpp file typos and capitalization correctionsGravatar un1versal2015-10-081-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 Gravatar Szymon Tomasz Stefanek2014-12-281-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 Gravatar Robert Förster2014-11-211-9/+9
* convert cmake files to lowercase statements prehistoric cmake versions requir...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6267 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-10-041-3/+3
* qt5 support: cmake build system update•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6257 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-09-281-7/+0
* 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 Gravatar Fabio Bas2012-09-251-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 Gravatar Fabio Bas2011-08-241-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 Gravatar Kai Wasserbäch2011-02-111-4/+4
* fixed fish key exchange with cryptopp•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5457 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2011-02-101-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 Gravatar Fabio Bas2011-02-081-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 Gravatar Fabio Bas2011-02-061-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 Gravatar Fabio Bas2011-02-061-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 Gravatar Fabio Bas2011-01-311-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 Gravatar Fabio Bas2011-01-301-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 Gravatar Fabio Bas2011-01-303-0/+372