Giter VIP home page Giter VIP logo

jackline's Issues

roster handling

well, how about not handling that at all -- enable people to not save anything on the server -- but store contacts only locally (well, we won't receive presence then - but who needs those anyway?)

Ability to supply separate jabber domain and TCP connection details

It would be useful to be able to provide the TCP IP/port pair separate from the jabber domain, for use with proxies and multi-homed servers. Right now the hostname from the jabber id is used, which makes it a pain to connect through SSH-forwarded ports and the like.

Display presence error reason

For contacts with presence errors (e.g. other server unreachable), the error message provided by the server isn't displayed to the user.

Fix issues with message history scrolling

  • 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 read if they haven't actually been displayed to the user
  • There should be a command for controlling the scrollback state: "/scroll reset", "/scroll [to line x]", maybe some kind of search functionality (like irssi /lastlog)
  • An individual scrollback state should be preserved for each window; tabbing away to a different user, then back, shouldn't reset the scrollback state.

reset notification.state when terminal is activated/focussed

currently clear is only done when the user moves the cursor in the buddy list (activating contact). would be fancy if it is cleared when the active contact is the only one with awaiting notifications and the window/terminal gets activated. but couldn't find an API/callback registration for this.

OTR issue when requesting presence authorization

I type:

hello
/authorization request
test

Results in:

19:36:07 ?O> hello
19:36:09 *** has been asked to sent presence updates to you
19:36:10 ***OTR Warning*** didn't sent message, there was no encrypted connection: test
19:36:10 ***OTR warning*** OTR error Malformed OTR data message: type

This is repeatable, any clue what's going on here?

My contact is using Pidgin. :-(

Inconsistent status messages / silent error messages?

I relatively often run into situations like this:

10 03:13:37 ***OTR*** encrypted connection established (ssid [xxFFxxFF] FFffFFff)
10 03:13:37 ***OTR key*** unverified key (used 20 times). please verify /fingerprint [fp] over second channel
10 03:13:37 ***OTR Warning*** didn't sent message, there was no encrypted connection: hey

It seems a bit counter-intuitive, does anyone have an idea what might be going?

active contact is now sometimes gone

this is some regression:

  • if contact a@b/1 is active (unexpanded), and a@b/2 gets online (with higher priority)
  • if contact a@b/1 and a@b/2 are online, /1 is active (unexpanded) and gets offline
  • if contact a@b/1 is active, goes offline, and a@b/2 comes online
  • if self contact comes online another time (again, priorities etc)
  • if ctrl-q pressed, which jumps to an unexpanded contact

might be more cases as well... expand before focus/unfocus (or again: focus bare jid into unexpanded contact -- but i believe this gets worse)

session handling

at the moment, session is selected when highlighted (actually also in make_prompt) -- now if there are presence changes, it doesn't change until make_prompt is called again (or highlight changes).

sending messages out should go to the best session available (until UI exposes sessions)...

Make clock in ui optional

I request an option (via config file maybe?) to make the clock in the ui invisible.

My scenario is that I use jackline in a tmux session and every minute, I get an indication that something happened in that window. Tmux could work as a simple notification feature, but the clock makes that impossible.

SMP challenges/questions containing spaces

Jackline should provide a way for users to ask SMP questions containing spaces.

New users often intuitively seem to attempt to accomplish this by quoting the question using double quotes, so maybe we should parse quotation?

What would be your preferred way to do this? Please discuss below :-)

display git rev inside the client

otherwise I'm always confused which rev my running clients were using... (also, clean or dirty).. requires some build system hackery unfortunately

Toggl/hide buddy list

It would be nice to have a feature to toggly/hide the buddy list to enable copy-paste of code and ASCII art, like mcabber has.

Strip stupid libpurple HTML tags

Consider automatically stripping '' from the beginning of messages and '' from the end of messages so we don't have to look at libpurple's HTML crap.
Perhaps this should be left in -- so users can tell people to stop using libpurple?

`/otrpolicy` non-intuitive

writing foo bar baz to account [email protected] starts an OTR session (if require_encryption is set). if I now do /otrpolicy -REQUIRE_ENCRYPTION no messages are sent (since the otr ctx has the old policy).

need to adjust all the ctx whenever I /otrpolicy for a change

disposal of sessions and otr sessions

some clients (such as mcabber) append a random number/string to its resource on reconnect, but carry over the otr session... how to handle this?

also, when to dispose a session once the contact is unavailable? obviously we'd like to reuse the otr session ('coz we didn't send/received a finished message)

persistency should be more eager

atm, only on /quit anything is written (apart from configuration) -- but if computer crashes or jackline gets killed, the information is lost, specifically:

  • verified otr fingerprints
  • modified otr policies
  • potential logs

this should be either written when a modification took place, or every X minutes/seconds. prefered the former (with some sort of lock, similar to the notification.state, to avoid races)

auto-(re)-connect

whenever a session fails / jackline gets started... make this configurable!

Patch: F9: "copy-paste" mode

For copying pastes from other users,

  • toggles buddy list
  • turns off message formatting (timestamps + line wrapping)
  • hides own/local messages so your own messages don't interfere with the the selection
    cfcs@2dcf74b

socket handling

do reconnects and actually discover when tcp/and or tls/and or xmpp is down (currently getting hours later an ECONNRESET, not very useful)

release plan

before 0.1 I'd like to finish the following tasks:

  • #2 otr more dynamic policy and per-user
  • #17 heartbeat
  • XEP-0184 (Message Delivery Receipts)
  • fix subtle OTR/DSA bug (which I can reproduce and only need some brain hours)
  • #7 proper escaping of xml entities (both directions)
  • multiple session for individual contact (touches #51 #20)
  • notifications #38 #55 #56
  • multi-user chat #20

separate config files a bit

secrets shouldn't be part of config.sexp - rather have:

  • otr.key.sexp for private OTR
  • password for password on server (provide a way to not have it, but enter it interactively each time)
  • config.sexp with OTR policy, server, etc.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.