Assets
8
- /timestamp: Toggle timestamps after 30min of inactivity.
- /name: Colorize output with active theme. (#249)
- /nick: Fixed announcing when it's the same nick. (#237)
- /whois: Strip control characters from metadata inputs. (#257)
- /uptime and /whois relative timestamps made more precise. (#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.
Binaries built using go version go1.10beta2.
Full list of changes here: v1.6...v1.7
Assets
8
- /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
Full list of changes here: v1.5...v1.6
Assets
7
- /help: Improve help for /ignore and /theme
- /reply: Enabled again.
- chat/message/theme: Cleanup and refactor, tweak solarized.
- Makefile: Support building from source tarball
- logging: Add [RemoteAddr] prefix to connection-related messages
- releases: Add freebsd
Full list of changes here: v1.4...v1.5
Assets
6
- /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
Assets
6
- 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
Assets
6
Some minor but important improvements:
- Keep-Alive (every 30s) should reduce idle disconnects.
- Fixed memory leaks and DoS attack vector.
- Include ARM6 builds by default with
make release.
Full list of changes here: v1.1...v1.2
Assets
6
This should be a more stable version of v1.0 with a bunch of bugs and race conditions fixed. We also ship packaged binaries with releases now, yay!
Full list of changes here: v1.0...v1.1