| Commit message (Expand) | Author | Age | Files | Lines |
* | Make rpc and todo command working, with sqlite shitz | FreeArtMan | 2017-10-29 | 1 | -3/+28 |
* | Fixed warnings all over the places | FreeArtMan | 2017-10-01 | 1 | -32/+14 |
* | comand rpc sends/recieves packets woohoo | FreeArtMan | 2017-09-30 | 1 | -1/+1 |
* | Added command type detection | FreeArtMan | 2017-09-30 | 1 | -0/+14 |
* | Rearranged code for more IPC protocols | FreeArtMan | 2017-09-24 | 1 | -3/+3 |
* | New line bug fix, /b 5 | FreeArtMan | 2017-09-19 | 1 | -2/+4 |
* | Basic stat command implemented | FreeArtMan | 2017-09-07 | 1 | -8/+31 |
* | Added stat command | FreeArtMan | 2017-09-07 | 1 | -5/+34 |
* | Removed mq_cmd shitz | FreeArtMan | 2017-09-05 | 1 | -90/+0 |
* | New rpc is working | FreeArtMan | 2017-09-05 | 1 | -19/+86 |
* | server->event thread messaging, command execution and response. | FreeArtMan | 2017-09-05 | 1 | -62/+67 |
* | Added IF_NULL added some malloc/free safety | FreeArtMan | 2017-09-05 | 1 | -23/+42 |
* | Support for config files, ofc we use ini | FreeArtMan | 2017-07-06 | 1 | -17/+75 |
* | Added new ini lib, fixed no command bug | FreeArtMan | 2017-06-01 | 1 | -0/+6 |
* | Fixed warnings all over the code | FreeArtMan | 2017-05-20 | 1 | -23/+0 |
* | Added precalculated FIR filter, n=12, w_c=0.5 | FreeArtMan | 2017-05-17 | 1 | -2/+2 |
* | Remove debug prints | FreeArtMan | 2017-05-16 | 1 | -30/+13 |
* | Now after suspend HW, bot can reconnect back to server address | FreeArtMan | 2017-05-13 | 1 | -9/+79 |
* | Muli server support. Some small fixes to commands | FreeArtMan | 2017-05-08 | 1 | -7/+30 |
* | Allow to connect only to predefine channels | FreeArtMan | 2017-05-08 | 1 | -10/+27 |
* | Fixed bug with not sending correctly PONG to response to PING | FreeArtMan | 2017-05-07 | 1 | -20/+19 |
* | Updated command that they are more compatible with developerslv chan bots | FreeArtMan | 2017-05-07 | 1 | -2/+2 |
* | Added new commands CMD,SHA1. Added support of params for commands. Fixed some... | FreeArtMan | 2017-05-04 | 1 | -19/+17 |
* | Move commands to seperate files | FreeArtMan | 2017-05-02 | 1 | -76/+23 |
* | Commands are now removed from command queue if they are there too long. Comma... | FreeArtMan | 2017-05-02 | 1 | -118/+16 |
* | callback execution works | FreeArtMan | 2017-04-20 | 1 | -77/+23 |
* | Add command executor command check | FreeArtMan | 2017-04-20 | 1 | -7/+46 |
* | Now basic funcionality works. Preparing to wrap up all code | FreeArtMan | 2017-03-20 | 1 | -41/+82 |
* | Small clean up | FreeArtMan | 2017-03-20 | 1 | -25/+2 |
* | Basic response from 2 command, works for privatemessages | FreeArtMan | 2017-03-18 | 1 | -10/+38 |
* | Now resp/request are matched | FreeArtMan | 2017-03-16 | 1 | -4/+9 |
* | Now request and response matching id | FreeArtMan | 2017-03-14 | 1 | -6/+67 |
* | Code cleanup | FreeArtMan | 2017-03-08 | 1 | -47/+3 |
* | Request/Response between threads now works | FreeArtMan | 2017-03-08 | 1 | -58/+199 |
* | Removed mq_ntf from main code. Commented out some messages | FreeArtMan | 2017-03-05 | 1 | -392/+165 |
* | GLued up socket connectiona and messaging | FreeArtMan | 2017-02-25 | 1 | -52/+86 |
* | joined up socket connection code to main server thread. hardcoded echo/replay... | FreeArtMan | 2017-02-25 | 1 | -6/+147 |
* | removed new string creation function to util file | FreeArtMan | 2017-02-25 | 1 | -18/+3 |
* | Formatring patch from Ms.IJ applied | FreeArtMan | 2017-02-25 | 1 | -17/+17 |
* | Some lates updates | ZoRo | 2017-02-24 | 1 | -47/+104 |
* | Updated command parser. Event loop now support test commands | ZoRo | 2017-02-08 | 1 | -3/+26 |
* | Added matching table for executed commands | ZoRo | 2017-02-07 | 1 | -12/+41 |
* | 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 | 1 | -98/+400 |
* | Initial commit | ZoRo | 2016-12-15 | 1 | -0/+512 |