| Commit message (Expand) | Author | Age | Files | Lines |
* | server->event thread messaging, command execution and response. | FreeArtMan | 2017-09-05 | 4 | -74/+94 |
* | Added IF_NULL added some malloc/free safety | FreeArtMan | 2017-09-05 | 3 | -25/+48 |
* | update netbyte lib, add rpc lib | FreeArtMan | 2017-08-22 | 5 | -42/+338 |
* | Update version | FreeArtMan | 2017-08-22 | 1 | -1/+1 |
* | Added rfc for proposia | FreeArtMan | 2017-08-22 | 1 | -0/+7 |
* | New version | FreeArtMan | 2017-08-22 | 1 | -2/+2 |
* | New command SPI added | FreeArtMan | 2017-07-16 | 4 | -1/+139 |
* | Merged with feature branch F-4 | FreeArtMan | 2017-07-09 | 2 | -3/+3 |
* | Support for config files, ofc we use ini | FreeArtMan | 2017-07-06 | 9 | -30/+128 |
* | Added config loading library | FreeArtMan | 2017-06-11 | 2 | -0/+190 |
* | Default irc config | FreeArtMan | 2017-06-11 | 1 | -0/+21 |
* | Update version command | FreeArtMan | 2017-06-11 | 1 | -1/+1 |
* | Add help command | FreeArtMan | 2017-06-11 | 2 | -0/+30 |
* | Updated libarg | FreeArtMan | 2017-06-07 | 2 | -6/+56 |
* | update libarg | FreeArtMan | 2017-06-06 | 2 | -41/+72 |
* | Added new argument parsing library | FreeArtMan | 2017-06-04 | 2 | -0/+856 |
* | added netstring like library | FreeArtMan | 2017-06-04 | 2 | -0/+1341 |
* | Added new ini lib, fixed no command bug | FreeArtMan | 2017-06-01 | 5 | -0/+1753 |
* | Fixed warnings all over the code | FreeArtMan | 2017-05-20 | 15 | -56/+20 |
* | Fixed some memleaks in socket_connect library | FreeArtMan | 2017-05-20 | 1 | -18/+21 |
* | Small fixes to README's | FreeArtMan | 2017-05-20 | 2 | -0/+38 |
* | Moved commands to seperate directory, moved external sources to seperate dire... | FreeArtMan | 2017-05-20 | 38 | -47/+64 |
* | 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 |