Andrey Petrov

Results 214 comments of Andrey Petrov

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...

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...

A quick update: There's some progress in the [refactor branch](https://github.com/shazow/ssh-chat/tree/refactor) towards design changes that are required for this, but I'd say it's still around 50% done. I'm not actively working...

:+1: Unfortunately the ssh library we're using does not support it yet, but it could probably be done with some work. https://github.com/golang/go/issues/25899 has useful references. No plans to do this...

@anarcat ssh-chat is _all_ about reinventing wheels, but I'm very aware of the IRC protocol (I've even implemented [my own IRC server](https://github.com/shazow/go-irckit) but haven't gotten around to v3 extensions yet)....

Recently, some people put together a relay bot to connect multiple ssh-chat services: https://sourceforge.net/projects/sshout/ It's kinda neat, but can get noisy sometimes. (The endpoint is ssh://beijing.rivoreo.tk:6666) ![image](https://user-images.githubusercontent.com/6292/48674514-27d95900-eb1b-11e8-9cff-2b8a5e4da29f.png) Some issues that...

I appreciate your enthusiasm! :) Which terminal are you using? ~~Please consider using ssh-chat for more than just a day before tossing features in. After all, I'm going to have...

You're totally right about contributing, that's the great thing about open source after all! :) I need to think about this a bit more. Sorry I'm sick right now so...

> About the terminal thing: cmd, windows terminal, mate terminal, alacritty, juicessh (android). Just so I understand better about your workflow and your needs, could you tell me more about...

Hm, I believe `:22` should bind to all available addresses. Does that not work? I haven't tried running ssh-chat as a hidden service though.