| Commit message (Expand) | Author | Age | Files | Lines |
| * | Qt6 is stricter when casting numericals and chars. Add an explicit cast/conve...•••cast
| Fabio Bas | 2023-10-18 | 1 | -1/+1 |
| * | Convert 0s and NULLs to nullptr | IceN9ne | 2018-12-03 | 1 | -6/+6 |
| * | Use override where possible and remove unnecessary usages of the virtual keyw... | IceN9ne | 2018-11-28 | 1 | -10/+10 |
| * | Remove unnecessary usages of the inline keyword per language evolution. | IceN9ne | 2018-11-28 | 1 | -2/+2 |
| * | Apply all modernize-* fixes from clang-tidy except for modernize-use-auto | Alexey Sokolov | 2018-11-14 | 1 | -1/+1 |
| * | push and pull po{t}s, typo fixes | Dessa | 2017-05-24 | 1 | -1/+1 |
| * | rijndael module: Fix potential memory leak and invalid length check | IceN9ne | 2017-03-09 | 1 | -1/+3 |
| * | rijndael module: Fix incorrect size check | IceN9ne | 2017-03-05 | 1 | -1/+1 |
| * | Miscellaneous documentation fixes | OmegaPhil | 2017-02-23 | 1 | -4/+4 |
| * | Encryption: A fix and some code cleanup••• * Fixes spelling error in function name that fails to override base class virtual function
* Adds const to functions that should have it
* Cleans-up some formatting
| IceN9ne | 2017-02-02 | 1 | -42/+41 |
| * | Cleanup included files | IceN9ne | 2016-10-28 | 1 | -1/+1 |
| * | Blowfish: Remove unnecessary dynamic allocation and clarify implecations of k... | IceN9ne | 2016-09-12 | 2 | -6/+6 |
| * | various cosmetic: consistent comment format•••+ remove separators to make it consistent.
| un1versal | 2016-05-17 | 1 | -4/+4 |
| * | cleanup: remove more ancient commented code p3 | un1versal | 2016-05-08 | 1 | -33/+3 |
| * | Cleanup random separators with no comments | un1versal | 2016-05-06 | 1 | -4/+4 |
| * | Apply clang-tidy: modernize-loop-convert | Alexey Sokolov | 2016-04-30 | 2 | -4/+4 |
| * | Apply clang-tidy: modernize-use-nullptr | Alexey Sokolov | 2016-04-30 | 2 | -18/+18 |
| * | Apply clang-format | Alexey Sokolov | 2016-04-29 | 10 | -2143/+2268 |
| * | libkvirijndael: typos and capitalization missed | un1versal | 2015-12-20 | 1 | -3/+3 |
| * | src/modules typos: capitalize, formatting, consistency and syntax fixes | un1versal | 2015-12-19 | 1 | -8/+8 |
| * | copyright headers: fix broken boilerplate wording linkss -> terms and opinion... | un1versal | 2015-11-28 | 10 | -10/+10 |
| * | Copyright Headers: Cosmetic typos irc -> IRC | un1versal | 2015-10-28 | 10 | -10/+10 |
| * | Clean up trailing whitespaces and excess newlines•••Oh how I can already hear the sound of angry villagers
with pitchforks running over to my desk
| Matt Ullman | 2015-10-18 | 1 | -1/+1 |
| * | [ci skip] Oops - squash review | un1versal | 2015-10-08 | 1 | -2/+2 |
| * | [ci skip] cpp file typos and capitalization corrections | un1versal | 2015-10-08 | 1 | -7/+7 |
| * | Slightly more verbose naming for commit 2a30f77 | Szymon Tomasz Stefanek | 2015-08-26 | 2 | -8/+15 |
| * | Add option to change the max keysize of mircryption keys | Christophe Beauval | 2015-08-11 | 2 | -6/+14 |
| * | - 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 | 6 | -12/+12 |
| * | 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
| Robert Förster | 2012-10-04 | 2 | -17/+17 |
| * | qt5 support: cmake build system update•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6257 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2012-09-28 | 1 | -6/+2 |
| * | 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 | -6/+0 |
| * | admin: obliterate convert files and svn_fixsvnignore.sh, people should use pr...•••sprinkle around some svn:ignore, svn:eol-style and svn:mime-type stuff, also remove mime-type property which does not exist, it should be svn:mime-type instead
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6052 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Robert Förster | 2012-01-14 | 2 | -20/+0 |
| * | 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 | 3 | -792/+13 |
| * | crypto engines now use the mose secure CBC mode by default; ECB mode is avail...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5914 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2011-07-23 | 2 | -63/+65 |
| * | fixed IV size for Rijndael/CBC•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5912 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2011-07-23 | 1 | -12/+12 |
| * | KviCString: removed duplicate setLength/setLen, added padRight•••Crypto: splitted Initalization Vector engine to its own file, added real cbc mode to Rijndael engine (wip)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5911 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2011-07-23 | 8 | -59/+216 |
| * | a common typo, isn't it? :)•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5839 17fca916-40b9-46aa-a4ea-0a15b648b75c
| wodim | 2011-05-15 | 2 | -2/+2 |
| * | libkvirijndael_cryptopp.cpp: Use the correct include and variable.•••Fixes an FTBFS introduced by r5283.
Signed-off-by: Kai Wasserbäch <curan@debian.org>
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5467 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Kai Wasserbäch | 2011-02-11 | 1 | -3/+3 |
| * | Calm down the rijndael module compilation. Thnx Arfrever.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5463 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2011-02-10 | 2 | -2/+2 |
| * | renamed namespace•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5459 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2011-02-10 | 1 | -3/+3 |
| * | Some cmake-related changes:•••cleaned up the KVIRC_BUILD_FLAGS mess, now every #ifdef used in the code should have its own #define/#undef in kvi_sysconfig.h
removed the old WITH_* family of flags, use the native cmake WANT_* options that avoids caching problems and permits to both set and unset the option
use WANT_CRYPTOPP for cryptopp code (was: WANT_NO_EMBEDDED_CODE), and disable WANT_OPENSSL when the user wants tom switch to cryptopp
updated INSTALL file accordingly
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5430 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2011-02-07 | 1 | -29/+27 |
| * | added a disclaimer on "why we don't support longer keylengths" in mircryption...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5429 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2011-02-06 | 1 | -0/+15 |
| * | fixed #1011, please test•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5428 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2011-02-06 | 5 | -127/+210 |
| * | The big rename for modules. Still some details remaining.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5284 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2011-01-01 | 7 | -11/+11 |
| * | probable compilation fix for rijndaled/crypto++•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5283 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2011-01-01 | 1 | -16/+16 |
| * | moved around some header hopefully minimizing recompilation times on small ch...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5280 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2010-12-31 | 2 | -0/+2 |
| * | reworked mIRC control codes;•••yet more splitting;
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5272 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2010-12-30 | 1 | -2/+2 |
| * | yet more splitting•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5264 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2010-12-29 | 2 | -15/+15 |
| * | More renames, fix the spelling of KVIrc etc...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5254 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2010-12-29 | 8 | -8/+8 |
| * | More renaming and cleanup•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5237 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2010-12-27 | 2 | -2/+2 |