This is implementation of any_() and all_() methods for whitelist we have discussed on IRC.
any_()
all_()
It makes it clearer how is the handler whitelist evaluated and also allows creating more complex rules we need now.
rebased onto 2c9d54fb36b6242bc982bec439233a65c9f121ea
Indent
Would be nice to mention here how it's used (i.e. configuration). Basically - add docstring
s/of/if/
Comment got lost somehow so - indent here
rebased onto d038c80bd411e404ebb32a8a3bcd74bf771df02e
Updated.
+1
Pull-Request has been merged by jkaluza
This is implementation of
any_()andall_()methods for whitelist we have discussed on IRC.It makes it clearer how is the handler whitelist evaluated and also allows creating more complex rules we need now.