aboutsummaryrefslogtreecommitdiff
path: root/modules/tlmp/slsk_package.nix
diff options
context:
space:
mode:
authorMarcin Maselko <d3fus@cocaine.farm>2025-12-26 14:58:53 +0100
committerMarcin Maselko <d3fus@cocaine.farm>2025-12-26 14:58:53 +0100
commit1508f0a19342c382c4e85bd7c8d0a6453f8c3723 (patch)
tree9e1ec81daba98b7d492acb69e858e3575aa46875 /modules/tlmp/slsk_package.nix
parentadd git readme command (diff)
added ts6 test server (container) with podman
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
nsertions'>+55 this is due to the url shorterner dying randomly and also just generally bad idea to call external services during unit tests. 2021-10-20bump version 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