mirror of
https://github.com/progval/irctest.git
synced 2025-04-07 15:59:49 +00:00
tweaks to chathistory test
This commit is contained in:
@ -71,11 +71,16 @@ class ChathistoryTestCase(cases.BaseServerTestCase):
|
|||||||
"password": MYSQL_PASSWORD,
|
"password": MYSQL_PASSWORD,
|
||||||
"history-database": "oragono_history",
|
"history-database": "oragono_history",
|
||||||
}
|
}
|
||||||
|
config['accounts']['bouncer'] = {
|
||||||
|
'enabled': True,
|
||||||
|
'allowed-by-default': True,
|
||||||
|
'always-on': 'opt-out',
|
||||||
|
}
|
||||||
config['history']['persistent'] = {
|
config['history']['persistent'] = {
|
||||||
"enabled": True,
|
"enabled": True,
|
||||||
"unregistered-channels": True,
|
"unregistered-channels": True,
|
||||||
"registered-channels": "opt-out",
|
"registered-channels": "opt-out",
|
||||||
"clients": "opt-out",
|
"direct-messages": "opt-out",
|
||||||
}
|
}
|
||||||
return config
|
return config
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user