Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update regexes for rooms/users in ChatRoomWidget #558

Closed
KitsuneRal opened this issue Mar 23, 2019 · 1 comment
Closed

Update regexes for rooms/users in ChatRoomWidget #558

KitsuneRal opened this issue Mar 23, 2019 · 1 comment
Labels
enhancement A feature or change request for Quaternion

Comments

@KitsuneRal
Copy link
Member

No description provided.

@KitsuneRal
Copy link
Member Author

KitsuneRal commented Mar 24, 2019

Proposed:

-            RoomIdRE { "^[#!][-0-9a-z._=]+:\\S+$", ReFlags },
+            RoomIdRE { "^(#[-0-9a-z._=]+)|(![0-9a-zA-Z/+]+):\\S+$", ReFlags },
-     UserIdRE { "^@[-0-9a-z._=]+:\\S+$", ReFlags },
+     UserIdRE { "^@[-0-9a-zA-Z._=/]+:\\S+$", ReFlags },

@KitsuneRal KitsuneRal added the enhancement A feature or change request for Quaternion label Mar 24, 2019
@KitsuneRal KitsuneRal moved this to Version 0.0.9.4 - Done in Quaternion 1 Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A feature or change request for Quaternion
Projects
Status: Version 0.0.9.4 - Done
Development

No branches or pull requests

1 participant