Andrey Petrov
|
a4352f49ee
|
Mention refactor branch.
|
2015-01-07 10:02:49 -08:00 |
|
Andrey Petrov
|
12be9c1d1f
|
Bounty!
|
2015-01-04 18:55:34 -08:00 |
|
Andrey Petrov
|
8d8c5bf6b1
|
Update README.md
|
2015-01-04 18:34:56 -08:00 |
|
Andrey Petrov
|
6098911ef5
|
Merge pull request #106 from leonklingele/unban-fingerprint
Unban fingerprint & List banned fingerprints
|
2015-01-04 11:13:35 -08:00 |
|
Leon Klingele
|
cc42f0aa7a
|
Added HelpText for new commands
|
2015-01-04 12:23:35 +01:00 |
|
Leon Klingele
|
c244efe3d3
|
gofmt
|
2015-01-04 12:21:48 +01:00 |
|
Leon Klingele
|
8a68cc51d9
|
Added /banned command to list banned fingerprints
|
2015-01-04 11:16:38 +01:00 |
|
Leon Klingele
|
15ef0a57b2
|
Added /unban command to unban a banned fingerprint
|
2015-01-04 11:15:55 +01:00 |
|
Andrey Petrov
|
cebad1c4c4
|
Reduce list max length, math is hard.
|
2015-01-03 17:45:07 -08:00 |
|
Andrey Petrov
|
730d15d858
|
Trying a different close thing, other oen was failing?
|
2015-01-03 17:20:39 -08:00 |
|
Andrey Petrov
|
fd74201f1f
|
Merge pull request #101 from mcroydon/sanitize-nick-change
Display possibly truncated nickname when processing /nick commands.
|
2015-01-03 12:17:18 -08:00 |
|
Matt Croydon
|
59789bd36e
|
Make sure we display the processed and possibly truncated client name for /nick commands. Fixes #92.
|
2015-01-03 14:13:33 -06:00 |
|
Andrey Petrov
|
3508e7cffd
|
Oops testing value.
|
2015-01-03 11:14:51 -08:00 |
|
Andrey Petrov
|
88aca60408
|
Fix list with big numbers.
|
2015-01-03 11:07:08 -08:00 |
|
Andrey Petrov
|
ef87f6b627
|
Merge pull request #100 from rurban/version-2
Improve /version in case of future tags being added
|
2015-01-03 10:48:17 -08:00 |
|
Reini Urban
|
1417c8af14
|
Improve /version in case of future tags being added
|
2015-01-03 14:33:14 +01:00 |
|
Andrey Petrov
|
814c373a21
|
Merge pull request #85 from Sxw1212/master
Add compiling section to README.
|
2014-12-17 19:32:21 -08:00 |
|
Sam Mauldin
|
28470aa7b7
|
Merge compiling + developing sections, describe license section
|
2014-12-17 21:28:01 -06:00 |
|
Sam Mauldin
|
0e3b42085b
|
Add compiling section to README
|
2014-12-17 21:19:19 -06:00 |
|
Andrey Petrov
|
cfa97df306
|
Merge pull request #84 from empathetic-alligator/version_make
Added /version command.
|
2014-12-17 17:27:14 -08:00 |
|
empathetic-alligator
|
9127234acf
|
Merge branch 'master' of https://github.com/shazow/ssh-chat into version_make
|
2014-12-17 20:23:32 -05:00 |
|
empathetic-alligator
|
bdb66b09e7
|
Added /version command that outputs commit the server was built on.
|
2014-12-17 20:22:51 -05:00 |
|
Andrey Petrov
|
8d50357dae
|
Merge pull request #70 from mvrilo/name-autocomplete
Lowercase prefix to tab-complete names with mixed case
|
2014-12-17 15:33:57 -08:00 |
|
Murilo Santana
|
15a5052c33
|
Merge branch 'master' into name-autocomplete
Conflicts:
server.go
|
2014-12-17 21:30:39 -02:00 |
|
Andrey Petrov
|
59ed9a6bae
|
Merge pull request #79 from mvrilo/master
Moving Lock() call in Rename
|
2014-12-17 10:04:26 -08:00 |
|
Murilo Santana
|
a160bc9bac
|
moving Lock() call
|
2014-12-17 09:26:29 -02:00 |
|
Andrey Petrov
|
99c2cf1756
|
Fixing race conditions.
|
2014-12-16 22:35:04 -08:00 |
|
Andrey Petrov
|
3025e59935
|
Fixing another crash bug?
|
2014-12-16 22:12:14 -08:00 |
|
Andrey Petrov
|
8bba2e3917
|
Fix motd, invalid fingerprint, no auth whitelist.
|
2014-12-16 20:15:37 -08:00 |
|
Andrey Petrov
|
bb0c8e9e49
|
Disable no keypair login.
|
2014-12-16 19:39:32 -08:00 |
|
Andrey Petrov
|
f957079489
|
Fix literal referenc.
|
2014-12-16 19:22:00 -08:00 |
|
Andrey Petrov
|
5965172183
|
Nil pointer crash fix.
|
2014-12-16 19:20:45 -08:00 |
|
Andrey Petrov
|
1d64f59c0c
|
Merge pull request #72 from empathetic-alligator/master
Can now whitelist users by github pubkeys.
|
2014-12-16 18:36:41 -08:00 |
|
empathetic-alligator
|
68e82ff115
|
Using bufio instead of ioutil.
|
2014-12-16 21:27:55 -05:00 |
|
empathetic-alligator
|
580ad79a22
|
Fixed issues found by golint.
|
2014-12-16 21:18:10 -05:00 |
|
empathetic-alligator
|
912175e65a
|
Split up whitelist func, made identity url get safer.
|
2014-12-16 21:15:45 -05:00 |
|
empathetic-alligator
|
a1455a8eba
|
Removed regex, added timeout.
|
2014-12-16 20:47:39 -05:00 |
|
Murilo Santana
|
4938e4afe3
|
List returns the actual name instead of the lowercase
|
2014-12-16 23:19:41 -02:00 |
|
empathetic-alligator
|
3c466dc88e
|
Added timeout to github pubkey request.
|
2014-12-16 19:59:52 -05:00 |
|
empathetic-alligator
|
96828c25ac
|
Merge branch 'master' of https://github.com/shazow/ssh-chat
|
2014-12-16 19:43:36 -05:00 |
|
Andrey Petrov
|
b90017bfe6
|
Fix crash bug.
|
2014-12-16 14:29:45 -08:00 |
|
Andrey Petrov
|
ee28f8c613
|
Merge pull request #62 from songgao/songgao/get_username_without_publickey
Allow non-PublicKey authentication.
|
2014-12-16 13:04:56 -08:00 |
|
Andrey Petrov
|
f46490cefb
|
Merge pull request #69 from Kealper/master
Make /whois ignore any trailing spaces/text.
|
2014-12-16 12:51:28 -08:00 |
|
empathetic-alligator
|
8329c8d7fd
|
Made whitelisting user async.
|
2014-12-16 01:23:43 -05:00 |
|
empathetic-alligator
|
932410d057
|
Added comments and better variable names in getGithubPubKeys.
|
2014-12-16 00:07:16 -05:00 |
|
empathetic-alligator
|
3d7ff07587
|
Updated help text for /whitelist
|
2014-12-16 00:04:38 -05:00 |
|
empathetic-alligator
|
da7ee40d95
|
Fixed issues reported by golint.
|
2014-12-16 00:02:58 -05:00 |
|
empathetic-alligator
|
2a4a005b3c
|
Can now whitelist users by github pubkeys.
|
2014-12-15 23:55:46 -05:00 |
|
Murilo Santana
|
1bf8f73eb2
|
lowercase prefix
|
2014-12-16 01:25:17 -02:00 |
|
Ken Piper
|
1afe84925d
|
Make /whois ignore any trailing spaces/text
|
2014-12-15 20:31:13 -05:00 |
|