Paul Traina

Results 20 issues of Paul Traina

I forked your gist to https://gist.github.com/pleasantone/c99671172d95c3c18ed90dc5435ddd57. The fork fundamentally adds no new code, other than extremely verbose debugging prints to simply record the problem without anyone needing to single-step through...

For your consideration & thoughts... - Run shlex in (default) posix mode - While we're fixing   also fix smart quotes

Received a valid complaint from a user about @mentions.... "The problem that I have with @ mentions is that people misuse them as conversation rather than summoning. I don't think...

enhancement

I've received feedback from potential users concerned about security when conversation bridging. Currently, when one is on a hangout, there are three methods we have available to us: 1. One...

enhancement
help wanted
chatbridge

Channel synced via SlackRTM Chatbridge/telesync branch (but likely in staging/3.0 -- bug I introduced) Slack user @mentioned the bot name as in "@walter how are you?" and the bot tried...

slack

We're starting to see a lot of little tweaks because entering hangout names and user ids is not well handled. It's almost impossible to manage things without cut and paste....

enhancement
framework

...but Telegram -> HObot -> Slack works just fine. SlackRTM -> HO works. HO -> SlackRTM works. TG -> HO works. HO -> TG works. Telegram is registering on event=hangups.ChatMessageEvent...

enhancement
documentation
framework
chatbridge

If you manually load a webbridge_ plugin, and the plugin fails to load for some reason, the unloading mechanism doesn't stop listening on the sink's socket. The next time you...

bug
chatbridge

I want to allow all users of a particular hangout to use a particular set of tagged (admin) commands. The proper way to do this seems to be /bot tagset...

enhancement
help wanted

The sink plugins and API endpoints should handle CORS properly. The base level code, something to the effect of: ``` def do_OPTIONS(self): self.send_response(200, "ok") self.send_header('Access-Control-Allow-Origin', '*') self.send_header('Access-Control-Allow-Methods', 'GET, POST, OPTIONS')...

enhancement
question