aboutsummaryrefslogtreecommitdiffstats
path: root/src/MessageCommands.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* *Commands: move to src/command/Max Kellermann2013-10-201-137/+0
* command: convert command_return to to a strictly-typed enumMax Kellermann2013-10-201-16/+16
* Client: move message functions into the classMax Kellermann2013-10-191-9/+9
* ClientInternal: move class Client to Client.hxxMax Kellermann2013-10-191-1/+1
* *: use references instead of pointersMax Kellermann2013-10-191-9/+9
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-041-5/+5
* Main: move global variables to struct InstanceMax Kellermann2013-04-171-2/+3
* ClientList: convert to a classMax Kellermann2013-01-161-43/+12
* ClientList: don't use GLibMax Kellermann2013-01-091-4/+2
* ClientList: add header ClientList.hxxMax Kellermann2013-01-091-0/+1
* Client: use std::deque for messagesMax Kellermann2013-01-031-9/+4
* ClientMessage: turn into a classMax Kellermann2013-01-031-11/+12
* ClientInternal: use std::set for subscriptionsMax Kellermann2013-01-031-6/+2
* Client: rename the struct client to class ClientMax Kellermann2013-01-031-7/+7
* client: convert to C++Max Kellermann2013-01-031-8/+5
* MessageCommands: use std::set instead of GHashTableMax Kellermann2013-01-031-26/+8
* command: move code to *Commands.cxxMax Kellermann2012-08-291-0/+197