aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/str/libkvistr.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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 Gravatar un1versal2016-03-141-32/+32
* run codespell to fix some typos, run mkabouttext.pl, fix typos reported by Ar...Gravatar Dessa2016-01-311-1/+1
* src/modules typos: capitalize, formatting, consistency and syntax fixesGravatar un1versal2015-12-191-2/+2
* copyright headers: fix yet another broken boilerplate•••Someone was a bad boy and misused the search and replace blindly. :D Gravatar un1versal2015-12-051-1/+1
* copyright headers: fix broken boilerplate wording linkss -> terms and opinion...Gravatar un1versal2015-11-281-1/+1
* [ci skip] cpp file typos and capitalization correctionsGravatar un1versal2015-10-081-10/+10
* Remove documentation for an option that shouldn't be thereGravatar Szymon Tomasz Stefanek2015-08-241-9/+15
* str.join: Update documentation to fix a typoGravatar Matt Ullman2015-08-191-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 Gravatar Alexey Sokolov2014-12-261-2/+2
* Fix previous commit•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6365 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2013-10-131-2/+3
* documentation fix for #1418•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6364 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2013-10-131-8/+11
* fix #1408•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6363 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2013-10-131-3/+3
* documentation fixes by OmegaWeapon•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6338 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2013-05-231-12/+12
* documentation fixes by Omega Weapon•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6337 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2013-05-191-2/+2
* fix several typos•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5962 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2011-09-031-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 Gravatar Fabio Bas2011-08-241-91/+3
* typos•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5879 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2011-06-261-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 Gravatar Fabio Bas2011-06-261-20/+51
* murder typo spotted by TheRipper•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5876 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2011-06-231-1/+1
* a common typo, isn't it? :)•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5839 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2011-05-151-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 Gravatar Kai Wasserbäch2011-02-111-4/+8
* renamed namespace•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5459 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2011-02-101-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 Gravatar Fabio Bas2011-02-071-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 Gravatar wodim2011-01-201-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 Gravatar Elvio Basello2011-01-101-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 Gravatar Szymon Tomasz Stefanek2010-12-291-1/+1
* daily documentation fixes by OmegaPhil•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5242 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-12-281-8/+8
* More renaming and cleanup•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5237 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-271-3/+3
* More renaming & cleanup.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5233 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-261-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 Gravatar Szymon Tomasz Stefanek2010-12-251-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 Gravatar Szymon Tomasz Stefanek2010-12-241-1/+1
* english corrections on docs by OmegaPhil•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5141 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-11-151-1/+1
* applied further patches for #996•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5075 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-10-161-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 Gravatar Fabio Bas2010-10-161-17/+21
* implemented #947•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4982 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-09-051-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 Gravatar Fabio Bas2010-08-311-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 Gravatar Fabio Bas2010-08-301-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 Gravatar Fabio Bas2010-08-131-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 Gravatar Fabio Bas2010-08-131-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 Gravatar Fabio Bas2010-08-071-0/+285
* More memory leaks fixes•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4723 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Noldor2010-07-311-1/+1
* Fix in classeditor•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4334 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Noldor2010-05-171-4/+47
* fixed $str.match() behaviour•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4018 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2010-02-231-1/+1
* moved case sensitivity as optional parameter•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3908 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2010-01-271-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 Gravatar Elvio Basello2010-01-271-3/+3
* quick fix•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3905 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2010-01-271-4/+5
* Fix compilation•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3904 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Noldor2010-01-271-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 Gravatar Elvio Basello2010-01-271-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 Gravatar Fabio Bas2010-01-241-1/+2
* Fixed .contains and .containsnocase•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3863 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Noldor2010-01-211-3/+3