Allow services to specify to use the charnames or auth username, also add IPB and SMF framework

This commit is contained in:
2011-03-03 10:45:55 +00:00
parent 45d4ee926a
commit 1670eee9eb
11 changed files with 179 additions and 3 deletions

View File

@@ -14,6 +14,7 @@ class MiningBuddyService(BaseDBService):
settings = { 'require_user': False,
'require_password': False,
'provide_login': False,
'use_auth_username': False,
'database_name': 'dreddit_mining',
'password_salt': 's98ss7fsc7fd2rf62ctcrlwztstnzve9toezexcsdhfgviuinusxcdtsvbrg' }