Brendan Ashworth
4227e0d8d4
Adds Travis-CI testing
...
This commit adds Travis-CI testing, which allows
free and easy continuous integration for pull requests
and new commits. It also adds a `make deps` target
in the Makefile for easily adding the dependencies.
It can be enabled here:
http://docs.travis-ci.com/user/getting-started/#Step-one%3A-Sign-in
Just follow instructions 1-2, three is already done. Thanks.
2014-12-13 10:53:14 -08:00
Andrey Petrov
857dcd0a14
Merge pull request #3 from IQAndreas/add-colors
...
Add colors.
2014-12-13 00:16:10 -08:00
Andreas Renberg (IQAndreas)
d22e80d2c1
Make the user's name colored in all messages
2014-12-13 01:42:23 -06:00
Andreas Renberg (IQAndreas)
1b73035495
Color usernames with colors
...
(at least next to their messages)
2014-12-13 01:32:48 -06:00
Andrey Petrov
0237b9ea53
Add multiple admins.
2014-12-12 23:29:11 -08:00
Andrey Petrov
e23c8820ce
Oops log.
2014-12-12 23:27:14 -08:00
Andrey Petrov
66d788b20b
Ghetto ip banning.
2014-12-12 23:23:40 -08:00
Andrey Petrov
4ff000da42
Merge pull request #1 from alvinlai/master
...
Add Dockerfile
2014-12-12 23:17:12 -08:00
Andrey Petrov
1170c89335
Merge pull request #2 from crosbymichael/abort-on-EINVAL
...
Only abort Accept loop on EINVAL
2014-12-12 23:16:42 -08:00
Andreas Renberg (IQAndreas)
7767f3e52b
Add basic terminal color support
...
Also added a little command to test color support. This will come in
handy!
2014-12-13 01:15:02 -06:00
Michael Crosby
4219146406
Ensure socket is closed on return of accept loop
2014-12-12 23:09:22 -08:00
Michael Crosby
ba1dd64475
Only abort on EINVAL from tcp Accept()
2014-12-12 23:08:18 -08:00
Andrey Petrov
973a06aa75
whois_me fix, I hope.
2014-12-12 22:09:34 -08:00
Alvin Lai
4128c4279a
update Readme for Docker
2014-12-12 21:39:46 -08:00
Alvin Lai
853ccef3ac
Add Dockerfile
2014-12-12 21:26:53 -08:00
Andrey Petrov
705cc9e1be
Fixing len check.
2014-12-12 19:46:30 -08:00
Andrey Petrov
cecf00874f
More evil inputs.
2014-12-12 19:34:54 -08:00
Andrey Petrov
d30d971ea2
More evil inputs.
2014-12-12 19:33:30 -08:00
Andrey Petrov
cfbd2824e6
Reject some evil strings.
2014-12-12 19:29:48 -08:00
Andrey Petrov
da10a5d2b8
alphanumeric usernames
2014-12-12 18:10:14 -08:00
Andrey Petrov
0ab7a5d3c5
Demo.
2014-12-12 17:55:19 -08:00
Andrey Petrov
3c8df8bab1
LICENSE, todo.
2014-12-12 17:52:05 -08:00
Andrey Petrov
7d05c5f171
Spaces are hard.
2014-12-12 16:00:55 -08:00
Andrey Petrov
30dd775fef
More me fixen.
2014-12-12 15:16:35 -08:00
Andrey Petrov
da48b9da8a
Fix me broadcast.
2014-12-12 15:06:12 -08:00
Andrey Petrov
0c42706d88
Silence timer.
2014-12-12 15:02:55 -08:00
Andrey Petrov
69d56919f8
Share the op.
2014-12-12 14:53:19 -08:00
Andrey Petrov
af20d755e7
Banhammer!
2014-12-12 14:50:14 -08:00
Andrey Petrov
8f408b7674
Fix leaky channels hopefully.
2014-12-12 12:19:39 -08:00
Andrey Petrov
0b80aa8345
Hacky fixes with notes.
2014-12-12 01:15:58 -08:00
Andrey Petrov
f11049d84d
List formatting.
2014-12-12 00:52:45 -08:00
Andrey Petrov
a27ced0c06
Redid all the newline mess, fixed renaming.
2014-12-12 00:48:06 -08:00
Andrey Petrov
ed74e12b6d
Fix buffer fill stuck.;
2014-12-12 00:42:02 -08:00
Andrey Petrov
3f20f1795c
Fleshing out the readme.
2014-12-11 22:19:04 -08:00
Andrey Petrov
b646abffb8
Improve /list
2014-12-11 22:10:06 -08:00
Andrey Petrov
6b765e7a6c
More commands, history, tests.
2014-12-11 22:03:32 -08:00
Andrey Petrov
3c2341c534
todone.
2014-12-11 01:29:38 -08:00
Andrey Petrov
6680c7419e
Add commands.
2014-12-11 01:29:18 -08:00
Andrey Petrov
1046af3f4c
todos.
2014-12-10 20:58:36 -08:00
Andrey Petrov
adbe812a41
Set term width properly.
2014-12-09 19:26:55 -08:00
Andrey Petrov
da934daf4a
map-ify clients, handle left message.
2014-12-09 18:22:46 -08:00
Andrey Petrov
939c4273ff
Merge branch 'master' of github.com:shazow/ssh-chat
2014-12-09 17:28:42 -08:00
Andrey Petrov
bd93842136
Create README.md
2014-12-09 17:21:52 -08:00
Andrey Petrov
b335fea2b0
Aesthetic tweaking mostly;
2014-12-09 17:01:35 -08:00
Andrey Petrov
1041ae3dda
Better makefile and working chat.
2014-12-09 15:51:24 -08:00
Andrey Petrov
d2aec8cc44
Progress: Echo working.
2014-12-06 23:31:23 -08:00