aboutsummaryrefslogtreecommitdiff
path: root/src/hooks/sed.rs (follow)
Commit message (Collapse)AuthorAgeLines
* replace sedregex crate8-rework-sedMax Audron2021-10-19-253/+0
| | | | | | | | | | | | 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
* format codeMax Audron2021-10-16-1/+1
|
* fix and improve hook error handlingMax Audron2021-10-10-10/+7
|
* handle CTCP ACTION in sed moduleMax Audron2021-09-07-2/+16
|
* put benchmark behind feature flag we can compile using stable rustMax Audron2021-09-07-4/+9
|
* handle error cases in sed moduleMax Audron2021-09-07-8/+15
|
* rewrite sed regex to work cross channelMax Audron2021-06-23-109/+133
|
* fix log breaking once buffer fullMax Audron2021-05-26-2/+33
| | | | | the log_msg function was poping the newest message and replacing it with the newest message, it should be poping the oldest messages.
* initMax Audron2021-05-15-0/+175