aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_core/utils/regex.py (follow)
Commit message (Collapse)AuthorAgeLines
* Update Regex to include Discord protocol format (#304)Gravatar Joe Banks2025-08-10-2/+4
| | | | | | | | | | | | | Chris is traveling abroad and is unable to access. Therefore, Fisher have become his proxy. An 'apprentice' if you will. Shame because Fisher have years more software engineering experience compared to him. Unfortunately, neither Fisher nor Chris cared to separate the version bump into a separate commit so SENIOR Engineer Joe Banks to JUNIOR Engineer Chris Lovering with INTERN Fisher has had to Get Involved. Co-authored-by: ChrisLovering <[email protected]> Co-authored-by: fisher60 <[email protected]>
* Update discord invite regexGravatar Janine vN2025-07-13-1/+1
| | | Allows for more than one `\` that occurs before the invite code, which is apparently valid.
* Ensure we don't match to non-invite looking linksGravatar Chris Lovering2024-11-23-2/+2
|
* Escape backslashes in invite regexGravatar Chris Lovering2024-11-23-1/+1
|
* Drop io and li from invite regexGravatar Chris Lovering2024-11-23-1/+1
| | | | These TLDs no longer work
* Update filter regex to not be overly strictGravatar Chris Lovering2024-11-23-2/+4
| | | | Co-authored-by: bj0key <[email protected]>
* Remove repetition from the invite regexGravatar Chris Lovering2024-10-17-7/+2
|
* Move discord(app) capture to its own optional group in invite regexGravatar Chris Lovering2024-10-17-6/+6
|
* Add optional 'app' capture to invite regex OR groupGravatar Chris Lovering2024-10-17-6/+5
|
* Improve readability of invite regex by indenting the large OR groupGravatar Chris Lovering2024-10-17-8/+10
|
* Drop / from invite regex fragementsGravatar Chris Lovering2024-10-17-5/+6
| | | | There is already a fragment that captures slashes further down in the regex
* Update Discord invite regex to also match backslash before the invite codeGravatar Chris Lovering2024-09-11-1/+1
|
* Rename package due to naming conflictGravatar Chris Lovering2022-11-05-0/+54