about summary refs log tree commit diff
path: root/pkgs/servers/matrix-synapse/matrix-appservice-irc
AgeCommit message (Collapse)AuthorFilesLines
2024-04-17treewide: replace prefetch-yarn-deps with fixup-yarn-lock where necessarySandro Jäckel1-2/+2
2024-04-16matrix-appservice-irc: 1.0.1 -> 2.0.0Martin Weinelt1-3/+4
https://github.com/matrix-org/matrix-appservice-irc/releases/tag/2.0.0 https://github.com/matrix-org/matrix-appservice-irc/compare/refs/tags/1.0.1...2.0.0 https://github.com/matrix-org/matrix-appservice-irc/security/advisories/GHSA-wm4w-7h2q-3pf7 Fixes: CVE-2024-32000
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2023-08-01matrix-appservice-irc: add package.json to packageДамјан Георгиевски1-0/+3
- seems that package.json is still required in the package root, so add it - also add `strictDeps = true` to mkDerivation (this removed bash as a direct dependency)
2023-07-31matrix-appservice-irc: 0.38.0 -> 1.0.1Дамјан Георгиевски1-11/+58
https://github.com/matrix-org/matrix-appservice-irc/releases/tag/1.0.0 * This release drops support for Node 16. The minimum required version is now 18+. * Moved from NPM to Yarn https://github.com/matrix-org/matrix-appservice-irc/releases/tag/1.0.1 * Fixes for GHSA-vc7j-h8xg-fv5x. * Fixes for GHSA-3pmj-jqqp-2mj3. * Fixes for GHSA-c7hh-3v6c-fj4q * Update matrix-appservice-bridge to 9.0.1 while there was an effort to make this package with `mkYarnPackage`, in the end it was suggested to just use `stdenv.mkDerivation` instead nixos/matrix-appservice-irc: * fix path to config.schema.yml directory stucture of the package changed * use remarshal instead of python and pyyaml to convert the config schema from yaml to json
2023-04-12matrix-appservice-irc: 0.37.1 -> 0.38.0Martin Weinelt1-3/+3
https://github.com/matrix-org/matrix-appservice-irc/releases/tag/0.38.0
2023-03-07matrix-appservice-irc: 0.37.0 -> 0.37.1Martin Weinelt1-3/+3
https://github.com/matrix-org/matrix-appservice-irc/releases/tag/0.37.1
2023-02-08matrix-appservice-irc: 0.36.0 -> 0.37.0Martin Weinelt1-3/+3
https://github.com/matrix-org/matrix-appservice-irc/releases/tag/0.37.0
2022-12-26treewide: remove attrPath from nix-update-script callsfigsoda1-3/+1
after https://github.com/Mic92/nix-update/pull/120 and https://github.com/NixOS/nixpkgs/pull/207703, `attrPath` can now be omitted when using `nix-update-script`
2022-12-03matrix-appservice-irc: convert to buildNpmPackageMartin Weinelt7-7120/+22
2022-11-04Merge pull request #196253 from rhysmdnz/matrix-appservice-irc-typescriptGuillaume Girol1-1/+4
matrix-appservice-irc: Compile typescript
2022-10-25matrix-appservice-irc: 0.35.1 -> 0.36.0Martin Weinelt6-583/+1858
https://github.com/matrix-org/matrix-appservice-irc/releases/tag/0.36.0
2022-10-16matrix-appservice-irc: Add rhysmdnz to maintainersRhys Davies1-1/+1
Signed-off-by: Rhys Davies <rhys@memes.nz>
2022-10-16matrix-appservice-irc: Compile typescriptRhys Davies1-0/+3
Signed-off-by: Rhys Davies <rhys@memes.nz>
2022-09-26matrix-appservice-irc: 0.35.0 -> 0.35.1Martin Weinelt4-199/+392
https://github.com/matrix-org/matrix-appservice-irc/releases/tag/0.35.1 Fixes an SQL injection vulnerability through room ids when using the PostgreSQL backend.
2022-09-13matrix-appservice-irc: 0.34.1 -> 0.35.0Martin Weinelt4-1598/+1327
Fetches, injects and patchelfs the rust native crypto bindings for the two most prominent targets.
2022-05-04matrix-appservice-irc: 0.33.1 -> 0.34.0Martin Weinelt4-14/+14
https://matrix.org/blog/2022/05/04/0-34-0-security-release-for-matrix-appservice-irc-high-severity https://github.com/matrix-org/matrix-appservice-irc/releases/tag/0.34.0
2022-03-30matrix-appservice-irc: 0.32.1 → 0.33.1piegames4-1872/+1059
2021-11-30matrix-appservice-irc: fix current version detection in update scriptMartin Weinelt1-1/+1
Would previously error out with > error: '(with import ../../../../. {}; matrix-appservice-irc.version)' is not a valid URL
2021-11-30matrix-appservice-irc: improve updateScriptMoritz Hedtke3-5/+14
2021-11-30matrix-appservice-irc: 0.30.0 -> 0.32.1Moritz Hedtke3-219/+718
2021-11-25Merge pull request #145796 from piegamesde/update-appservice-ircMartin Weinelt3-5/+3
2021-11-16treewide: pass and inherit writeShellScript in node2nix packagesMartin Weinelt1-1/+1
2021-11-13matrix-appservice-irc: remove piegames as maintainerpiegames1-1/+1
2021-11-13matrix-appservice-irc: improve update scriptpiegames3-4/+2
2021-10-26matrix-appservice-irc 0.26.1 -> 0.30.0DavHau7-504/+488
matrix-appservice-irc: apply requests from review
2021-08-18matrix-appservice-irc: add update scriptpiegames2-0/+25
2021-06-08matrix-appservice-irc: 0.26.0 -> 0.26.1piegames2-206/+359
2021-05-23matrix-appservice-irc: set pnamePacman991-0/+2
2021-05-13matrix-appservice-irc: 0.25.0 -> 0.26.0piegames2-319/+1180
2021-04-01nixos/tests/matrix-appservice-irc: initJamie McClymont1-0/+2
2021-04-01matrix-appservice-irc: init at 0.25.0Brian McKenna5-0/+5222
Co-authored-by: Jamie McClymont <jamie@kwiius.com>