Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ssh-chat-linux_amd64.tgz | 2019-03-24 | 6.1 MB | |
ssh-chat-linux_arm.tgz | 2019-03-24 | 5.7 MB | |
ssh-chat-windows_386.tgz | 2019-03-24 | 5.9 MB | |
ssh-chat-darwin_amd64.tgz | 2019-03-24 | 6.1 MB | |
ssh-chat-freebsd_amd64.tgz | 2019-03-24 | 6.1 MB | |
ssh-chat-linux_386.tgz | 2019-03-24 | 6.0 MB | |
README.md | 2019-03-24 | 1.3 kB | |
v1.8.1 source code.tar.gz | 2019-03-24 | 50.9 kB | |
v1.8.1 source code.zip | 2019-03-24 | 75.5 kB | |
Totals: 9 Items | 36.0 MB | 0 |
Compatibility note for bots: This release changes the way we format messages sent from the client, which could break some bots.
- /timestamp: Revamped to prefix each line with a timestamp, with timezone support. [#297] [#308]
- /shrug: Ignore additional arguments
- /ban: New query-based arguments so you can ban by attribute.
- /banned: New command for ops to list banned entries.
- /op: Fixed bug where the op status was tied to the nick. [#301]
- /reply: Fixed bug where the reply target was not being set properly. [#299]
- main:
--admin
and--whitelist
handle comments/whitespace in key files better. [#298] - chat: "User left..." messages now includes time since the user joined.
- chat: Tab-complete names are now sorted by recently active.
- dev: Vendor a forked version of x/crypto/ssh/terminal with some improvements.
- dev: Various lints and code cleanups. [#296]
- dev: Fixed some race conditions and flaky tests. (Still more flaky tests, alas.)
- dev: Switched to go modules (from dep)
- dev: Binary releases are fully static now.
Updated for 1.8.1: Fixed crashing bug. [#310]
Binaries built using go version go1.12.
Full list of changes here: https://github.com/shazow/ssh-chat/compare/v1.7...v1.8.1