Rename Internal-, Remote- and LegacyConnection to -Peer
authorManuel Nickschas <sputnick@quassel-irc.org>
Mon, 18 Feb 2013 22:48:00 +0000 (23:48 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Mon, 18 Feb 2013 22:48:00 +0000 (23:48 +0100)
commit1cc49e5bd7542366995f501adf60da4ad90869e2
tree28cb2f3c064b67d91400df0da2c696f8c40ace26
parent8834ebbb9e03ed09bd3509e5f8634769ff68bb48
Rename Internal-, Remote- and LegacyConnection to -Peer

While I'm not tooo happy with the word "Peer", I couldn't think of another one
that fits their purpose better. "Connection" was certainly less correct, and
we have so many different connections in the codebase that it got way too confusing.

At least, while Peer might not be a perfect match, it is consistent with how we always
called that in Quassel (and they still inherit from SignalProxy::AbstractPeer and have
been doing so for years!).
17 files changed:
src/client/coreconnection.cpp
src/client/coreconnection.h
src/common/CMakeLists.txt
src/common/internalpeer.cpp [moved from src/common/internalconnection.cpp with 80% similarity]
src/common/internalpeer.h [moved from src/common/internalconnection.h with 89% similarity]
src/common/protocols/legacy/legacypeer.cpp [moved from src/common/protocols/legacy/legacyconnection.cpp with 89% similarity]
src/common/protocols/legacy/legacypeer.h [moved from src/common/protocols/legacy/legacyconnection.h with 91% similarity]
src/common/remotepeer.cpp [moved from src/common/remoteconnection.cpp with 86% similarity]
src/common/remotepeer.h [moved from src/common/remoteconnection.h with 92% similarity]
src/common/signalproxy.h
src/core/core.cpp
src/core/core.h
src/core/coresession.cpp
src/core/coresession.h
src/core/sessionthread.cpp
src/core/sessionthread.h
src/qtui/monoapplication.cpp