Andrey Petrov
f6de73d420
ratelimiter: Bump up to 16kb/min from 4kb/min
2016-08-06 16:41:19 -04:00
Jeric
a4671ac262
README: added SHA256 fingerprint ( #182 )
2016-08-04 10:21:10 -04:00
Andrey Petrov
15e14a0872
ratelimit: Increase ratelimit to avoid failing handshakes
...
Regarding #171
2016-08-03 20:01:07 -04:00
Andrey Petrov
c8661e6883
motd: Allow for reading the current motd when no additional args given.
...
Closes #155 , merges #157
Squashed commit of the following:
commit bcb0810637c99223753629a2e55169b07ee9fe51
Author: Andrey Petrov <andrey.petrov@shazow.net>
Date: Wed Aug 3 17:58:37 2016 -0400
motd: Refactor inner conditions
commit ac28c8cb4e8dc2a0d23abe3dcf52b69175cde51b
Author: Aaron <aaron.ounn@gmail.com>
Date: Tue Aug 2 09:38:36 2016 +0300
Fix small issues with the help message
commit a80ae77e1d691a4ec7125be5441d4f6eea767a75
Author: Aaron <aaron.ounn@gmail.com>
Date: Tue Aug 2 09:30:21 2016 +0300
Print the motd if no parameters are passed
commit 2db1b3c123661cdbd622d5ba2ff81ede8cb8a951
Author: Aaron <aaron.ounn@gmail.com>
Date: Tue Aug 2 09:29:41 2016 +0300
Update the motd command's description
v1.3
2016-08-03 17:58:49 -04:00
Andrey Petrov
13ea34b912
Fixed autocomplete crashing bug ( #166 )
2016-08-03 17:42:53 -04:00
Andrey Petrov
a978f2ce00
set: Normalize to lowercase
...
Should fix #159
2016-08-03 15:23:39 -04:00
A. Campbell
a55b78ccdb
Limit username length to 16 chars ( #167 )
2016-08-03 12:59:02 -04:00
Andrey Petrov
c4604fde94
Disabled autocomplete due to #166 .
...
Also added mutex for user replyTo pointer, since that's being set by
both the host and user.
2016-08-03 12:19:33 -04:00
Andrey Petrov
1662ecd431
Fix travisci tests
...
Bind to localhost rather than all hosts.
2016-08-02 16:03:19 -04:00
Federico Ruggi
58e1cb60bd
commands: /ignore, /unignore
...
#154
* Add `/ignore`/`/unignore` commands
* Move set to common package, use set for ignores
* `chat/set.go` is now `common/set.go`
* use `*IdSet` as type for ignored list for users
* remove `IsIgnoring` and `IgnoredNames` user functions, so to use directly `IdSet` methods
* refactor code accordingly
2016-08-01 11:19:12 -04:00
Andrey Petrov
2abe368022
style: Fix gofmt and vet complaints
2016-07-31 12:18:06 -04:00
Andrey Petrov
7848b62af7
README: Mention ARM6 build, no more docker
v1.2
2016-07-25 12:25:04 -04:00
Andrey Petrov
385340af8a
Fix testing in travisci.
2016-07-25 12:20:10 -04:00
Andrey Petrov
f0db74c874
terminal: Disconnect sooner and more reliably
2016-07-24 22:56:38 -04:00
Andrey Petrov
50d2be3a88
Fixed message buffer timeout
2016-07-24 16:17:02 -04:00
Andrey Petrov
3ba0c59341
Unflake tests, remove lock from chat/message.User
2016-07-24 16:17:02 -04:00
Andrey Petrov
e6f7dba34e
Progress: Unchan user
2016-07-24 16:17:02 -04:00
Andrey Petrov
faa8ac5acd
Build rasberrypi releases
2016-07-22 18:57:23 -04:00
Andrey Petrov
8b9ebbdb6b
sshd: Add keepalive every 30s
...
Based on work by @prologic in #147
Fixes #89
2016-07-17 20:13:48 -04:00
Andrey Petrov
3a2ab9bc26
Verbose tests
2016-07-17 18:31:28 -04:00
Andrey Petrov
5566514636
ci: Remove Dockerfile, golint, update travisci to use tip
2016-07-17 18:11:00 -04:00
Andrey Petrov
82d9f4d0a2
README: Release link
2016-07-17 18:07:38 -04:00
Andrey Petrov
773e3c8cd9
Fix release script
v1.1
2016-07-17 18:00:48 -04:00
Andrey Petrov
ace2bc5124
sshd.SSHListener: Use HandlerFunc instead of terminal channel feed
2016-07-17 16:49:14 -04:00
Andrey Petrov
62fbe2dc32
chat/message: Consistent value receivers
2016-07-17 14:51:03 -04:00
Andrey Petrov
18b2f511cb
Use pointer receiver for all of Host
2016-07-15 18:15:07 -04:00
Andrey Petrov
9bf1f53445
Fixed /kick command to actually close target
2016-07-15 16:22:25 -04:00
Andrey Petrov
0fdeda8b75
Progress: Trying to fix more deadlocks, failing.
2016-07-12 18:24:02 -04:00
Andrey Petrov
ea2d4d0dfc
chat: Fix race conditions.
2016-07-12 11:18:07 -04:00
Andrey Petrov
2b8c0d7b5c
Fix more silly race conditions in tests
2016-07-11 13:02:34 -04:00
Andrey Petrov
cc6ab7fc90
tests: Fix race condition in TestHostNameCollision
2016-07-11 12:18:57 -04:00
Andrey Petrov
48f65ed0e7
tests: Fix flakey collision test
2016-07-11 12:12:23 -04:00
Andrey Petrov
39ac1f44ed
Build/release script and fix version annotation.
2016-07-10 17:57:39 -04:00
Andrey Petrov
838f58e648
git-freeze
2016-07-09 14:10:28 -04:00
Andrey Petrov
f8601c1b90
Update Makefile to new ldflags syntax
2016-07-09 13:57:32 -04:00
Andrey Petrov
64335f33d7
Merge pull request #134 from epitron/master
...
Updated the URL for the 'gopass' dependency
2016-02-13 11:36:21 -08:00
Chris Gahan
f643653344
Updated the URL for the 'gopass' dependency
2016-02-13 06:19:11 -05:00
Andrey Petrov
98f178eca5
Changed my mind.
v1.0
v1
2015-08-22 12:16:01 -07:00
Andrey Petrov
23801aa978
Update quickstart go get instructions
2015-08-20 11:30:28 -07:00
Andrey Petrov
bebee0fada
Merge pull request #131 from fjarlq/master
...
Clarify README.md; fix `go vet` nitpicks; fix `make deps` for CI tests; fix `make build`
2015-08-20 11:20:56 -07:00
Matt Day
6af6d4d23a
Have $(BINARY) depend on the deps
target
...
This fixes `make build` on systems that haven't downloaded the
dependencies yet.
2015-08-20 06:04:06 -06:00
Matt Day
ebd08408d1
make deps
should be recursive
...
That way it gets the packages needed by `cmd/ssh-chat/...`
2015-08-20 04:42:29 -06:00
Matt Day
0ab31046c0
Fix go vet
nitpicks.
...
Fixes #130 :
* pass by reference into AllowAnonymous
* check return value of From() rather than value of From function
2015-08-20 04:28:52 -06:00
Matt Day
d799863305
Specify recursive go get
...
Fixes #129 .
Tells `go get` to fetch the packages needed by cmd/ssh-chat/...
2015-08-20 04:27:40 -06:00
Andrey Petrov
3e54932f7b
Don't explode when autocompleting nothing.
...
Fixes #126 .
2015-02-10 12:04:19 -08:00
Andrey Petrov
9979265622
Merge pull request #123 from vectorijk/patch-1
...
Add this project to GoDoc.
2015-01-31 18:44:38 -08:00
Kai Jiang
70b1425df3
Add this project to GoDoc
...
Documentation.
2015-01-31 17:25:03 -08:00
Andrey Petrov
6c893a8c2a
Merge pull request #122 from shazow/ratelimit-fix
...
More forgiving connection limiter.
2015-01-29 08:43:07 -08:00
Andrey Petrov
3d307ac686
More forgiving connection limiter.
2015-01-28 23:12:58 -06:00
Andrey Petrov
b3584856dd
Merge pull request #121 from shazow/sshchat-package
...
Root sshchat package, main moved into cmd/ssh-chat/.
2015-01-23 15:03:05 -06:00