| Commit message (Expand) | Author | Age | Files | Lines |
* | Added new commands FIR-finite impulse response filter,RAND-fairly random numb... | FreeArtMan | 2017-05-20 | 9 | -3/+743 |
* | Added precalculated FIR filter, n=12, w_c=0.5 | FreeArtMan | 2017-05-17 | 8 | -3/+1706 |
* | Remove debug prints | FreeArtMan | 2017-05-16 | 2 | -33/+14 |
* | Now after suspend HW, bot can reconnect back to server address | FreeArtMan | 2017-05-13 | 3 | -12/+87 |
* | Update socket connection functions. Now reconnection is possible | FreeArtMan | 2017-05-11 | 2 | -1/+287 |
* | Muli server support. Some small fixes to commands | FreeArtMan | 2017-05-08 | 6 | -13/+40 |
* | Added new command that shows bots uptime | FreeArtMan | 2017-05-08 | 4 | -2/+63 |
* | Allow to connect only to predefine channels | FreeArtMan | 2017-05-08 | 2 | -21/+52 |
* | Fixed bug with not sending correctly PONG to response to PING | FreeArtMan | 2017-05-07 | 2 | -22/+21 |
* | Commented out debug messages | FreeArtMan | 2017-05-07 | 1 | -6/+6 |
* | Added new command | FreeArtMan | 2017-05-07 | 4 | -1/+34 |
* | Updated command that they are more compatible with developerslv chan bots | FreeArtMan | 2017-05-07 | 5 | -10/+13 |
* | Forgot add Makefile changes | FreeArtMan | 2017-05-07 | 1 | -1/+10 |
* | Improved version command | FreeArtMan | 2017-05-07 | 3 | -1/+15 |
* | Added new commands CMD,SHA1. Added support of params for commands. Fixed some... | FreeArtMan | 2017-05-04 | 14 | -33/+524 |
* | Added new commands RUSAGE,LOADAVG | FreeArtMan | 2017-05-03 | 8 | -4/+124 |
* | Move commands to seperate files | FreeArtMan | 2017-05-02 | 13 | -78/+148 |
* | Added option how to use with socat | FreeArtMan | 2017-05-02 | 1 | -0/+1 |
* | Commands are now removed from command queue if they are there too long. Comma... | FreeArtMan | 2017-05-02 | 3 | -124/+155 |
* | callback execution works | FreeArtMan | 2017-04-20 | 3 | -77/+70 |
* | Add command executor command check | FreeArtMan | 2017-04-20 | 3 | -8/+65 |
* | Now basic funcionality works. Preparing to wrap up all code | FreeArtMan | 2017-03-20 | 2 | -41/+83 |
* | Small clean up | FreeArtMan | 2017-03-20 | 1 | -25/+2 |
* | Basic response from 2 command, works for privatemessages | FreeArtMan | 2017-03-18 | 6 | -29/+123 |
* | Now resp/request are matched | FreeArtMan | 2017-03-16 | 2 | -5/+13 |
* | Add token to qcmd. Added needed functions to manage that | FreeArtMan | 2017-03-16 | 4 | -2/+81 |
* | Removed -g3 flag from compilation | FreeArtMan | 2017-03-16 | 1 | -1/+1 |
* | Now request and response matching id | FreeArtMan | 2017-03-14 | 2 | -11/+75 |
* | Code cleanup | FreeArtMan | 2017-03-08 | 1 | -47/+3 |
* | Request/Response between threads now works | FreeArtMan | 2017-03-08 | 5 | -69/+211 |
* | Update mq_queue tool with flag descriptions | FreeArtMan | 2017-03-08 | 1 | -2/+22 |
* | Pushed full versions of mq_ntf | FreeArtMan | 2017-03-05 | 2 | -2/+432 |
* | Removed mq_ntf from main code. Commented out some messages | FreeArtMan | 2017-03-05 | 3 | -400/+174 |
* | Moved mq_ntf functions to seperate file | FreeArtMan | 2017-03-05 | 2 | -0/+2 |
* | Fixed cmd/exec table | FreeArtMan | 2017-03-04 | 2 | -1/+95 |
* | execution table improvments | FreeArtMan | 2017-03-04 | 2 | -45/+99 |
* | Added .gitignore | FreeArtMan | 2017-03-03 | 1 | -0/+3 |
* | improved resp/param/cmd/exec table operation | FreeArtMan | 2017-03-03 | 2 | -65/+342 |
* | GLued up socket connectiona and messaging | FreeArtMan | 2017-02-25 | 10 | -95/+138 |
* | joined up socket connection code to main server thread. hardcoded echo/replay... | FreeArtMan | 2017-02-25 | 3 | -12/+187 |
* | removed new string creation function to util file | FreeArtMan | 2017-02-25 | 3 | -51/+8 |
* | Formatring patch from Ms.IJ applied | FreeArtMan | 2017-02-25 | 11 | -49/+339 |
* | Added parser and socket connection code | FreeArtMan | 2017-02-25 | 4 | -0/+388 |
* | Some lates updates | ZoRo | 2017-02-24 | 2 | -48/+105 |
* | Updated command parser. Event loop now support test commands | ZoRo | 2017-02-08 | 3 | -19/+141 |
* | Added matching table for executed commands | ZoRo | 2017-02-07 | 7 | -18/+672 |
* | merged _read/_write functions to have just one more direction param | ZoRo | 2017-01-26 | 1 | -64/+37 |
* | Made working basic mq IPC communication | ZoRo | 2017-01-26 | 8 | -101/+667 |
* | Initial commit | ZoRo | 2016-12-15 | 13 | -0/+1525 |