aboutsummaryrefslogtreecommitdiff
path: root/xC.lxdr
Commit message (Collapse)AuthorAgeFilesLines
* WIP: Make the relay acknowledge received commandsPřemysl Eric Janouch25 hours1-27/+26
| | | | | | | | | | | | | xP now slightly throttles activity notifications, and indicates when there are unacknowledged commands. Relay events have been reordered to improve forward compatibility. As can be observed, even the smallest protocol change has great consequences. WIP: - xC: fix connection killing
* xC/xP: send buffer input history during syncPřemysl Eric Janouch2022-09-301-0/+4
| | | | | This transfer is currenly quite simplistic, but it paves the way for further extensions.
* Move protocol code generators to libertyPřemysl Eric Janouch2022-09-301-0/+206
This part of the project is now more or less stable.