aboutsummaryrefslogtreecommitdiff
path: root/src/message/signalproxy/objects/ignorelistmanager.rs (follow)
Commit message (Collapse)AuthorAgeLines
* decromulate ignorelistmanager i32 type impl and deriveMax Audron2023-12-19-54/+72
| | | | | | | | | this was for whatever reason pretty confusing, but there is no need to impl the Network trait here, we should instead be using From impls for going to the Variant and i32 directly. That way the code becomes cleaner and we don't have to worry about these conversions anymore.
* fix IgnoreListManagerMax Audron2022-10-06-28/+28
| | | | | | * mark fields as pub * change enum type to i32 from u8 * fix variant type for string fields
* derive default for all signalproxy objects and make singalmessage classMax Audron2022-10-04-3/+3
| | | | an enum
* add ignorelistmanager implMax Audron2021-12-03-29/+176
|
* upgrade to rust 2021 editionMax Audron2021-12-02-2/+0
|
* migrate to separated NetworkMap and NetworkList macrosMax Audron2021-10-01-8/+9
|
* rename override_type to typeMax Audron2021-09-28-3/+3
|
* add Traits for syncable objectsMax Audron2021-07-25-6/+1
|
* add IgnoreListManagerMax Audron2021-07-21-0/+160