Compare commits
3 commits
d248280bbb
...
9a7eaa99a7
| Author | SHA1 | Date | |
|---|---|---|---|
| 9a7eaa99a7 | |||
| 83e74286e6 | |||
| d32b8415b8 |
4 changed files with 33 additions and 1 deletions
Binary file not shown.
28
configureddefaults/config/NoChatReports/NCR-Encryption.json
Normal file
28
configureddefaults/config/NoChatReports/NCR-Encryption.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"skipWarning": false,
|
||||
"enableEncryption": false,
|
||||
"encryptPublic": true,
|
||||
"showEncryptionButton": false,
|
||||
"showEncryptionIndicators": true,
|
||||
"encryptionKey": "blfrngArk3chG6wzncOZ5A\u003d\u003d",
|
||||
"encryptionPassphrase": "",
|
||||
"algorithmName": "AES/CFB8+Base64",
|
||||
"encryptableCommands": [
|
||||
"msg:1",
|
||||
"w:1",
|
||||
"whisper:1",
|
||||
"tell:1",
|
||||
"r:0",
|
||||
"dm:1",
|
||||
"me:0",
|
||||
"m:1",
|
||||
"t:1",
|
||||
"pm:1",
|
||||
"emsg:1",
|
||||
"epm:1",
|
||||
"etell:1",
|
||||
"ewhisper:1",
|
||||
"message:1",
|
||||
"reply:0"
|
||||
]
|
||||
}
|
||||
|
|
@ -52,6 +52,10 @@ hash = "90c4a938ff039f5cf5acae9ed06b532d4e07f1f53c6f0e102859823f360db254"
|
|||
file = "configureddefaults/config/NoChatReports/NCR-Client.json"
|
||||
hash = "be88d44466fd4d68eeead41352fecd920243858ee4ca18dcd6b5f9a728108412"
|
||||
|
||||
[[files]]
|
||||
file = "configureddefaults/config/NoChatReports/NCR-Encryption.json"
|
||||
hash = "ad41c18d8223070fe2a7566dd6d9baad76edc4424c8f6ee3c9e0c596eb7d5a3f"
|
||||
|
||||
[[files]]
|
||||
file = "configureddefaults/config/aileron.json"
|
||||
hash = "0acf51cddc16eacd4ff54239f6413f7ff651129bec6fd8c50c8c1836e5702a79"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "23c0820e8870dfd5af81f54464092120adbad6fc4ff8ef7a480dbbf01d39ad15"
|
||||
hash = "16308ce6bda956439fa3a8f94a6dce8f106556cd4c932b3d16976377b029d370"
|
||||
|
||||
[versions]
|
||||
fabric = "0.16.9"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue