Skip to content

Tags: wisdark/ssh-chat

Tags

v1.8.2

Toggle v1.8.2's commit message

Verified

This tag was signed with the committer’s verified signature.
shazow Andrey Petrov
Release v1.8.2

- Fixed crash from user input. shazow#316

v1.8.1

Toggle v1.8.1's commit message

Verified

This tag was signed with the committer’s verified signature.
shazow Andrey Petrov
Release v1.8.1

**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. shazow#297 shazow#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. shazow#301
- /reply: Fixed bug where the reply target was not being set properly. shazow#299
- main: `--admin` and `--whitelist` handle comments/whitespace in key files better. shazow#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. shazow#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. shazow#310

Binaries built using go version go1.12.

Full list of changes here: shazow/ssh-chat@v1.7...v1.8.1

v1.8

Toggle v1.8's commit message

Verified

This tag was signed with the committer’s verified signature.
shazow Andrey Petrov
Release v1.8

**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. shazow#297 shazow#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. shazow#301
- /reply: Fixed bug where the reply target was not being set properly. shazow#299
- main: `--admin` and `--whitelist` handle comments/whitespace in key files better. shazow#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. shazow#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.

Binaries built using go version go1.12.

Full list of changes here: shazow/ssh-chat@v1.7...v1.8

v1.7

Toggle v1.7's commit message

Verified

This tag was signed with the committer’s verified signature.
shazow Andrey Petrov
Release v1.7

- /timestamp: Toggle timestamps after 30min of inactivity.
- /shrug: ¯\_(ツ)_/¯
- /name: Colorize output with active theme. (shazow#249)
- /nick: Fixed announcing when it's the same nick. (shazow#237)
- /whois: Strip control characters from metadata inputs. (shazow#257)
- /uptime and /whois relative timestamps made more precise. (shazow#259)
- dev: Various docs and tests-related fixes.
- dev: Switched to dep for pinning dependencies.
- dep: Pinned new golang.org/x/crypto which includes chacha20-poly130
  support for ssh.

v1.6

Toggle v1.6's commit message

Verified

This tag was signed with the committer’s verified signature.
shazow Andrey Petrov
Release v1.6

- /reply: Fixed replying after target left.
- /theme: List available themes when none given.
- /msg: Recipient now receives a BEL when enabled.
- /uptime: Humanized time.
- sshd: Prefix public key hashes with type.
- releases: Add Windows

v1.5

Toggle v1.5's commit message

Verified

This tag was signed with the committer’s verified signature.
shazow Andrey Petrov
* /help: Improve help for /ignore and /theme

* /reply: Enabled again.
* Makefile: Support building from source tarball
* chat/message/theme: Cleanup and refactor, tweak solarized.
* logging: Add [RemoteAddr] prefix to connection-related messages
* releases: Add freebsd

v1.4

Toggle v1.4's commit message

Verified

This tag was signed with the committer’s verified signature.
shazow Andrey Petrov
* /motd: Fixed set message and actual motd coming out of order

* /msg: Send SystemMsg confirmation with each PM
* /whois: Hide IP if user isn't admin; display client and time joined
* chat/message/theme: Apply PM colors, add new themes to /help, cleanup
* chat/message/theme: Fixing zero division error for one color themes
* chat/message/theme: Tweak default colorscheme
* chat/message/theme: Two new themes, solarized and hacker
* chat/message: Fix highlighting and BEL, fix race condition
* logging: More information about why connections get dropped
* ratelimiter: Bump up to 16kb/min from 4kb/min

v1.3

Toggle v1.3's commit message

Verified

This tag was signed with the committer’s verified signature.
shazow Andrey Petrov
* Added /ignore and /unignore

* Fixed Autocomplete bug that was crashing the server
* Autocomplete should now be case-insensitive
* /motd with no args will print motd

v1.2

Toggle v1.2's commit message
README: Mention ARM6 build, no more docker

v1.1

Toggle v1.1's commit message
Fix release script