mmb
mmb
The latest weechat-otr master sets buffer local vars with OTR status if anyone wants to try integrating with Glowing Bear. https://github.com/mmb/weechat-otr/blob/master/weechat_otr.py See https://github.com/mmb/weechat-otr#buffer-local-variables If it works out let me know...
I spent a long time debugging why BUILDKIT_SSH was not working and I found out it was because the latest tag on dockerhub is too old to have that code.
 I was going to try to reproduce this but ChatSecure doesn't work on Android 6.0. It hasn't been committed to on GitHub since August so I'm not sure if...
I started a test suite using unittest. It needs a lot more tests and the weechat mock will need to have more added to it as we test more things.
I looked into making the script work with jabber.py but could not find a way to hook from one script into another. The buffer API is a good idea and...
Good find. I wrote some test on a branch to catch these types of issues: https://github.com/mmb/weechat-otr/tree/arg_parse_fuzz We can use it to test the fix and any refactors.
Some of the injects are doubled up (like `OTR,2,2,w0hryPKuGm`). It seems like this should never happen so I'll try to figure out how this is happening.
Do you know which version of the script they were using? Only an old version of the script would work with WeeChat 0.3.8. I can try to reproduce it using...
I was able to establish an OTR session with Drunkwizard. Everything worked as expected. The only difference I noticed compared to talking to other people was that the conversation refreshed...
If we did not encrypt CTCP TYPING it would leak some information and would be a surprise to users who expect their entire session to be encrypted. We could potentially...