aboutsummaryrefslogtreecommitdiffstats
path: root/src/MessageCommands.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann1-5/+5
2013-04-17Main: move global variables to struct InstanceMax Kellermann1-2/+3
2013-01-16ClientList: convert to a classMax Kellermann1-43/+12
2013-01-09ClientList: don't use GLibMax Kellermann1-4/+2
2013-01-09ClientList: add header ClientList.hxxMax Kellermann1-0/+1
2013-01-03Client: use std::deque for messagesMax Kellermann1-9/+4
2013-01-03ClientMessage: turn into a classMax Kellermann1-11/+12
2013-01-03ClientInternal: use std::set for subscriptionsMax Kellermann1-6/+2
2013-01-03Client: rename the struct client to class ClientMax Kellermann1-7/+7
2013-01-03client: convert to C++Max Kellermann1-8/+5
2013-01-03MessageCommands: use std::set instead of GHashTableMax Kellermann1-26/+8
2012-08-29command: move code to *Commands.cxxMax Kellermann1-0/+197