summaryrefslogtreecommitdiff
path: root/src/connectionhandler.cc
AgeCommit message (Expand)Author
2020-07-05Use password file for authentication.Bent Bisballe Nyeng
2020-06-26Do not do anything when unsubscribing an id that isn't in the subscription list.Bent Bisballe Nyeng
2020-06-08Add 'insert before id' to create and move commands.Bent Bisballe Nyeng
2020-06-06Port existing (in-file embedded) unit-tests to new framework.Bent Bisballe Nyeng
2020-06-06Rename task to node everywhere.Bent Bisballe Nyeng
2020-06-06Change 'observe' to 'subscribe' (and incidentally 'publish') which is more co...Bent Bisballe Nyeng
2019-02-09Make code compile again (fix bitrot dating back from 2013).Bent Bisballe Nyeng
2013-12-05Fix 64bit size_t in format string.Bent Bisballe Nyeng
2013-12-05Add login/logout.Bent Bisballe Nyeng
2013-01-10Added attributes to nodes as well as messages for manipulating and transporti...Bent Bisballe Nyeng
2012-05-04Make observe/unobserve work. Store message_t instead of std::string in messag...Bent Bisballe Nyeng
2012-05-04Remove stub for node change traversal.Bent Bisballe Nyeng
2012-05-04Make TaskManager and ConnectionHandler objects global.Bent Bisballe Nyeng
2012-04-12Added observer id as prefix to server->client commands.Jonas Suhr Christensen
2012-04-12Added a bit of debugging messages.Jonas Suhr Christensen
2012-03-30Added a bit of debug and implemented messagehandler.Jonas Suhr Christensen
2012-03-30Add observe protocol and connection handler.Bent Bisballe Nyeng
2012-03-30Added ConnectionHandler accroding to spec.Bent Bisballe Nyeng