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