Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rearranged code for more IPC protocols | FreeArtMan | 2017-09-24 | 10 | -25/+211 |
| | |||||
* | Moved RPC protocol file to main source | FreeArtMan | 2017-09-23 | 3 | -3/+3 |
| | |||||
* | New line bug fix, /b 5 | FreeArtMan | 2017-09-19 | 16 | -27/+30 |
| | |||||
* | Basic stat command implemented | FreeArtMan | 2017-09-07 | 2 | -9/+32 |
| | |||||
* | Added stat command | FreeArtMan | 2017-09-07 | 6 | -5/+174 |
| | |||||
* | Merged F-5 branch | FreeArtMan | 2017-09-06 | 2 | -16/+2 |
| | |||||
* | Removed mq_cmd shitz | FreeArtMan | 2017-09-05 | 5 | -468/+0 |
| | |||||
* | New rpc is working | FreeArtMan | 2017-09-05 | 1 | -19/+86 |
| | |||||
* | 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 ↵ | FreeArtMan | 2017-05-20 | 38 | -47/+64 |
| | | | | directory, updated Makefile with auto include and auto compile features | ||||
* | Added new commands FIR-finite impulse response filter,RAND-fairly random ↵ | FreeArtMan | 2017-05-20 | 9 | -3/+743 |
| | | | | number,RANDC-libc random numbder | ||||
* | 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 ↵ | FreeArtMan | 2017-05-04 | 14 | -33/+524 |
| | | | | some bugs with uninitialised buffers | ||||
* | 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. ↵ | FreeArtMan | 2017-05-02 | 3 | -124/+155 |
| | | | | Commands removed if response for command is recieved | ||||
* | callback execution works | FreeArtMan | 2017-04-20 | 3 | -77/+70 |
| |