more optimizations, remove WTVIRC for now, upgrade test.js
This commit is contained in:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user