Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Update Regex to include Discord protocol format (#304) | 2025-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 regex | 2025-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 links | 2024-11-23 | -2/+2 | |
| | ||||
* | Escape backslashes in invite regex | 2024-11-23 | -1/+1 | |
| | ||||
* | Drop io and li from invite regex | 2024-11-23 | -1/+1 | |
| | | | | These TLDs no longer work | |||
* | Update filter regex to not be overly strict | 2024-11-23 | -2/+4 | |
| | | | | Co-authored-by: bj0key <[email protected]> | |||
* | Remove repetition from the invite regex | 2024-10-17 | -7/+2 | |
| | ||||
* | Move discord(app) capture to its own optional group in invite regex | 2024-10-17 | -6/+6 | |
| | ||||
* | Add optional 'app' capture to invite regex OR group | 2024-10-17 | -6/+5 | |
| | ||||
* | Improve readability of invite regex by indenting the large OR group | 2024-10-17 | -8/+10 | |
| | ||||
* | Drop / from invite regex fragements | 2024-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 code | 2024-09-11 | -1/+1 | |
| | ||||
* | Rename package due to naming conflict | 2022-11-05 | -0/+54 | |