| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | remove references from NetworkList inputHEADmain | Max Audron | 9 days | -5/+7 |
| | | | | | we do not need to reference stuff here and can just consume it | |||
| * | improve network from_network_list impl | Max Audron | 9 days | -100/+8 |
| | | | | | | | | | | it makes a lot more sense to convert the VariantList to a VariantMap first, as we then don't have to iterate ove the whole thing a few times, and we can simply use the from_network_map impl to convert it to the types object still need to make this change for other types | |||
| * | NetworkMap error handling | Max Audron | 9 days | -48/+38 |
| | | ||||
| * | add error for unkown sync message slot_name | Max Audron | 9 days | -2/+2 |
| | | ||||
| * | NetworkList and signalproxy objects error handling | Max Audron | 9 days | -48/+74 |
| | | ||||
| * | Syncable trait error handling | Max Audron | 10 days | -8/+12 |
| | | ||||
| * | clean up clippy lints | Max Audron | 10 days | -21/+18 |
| | | ||||
| * | replace all match_variant instances with try_into | Max Audron | 10 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 types | Max Audron | 2025-07-27 | -1/+15 |
| | | ||||
| * | add UserType implementation for required signalproxy objects | Max Audron | 2025-03-01 | -0/+21 |
| | | ||||
| * | move network config to it's own file and impl it's sync | Max Audron | 2025-02-23 | -21/+1 |
| | | ||||
| * | add basic network syncables | Max Audron | 2025-02-23 | -5/+356 |
| | | ||||
| * | fix ircchannel and maplist network representation | Max Audron | 2025-02-23 | -37/+50 |
| | | ||||
| * | mark network fields as pub | Max Audron | 2022-10-06 | -15/+15 |
| | | ||||
| * | derive default for all signalproxy objects and make singalmessage class | Max Audron | 2022-10-04 | -2/+24 |
| | | | | | an enum | |||
| * | set network prefixes and channel_modes fields | Max Audron | 2022-09-28 | -7/+87 |
| | | ||||
| * | upgrade to rust 2021 edition | Max Audron | 2021-12-02 | -1/+0 |
| | | ||||
| * | migrate to separated NetworkMap and NetworkList macros | Max Audron | 2021-10-01 | -24/+19 |
| | | ||||
| * | fix network object | Max Audron | 2021-07-21 | -18/+24 |
| | | ||||
| * | WIP: impl more signalproxy objects | Max Audron | 2021-04-05 | -139/+119 |
| | | ||||
| * | WIP: impl signalproxy types | Max Audron | 2021-03-09 | -198/+198 |
| | | ||||
| * | add to and from network derive | Max Audron | 2021-01-21 | -0/+369 |
