more optimizations, remove WTVIRC for now, upgrade test.js

This commit is contained in:
zefie
2025-08-13 21:42:22 -04:00
parent 54bb975f1a
commit 22c7229e38
162 changed files with 1002 additions and 5539 deletions

View File

@@ -61,56 +61,6 @@
"filestore_storage": 16, // Megabytes
"scrapbook_storage": 8 // Megabytes
},
"irc": {
"enabled": false,
"port": 1667,
"oper_username": "minisrv",
"oper_password": "changeme573",
"oper_enabled": false, // Don't enable with default credentials!
"channel_limit": 10,
"enable_ssl": true,
"ssl_cert": {
/* self-signed, can be replaced with another cert */
"cert": "%ServiceDeps%/irc/selfsigned_cert.pem",
"key": "%ServiceDeps%/irc/selfsigned_key.pem"
},
"channels": [
{
"name": "#general",
"modes": ["n","t"],
"topic": "General Chat Channel",
"intro": [
"Welcome to the general chat channel!"
],
"ops": [
"*!*@127.0.0.1"
]
},
{
"name": "#WebTV",
"modes": ["n", "t", "c", "C", "T"],
"topic": "Welcome to the WebTV channel",
"intro": [
"Welcome to the WebTV channel!"
],
"ops": [
"*!*@127.0.0.1"
]
},
{
"name": "#secure",
"modes": ["n", "t", "S", "Z"],
"topic": "SSL only chat",
"intro": [
"Welcome to zefie's secure hangout",
"Here, all traffic is SSL encrypted."
],
"ops": [
"*!*@127.0.0.1"
]
}
]
},
"pc_admin": {
"enabled": false,
"ip_whitelist": [