Andrey Petrov
|
adef8d65a2
|
Merge pull request #342 from shazow/unsafe-password
main: Add --unsafe-passphrase
|
2020-04-16 12:46:32 -04:00 |
|
Andrey Petrov
|
99d303e196
|
main: Add extraHelp
|
2020-04-16 12:44:20 -04:00 |
|
Andrey Petrov
|
6e9705faf5
|
main: Clarify passphrase shenanigans
|
2020-04-16 12:32:12 -04:00 |
|
Andrey Petrov
|
b1bce027ad
|
main: Force passphrase auth even with pubkey auth
|
2020-04-16 11:30:13 -04:00 |
|
Andrey Petrov
|
3b8e644c9e
|
Merge pull request #341 from shazow/term-bot
TERM=bot mode
|
2020-04-16 11:07:06 -04:00 |
|
Andrey Petrov
|
77143ad1e6
|
main: Add --unsafe-passphrase
|
2020-04-15 14:19:28 -04:00 |
|
Andrey Petrov
|
096b548200
|
Create FUNDING.yml
|
2020-04-14 11:13:33 -04:00 |
|
Andrey Petrov
|
a3f41865fd
|
main: Skip prompt, highlight, autocomplete in bot mode
|
2020-04-13 11:33:12 -04:00 |
|
Andrey Petrov
|
5055bbc859
|
sshd: Remove temporary "Connecting..." prompt
|
2020-04-13 11:32:38 -04:00 |
|
Andrey Petrov
|
cce7defd5e
|
main: Add TERM=bot handling for Host
|
2020-04-13 11:23:11 -04:00 |
|
Andrey Petrov
|
2076980aea
|
chat/message: Add UserConfig.Echo
|
2020-04-13 11:22:53 -04:00 |
|
Andrey Petrov
|
c0f9814ae1
|
chat: Disable broken TestIgnore test
|
2020-04-13 10:55:41 -04:00 |
|
Andrey Petrov
|
fdfdcf96b7
|
main, sshd: Add comments and TODOs
|
2020-04-12 13:04:53 -04:00 |
|
Chris Miller
|
fe84822f5d
|
Get the term value
|
2020-04-12 12:37:55 -04:00 |
|
Chris Miller
|
dd2fadd6c1
|
Apply env vars SSHCHAT_TIMESTAMP and SSHCHAT_THEME
|
2020-04-12 12:37:55 -04:00 |
|
Chris Miller
|
c0a2f32bd4
|
Wait for shell
|
2020-04-12 12:37:55 -04:00 |
|
Andrey Petrov
|
5dfa194ec8
|
Merge pull request #309 from shazow/req-env
sshd: Add Terminal.Env()
|
2020-04-12 12:36:07 -04:00 |
|
Andrey Petrov
|
5bad08c340
|
sshd/terminal: gofmt
|
2020-04-01 20:40:56 -04:00 |
|
Andrey Petrov
|
2fb89142a5
|
Merge pull request #339 from yumaokao/cjk-fullwidth
sshd/terminal: Add fullwidth check for CJK in visualLength
|
2020-04-01 20:37:43 -04:00 |
|
yumaokao
|
8c7ea173ad
|
sshd/terminal: Add fullwidth check for CJK in visualLength
|
2020-03-21 19:57:39 +08:00 |
|
Andrey Petrov
|
80ddf1f43a
|
Merge pull request #338 from 42wim/f-imports
Remove import comment. Fixes #337
|
2020-03-08 18:46:26 -04:00 |
|
Wim
|
d8f9bc9006
|
Remove import comment. Fixes #337
Fix issue with go1.13+
See https://github.com/golang/go/issues/37747
|
2020-03-08 23:32:06 +01:00 |
|
Andrey Petrov
|
6701cbcbf7
|
sshd: Fix env error check
Co-Authored-By: Chris Miller <millerlogic@users.noreply.github.com>
|
2020-01-10 09:25:59 -05:00 |
|
Andrey Petrov
|
d8e68d57bc
|
Makefile: Fix binary ldflags missing
|
2020-01-06 20:14:32 -05:00 |
|
Andrey Petrov
|
5af617f3b9
|
sshd: Apply read deadline to connection handler (#331)
This should prevent connections from stalling out and eating up file descriptors without ever joining the chat.
|
2020-01-06 20:09:34 -05:00 |
|
Akshay Shekher
|
1b2a3e97a0
|
sshd/terminal: Add more readline-compatible navigation
- Alt-F: jump forward by a word
- Alt-B: jump backword by a word
- Ctrl-F: jump forward by a character
- Ctrl-B: jump backword by a character
|
2020-01-05 10:51:10 -05:00 |
|
Juan Pablo Ossa Zapata
|
0a122be81e
|
sshd/terminal: Fix import comment
|
2019-11-04 11:42:10 -05:00 |
|
Andrey Petrov
|
413cba485e
|
Merge pull request #317 from tyrelsouza/master
Best domain Ever.
|
2019-07-11 15:16:24 -04:00 |
|
Tyrel Souza
|
50ca8b043a
|
better domain
|
2019-07-11 14:44:21 -04:00 |
|
Andrey Petrov
|
3e37ebf85a
|
sshd/terminal: Undo emoji offset bugfix
Introduced another bug: #316
v1.8.2
|
2019-04-21 16:48:12 -04:00 |
|
Andrey Petrov
|
5949f9792f
|
sshd: Close connection on failed handshake
Hopefully fixed #315
|
2019-04-17 16:57:30 -04:00 |
|
Andrey Petrov
|
67163a93a8
|
sshchat: term.Write on empty lines to fix prompt reset bug
|
2019-03-29 17:26:23 -04:00 |
|
Andrey Petrov
|
479a391d55
|
sshd/terminal: Use clearline and clearscreen codes for enterClear
Fixes emoji offset bug
|
2019-03-29 17:26:23 -04:00 |
|
Andrey Petrov
|
c9b58a80fa
|
sshd/terminal: Import test from upstream patch
|
2019-03-29 17:26:23 -04:00 |
|
Andrey Petrov
|
91c6e55432
|
Merge pull request #311 from tyrelsouza/patch-1
Update README to match current --help
|
2019-03-29 14:15:39 -04:00 |
|
Tyrel Souza
|
60c1fe4220
|
Update README to match current --help
|
2019-03-29 14:14:57 -04:00 |
|
Andrey Petrov
|
290ca46577
|
README: Are you sure you don't just want the binary release?
|
2019-03-25 10:18:27 -04:00 |
|
Andrey Petrov
|
40d17570b9
|
README: Badge color
|
2019-03-25 10:16:12 -04:00 |
|
Andrey Petrov
|
a61b9a4a5c
|
README: Badges
Add downloads badge
|
2019-03-25 10:13:54 -04:00 |
|
Andrey Petrov
|
5057b891c0
|
chat/message: Handle nil theme (mono)
Fixes #310
v1.8.1
|
2019-03-24 18:59:33 -04:00 |
|
Andrey Petrov
|
4aa2460d82
|
sshd: Add Terminal.Env()
|
2019-03-24 13:41:33 -04:00 |
|
Andrey Petrov
|
338ded7a4e
|
chat/message: Fix tests
v1.8
|
2019-03-22 16:04:59 -04:00 |
|
Andrey Petrov
|
87024f3ded
|
sshd/terminal: Clear screen below on enterClear
|
2019-03-22 15:31:17 -04:00 |
|
Andrey Petrov
|
c058f72fe4
|
/timestamp, /theme: Fix rendering, add tests
|
2019-03-22 15:27:00 -04:00 |
|
Andrey Petrov
|
d72aaf6bae
|
Merge pull request #308 from shazow/timestamp-both
/timestamp: time and datetime modes
|
2019-03-21 18:21:29 -04:00 |
|
Andrey Petrov
|
c5cc4b0594
|
/timestamp: time and datetime modes
|
2019-03-21 17:12:32 -04:00 |
|
Andrey Petrov
|
ee8d60ec00
|
Merge pull request #306 from shazow/fork-terminal
Fork golang.org/x/crypto/ssh/terminal, remove echo override hack
|
2019-03-21 15:40:28 -04:00 |
|
Andrey Petrov
|
69c496424e
|
go mod tidy
|
2019-03-21 15:33:18 -04:00 |
|
Andrey Petrov
|
6acb0bf809
|
sshchat, host: Switch to new terminal clearline api
|
2019-03-21 15:33:18 -04:00 |
|
Andrey Petrov
|
b4ba8226c6
|
sshd/terminal: Switch terminal.ClearLine to termina.SetEnterClear(...)
|
2019-03-21 15:33:18 -04:00 |
|