Steffen Jaeckel

Results 234 comments of Steffen Jaeckel

I like the idea. This should be realized via the already existing `theme` model. **Approach 1 (A1)** Implementation wise the easiest would be adding two new entries `main.text.me.quote` and `main.text.them.quote`...

I doubt that's a good idea. The concept of a PKI is established for exactly that reason. You usually trust a CA which issues a certificate and not the leaf...

OK, but that's something different from your initial proposal, at least as I understood it. This should/must go in libstrophe first and can then be integrated in profanity.

Did you try sending a sub request between the two accounts? OMEMO requires that the two accounts have authorized each other.

Also OMEMO is a bit brittle to setup initially, in the version you're using. I will open a PR later or tomorrow that makes this easier to use, but you'd...

I've just tried the same: ``` prof: DBG: [OMEMO] publish crypto materials prof: DBG: [OMEMO] publish own OMEMO bundle prof: DBG: [OMEMO] Cannot publish bundle: no PUBSUB feature announced ```...

> * How do I run these benchmarks myself? I could play with the code a bit more, maybe adding an `if(i >= 16){ Wi(i) }` condition into the loops....

> My performance measurements are different. For sure, since you most likely have a different CPU. But the differences of the algorithm classes themselves are comparable and my statement from...

BTW there's https://github.com/nektos/act to run GH actions locally while working on them. Not sure how/if it works for Windows runners, but it works great for Linux CI jobs.

> please take a look I took a look now. Could you please address all the comments?