summaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Collapse)Author
2020-07-05Use password file for authentication.Bent Bisballe Nyeng
2020-07-05Add tool for creating argon2 hased passwords.Bent Bisballe Nyeng
2020-07-04Add error message support and reporting on all commands.Bent Bisballe Nyeng
2020-06-18Compile with with C++11 instead of C++17, until the code is actually C++17 ↵Bent Bisballe Nyeng
compatible.
2020-06-07Relocate all webservice files to src/ws and make sure they can be found by ↵Bent Bisballe Nyeng
the service after install.
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
2019-02-09Make code compile again (fix bitrot dating back from 2013).Bent Bisballe Nyeng
2013-12-06Disable old test framework.Bent Bisballe Nyeng
2013-12-06Readded muniacliJonas Suhr Christensen
2013-01-10Added attributes to nodes as well as messages for manipulating and ↵Bent Bisballe Nyeng
transporting them. Switched debug interface to hugin.
2012-05-22Working cli client.Jonas Suhr Christensen
2012-05-04Errornous target name.Bent Bisballe Nyeng
2012-05-04Extremely simple cli.Bent Bisballe Nyeng
2012-05-03Add test client.Bent Bisballe Nyeng
2012-04-12Added a bit of debugging messages.Jonas Suhr Christensen
Merged task_proto and observe_proto into one protocol in munia_proto.
2012-03-30Move message datastructure to its own file.Bent Bisballe Nyeng
2012-03-30Make task_proto use new design.Bent Bisballe Nyeng
2012-03-30Added new files.Jonas Suhr Christensen
2012-03-30Add observe protocol and connection handler.Bent Bisballe Nyeng
2012-03-22Fixed order of task in init. Now are tasks only (hopefully) added after itsJonas Suhr Christensen
parent. Added write and read.
2012-02-25Now handling protocol as described - with quoting with '"' and escaping of '"'.Jonas Suhr Christensen
Now handling multiple cmd's in one msg.
2012-02-24Removed message parsing code to msgparser.Jonas Suhr Christensen
2012-02-24In development...Bent Bisballe Nyeng
2012-02-24Fix potential segafult in dump_handshake_info. Modularise code a bit. ↵Bent Bisballe Nyeng
Modularise the code a bit.
2012-02-17Initial import.Bent Bisballe Nyeng