Is there a decentralised version of finger, write and talk?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP












2















Has someone made a secure, decentralised, terminal-based replica of finger, write and talk?



In other words, a utility that lets you look up and communicate with a handful of friends, eg. finger joe to see if Joe is at his computer, talk joe to chat with Joe, and so on.



Obviously you can use these legacy commands as-is if all your friends log in to the same server, but I'm wondering if there is a solution that lets you do this without a central server, so basically:



  1. Open your local terminal

  2. Type talk <your friend's email address, or alias>

  3. Your friend gets a request in his local terminal

PS! To my knowledge, there were no group chats in legacy UNIX, but if there is some sort of solution for this, it surely would be a plus if this was supported as well.










share|improve this question
























  • Maybe finch (I've not tried it)

    – Stéphane Chazelas
    Mar 6 at 11:55






  • 3





    This is not so much context. I suppose in modern days one would use IRC with a terminal-based client. Would that be what you are looking for?

    – Bananguin
    Mar 6 at 11:55











  • I don't think IRC really matches the 'secure' or 'decentralised' aspect from the OP.

    – Panki
    Mar 6 at 11:59







  • 2





    @Panki you can use TLS with IRC nowadays, which helps with the secure part. I don’t know if it counts as decentralised, but you can run your own server ;-).

    – Stephen Kitt
    Mar 6 at 12:16











  • If you want to, you can still run write and via ssh it should be secure. (For example, write is available in Ubuntu 18.04 LTS.) But IRC is a more modern alternative.

    – sudodus
    Mar 6 at 12:33
















2















Has someone made a secure, decentralised, terminal-based replica of finger, write and talk?



In other words, a utility that lets you look up and communicate with a handful of friends, eg. finger joe to see if Joe is at his computer, talk joe to chat with Joe, and so on.



Obviously you can use these legacy commands as-is if all your friends log in to the same server, but I'm wondering if there is a solution that lets you do this without a central server, so basically:



  1. Open your local terminal

  2. Type talk <your friend's email address, or alias>

  3. Your friend gets a request in his local terminal

PS! To my knowledge, there were no group chats in legacy UNIX, but if there is some sort of solution for this, it surely would be a plus if this was supported as well.










share|improve this question
























  • Maybe finch (I've not tried it)

    – Stéphane Chazelas
    Mar 6 at 11:55






  • 3





    This is not so much context. I suppose in modern days one would use IRC with a terminal-based client. Would that be what you are looking for?

    – Bananguin
    Mar 6 at 11:55











  • I don't think IRC really matches the 'secure' or 'decentralised' aspect from the OP.

    – Panki
    Mar 6 at 11:59







  • 2





    @Panki you can use TLS with IRC nowadays, which helps with the secure part. I don’t know if it counts as decentralised, but you can run your own server ;-).

    – Stephen Kitt
    Mar 6 at 12:16











  • If you want to, you can still run write and via ssh it should be secure. (For example, write is available in Ubuntu 18.04 LTS.) But IRC is a more modern alternative.

    – sudodus
    Mar 6 at 12:33














2












2








2








Has someone made a secure, decentralised, terminal-based replica of finger, write and talk?



In other words, a utility that lets you look up and communicate with a handful of friends, eg. finger joe to see if Joe is at his computer, talk joe to chat with Joe, and so on.



Obviously you can use these legacy commands as-is if all your friends log in to the same server, but I'm wondering if there is a solution that lets you do this without a central server, so basically:



  1. Open your local terminal

  2. Type talk <your friend's email address, or alias>

  3. Your friend gets a request in his local terminal

PS! To my knowledge, there were no group chats in legacy UNIX, but if there is some sort of solution for this, it surely would be a plus if this was supported as well.










share|improve this question
















Has someone made a secure, decentralised, terminal-based replica of finger, write and talk?



In other words, a utility that lets you look up and communicate with a handful of friends, eg. finger joe to see if Joe is at his computer, talk joe to chat with Joe, and so on.



