Consolidate protocol messages in one namespace
authorManuel Nickschas <sputnick@quassel-irc.org>
Sat, 26 Jan 2013 18:57:34 +0000 (19:57 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sat, 26 Jan 2013 18:57:34 +0000 (19:57 +0100)
Rather than defining the various messages as nested classes in SignalProxy,
RemoteConnection and in the future even more locations, have them defined
within a single namespace (and file, protocol.h).
This should make it much easier to see at a glance what kind of messages
Quassel sends, and thus help with protocol implementations.


No differences found