aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Collapse)AuthorAgeFilesLines
* cleanuo cmd_luaHEADmasterFreeArtMan2018-02-271-5/+0
|
* Update version commandFreeArtMan2017-11-261-2/+2
|
* Hunting down all warningsFreeArtMan2017-11-252-26/+20
|
* Bug in todo handling usernames, needed to use base64 encoded usernameFreeArtMan2017-11-251-2/+5
|
* Added TODO/total command, that shows total todo tasksFreeArtMan2017-11-221-2/+35
|
* Added todo file size max 1MB and 64 todo's per userFreeArtMan2017-11-222-19/+51
|
* Now lua commands supportedFreeArtMan2017-11-192-27/+242
|
* New versionFreeArtMan2017-11-091-1/+1
|
* Added base64 encoding for TODO commandFreeArtMan2017-11-092-4/+24
|
* Make rpc and todo command working, with sqlite shitzFreeArtMan2017-10-292-2/+182
|
* Fixed warnings all over the placesFreeArtMan2017-10-012-15/+10
|
* comand rpc sends/recieves packets woohooFreeArtMan2017-09-302-1/+68
|
* Added command type detectionFreeArtMan2017-09-302-0/+63
|
* Rearranged code for more IPC protocolsFreeArtMan2017-09-242-0/+27
|
* Moved RPC protocol file to main sourceFreeArtMan2017-09-231-1/+1
|
* New line bug fix, /b 5FreeArtMan2017-09-1913-16/+16
|
* Basic stat command implementedFreeArtMan2017-09-071-1/+1
|
* Added stat commandFreeArtMan2017-09-072-0/+68
|
* Update versionFreeArtMan2017-08-221-1/+1
|
* New command SPI addedFreeArtMan2017-07-162-0/+136
|
* Update version commandFreeArtMan2017-06-111-1/+1
|
* Add help commandFreeArtMan2017-06-112-0/+30
|
* Fixed warnings all over the codeFreeArtMan2017-05-2013-28/+19
|
* Moved commands to seperate directory, moved external sources to seperate ↵FreeArtMan2017-05-2030-0/+1230
directory, updated Makefile with auto include and auto compile features