python-zulip-api icon indicating copy to clipboard operation
python-zulip-api copied to clipboard

WIP: SSL on IRC connection

Open benjaoming opened this issue 4 years ago • 5 comments

I thought this would be easy -- but so far, it has just been a rabbit hole of sorts.

So I'm posing my current results.

#496

Issues:

  • [ ] Messages are not forwarded from Zulip=>IRC, the connection breaks and we get:

    irc_mirror_zulip has left the room (Quit: Read error: error:1408F119:SSL routines:ssl3_get_record:decryption failed or bad record mac).

  • [x] No scheduler object, so reconnections aren't scheduled and the whole bridge dies

benjaoming avatar Oct 04 '20 15:10 benjaoming

Hi @benjaoming, are you still interested in working this?

PIG208 avatar Jun 14 '21 16:06 PIG208

@PIG208 - I would be happy to comment/review on any work extending on this, but realistically I don't have time to finish it. I don't think there's anything in this PR that couldn't be taken further.

I'll try to ask around if anyone would be interested in picking it up.

benjaoming avatar Jun 19 '21 13:06 benjaoming

Heads up @benjaoming, we just merged some commits that conflict with the changes your made in this pull request! You can review this repository's recent commits to see where the conflicts occur. Please rebase your feature branch against the upstream/main branch and resolve your pull request's merge conflicts accordingly.

zulipbot avatar Aug 24 '21 19:08 zulipbot

This PR is now updated with the conflicts caused by black linting.

benjaoming avatar Aug 28 '21 09:08 benjaoming