Commit graph

5 commits

Author SHA1 Message Date
Kim Alvefur
5427c2472d util.roles: Implement a serialization preparation metamethod
Should be able to roundtrip trough serialization. Also nice for debug
and logging purposes where you might want more details than what the
__tostring method provides.
2023-03-26 13:13:31 +02:00
Kim Alvefur
43531740f9 util: Prefix module imports with prosody namespace 2023-03-17 16:23:16 +01:00
Matthew Wild
d08ddc1f4a util.roles: Add a :policies() method to iterate through available policies
We don't expose the policies directly, to force people to go through :may().
However, there are times when we really just need to know what policies a
role has inside it (e.g. for reporting or debugging purposes).
2022-10-07 17:01:35 +01:00
Matthew Wild
d6863b51b9 util.roles: Return nil if the role has no explicit policy (fixes inheritance)
Previously, if the first inherited role had no opinion, it returned false and
prevented further consultation of other inherited roles.

This bug was found thanks to the implementation of missing test cases
identified through mutation testing.
2022-10-07 16:58:08 +01:00
Matthew Wild
77146aa4e7 util.roles: Add new utility module to consolidate role objects and methods 2022-07-19 17:44:26 +01:00