From 3fb22ad7aad6fa9279d5b368353d8a33916a8788 Mon Sep 17 00:00:00 2001 From: ghost Date: Mon, 11 Dec 2023 08:13:14 +0200 Subject: [PATCH] allow dot in room names --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 77ea3f8..a720e2a 100644 --- a/.env +++ b/.env @@ -74,7 +74,7 @@ APP_ADD_ROOM_REMOTE_IP_DELAY=86400 APP_ADD_ROOM_REMOTE_IP_DENIED= # Room name rules (for kevacoin _KEVA_NS_, max length is 520) -APP_ADD_ROOM_KEVA_NS_VALUE_REGEX=/^[\w\s_-]{2,64}$/ui +APP_ADD_ROOM_KEVA_NS_VALUE_REGEX=/^[\w\s\._-]{2,64}$/ui # Allow remotes to create new posts (submit key/values) APP_ADD_POST_REMOTE_IP_REGEX=/.*/