jdswinbank / Comet

A complete VOEvent transport system
http://comet.transientskp.org/
BSD 2-Clause "Simplified" License
23 stars 9 forks source link

Server-specified event filtering #32

Open jdswinbank opened 10 years ago

jdswinbank commented 10 years ago

Currently, it's possible for clients to request that the server perform some filtering on their behalf.

However, it would be nice for the server admin to be able to impose some blanket filtering, i.e. "do not forward any events matching pattern X to any subscriber".

This would be easy to add to the EventRelay handler. Perhaps EventRelay should just become a plugin rather than a core part of the broker.