dcc: Add persistent settings for core-side DCC
authorManuel Nickschas <sputnick@quassel-irc.org>
Fri, 7 Oct 2016 22:40:46 +0000 (00:40 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Fri, 7 Oct 2016 22:40:46 +0000 (00:40 +0200)
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.


No differences found