aboutsummaryrefslogtreecommitdiffstats
path: root/tbl_qcmd.c
Commit message (Collapse)AuthorAgeFilesLines
* Added todo file size max 1MB and 64 todo's per userFreeArtMan2017-11-221-19/+19
|
* Now lua commands supportedFreeArtMan2017-11-191-0/+43
|
* Make rpc and todo command working, with sqlite shitzFreeArtMan2017-10-291-1/+2
|
* Fixed warnings all over the placesFreeArtMan2017-10-011-2/+4
|
* comand rpc sends/recieves packets woohooFreeArtMan2017-09-301-2/+43
|
* Added command type detectionFreeArtMan2017-09-301-2/+11
|
* server->event thread messaging, command execution and response.FreeArtMan2017-09-051-5/+15
|
* Fixed warnings all over the codeFreeArtMan2017-05-201-5/+1
|
* Fixed bug with not sending correctly PONG to response to PINGFreeArtMan2017-05-071-2/+2
|
* Added new commands CMD,SHA1. Added support of params for commands. Fixed ↵FreeArtMan2017-05-041-4/+53
| | | | some bugs with uninitialised buffers
* Move commands to seperate filesFreeArtMan2017-05-021-0/+1
|
* Commands are now removed from command queue if they are there too long. ↵FreeArtMan2017-05-021-4/+107
| | | | Commands removed if response for command is recieved
* callback execution worksFreeArtMan2017-04-201-0/+36
|
* Add command executor command checkFreeArtMan2017-04-201-0/+18
|
* Basic response from 2 command, works for privatemessagesFreeArtMan2017-03-181-0/+30
|
* Now resp/request are matchedFreeArtMan2017-03-161-1/+4
|
* Add token to qcmd. Added needed functions to manage thatFreeArtMan2017-03-161-1/+26
|
* Fixed cmd/exec tableFreeArtMan2017-03-041-1/+86
|
* execution table improvmentsFreeArtMan2017-03-041-22/+74
|
* improved resp/param/cmd/exec table operationFreeArtMan2017-03-031-26/+211
|
* GLued up socket connectiona and messagingFreeArtMan2017-02-251-5/+5
|
* removed new string creation function to util fileFreeArtMan2017-02-251-32/+0
|
* Formatring patch from Ms.IJ appliedFreeArtMan2017-02-251-4/+4
|
* Added matching table for executed commandsZoRo2017-02-071-0/+307