From c719020e17cb1c98da55be6cc7efe0e50ab51ffa Mon Sep 17 00:00:00 2001 From: marzavec Date: Sat, 29 Sep 2018 23:44:36 -0700 Subject: Added hooks, modules and cleaned up code --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index a35183f..2dc9860 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [2.1.0] - 2018-09-29 +### Added +- Module hook framework, isolating modules and making them truly drop-to-install +- `./server/src/commands/core/whisper.js` module to send in-channel private messages, `/whisper` hook +- `muzzle` and `mute` aliases to `./server/src/commands/mod/dumb.js` +- `unmuzzle` and `unmute` aliases to `./server/src/commands/mod/speak.js` +- `./server/src/commands/admin/removemod.js` module to remove mods +- `./server/src/commands/mod/unbanall.js` module to clear all bans and ratelimiting + +### Changed +- Further code cleanup on all modules +- Adjusted `ipSalt` entropy +- `./server/src/commands/core/help.js` output is now helpful, added `/help` hook +- `./server/src/commands/core/chat.js` added `/myhash` and `/me` hooks +- `./server/src/commands/core/morestats.js` added `/stats` hook + ## [2.0.3] - 2018-06-03 ### Added - `./server/src/commands/mod/dumb.js` module for server-wide shadow muting -- cgit v1.2.1