Obviously you can use these legacy commands as-is if all your friends log in to the same server, but I'm wondering if there is a solution that lets you do this without a central server, so basically:



  1. Open your local terminal

  2. Type talk <your friend's email address, or alias>

  3. Your friend gets a request in his local terminal

PS! To my knowledge, there were no group chats in legacy UNIX, but if there is some sort of solution for this, it surely would be a plus if this was supported as well.







terminal write finger






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 6 at 14:44







forthrin

















asked Mar 6 at 11:41









forthrinforthrin

9431122




9431122












  • Maybe finch (I've not tried it)

    – Stéphane Chazelas
    Mar 6 at 11:55






  • 3





    This is not so much context. I suppose in modern days one would use IRC with a terminal-based client. Would that be what you are looking for?

    – Bananguin
    Mar 6 at 11:55











  • I don't think IRC really matches the 'secure' or 'decentralised' aspect from the OP.

    – Panki
    Mar 6 at 11:59







  • 2





    @Panki you can use TLS with IRC nowadays, which helps with the secure part. I don’t know if it counts as decentralised, but you can run your own server ;-).

    – Stephen Kitt
    Mar 6 at 12:16











  • If you want to, you can still run write and via ssh it should be secure. (For example, write is available in Ubuntu 18.04 LTS.) But IRC is a more modern alternative.

    – sudodus
    Mar 6 at 12:33


















  • Maybe finch (I've not tried it)

    – Stéphane Chazelas
    Mar 6 at 11:55






  • 3





    This is not so much context. I suppose in modern days one would use IRC with a terminal-based client. Would that be what you are looking for?

    – Bananguin
    Mar 6 at 11:55











  • I don't think IRC really matches the 'secure' or 'decentralised' aspect from the OP.

    – Panki
    Mar 6 at 11:59







  • 2





    @Panki you can use TLS with IRC nowadays, which helps with the secure part. I don’t know if it counts as decentralised, but you can run your own server ;-).

    – Stephen Kitt
    Mar 6 at 12:16











  • If you want to, you can still run write and via ssh it should be secure. (For example, write is available in Ubuntu 18.04 LTS.) But IRC is a more modern alternative.

    – sudodus
    Mar 6 at 12:33

















Maybe finch (I've not tried it)

– Stéphane Chazelas
Mar 6 at 11:55





Maybe finch (I've not tried it)

– Stéphane Chazelas
Mar 6 at 11:55




3




3





This is not so much context. I suppose in modern days one would use IRC with a terminal-based client. Would that be what you are looking for?

– Bananguin
Mar 6 at 11:55





This is not so much context. I suppose in modern days one would use IRC with a terminal-based client. Would that be what you are looking for?

– Bananguin
Mar 6 at 11:55













I don't think IRC really matches the 'secure' or 'decentralised' aspect from the OP.

– Panki
Mar 6 at 11:59






I don't think IRC really matches the 'secure' or 'decentralised' aspect from the OP.

– Panki
Mar 6 at 11:59





2




2





@Panki you can use TLS with IRC nowadays, which helps with the secure part. I don’t know if it counts as decentralised, but you can run your own server ;-).

– Stephen Kitt
Mar 6 at 12:16





@Panki you can use TLS with IRC nowadays, which helps with the secure part. I don’t know if it counts as decentralised, but you can run your own server ;-).

– Stephen Kitt
Mar 6 at 12:16













If you want to, you can still run write and via ssh it should be secure. (For example, write is available in Ubuntu 18.04 LTS.) But IRC is a more modern alternative.

– sudodus
Mar 6 at 12:33






If you want to, you can still run write and via ssh it should be secure. (For example, write is available in Ubuntu 18.04 LTS.) But IRC is a more modern alternative.

– sudodus
Mar 6 at 12:33











0






active

oldest

votes












Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f504684%2fis-there-a-decentralised-version-of-finger-write-and-talk%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes















draft saved

draft discarded
















































Thanks for contributing an answer to Unix & Linux Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f504684%2fis-there-a-decentralised-version-of-finger-write-and-talk%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown






Popular posts from this blog

Peggy Mitchell

Palaiologos

The Forum (Inglewood, California)