C For C's Sake

Results 200 comments of C For C's Sake

I envision something that prefixes received messages with `FROM UNVERIFIED OTR KEY` in red, and where jackline would print `REQUIRE_VERIFICATION policy prevents sending message to unverified contact: %S` when you...

@hannesm Yes, sorry: The behavior I observe is that I type "hello!" when a contact comes online, and then I get a warning that there's no OTR context, after which...

Hi, I considered letting "paths" through, but decided against it because it could be a misspelled command, which we want to avoid. Slightly related PR + issue here: - https://github.com/hannesm/jackline/pull/124...

I find that the only time I want to paste stuff with `/`, I'm pasting code. At that point it might be nicer to implement something like the shell script...

seems to be fixed for `/*` and `//` in https://github.com/hannesm/jackline/commit/e06a555ab34a9f8cb0cace7c222616365726304a

I changed validate_utf8 to work on UChars instead, and made use of the 0xFFfd character for unknown characters. As mentioned in the pull request, I'd love to see this check...

This issue came up in a discussion where a person had copied a jackline config to two separate devices. Not having changed the resource, the two jackline instances would go...

I forgot message notifications as discussed here: https://github.com/hannesm/jackline/issues/118

Socks4a will likely be fine for most user, however SOCKSv5 can be used by Tor to isolate circuits belonging to different contexts. I feel that is a nice enough feature...

Yes, let's keep this open until someone gets around to doing it :)