Dylan Simon

Results 115 comments of Dylan Simon

From what I've seen, these disconnects are initiated by slack itself -- the plugin tries hard to keep connections open. It might be theoretically possible for the plugin to handle...

Not currently, and it'll probably take some investigation to figure out how, but we're certainly open to PRs or suggestions if you can figure out the missing calls.

I haven't looked at this too closely but it would look like the message edits do now: we'd have to redisplay the message with the new reactions added (libpurple has...

Did you put frrouting.slack.com in host? The request for that domain works for me.

Weird. What's the actual error? A SEGV? It looks like buf is still valid there (at least the first 4 bytes of it) -- can you make sure all 24...

The finduserhack branch has since been merged. Does this still happen on main?

There is not a good solution for this at the moment, unfortunately. See #115 and #137 for related discussion.

It may be (looking back) that this was never actually implemented. It would probably help to start by understanding the scope of the problem. Do IMs show up with usernames?...

That's interesting. As a starting point proof-of-concept, could we add the authentication code as a login authentication option and use it that way? (I presume it only works once.) Once...

We certainly could add a configuration option to pass a cookie. If you want to try it yourself, you could just add the cookie header to the request manually (in...