| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | 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 |
