| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 | -32/+32 |
| * | run codespell to fix some typos, run mkabouttext.pl, fix typos reported by Ar... | Dessa | 2016-01-31 | 1 | -1/+1 |
| * | src/modules typos: capitalize, formatting, consistency and syntax fixes | un1versal | 2015-12-19 | 1 | -2/+2 |
| * | copyright headers: fix yet another broken boilerplate•••Someone was a bad boy and misused the search and replace blindly. :D
| un1versal | 2015-12-05 | 1 | -1/+1 |
| * | copyright headers: fix broken boilerplate wording linkss -> terms and opinion... | un1versal | 2015-11-28 | 1 | -1/+1 |
| * | [ci skip] cpp file typos and capitalization corrections | un1versal | 2015-10-08 | 1 | -10/+10 |
| * | Remove documentation for an option that shouldn't be there | Szymon Tomasz Stefanek | 2015-08-24 | 1 | -9/+15 |
| * | str.join: Update documentation to fix a typo | Matt Ullman | 2015-08-19 | 1 | -1/+1 |
| * | Fix links in help of $str.word•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6407 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Alexey Sokolov | 2014-12-26 | 1 | -2/+2 |
| * | Fix previous commit•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6365 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2013-10-13 | 1 | -2/+3 |
| * | documentation fix for #1418•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6364 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2013-10-13 | 1 | -8/+11 |
| * | fix #1408•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6363 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2013-10-13 | 1 | -3/+3 |
| * | documentation fixes by OmegaWeapon•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6338 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2013-05-23 | 1 | -12/+12 |
| * | documentation fixes by Omega Weapon•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6337 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2013-05-19 | 1 | -2/+2 |
| * | fix several typos•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5962 17fca916-40b9-46aa-a4ea-0a15b648b75c
| wodim | 2011-09-03 | 1 | -2/+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 | -91/+3 |
| * | typos•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5879 17fca916-40b9-46aa-a4ea-0a15b648b75c
| wodim | 2011-06-26 | 1 | -4/+4 |
| * | added optinal third parameter [case] to $str.lefttofirst, lefttolast, rightfr...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5878 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2011-06-26 | 1 | -20/+51 |
| * | murder typo spotted by TheRipper•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5876 17fca916-40b9-46aa-a4ea-0a15b648b75c
| wodim | 2011-06-23 | 1 | -1/+1 |
| * | 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 | 1 | -3/+3 |
| * | 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/+8 |
| * | renamed namespace•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5459 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2011-02-10 | 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 | -6/+6 |
| * | 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 |
| * | killed some QString helpers. Pay attention to the localizations: format strin...•••updated translation files;
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5328 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2011-01-10 | 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 |
| * | daily documentation fixes by OmegaPhil•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5242 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2010-12-28 | 1 | -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 | 1 | -3/+3 |
| * | More renaming & cleanup.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5233 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2010-12-26 | 1 | -1/+1 |
| * | 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 | -10/+10 |
| * | Update str.grep short doc: avoid mentioning GNU regexp as we don't emulate it•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5225 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2010-12-24 | 1 | -1/+1 |
| * | english corrections on docs by OmegaPhil•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5141 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2010-11-15 | 1 | -1/+1 |
| * | applied further patches for #996•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5075 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2010-10-16 | 1 | -4/+2 |
| * | $str.printf: applied patch from #996 and fixed ?f and ?e format strings when ...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5074 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2010-10-16 | 1 | -17/+21 |
| * | implemented #947•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4982 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2010-09-05 | 1 | -3/+4 |
| * | 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 | -1/+1 |
| * | workaround for a crash in ::sprintf() specific to mingw/qt2010.03•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4944 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2010-08-30 | 1 | -0/+4 |
| * | Changed kvissl initialization so that we can initialize ssl also from outsid...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4863 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2010-08-13 | 1 | -9/+3 |
| * | implemented $certificate() to get info from local cert (ticket #866)•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4862 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2010-08-13 | 1 | -0/+4 |
| * | implemented $str.evpSign() and $str.evpVerify() (ticket #866)•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4802 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2010-08-07 | 1 | -0/+285 |
| * | More memory leaks fixes•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4723 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Noldor | 2010-07-31 | 1 | -1/+1 |
| * | Fix in classeditor•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4334 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Noldor | 2010-05-17 | 1 | -4/+47 |
| * | fixed $str.match() behaviour•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4018 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2010-02-23 | 1 | -1/+1 |
| * | moved case sensitivity as optional parameter•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3908 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2010-01-27 | 1 | -14/+14 |
| * | damn, shame on me.. fixed str module•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3906 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2010-01-27 | 1 | -3/+3 |
| * | quick fix•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3905 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2010-01-27 | 1 | -4/+5 |
| * | Fix compilation•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3904 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Noldor | 2010-01-27 | 1 | -3/+3 |
| * | ok, this commit surely breaks retrocompatibility:•••- merged case (in)sensitive functions;
- fixed replace function: now the parameters are in correct order;
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3903 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2010-01-27 | 1 | -457/+211 |
| * | final fix for #695, plus added missing po files for "python" and "sharedfile"...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3877 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2010-01-24 | 1 | -1/+2 |
| * | Fixed .contains and .containsnocase•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3863 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Noldor | 2010-01-21 | 1 | -3/+3 |