malcontent/libmalcontent
Matthew Leeds 15e8a74b21 tree-wide: Replace usages of whitelist/blacklist
Replace usages of the terms whitelist and blacklist with the more
inclusive and more precise terms allowlist and blocklist, which are
actually also more consistent with parts of the codebase, e.g.
mct_app_filter_is_content_type_allowed().

The only API break here is in libmalcontent/app-filter.h but the
relevant API is not used anywhere else in Endless OS beyond this repo,
nor to my knowledge in any other distribution. Also, per the README,
this project's API is not stable, so now is a good time to make this
change.
2020-06-09 15:35:21 -07:00
..
tests tree-wide: Replace usages of whitelist/blacklist 2020-06-09 15:35:21 -07:00
app-filter-private.h tree-wide: Replace usages of whitelist/blacklist 2020-06-09 15:35:21 -07:00
app-filter.c tree-wide: Replace usages of whitelist/blacklist 2020-06-09 15:35:21 -07:00
app-filter.h tree-wide: Replace usages of whitelist/blacklist 2020-06-09 15:35:21 -07:00
gconstructor.h libmalcontent: Add a constructor to bind the translation domain 2020-04-27 12:10:58 +01:00
init.c libmalcontent: Add a constructor to bind the translation domain 2020-04-27 12:10:58 +01:00
malcontent.h libmalcontent: Add enum types to fix introspection of MctManagerError 2020-04-04 00:37:26 +01:00
manager.c libmalcontent: Clarify nullability of MctManager:connection 2020-04-07 12:52:15 +01:00
manager.h libmalcontent: Add support for setting session limits 2020-01-16 13:17:45 +00:00
meson.build libmalcontent: Add a constructor to bind the translation domain 2020-04-27 12:10:58 +01:00
session-limits-private.h libmalcontent: Add a SessionLimits interface for time-limited sessions 2020-01-16 13:17:45 +00:00
session-limits.c session-limits: Add mct_session_limits_is_enabled() API 2020-03-24 11:06:16 +00:00
session-limits.h session-limits: Add mct_session_limits_is_enabled() API 2020-03-24 11:06:16 +00:00