From: Manuel Nickschas Date: Fri, 7 Oct 2016 22:40:46 +0000 (+0200) Subject: dcc: Add persistent settings for core-side DCC X-Git-Tag: travis-deploy-test~349 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=be04b68a0f10891b81c07cdda204a9abc0ac56a7;hp=be04b68a0f10891b81c07cdda204a9abc0ac56a7 dcc: Add persistent settings for core-side DCC This introduces a new syncable object DccConfig that holds core-side DCC settings, such as the network configuration. The configuration is persisted as a per-user setting in the database. The CoreSession's DccConfig instance is synced to connected clients and accessible via the Client singleton. ---