diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-12-06 20:45:21 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-12-06 20:45:21 -0800 |
commit | f7f0d2b265b764e1a7bb032473108ca2cfaeb4a5 (patch) | |
tree | ebedb98cfdc4c8bd5d8dffe9953280c338558db7 /doc/hooklist.bb | |
parent | 2d799f2c114bbd540a6b2f260e512ad5fcf1db5c (diff) | |
download | volse-hubzilla-f7f0d2b265b764e1a7bb032473108ca2cfaeb4a5.tar.gz volse-hubzilla-f7f0d2b265b764e1a7bb032473108ca2cfaeb4a5.tar.bz2 volse-hubzilla-f7f0d2b265b764e1a7bb032473108ca2cfaeb4a5.zip |
provide plugin hooks for blacklist checking functions.
Diffstat (limited to 'doc/hooklist.bb')
-rw-r--r-- | doc/hooklist.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/hooklist.bb b/doc/hooklist.bb index 45a4861d9..9172628a0 100644 --- a/doc/hooklist.bb +++ b/doc/hooklist.bb @@ -82,6 +82,12 @@ Hooks allow plugins/addons to "hook into" the code at many points and alter the [zrl=[baseurl]/help/hook/check_account_password]check_account_password[/zrl] Used to provide policy control over account passwords (minimum length, character set inclusion, etc.) +[zrl=[baseurl]/help/hook/check_channelallowed]check_channelallowed[/zrl] + Used to over-ride or bypass the channel black/white block lists + +[zrl=[baseurl]/help/hook/check_siteallowed]check_siteallowed[/zrl] + Used to over-ride or bypass the site black/white block lists + [zrl=[baseurl]/help/hook/connect_premium]connect_premium[/zrl] Called when connecting to a premium channel |