aboutsummaryrefslogtreecommitdiffstats
path: root/agni.c
Commit message (Expand)AuthorAgeFilesLines
* E(I)mprove gethostbyname stabilityFreeArtMan2017-11-261-1/+5
* Added basic logingFreeArtMan2017-11-261-66/+67
* Hunting down all warningsFreeArtMan2017-11-251-4/+6
* Added todo file size max 1MB and 64 todo's per userFreeArtMan2017-11-221-21/+21
* Make rpc and todo command working, with sqlite shitzFreeArtMan2017-10-291-3/+28
* Fixed warnings all over the placesFreeArtMan2017-10-011-32/+14
* comand rpc sends/recieves packets woohooFreeArtMan2017-09-301-1/+1
* Added command type detectionFreeArtMan2017-09-301-0/+14
* Rearranged code for more IPC protocolsFreeArtMan2017-09-241-3/+3
* New line bug fix, /b 5FreeArtMan2017-09-191-2/+4
* Basic stat command implementedFreeArtMan2017-09-071-8/+31
* Added stat commandFreeArtMan2017-09-071-5/+34
* Removed mq_cmd shitzFreeArtMan2017-09-051-90/+0
* New rpc is workingFreeArtMan2017-09-051-19/+86
* server->event thread messaging, command execution and response.FreeArtMan2017-09-051-62/+67
* Added IF_NULL added some malloc/free safetyFreeArtMan2017-09-051-23/+42
* Support for config files, ofc we use iniFreeArtMan2017-07-061-17/+75
* Added new ini lib, fixed no command bugFreeArtMan2017-06-011-0/+6
* Fixed warnings all over the codeFreeArtMan2017-05-201-23/+0
* Added precalculated FIR filter, n=12, w_c=0.5FreeArtMan2017-05-171-2/+2
* Remove debug printsFreeArtMan2017-05-161-30/+13
* Now after suspend HW, bot can reconnect back to server addressFreeArtMan2017-05-131-9/+79
* Muli server support. Some small fixes to commandsFreeArtMan2017-05-081-7/+30
* Allow to connect only to predefine channelsFreeArtMan2017-05-081-10/+27
* Fixed bug with not sending correctly PONG to response to PINGFreeArtMan2017-05-071-20/+19
* Updated command that they are more compatible with developerslv chan botsFreeArtMan2017-05-071-2/+2
* Added new commands CMD,SHA1. Added support of params for commands. Fixed some...FreeArtMan2017-05-041-19/+17
* Move commands to seperate filesFreeArtMan2017-05-021-76/+23
* Commands are now removed from command queue if they are there too long. Comma...FreeArtMan2017-05-021-118/+16
* callback execution worksFreeArtMan2017-04-201-77/+23
* Add command executor command checkFreeArtMan2017-04-201-7/+46
* Now basic funcionality works. Preparing to wrap up all codeFreeArtMan2017-03-201-41/+82
* Small clean upFreeArtMan2017-03-201-25/+2
* Basic response from 2 command, works for privatemessagesFreeArtMan2017-03-181-10/+38
* Now resp/request are matchedFreeArtMan2017-03-161-4/+9
* Now request and response matching idFreeArtMan2017-03-141-6/+67
* Code cleanupFreeArtMan2017-03-081-47/+3
* Request/Response between threads now worksFreeArtMan2017-03-081-58/+199
* Removed mq_ntf from main code. Commented out some messagesFreeArtMan2017-03-051-392/+165
* GLued up socket connectiona and messagingFreeArtMan2017-02-251-52/+86
* joined up socket connection code to main server thread. hardcoded echo/replay...FreeArtMan2017-02-251-6/+147
* removed new string creation function to util fileFreeArtMan2017-02-251-18/+3
* Formatring patch from Ms.IJ appliedFreeArtMan2017-02-251-17/+17
* Some lates updatesZoRo2017-02-241-47/+104
* Updated command parser. Event loop now support test commandsZoRo2017-02-081-3/+26
* Added matching table for executed commandsZoRo2017-02-071-12/+41
* merged _read/_write functions to have just one more direction paramZoRo2017-01-261-64/+37
* Made working basic mq IPC communicationZoRo2017-01-261-98/+400
* Initial commitZoRo2016-12-151-0/+512