summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Added new command that shows bots uptimeFreeArtMan2017-05-084-2/+63
|
* Allow to connect only to predefine channelsFreeArtMan2017-05-082-21/+52
|
* Fixed bug with not sending correctly PONG to response to PINGFreeArtMan2017-05-072-22/+21
|
* Commented out debug messagesFreeArtMan2017-05-071-6/+6
|
* Added new commandFreeArtMan2017-05-074-1/+34
|
* Updated command that they are more compatible with developerslv chan botsFreeArtMan2017-05-075-10/+13
|
* Forgot add Makefile changesFreeArtMan2017-05-071-1/+10
|
* Improved version commandFreeArtMan2017-05-073-1/+15
|
* Added new commands CMD,SHA1. Added support of params for commands. Fixed ↵FreeArtMan2017-05-0414-33/+524
| | | | some bugs with uninitialised buffers
* Added new commands RUSAGE,LOADAVGFreeArtMan2017-05-038-4/+124
|
* Move commands to seperate filesFreeArtMan2017-05-0213-78/+148
|
* Added option how to use with socatFreeArtMan2017-05-021-0/+1
|
* Commands are now removed from command queue if they are there too long. ↵FreeArtMan2017-05-023-124/+155
| | | | Commands removed if response for command is recieved
* callback execution worksFreeArtMan2017-04-203-77/+70
|
* Add command executor command checkFreeArtMan2017-04-203-8/+65
|
* Now basic funcionality works. Preparing to wrap up all codeFreeArtMan2017-03-202-41/+83
|
* Small clean upFreeArtMan2017-03-201-25/+2
|
* Basic response from 2 command, works for privatemessagesFreeArtMan2017-03-186-29/+123
|
* Now resp/request are matchedFreeArtMan2017-03-162-5/+13
|
* Add token to qcmd. Added needed functions to manage thatFreeArtMan2017-03-164-2/+81
|
* Removed -g3 flag from compilationFreeArtMan2017-03-161-1/+1
|
* Now request and response matching idFreeArtMan2017-03-142-11/+75
|
* Code cleanupFreeArtMan2017-03-081-47/+3
|
* Request/Response between threads now worksFreeArtMan2017-03-085-69/+211
|
* Update mq_queue tool with flag descriptionsFreeArtMan2017-03-081-2/+22
|
* Pushed full versions of mq_ntfFreeArtMan2017-03-052-2/+432
|
* Removed mq_ntf from main code. Commented out some messagesFreeArtMan2017-03-053-400/+174
|