aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix stuff, start encoding, add doku for attachment sendingNiklas Halle2020-09-181-1/+2
* started work on latex render commandNiklas Halle2020-09-181-0/+4
* add (rudimentary, non session based) pin veryfication for stop commandNiklas Halle2020-08-281-14/+16
* triesfeature/fix_helpNiklas Halle2020-08-281-5/+5
* make description function pointer, so move should leave it be (hopefully)set2020-08-281-5/+5
* more indirection always helps, right?test/new_serverNiklas Halle2020-08-261-20/+27
* add sayNiklas Halle2020-08-261-0/+3
* :(Niklas Halle2020-08-261-15/+7
* fix description being an extra field of command annotationNiklas Halle2020-08-261-4/+4
* fixes (i hope)Niklas Halle2020-08-261-18/+41
* Extended extra field of annotations to be an list of text-annotation pairs as...Niklas Halle2020-08-261-8/+15
* add all available commands (in this branch? @Max where are the others?)Niklas Halle2020-08-241-153/+20
* replace push_back(move) with emplace_backNiklas Halle2020-08-241-17/+17
* much betterniklas2020-08-241-1/+1
* added new annotation , so the bridges know when to format in platform specifi...Niklas Halle2020-08-231-3/+2
* making clang tidy happyNiklas Halle2020-08-231-1/+1
* added a (semi) reflexive help commandNiklas Halle2020-08-231-7/+44
* added some helper functions and a nice enum for annotation handling, as well ...Niklas Halle2020-08-231-51/+81
* full json responses, added 'none' as annotation typeNiklas Halle2020-08-231-8/+60
* error on missing command fieldNiklas Halle2020-08-231-0/+3
* prototype, not returning json yetNiklas Halle2020-08-231-8/+55
* added crow and basic exampleNiklas Halle2020-08-231-1/+21
* clean start, clean CMakeLists.txtNiklas Halle2020-08-231-56/+3
* Mensa working sort of with JSONMax Kusatz2020-08-221-10/+22
* First Steps of BackendMax Kusatz2020-08-111-0/+46