View Issue Details

IDProjectCategoryView StatusLast Update
0000041Asuna[All Projects] Generalpublic2020-01-29 00:39
ReporterkyleAssigned Tokyle 
PrioritylowSeveritytrivialReproducibilitysometimes
Status resolvedResolutionfixed 
Summary0000041: Non-Managed Channel Creation will message admins incomplete requests
DescriptionWhen a user tries to submit a non-managed creation request, it will submit the request without the channel name.

Non-Managed Channel Creation
Message: Private
Channel: Private
From: Superk [SDJab/E7th2V34/X6+wxy15ArTQ=]
Steps To Reproduce1. Message Asuna: help
2. '6'
3. '2'
4. Private or Public - or any variation with capitals
5. Asuna will then respond OK, I have messaged the admins to create your channel

This shouldn't be happening, as no channel name was provided
TagsNo tags attached.

Activities

kyle

2020-01-29 00:38

administrator   ~0000084

This was fixed in commit 58b6ce4f.

Message check length was set at 5 where Public / Private are greater than 5 characters. I've set to 7 / 8 accordingly, I've also used boost to_lower_copy to convert to lowercase - This will handle all Capital cases.

Tested and verified working

kyle

2020-01-29 00:39

administrator   ~0000085

This was fixed in commit 58b6ce4f.

Issue History

Date Modified Username Field Change
2020-01-29 00:33 kyle New Issue
2020-01-29 00:33 kyle Status new => assigned
2020-01-29 00:33 kyle Assigned To => kyle
2020-01-29 00:38 kyle Note Added: 0000084
2020-01-29 00:39 kyle Status assigned => resolved
2020-01-29 00:39 kyle Resolution open => fixed
2020-01-29 00:39 kyle Note Added: 0000085