IDN support in HTMLPurifier using the PEAR Net_IDNA2 module
authorAlexander Ebert <ebert@woltlab.com>
Tue, 2 Jan 2018 13:42:32 +0000 (14:42 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 2 Jan 2018 13:42:32 +0000 (14:42 +0100)
commit5c7136a7eb9044d54e67d9b88347a9d41e218b3d
tree7371abe0b25e763df5a1d67c17c482851616fa2b
parent07673afaf082ab28d8be4db5cb64fcda457e1562
IDN support in HTMLPurifier using the PEAR Net_IDNA2 module
26 files changed:
wcfsetup/install/files/lib/system/api/composer.json
wcfsetup/install/files/lib/system/api/composer.lock
wcfsetup/install/files/lib/system/api/composer/autoload_namespaces.php
wcfsetup/install/files/lib/system/api/composer/autoload_real.php
wcfsetup/install/files/lib/system/api/composer/autoload_static.php
wcfsetup/install/files/lib/system/api/composer/include_paths.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/composer/installed.json
wcfsetup/install/files/lib/system/api/pear/net_idna2/.gitignore [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/pear/net_idna2/.travis.yml [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/pear/net_idna2/Net/IDNA2.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/pear/net_idna2/Net/IDNA2/Exception.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/pear/net_idna2/Net/IDNA2/Exception/Nameprep.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/pear/net_idna2/README.md [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/pear/net_idna2/composer.json [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/pear/net_idna2/package.xml [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/pear/net_idna2/phpunit.xml.dist [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/pear/net_idna2/tests/Net_IDNA2Test.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/pear/net_idna2/tests/draft-josefsson-idn-test-vectors.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/pear/pear_exception/.gitignore [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/pear/pear_exception/.travis.yml [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/pear/pear_exception/LICENSE [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/pear/pear_exception/PEAR/Exception.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/pear/pear_exception/composer.json [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/pear/pear_exception/package.xml [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/pear/pear_exception/tests/PEAR/ExceptionTest.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/html/input/filter/MessageHtmlInputFilter.class.php