Skip to content

v1.8.1

Compare
Choose a tag to compare
@shazow shazow released this 22 Mar 20:15
· 138 commits to master since this 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. #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: v1.7...v1.8.1