aboutsummaryrefslogtreecommitdiff
path: root/src/message/signalproxy/objects/network.rs (follow)
Commit message (Collapse)AuthorAgeLines
* add error for unkown sync message slot_nameMax Audron9 days-2/+2
|
* NetworkList and signalproxy objects error handlingMax Audron9 days-48/+74
|
* Syncable trait error handlingMax Audron10 days-8/+12
|
* clean up clippy lintsMax Audron10 days-21/+18
|
* replace all match_variant instances with try_intoMax Audron10 days-18/+19
| | | | | | the match_variant macro was unclear, unreadable and no longer needed as we have automaticly derived from implementations for all Variant enum fields now
* temporarly fix nested network repr parsing for variant typesMax Audron2025-07-27-1/+15
|
* add UserType implementation for required signalproxy objectsMax Audron2025-03-01-0/+21
|
* move network config to it's own file and impl it's syncMax Audron2025-02-23-21/+1
|
* add basic network syncablesMax Audron2025-02-23-5/+356
|
* fix ircchannel and maplist network representationMax Audron2025-02-23-37/+50
|
* mark network fields as pubMax Audron2022-10-06-15/+15
|
* derive default for all signalproxy objects and make singalmessage classMax Audron2022-10-04-2/+24
| | | | an enum
* set network prefixes and channel_modes fieldsMax Audron2022-09-28-7/+87
|
* upgrade to rust 2021 editionMax Audron2021-12-02-1/+0
|
* migrate to separated NetworkMap and NetworkList macrosMax Audron2021-10-01-24/+19
|
* fix network objectMax Audron2021-07-21-18/+24
|
* WIP: impl more signalproxy objectsMax Audron2021-04-05-139/+119
|
* WIP: impl signalproxy typesMax Audron2021-03-09-198/+198
|
* add to and from network deriveMax Audron2021-01-21-0/+369