diff options
author | zotlabs <mike@macgirvin.com> | 2016-12-13 18:47:07 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2016-12-13 18:47:07 -0800 |
commit | 8e400e9e40dc115d81bd03581ea6da3badec5a19 (patch) | |
tree | 8b7be3e9b021b574556b16298ea443249f0da872 | |
parent | 66a53c6d3c5851d7f9db3aa9bc6bb3cb677394b7 (diff) | |
download | volse-hubzilla-8e400e9e40dc115d81bd03581ea6da3badec5a19.tar.gz volse-hubzilla-8e400e9e40dc115d81bd03581ea6da3badec5a19.tar.bz2 volse-hubzilla-8e400e9e40dc115d81bd03581ea6da3badec5a19.zip |
update hook doco
-rw-r--r-- | doc/hook/zot_best_algorithm.bb | 3 | ||||
-rw-r--r-- | doc/hooklist.bb | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/hook/zot_best_algorithm.bb b/doc/hook/zot_best_algorithm.bb new file mode 100644 index 000000000..ccde505cb --- /dev/null +++ b/doc/hook/zot_best_algorithm.bb @@ -0,0 +1,3 @@ +[h2]zot_best_algorithm[/h2] + + diff --git a/doc/hooklist.bb b/doc/hooklist.bb index ac3912568..863824590 100644 --- a/doc/hooklist.bb +++ b/doc/hooklist.bb @@ -557,6 +557,9 @@ Hooks allow plugins/addons to "hook into" the code at many points and alter the [zrl=[baseurl]/help/hook/well_known]well_known[/zrl] Called when accessing the '.well-known' special site addresses +[zrl=[baseurl]/help/hook/zot_best_algorithm]zot_best_algorithm[/zrl] + Called when negotiating crypto algorithms with remote sites + [zrl=[baseurl]/help/hook/zid]zid[/zrl] Called when adding the observer's zid to a URL |