aboutsummaryrefslogtreecommitdiff
path: root/src/message/signalproxy/objects/buffersyncer.rs (follow)
Commit message (Collapse)AuthorAgeLines
* add error for unkown sync message slot_nameMax Audron9 days-11/+11
|
* NetworkList and signalproxy objects error handlingMax Audron9 days-41/+66
|
* Syncable trait error handlingMax Audron10 days-2/+5
|
* add MsgId and BufferId to objects where neededMax Audron2025-02-26-70/+65
| | | | | | some objects where still handling BufferId or MsgId as their raw types which lead to errors now that the Types are properly parsed in the varinats
* rework Network derives to be more consistentMax Audron2023-12-20-5/+5
| | | | i don't even know anymore, blame past me
* derive default for all signalproxy objects and make singalmessage classMax Audron2022-10-04-3/+3
| | | | an enum
* upgrade to rust 2021 editionMax Audron2021-12-02-4/+6
|
* add basic buffersyncer implMax Audron2021-12-02-45/+145
|
* migrate to separated NetworkMap and NetworkList macrosMax Audron2021-10-01-4/+6
|
* migrate BufferSyncer to use Network derive and add to central TypesMax Audron2021-07-21-143/+14
|
* WIP: impl more signalproxy objectsMax Audron2021-04-05-8/+255
|
* add more signalproxy objectsMax Audron2021-01-04-0/+74