| Commit message (Expand) | Author | Age | Files | Lines |
| * | Convert 0s and NULLs to nullptr | IceN9ne | 2018-12-03 | 1 | -1/+1 |
| * | Support OpenSSL 1.1.0 (#2223)•••Fixes #2151. | Vladimir Panteleev | 2017-12-11 | 1 | -6/+12 |
| * | Fix wrapping of <pre> in the docs.•••Fixes #2288
| wodim | 2017-08-31 | 1 | -14/+14 |
| * | Make Windows code Unicode-aware (#2219) | wodim | 2017-05-24 | 1 | -3/+9 |
| * | Miscellaneous documentation fixes | OmegaPhil | 2017-02-23 | 1 | -140/+129 |
| * | Apply clang-tidy: modernize-use-nullptr | Alexey Sokolov | 2016-04-30 | 1 | -4/+4 |
| * | Apply clang-format | Alexey Sokolov | 2016-04-29 | 1 | -223/+250 |
| * | Improve foreach loop•••@staticfox
| Alexey Sokolov | 2016-04-26 | 1 | -2/+2 |
| * | libkvifile: Use for range loop | staticfox | 2016-04-25 | 1 | -4/+4 |
| * | Add support to windows unc remote path in module File | Noldor73 | 2016-04-22 | 1 | -99/+120 |
| * | Revert "Add support to windows unc remote path in module File; code fix/enhan...•••This reverts commit 741e768cfef3d1aa86d057b667f6bb4f1375f78d.
| staticfox | 2016-04-21 | 1 | -120/+99 |
| * | Add support to windows unc remote path in module File; code fix/enhancement i... | Noldor73 | 2016-04-21 | 1 | -99/+120 |
| * | documentation: formatting/indentation + minor syntax fixes•••+ Dont use double quotes to emphasise words in normal circumstances.
+ improve indenting + consistency (good for readability when editing source)
+ also replace single quotes
| un1versal | 2016-03-14 | 1 | -41/+73 |
| * | src/modules typos: capitalize, formatting, consistency and syntax fixes | un1versal | 2015-12-19 | 1 | -2/+2 |
| * | libkvifile: typos, capitalization and consistency fixes | un1versal | 2015-12-05 | 1 | -40/+39 |
| * | 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 |
| * | 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/+0 |
| * | [ci skip] cpp file typos and capitalization corrections | un1versal | 2015-10-08 | 1 | -4/+4 |
| * | Make file.mkdir smarter | Szymon Tomasz Stefanek | 2015-10-04 | 1 | -4/+13 |
| * | - 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 | -5/+5 |
| * | - bump to QT 4.7 (we have no QT 4.8 specific code)•••- QT4 on MSVC still needs qtmain, the cmake policy does not apply there
- fix perl on windows, remove activestate hack, we don't support that anymore
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6371 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Robert Förster | 2014-02-27 | 1 | -4/+1 |
| * | - some fixing for cmake 3•••- compile with WIN32_LEAN_AND_MEAN
- fix compilation with qt5 on windows, thanks to d00p for the transparency fix
- some work on windows resource files (still in progress)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6370 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Robert Förster | 2014-02-27 | 1 | -4/+2 |
| * | more avoid openssl deprecation under osx•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6342 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2013-06-20 | 1 | -0/+8 |
| * | Fix $file.readLines•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6299 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2012-12-22 | 1 | -4/+14 |
| * | (Maybe) compile also with qt 4.6.2•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6199 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2012-07-02 | 1 | -1/+4 |
| * | quick fix•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6046 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2012-01-09 | 1 | -1/+1 |
| * | quick fix•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6045 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2012-01-09 | 1 | -5/+6 |
| * | hopefully fixed win32 compilation•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6044 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2012-01-09 | 1 | -1/+1 |
| * | added $file.time() function;•••cleaned code;
improved hungarian notation;
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6041 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2012-01-08 | 1 | -101/+185 |
| * | some fixes on documentation•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5966 17fca916-40b9-46aa-a4ea-0a15b648b75c
| wodim | 2011-09-11 | 1 | -6/+6 |
| * | 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 | -89/+3 |
| * | Fixed typos found by Lintian.•••This commit fixes:
I: kvirc: spelling-error-in-binary usr/bin/kvirc writeable writable
I: kvirc: spelling-error-in-binary usr/lib/kvirc/4.1/modules/libkvioptions.so allows to allows one to
I: kvirc: spelling-error-in-binary usr/lib/kvirc/4.1/modules/libkvipopupeditor.so allows to allows one to
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5830 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Kai Wasserbäch | 2011-05-07 | 1 | -3/+3 |
| * | Fixed diskspace function•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5812 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Noldor | 2011-04-30 | 1 | -8/+6 |
| * | Fix compilation under win•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5811 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Noldor | 2011-04-30 | 1 | -5/+5 |
| * | Added file.diskspace function (working on linux, macos and win)•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5810 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Noldor | 2011-04-30 | 1 | -0/+58 |
| * | daily documentation fix by OmegaPhil•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5752 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2011-04-04 | 1 | -7/+7 |
| * | 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 | -2/+2 |
| * | 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 | -4/+4 |
| * | Fixed typos, updated .po files, updated spanish translation•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5381 17fca916-40b9-46aa-a4ea-0a15b648b75c
| wodim | 2011-01-20 | 1 | -2/+2 |
| * | 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 | 1 | -1/+1 |
| * | 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 | 1 | -6/+6 |
| * | Beginning of 'the big rename & cleanup'. File names should match class names,...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5229 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2010-12-25 | 1 | -13/+13 |
| * | documentation fixes on file module by OmegaPhil•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5215 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2010-12-21 | 1 | -6/+14 |
| * | Add file.writeBytes and $file.readBytes(). Fix a buggie in the parameter proc...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5048 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2010-10-09 | 1 | -11/+193 |
| * | applied typo fixes for the "file" and "config" modules (thank OmegaPhil)•••fixed fsf address in python/pythoncore modules
fixed "space before comma" in documentation/coments/code
regenerated translations
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4954 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2010-08-31 | 1 | -39/+39 |
| * | compilation fix if no ssl and no crypto++ installed•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4318 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2010-05-14 | 1 | -3/+3 |
| * | [KVIrc] $file.digest: Enable the Crypto++ code path.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4283 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Kai Wasserbäch | 2010-04-21 | 1 | -19/+16 |
| * | reordered commands/functions•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4271 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2010-04-20 | 1 | -17/+17 |
| * | reverted patch, committed by mistake•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4270 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2010-04-20 | 1 | -17/+17 |