summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-11doc: add note about Tab key in quickstart guideSébastien Helleu
2017-10-10tests: add missing docstringSébastien Helleu
2017-10-10tests: add command /testapi.xx in test script, display elapsed time in ↵Sébastien Helleu
scripting API tests
2017-10-10tests: fix instruction "return" in Perl/Guile/PHP outputSébastien Helleu
2017-10-10tests: remove unused variableSébastien Helleu
2017-10-10tests: fix sort of Unparse classes on line numberSébastien Helleu
2017-10-09core: fix display of groups/nicks in nicklist in case of empty groups (issue ↵Sébastien Helleu
#1079)
2017-10-09Merge pull request #1080 from l/master/translation/ja_JPSébastien Helleu
doc: update Japanese translations
2017-10-09doc: update Japanese translationsAYANOKOUZI, Ryuunosuke
2017-10-08core: fix display of nicks in nicklist when they are in a group with ↵Sébastien Helleu
sub-groups (closes #1079)
2017-10-08core: add PHP plugin in Cygwin packagingSébastien Helleu
2017-10-07javascript: fix detection of libv8 with autotools on Ubuntu TrustySébastien Helleu
2017-10-07tests: fix scripting API tests when they are run from autotools build directorySébastien Helleu
2017-10-07tests: fix compilation of tests with autotoolsSébastien Helleu
2017-10-07tests: remove useless __init__ methodsSébastien Helleu
2017-10-07tests: fix commentsSébastien Helleu
2017-10-07tests: add scripting API tests (issue #104)Sébastien Helleu
Automatic tests of scripting API are made with Python scripts: - unparse.py: convert Python code to other languages - testapigen.py: generate scripts in all languages to test the API - testapi.py scripting API tests
2017-10-05doc: reformat PHP dependency in user's guideSébastien Helleu
2017-10-03php: add commentsSébastien Helleu
2017-10-03php: add messages during script loading/unloadingSébastien Helleu
2017-10-03php: set php_quiet to 1 during plugin endSébastien Helleu
2017-10-03php: set php_quiet to 1 during plugin initializationSébastien Helleu
2017-10-03php: set php_quiet to 1 when loading/reloading/unloading a script with ↵Sébastien Helleu
option "-q"
2017-10-03lua: fix boolean return value (as integer) in API functionsSébastien Helleu
2017-10-03guile: return integer (0/1) instead of boolean in API functionsSébastien Helleu
2017-10-02guile: fix return value of static stringsSébastien Helleu
2017-10-01tests: run command "/debug libs" in tests instead of Travis CI commandSébastien Helleu
2017-09-28core: add contributor in AUTHORS.adocSébastien Helleu
2017-09-28Merge pull request #1073 from l/master/translation/ja_JPSébastien Helleu
doc: update Japanese translations
2017-09-28doc: update Japanese translationsAYANOKOUZI, Ryuunosuke
2017-09-28build: update examples in script build-debian.shSébastien Helleu
2017-09-28aspell: display "?" if lang is NULL in /aspell listdictSébastien Helleu
The lang should never be NULL anyway (this fixes a compiler warning).
2017-09-28build: update Debian patches with libxml2-dev dependencySébastien Helleu
2017-09-28debian: add dependency on libxml2-dev for PHP pluginSébastien Helleu
2017-09-28doc: add dependency libxml2-dev for PHP plugin (user's guide)Sébastien Helleu
2017-09-28php: use PHP_VERSION_ID instead of PHP_MAJOR_VERSION and PHP_MINOR_VERSIONSébastien Helleu
2017-09-28php: add comments with PHP versionSébastien Helleu
2017-09-28php: fix condition on PHP version to support future PHP versions (>= 8.0)Sébastien Helleu
2017-09-28Merge pull request #1069 from adsr/masterSébastien Helleu
php: use find_library to find libphp7.so
2017-09-27build: update patch for Ubuntu Trusty to not build PHP pluginSébastien Helleu
2017-09-27build: update patch for Debian Wheezy to not build PHP pluginSébastien Helleu
2017-09-27build: update patch for Debian Jessie to not build PHP pluginSébastien Helleu
2017-09-27build: add patch for Debian Stretch, Raspbian Stretch and Ubuntu ↵Sébastien Helleu
Zesty/Yakkety/Xenial to use PHP 7.0 instead of 7.1
2017-09-27debian: add PHP in debian packagingSébastien Helleu
2017-09-27doc: replace php 7.0 by php 7.1 in dependencies (user's guide)Sébastien Helleu
Compilation with PHP 7.0 is still OK, the version in dependencies is the latest available in Debian Sid (unstable).
2017-09-27build: remove patch for Raspbian JessieSébastien Helleu
Automatic builds for Raspbian Jessie were stopped three months ago, on June 2017.
2017-09-27build: remove patch for Ubuntu WilySébastien Helleu
Automatic builds for Ubuntu Wily were stopped five months ago, on April 2017.
2017-09-27build: remove patch for Debian SqueezeSébastien Helleu
Automatic builds for Debian Squeeze were stopped one year ago, on October 2016.
2017-09-25core: initialize variables attrs and pair before calling wattr_getSébastien Helleu
This fixes a compiler warning, in some cases wattr_get may not initialize the variables.
2017-09-24core: disable tests with Python 3 until problem is fixed on Travis CISébastien Helleu