event-source-library icon indicating copy to clipboard operation
event-source-library copied to clipboard

wildcard events

Open ghost opened this issue 9 years ago • 2 comments

Currently events are matched with tokens e. g. in buffer_event() we expect target to be set. Is there a way to define 'wildcard' events? Such an event should be dispatched to every connected client regardless of a token.

ghost avatar Aug 08 '16 13:08 ghost

To be honest, I don't remember much whether I did implement such a feature. But I don't think I had a use for it, so I might not.

If you implement it, I'd be happy to accept a PR though :)

guyzmo avatar Aug 08 '16 15:08 guyzmo

I've workarounded it by just hardcoding app-specific prefix for the time being :)

ghost avatar Aug 09 '16 16:08 ghost