C For C's Sake
C For C's Sake
for example, it would be super nice to have "subscription requested" messages in a dedicated tab, I find I often overlook them in the main tab.
(or add more information to the /help ... right now it's a bit unclear if it "revokes" your own key somehow, or if revokes your trust in the other party's...
Feature: Clear all read messages / clear all read messages from offline contacts It would be nice to have a `/clearall` command. Having to manually navigate to each offline contact...
Right now all tags are stripped from messages: https://github.com/hannesm/jackline/blob/master/cli/cli_commands.ml#L295 - in the function `strip_tags` defined here: https://github.com/hannesm/jackline/blob/master/src/escape.ml#L48-L55 This means that pasted XML stanzas and other useful things will get stripped....
I think we should move towards having jackline communicate with the user using an IPC protocol for emitting and receiving UI events. This would enable users to make their own...
Someone mentioned they'd want this feature for when using Tor. I'll try to add it when I get some time.
Verify that control characters (VT100 escapes, UTF8 and the like) are stripped/handled to prevent contacts from messing up your UI.
- It shouldn't be possible to scroll beyond the last message in the history buffer. - New messages shouldn't reset or offset the scrolling, neither should they be marked as...
I currently cannot build Ctypes when targeting MirageOS. I do not have build logs at hand, but I wanted to log this for further discussion. The errors I am receiving...
I think it would make sense to get rid of the (A)RC4 implementation that is currently the only exposed `Cipher_stream.S`. 1) If we don't want to remove it, perhaps we...