Andrey Petrov

Results 143 issues of Andrey Petrov

Right now when an op does /op on someone, there's no success feedback. A system message would be nice.

Help Wanted
Someday
Tiny

We decoupled it a while ago but forgot to switch over. Need to port over the latest changes to ssh-chat/sshd to using https://github.com/shazow/go-sshkit Update: gliderlabs/ssh is also based on the...

Someday

It would be nice if we could automagically detect users' timezones based on their IP. Another fun feature would be to add the detected country for admin /whois output. The...

Someday

A common attack is to spawn many connections from a single IP and spam. It should be fairly safe to limit connections-per-ip to something like 5-10. Sometimes multiple people connect...

Someday

Presumably we have a bunch of bots that are piping commands, we'd like for them to render as a message then be politely disconnected. The trick is that their input...

Help Wanted

Would be fun to setup message relaying between ssh-chat instances (not unlike what IRC federation tried to do, but probably closer to Matrix's approach). If #151 is a thing, federation...

Someday

Right now we have at least three variants: ```console [Guest3293] /help -> Available commands: /exit - Exit the chat. /ignore [USER] - Hide messages from USER, /unignore USER to stop...

Help Wanted
Tiny

Primarily for the lols, but it would be really cool to be able to do: ```console $ git clone ssh://chat.shazow.net ``` to get the source code of the current version...

Someday

Things like line buffering to reduce appearance of latency. Would be fun(ny).

Someday

TIL https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda Basically: `echo -e '\e]8;;http://example.com\aThis is a link\e]8;;\a'` Also this markup makes it easier for terminals to do "click to open" features, even if the link is broken across...

Someday