summaryrefslogtreecommitdiff
path: root/src/messagehandler.cc
AgeCommit message (Expand)Author
2020-07-04Add error message support and reporting on all commands.Bent Bisballe Nyeng
2020-06-27Check for existing ids in the tree when creating a new node.Bent Bisballe Nyeng
2020-06-19Recursively create a nodes subtree when being created as consequence of a mov...Bent Bisballe Nyeng
2020-06-09Make sure to send update messages for all create messages that was originally...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-11Fix unobserve bug. Change more printf's into hugin syntax.Bent Bisballe Nyeng
2013-01-10Added attributes to nodes as well as messages for manipulating and transporti...Bent Bisballe Nyeng
2013-01-04Create node with symoblic id and reuse this id in other commands in same comm...Bent Bisballe Nyeng
2012-06-15Fix observe/unobserve return message placement.Bent Bisballe Nyeng
2012-05-17Merge branch 'master' of https://git.oftal.dk/muniaJonas Suhr Christensen
2012-05-04IMplemneted remove.Jonas Suhr Christensen
2012-05-04Deliver id of newly created task to caller (MessageHandler) through taskid_t ...Bent Bisballe Nyeng
2012-05-04Fixed task id error when sending update command.Jonas Suhr Christensen
2012-05-04Changed naming. add to create and delete to removeJonas Suhr Christensen
2012-05-04Renamed add to create, renamed del to remove and remove task descJonas Suhr Christensen
2012-05-04Remove observe/unobserve commands and simply indicate thee presence of them i...Bent Bisballe Nyeng
2012-05-04Make TaskManager and ConnectionHandler objects global.Bent Bisballe Nyeng
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-30Updated interface.Jonas Suhr Christensen
2012-03-30Fixed compile error.Jonas Suhr Christensen
2012-03-30New message handler.Jonas Suhr Christensen