[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] lua-psl 0.2
- From: Daurnimator <quae@...>
- Date: Fri, 31 Mar 2017 01:18:46 +1100
Hi All,
I'm happy to announce the second release of lua-psl.
lua-psl is a set of bindings to libpsl, a C library that handles the
Public Suffix List (PSL).
The PSL is a list of domains where there may be sub-domains outside of
the administrator's control.
e.g. the administrator of '.com' does not manage 'github.com'.
This list has found use in many internet technologies including:
- preventing cross-domain cookie leakage
- allowance of issuing wildcard TLS certificates
This release includes:
- Fix crash when trying to load a psl file under lua 5.1
- Set __name in metatable in lua 5.1 (fixes broken test)
- Bind new functions in libpsl 0.16 (.dist_filename and .latest)
Links:
- Homepage: https://github.com/daurnimator/lua-psl
- Documentation: https://daurnimator.github.io/lua-psl/0.2
- On luarocks: https://luarocks.org/modules/daurnimator/psl
- Me: http://daurnimator.com/
- libpsl: https://github.com/rockdaboot/libpsl
- publicsuffix.org: https://publicsuffix.org/
Enjoy!