Scott Miller
|
6612368709
|
fix docker deploy script
|
2015-09-24 15:25:13 -04:00 |
|
Scott Miller
|
5b615b9c0a
|
use script deploy
|
2015-09-24 15:15:17 -04:00 |
|
Scott Miller
|
8c1c2742e5
|
make docker deploy script executable
|
2015-09-24 15:05:01 -04:00 |
|
Scott Miller
|
b2ff6f6360
|
fail deploy script if test fails
|
2015-09-24 15:01:32 -04:00 |
|
Scott Miller
|
94da5c3e6a
|
run docker deploy in script
|
2015-09-24 15:00:52 -04:00 |
|
Scott Miller
|
f2ee57eca3
|
try different way of failing after_script
|
2015-09-24 14:58:22 -04:00 |
|
Scott Miller
|
feb780b5ff
|
quit after script if not on master
|
2015-09-24 14:51:30 -04:00 |
|
Scott Miller
|
a01c286666
|
fix makefile and use after_success
|
2015-09-24 14:44:39 -04:00 |
|
Scott Miller
|
a97d7c0168
|
build from scratch
|
2015-09-24 14:26:29 -04:00 |
|
Scott Miller
|
5bbcaf311c
|
build working docker image
|
2015-09-24 14:11:09 -04:00 |
|
Scott Miller
|
a591d12ed5
|
update name of docker image
|
2015-09-24 13:14:18 -04:00 |
|
Scott Miller
|
b7b9d8fe29
|
push docker image
|
2015-09-24 13:13:07 -04:00 |
|
Scott Miller
|
b6ec26982d
|
run make test again
|
2015-09-24 12:32:25 -04:00 |
|
Scott Miller
|
ee8e9d345e
|
try skipping tests
|
2015-09-24 11:10:33 -04:00 |
|
Scott Miller
|
c13f1da1d0
|
define docker as a required service in travis
|
2015-09-24 10:58:23 -04:00 |
|
Scott Miller
|
200a1c744c
|
fix path to ssh key
|
2015-09-24 10:56:19 -04:00 |
|
Scott Miller
|
7ed3899b29
|
Variablize Docker Hub user
|
2015-09-24 10:53:36 -04:00 |
|
Scott Miller
|
d6441bd2a7
|
test building tiny Dockerfile in Travis
|
2015-09-24 10:50:22 -04:00 |
|
Scott Miller
|
63394f038b
|
add make build
|
2015-09-23 22:20:44 -04: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 |
|
Andrey Petrov
|
1497bcdde5
|
alvin/ssh-chat warning
|
2015-01-23 14:28:42 -06:00 |
|
Andrey Petrov
|
8188deef30
|
Root sshchat package, main moved into cmd/ssh-chat/.
|
2015-01-21 11:47:59 -08:00 |
|
Andrey Petrov
|
76902aea1c
|
Merge pull request #119 from shazow/message-package
Create chat/message package
|
2015-01-20 16:54:46 -08:00 |
|
Andrey Petrov
|
bb1d568b38
|
Make Set private.
|
2015-01-20 16:44:35 -08:00 |
|
Andrey Petrov
|
c2adb4d632
|
ssh-chat/chat/{message,user,theme,history} -> ssh-chat/chat/message
|
2015-01-20 16:33:52 -08:00 |
|
Andrey Petrov
|
2ebd77af6a
|
Disable golint travisci failure for now.
|
2015-01-20 16:31:49 -08:00 |
|
Andrey Petrov
|
5c72b1a121
|
Merge branch 'refactor'
|
2015-01-20 14:27:24 -08:00 |
|
Andrey Petrov
|
c4ffd6f263
|
/version, /uptime
|
2015-01-20 14:23:37 -08:00 |
|
Andrey Petrov
|
9335a2139b
|
Sanitize names on join and /nick.
|
2015-01-20 14:13:59 -08:00 |
|
Andrey Petrov
|
69ea63bf88
|
/ban and /op now support durations, also all other auth things in the api.
|
2015-01-19 19:16:37 -08:00 |
|
Andrey Petrov
|
797d8c92be
|
--log file with timestamps
|
2015-01-18 22:05:49 -08:00 |
|
Andrey Petrov
|
6c83bcb06a
|
Rename fix.
|
2015-01-18 20:16:08 -08:00 |
|
Andrey Petrov
|
76bfdeeb70
|
/slap
|
2015-01-18 20:07:21 -08:00 |
|
Andrey Petrov
|
84df305ddf
|
/op with pubkey.
|
2015-01-18 20:03:08 -08:00 |
|
Andrey Petrov
|
080b6e8f1b
|
/motd
|
2015-01-18 19:55:01 -08:00 |
|
Andrey Petrov
|
c33f4284f9
|
Colorize Sys/Announce messages.
|
2015-01-18 19:27:49 -08:00 |
|
Andrey Petrov
|
6c972e6e58
|
Message rate limiting, input length, and ignore empty lines.
|
2015-01-18 19:11:35 -08:00 |
|
Andrey Petrov
|
0c21486992
|
History backfill, also tests pass.
|
2015-01-18 18:55:47 -08:00 |
|