Hannes Mehnert

Results 997 comments of Hannes Mehnert

ok, turns out: there are people not in the roster, but `` messages are received (with "subscription request")...

there's some more to it... since we started to use different shades of grey, we can continue with this, and display buddies which are online (or free) in full color,...

currently /remove or remove from the other side also removes the local contact - which includes the list of verified fingerprints etc... this shouldn't be the intended behaviour, rather: -...

/cc @TealG I reverted your PR #182 in #189 due to several shortcomings: - it's not intuitive to me how to unset an alias (`/alias` without any argument seems to...

happy to accept pull requests, but not really of importance for myself

hmm, isn't it the case that XMPP specifies the body to be PCDATA? and thus, there should no xml entities in there (such as ``, `&`)? if you want to...

on a further note, slack's xmpp gateway has the following behaviour: ``` [12:50:42] OUT TLS: (ignore me, just testing some slack escaping here... < >) [12:50:42] IN TLS: (ignore me,...

@dbuenzli thanks for the references. Jackline does indeed replace unknown (and control characters) with U+FFFD. XMPP (and OTR over XMPP) do not specify escaping sufficiently precise - the behaviour of...

@sizuz there is no secure erase, and since it is a memory managed language this requires cooperation from the runtime system (esp. the garbage collector), to also wipe memory where...