aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/perl/libkviperl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove lots of redundant line feeds around block elements in the docs.Gravatar wodim2017-08-251-35/+25
|
* Apply clang-tidy: modernize-loop-convertGravatar Alexey Sokolov2016-04-301-2/+2
|
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-301-1/+1
|
* Apply clang-formatGravatar Alexey Sokolov2016-04-291-56/+57
|
* libkviperl: indenting + documentation formattingGravatar un1versal2016-04-221-94/+83
|
* documentation: formatting/indentation + minor syntax fixesGravatar un1versal2016-03-141-5/+4
| | | | | | + Dont use double quotes to emphasise words in normal circumstances. + improve indenting + consistency (good for readability when editing source) + also replace single quotes
* run codespell to fix some typos, run mkabouttext.pl, fix typos reported by ↵Gravatar Dessa2016-01-311-2/+2
| | | | Arfrever
* src/modules typos: capitalize, formatting, consistency and syntax fixesGravatar un1versal2015-12-191-77/+77
|
* copyright headers: fix broken boilerplate wording linkss -> terms and ↵Gravatar un1versal2015-11-281-1/+1
| | | | opinion -> option
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-281-1/+1
|
* Revise python and perl script documentation - typo fixes, missing python ↵Gravatar OmegaPhil2014-05-021-56/+61
| | | | | | command docs, etc git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6379 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renames, fix the spelling of KVIrc etc...Gravatar Szymon Tomasz Stefanek2010-12-291-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5254 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renaming and cleanupGravatar Szymon Tomasz Stefanek2010-12-271-4/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5237 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Beginning of 'the big rename & cleanup'. File names should match class ↵Gravatar Szymon Tomasz Stefanek2010-12-251-3/+3
| | | | | | names, when possible. Move classes to one per file. Move C functions to namespaces, if possible. Kill some abbreviations... git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5229 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More documentation for the python stuff.Gravatar Szymon Tomasz Stefanek2010-07-041-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4591 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Improve a bit the python interpreter: allow for passing arguments in ↵Gravatar Szymon Tomasz Stefanek2010-07-041-1/+1
| | | | | | python.begin. Add documentation for python.begin and python.end git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4587 17fca916-40b9-46aa-a4ea-0a15b648b75c
* final fix for #695, plus added missing po files for "python" and ↵Gravatar Fabio Bas2010-01-241-1/+2
| | | | | | "sharedfile" (notice to translators) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3877 17fca916-40b9-46aa-a4ea-0a15b648b75c
* - trailing whitespace cleanups all over the placeGravatar Robert Förster2009-09-011-11/+11
| | | | | | | | - removed charset dependent manpages since it really makes no sense to distribute them, they are getting installed in non standard places and one manpage per language is enough - added SpotChat to the serverdb, happens to be my network anyway :P (someone should remind me to check all the networks and servers there so we can do a cleanup if needed git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3463 17fca916-40b9-46aa-a4ea-0a15b648b75c
* compilation fixesGravatar Elvio Basello2009-06-011-3/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3234 17fca916-40b9-46aa-a4ea-0a15b648b75c
* updates FSF address, thanks to Kebianizao for noticingGravatar Markus Rennings2009-05-081-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3200 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixes for mingw module loadingGravatar Fabio Bas2009-01-201-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3020 17fca916-40b9-46aa-a4ea-0a15b648b75c
* 1st round of compilation fixes for mingwGravatar Fabio Bas2009-01-061-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2977 17fca916-40b9-46aa-a4ea-0a15b648b75c
* quick fix for perl rulesGravatar Elvio Basello2008-11-121-3/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2850 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed license template for modules from n to rGravatar Elvio Basello2008-09-181-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2484 17fca916-40b9-46aa-a4ea-0a15b648b75c
* code cleanGravatar Elvio Basello2008-04-051-3/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1398 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Switching from cvs to svn, initial importGravatar Szymon Tomasz Stefanek2006-12-181-0/+600
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@14 17fca916-40b9-46aa-a4ea-0a15b648b75c