Commit 39be0a4
authored
/autolink command to edit configuration (#71)
* MM-15965: cleaned up word boundary checks
- Using `\b` instead of a homebrewed word separator list
- Since `\b` does not consume, removed the second pass ReplaceAll
- Made tests more realistic by running MessageWillBePosted,
to cover markdown inspection
- Added word boundary tests
- Cleanup
* added config commands
* fixed paths
* Legacy word boundaries and tests
* Added EnableAdminCommand config setting
Also
- fixed the help message
- fixed incorrect parsing of "false"
- moved command [un-]registration OnConfigurationChanged
* Added /autolink test, fixed deadlock,
* /autolink help formatting, style
* PR feedback: renamed multipass to canReplaceAll, commented1 parent 9930bf3 commit 39be0a4
File tree
8 files changed
+792
-209
lines changed- server
8 files changed
+792
-209
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
15 | 23 | | |
16 | 24 | | |
This file was deleted.
0 commit comments