aboutsummaryrefslogtreecommitdiffstats
path: root/doc/hook/legal_webbie.bb
blob: 8c7d32d56bf5bed7e52445b16c481253bb4bf387 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[h2]legal_webbie[/h2]

Called when validating a channel address. By default the valid characters are 
a-z,0-9,-,_, and . Uppercase ASCII characters are folded to lower and any invalid characters are stripped.  

Some federated networks require more restrictive rules.

The hook is called with an array [ 'input' => (supplied text), 'output' => (validated text) ]

A plugin will generally perform a regex filter or text operation on 'input' and provide the results in 'output'.