Tags: wisdark/ssh-chat
Tags
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
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
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.
* /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
* /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
PreviousNext