aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs (follow)
Commit message (Collapse)AuthorAgeLines
* rework configuration to allow extensibility by hooksconfig-reworkMax Audron2021-10-16-26/+9
|
* move bot initialization out of macroMax Audron2021-10-16-0/+7
|
* remove old env var settings stuffMax Audron2021-10-14-8/+0
|
* Add WA API key to configLorenz Leitner2021-10-12-3/+21
|
* Add testLorenz Leitner2021-10-12-0/+1
| | | | | | | | Put WA api response JSON into test resource file Add short url, increase concurrency Move shorten_url to util dir
* put benchmark behind feature flag we can compile using stable rustMax Audron2021-09-07-3/+3
|
* feat: send actionR0flcopt3r2021-06-05-0/+8
|
* add deployment stuffMax Audron2021-05-16-3/+11
|
* initMax Audron2021-05-15-0/+70
tor.git/commit/macros/src/lib.rs?id=2b5c8a5f28828b3448e031cc79c56ffa7a61db0f&follow=1'>add 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