diff options
Diffstat (limited to 'EVENTS.txt')
-rw-r--r-- | EVENTS.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/EVENTS.txt b/EVENTS.txt index 17e7d62b6..8b7448d67 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -551,6 +551,12 @@ EndPublicXRDS: End XRDS output (right before the closing XRDS tag) - $action: the current action - &$xrdsoutputter - XRDSOutputter object to write to +StartHostMetaLinks: Start /.well-known/host-meta links +- &links: array containing the links elements to be written + +EndHostMetaLinks: End /.well-known/host-meta links +- &links: array containing the links elements to be written + StartCheckPassword: Check a username/password - $nickname: The nickname to check - $password: The password to check @@ -1095,4 +1101,4 @@ StartShowPageTitle: when beginning to show the page title <h1> - $action: action being shown EndShowPageTitle: when done showing the page title <h1> -- $action: action being shown
\ No newline at end of file +- $action: action being shown |