aboutsummaryrefslogtreecommitdiff
path: root/src/message/signalproxy/mod.rs
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2025-07-27 01:53:45 +0200
committerMax Audron <audron@cocaine.farm>2025-07-27 01:53:45 +0200
commit44bd1fdaaa8e5c9753b6b45307bcb7f0938a394b (patch)
treea796125bef1553bb7b4e2ee200cb04f6f06043fc /src/message/signalproxy/mod.rs
parenttemporarly fix nested network repr parsing for variant types (diff)
remove old readme.org
Diffstat (limited to 'src/message/signalproxy/mod.rs')
0 files changed, 0 insertions, 0 deletions
d>replace 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