| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | decromulate ignorelistmanager i32 type impl and derive | Max Audron | 2023-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 IgnoreListManager | Max Audron | 2022-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 class | Max Audron | 2022-10-04 | -3/+3 |
| | | | | | an enum | |||
| * | add ignorelistmanager impl | Max Audron | 2021-12-03 | -29/+176 |
| | | ||||
| * | upgrade to rust 2021 edition | Max Audron | 2021-12-02 | -2/+0 |
| | | ||||
| * | migrate to separated NetworkMap and NetworkList macros | Max Audron | 2021-10-01 | -8/+9 |
| | | ||||
| * | rename override_type to type | Max Audron | 2021-09-28 | -3/+3 |
| | | ||||
| * | add Traits for syncable objects | Max Audron | 2021-07-25 | -6/+1 |
| | | ||||
| * | add IgnoreListManager | Max Audron | 2021-07-21 | -0/+160 |
