mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
twitter newsfeed daemon
This commit is contained in:
parent
a32a31794e
commit
217f34fd42
11 changed files with 154 additions and 16 deletions
|
@ -1354,6 +1354,7 @@ msg(source, mc, data, mapping vars) {
|
|||
else unless (!source
|
||||
|| qAllowExternal(&source, mc, vars) // mayExternal hook
|
||||
|| MEMBER(source)
|
||||
|| source == "/" // allow root to send everywhere
|
||||
|| isValidRelay(source)
|
||||
|| isValidRelay(vars["_source_relay"])
|
||||
|| isValidRelay(vars["_context"])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue