aboutsummaryrefslogtreecommitdiff
path: root/src/message/signalproxy/objects/network.rs (follow)
Commit message (Expand)AuthorAgeLines
* remove references from NetworkList inputHEADmainMax Audron9 days-5/+7
* improve network from_network_list implMax Audron9 days-100/+8
* NetworkMap error handlingMax Audron9 days-48/+38
* 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
* 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
* 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
on to 1.6.2Max Audron-3/+2 2021-10-20prepare for release on crates.ioMax Audron-39/+65 2021-10-20add async docs to macro crate and bump versionMax Audron-9/+10 2021-10-20change hook errors to be logged as warningsMax Audron-3/+3 they in nearly all cases aren't critical enough to warrant an actual error messages 2021-10-20fix configuration not loading correctly on release buildsMax Audron-8/+23 2021-10-19replace sedregex crate8-rework-sedMax Audron-20/+358 This replaces the sedregex crate with our own implementation for multiple reasons: 1. We required to access the parsed regex, this required a patch to the sedregex crate which did not get merged due to an inactive dev, blocking us from publishing on crates.Io 2. We wanted to highlight the changes done in bold 3. We want to add execution of multiple chained sed commands in the future which would require more modification 2021-10-19add formatting trait for irc codesMax Audron-0/+129 add an impl off the formatting trait on String to format Strings with the typical irc formatting codes for bold, italic etc 2021-10-17fix links in readmeMax Audron-2/+2