From 1b1eba56a3e72a0064af6ffb8db0543df6b169b1 Mon Sep 17 00:00:00 2001 From: Elijah R <62162399+elijahr2411@users.noreply.github.com> Date: Thu, 9 Feb 2023 16:01:26 -0500 Subject: [PATCH 1/3] It's proven to be stable in production so we can move to beta --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67bb57c..f90c85e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # CollabVM1.ts -This is a drop-in replacement for the dying CollabVM 1.2.11. Still in alpha. +This is a drop-in replacement for the dying CollabVM 1.2.11. Currently in beta ## Running 1. Copy config.example.toml to config.toml, and fill out fields 2. Build it: `npm run build` -3. Run it: `npm run serve` \ No newline at end of file +3. Run it: `npm run serve` From 733740e0019401a23afb8f62bc1ea29f1a5fce70 Mon Sep 17 00:00:00 2001 From: Elijah R <62162399+elijahr2411@users.noreply.github.com> Date: Thu, 9 Feb 2023 16:03:52 -0500 Subject: [PATCH 2/3] whoops --- config.example.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.example.toml b/config.example.toml index d6d954f..0fbfa9a 100644 --- a/config.example.toml +++ b/config.example.toml @@ -21,7 +21,7 @@ motd = "welcome!" # Use $IP to specify an ip and (optionally) use $NAME to specify a username bancmd = "iptables -A INPUT -s $IP -j REJECT" moderatorEnabled = true -usernameblacklist = ["jjjj"] +usernameblacklist = [] maxChatLength = 100 # Temporarily mute a user if they send more than x messages in n seconds automute = {enabled = true, seconds = 5, messages = 5} @@ -47,4 +47,4 @@ kick = true bypassturn = true rename = true grabip = true -xss = true \ No newline at end of file +xss = true From 7e12fe0dc36e547a63cf045ddfdc3646123c5956 Mon Sep 17 00:00:00 2001 From: sporb <104173450+HolyNetworkAdapter@users.noreply.github.com> Date: Thu, 9 Feb 2023 16:12:39 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f90c85e..5de9d09 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,6 @@ This is a drop-in replacement for the dying CollabVM 1.2.11. Currently in beta ## Running 1. Copy config.example.toml to config.toml, and fill out fields -2. Build it: `npm run build` -3. Run it: `npm run serve` +2. Install dependencies: `npm i` +3. Build it: `npm run build` +4. Run it: `npm run serve`