| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2021-10-20 | fix configuration not loading correctly on release builds | Max Audron | -8/+23 | |
| 2021-10-19 | replace sedregex crate8-rework-sed | Max 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-19 | add formatting trait for irc codes | Max 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-17 | fix links in readme | Max Audron | -2/+2 | |
