summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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-226-59/+104
|
* Example lua file with simple response commandFreeArtMan2017-11-191-0/+11
|
* Now lua commands supportedFreeArtMan2017-11-197-32/+291
|
* New versionFreeArtMan2017-11-091-1/+1
|
* Add small comentFreeArtMan2017-11-091-0/+1
|
* Added base64 encoding for TODO commandFreeArtMan2017-11-095-4/+313
|
* Make rpc and todo command working, with sqlite shitzFreeArtMan2017-10-297-8/+232
|
* Update netbytesFreeArtMan2017-10-011-9/+9
|
* Update libargFreeArtMan2017-10-011-8/+6
|
* Fixed warnings all over the placesFreeArtMan2017-10-018-180/+347
|
* comand rpc sends/recieves packets woohooFreeArtMan2017-09-309-9/+424
|
* Added command type detectionFreeArtMan2017-09-307-16/+107
|
* Rearranged code for more IPC protocolsFreeArtMan2017-09-2410-25/+211
|
* Moved RPC protocol file to main sourceFreeArtMan2017-09-233-3/+3
|
* New line bug fix, /b 5FreeArtMan2017-09-1916-27/+30
|
* Basic stat command implementedFreeArtMan2017-09-072-9/+32
|
* Added stat commandFreeArtMan2017-09-076-5/+174
|
* Merged F-5 branchFreeArtMan2017-09-062-16/+2
|
* Removed mq_cmd shitzFreeArtMan2017-09-055-468/+0
|
* New rpc is workingFreeArtMan2017-09-051-19/+86
|
* server->event thread messaging, command execution and response.FreeArtMan2017-09-054-74/+94
|
* Added IF_NULL added some malloc/free safetyFreeArtMan2017-09-053-25/+48
|
* update netbyte lib, add rpc libFreeArtMan2017-08-225-42/+338
|
* Update versionFreeArtMan2017-08-221-1/+1
|
* Added rfc for proposiaFreeArtMan2017-08-221-0/+7
|
* New versionFreeArtMan2017-08-221-2/+2
|
* New command SPI addedFreeArtMan2017-07-164-1/+139
|
* Merged with feature branch F-4FreeArtMan2017-07-092-3/+3
|
* Support for config files, ofc we use iniFreeArtMan2017-07-069-30/+128
|
* Added config loading libraryFreeArtMan2017-06-112-0/+190
|
* Default irc configFreeArtMan2017-06-111-0/+21
|
* Update version commandFreeArtMan2017-06-111-1/+1
|
* Add help commandFreeArtMan2017-06-112-0/+30
|
* Updated libargFreeArtMan2017-06-072-6/+56
|
* update libargFreeArtMan2017-06-062-41/+72
|
* Added new argument parsing libraryFreeArtMan2017-06-042-0/+856
|
* added netstring like libraryFreeArtMan2017-06-042-0/+1341
|
* Added new ini lib, fixed no command bugFreeArtMan2017-06-015-0/+1753
|
* Fixed warnings all over the codeFreeArtMan2017-05-2015-56/+20
|
* Fixed some memleaks in socket_connect libraryFreeArtMan2017-05-201-18/+21
|
* Small fixes to README'sFreeArtMan2017-05-202-0/+38
|
* Moved commands to seperate directory, moved external sources to seperate ↵FreeArtMan2017-05-2038-47/+64
| | | | directory, updated Makefile with auto include and auto compile features
* Added new commands FIR-finite impulse response filter,RAND-fairly random ↵FreeArtMan2017-05-209-3/+743
| | | | number,RANDC-libc random numbder
* Added precalculated FIR filter, n=12, w_c=0.5FreeArtMan2017-05-178-3/+1706
|
* Remove debug printsFreeArtMan2017-05-162-33/+14
|
* Now after suspend HW, bot can reconnect back to server addressFreeArtMan2017-05-133-12/+87
|
* Update socket connection functions. Now reconnection is possibleFreeArtMan2017-05-112-1/+287
|
* Muli server support. Some small fixes to commandsFreeArtMan2017-05-086-13/+40
|