summaryrefslogtreecommitdiff
path: root/src/munia_proto.cc
AgeCommit message (Expand)Author
2020-07-04Add error message support and reporting on all commands.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-19Split message strings to clients into (multiple) max ~128 byte transfers.Bent Bisballe Nyeng
2020-06-09Make sure to send update messages for all create messages that was originally...Bent Bisballe Nyeng
2020-06-08Force parent id to -1 if root node of subscription.Bent Bisballe Nyeng
2020-06-08Add 'insert before id' to create and move commands.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-01-11Fix unobserve bug. Change more printf's into hugin syntax.Bent Bisballe Nyeng
2013-01-10Missing attributes are now transmitted properly to the client.Bent Bisballe Nyeng
2013-01-10Added attributes to nodes as well as messages for manipulating and transporti...Bent Bisballe Nyeng
2012-06-15Fix observe/unobserve return message placement.Bent Bisballe Nyeng
2012-05-24Fix crash on 'observe n' where n was not in the tree. Fix compile warnings.Bent Bisballe Nyeng
2012-05-18Always answer the client who sent the command. If no messages are needed (no ...Bent Bisballe Nyeng
2012-05-18Fixed id in collapse code.Jonas Suhr Christensen
2012-05-18Fix 'multi observe one client' problem with remove/create msg collapse into m...Bent Bisballe Nyeng
2012-05-17Fixed setting of observer (msg.tid) when creating move command.Jonas Suhr Christensen
2012-05-17Merge branch 'master' of https://git.oftal.dk/muniaJonas Suhr Christensen
2012-05-04Setting correct observe id on messages.Jonas Suhr Christensen
2012-05-04Add space bewteen multiple tasks in command list.Bent Bisballe Nyeng
2012-05-04Make observe/unobserve work. Store message_t instead of std::string in messag...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