Code Monkey home page Code Monkey logo

Comments (4)

shazow avatar shazow commented on May 2, 2024 3

More thoughts on this as I'm starting to spec it out:

User registration and out-of-band notifications

You'll be able to type /register [email protected] and it will attach your pubkey to your email (after sending off a validation email and confirming ownership through another command). The benefit of registration is you get offline presence (aka you appear as in-chat even if you disconnect) and you get instant email notifications of mentions and emails of conversation summaries of what you missed (hourly/daily maybe). Possibly do push notifications too (through pushbullet or something else).

from ssh-chat.

shazow avatar shazow commented on May 2, 2024 2

A quick update: There's some progress in the refactor branch towards design changes that are required for this, but I'd say it's still around 50% done. I'm not actively working on this right now so it might be a while.

from ssh-chat.

shazow avatar shazow commented on May 2, 2024 1

When email notifications get sent, they're going to include a "safe" unencrypted section, and the context of the notification will be encrypted below if you want to read it without reconnecting. Something like this:

You were mentioned on chat.shazow.net.

Connect to the server to read the notification, or run the command below to decrypt the context:

$ openssl command to decrypt using your ssh privkey << EOF
[[encrypted base64 blob to your ssh pubkey]]
EOF

from ssh-chat.

shazow avatar shazow commented on May 2, 2024

Yup this is planned, thank you for tracking it.

Currently blocked on #47 (feel free to join the discussion).

This will likely be an optional feature, possibly not enabled on public servers, or maybe users will need to ask for permission from ops to be able to register their nicks.

from ssh-chat.

Related Issues (20)

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.