Commit Graph

44 Commits

Author SHA1 Message Date
Christoph Heiss
218ad1bf6a
mautrix-signal: add version test
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-11-08 11:13:04 +01:00
Christoph Heiss
9e15728241
mautrix-signal: enable checks
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-11-08 11:12:52 +01:00
Christoph Heiss
13d4678f73
mautrix-signal: fix build with goolm enabled
When building with goolm support, libstdc++ must be linked, as
libsignal-ffi depends on it being linked.

When building with (deprecated) libolm, it's pulled in transitively, it
seems -- and it that case, this is effectively a no-op.

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-11-08 11:12:32 +01:00
Ellie Hermaszewska
e134422465
maintainers: remove expipiplus1
Another year, another exhausting undermoderated thread full of people
arguing against being an inclusive community, tone policing and denying
that discriminatory behaviour even exists.

This clearly isn't getting any better and I'm embarrassed that I stayed
around for this long. I can't continue to lend my name to such a
project.
2024-11-08 14:24:58 +08:00
Niklas Korz
448684ee51 mautrix-signal: fix media uploads 2024-10-27 09:22:51 +01:00
Niklas Korz
5353b084e6 mautrix-signal: 0.7.1 -> 0.7.2 2024-10-25 20:45:15 +02:00
hatch01
2d9bc5ccb7
mautrix-signal: 0.7.0 -> 0.7.1 2024-10-02 11:03:26 +02:00
Frédéric Christ
b59b54ba37 mautrix-signal: 0.6.3 -> 0.7.0 2024-09-02 20:40:35 +02:00
Frédéric Christ
32b79e940e mautrix-signal: Reformat code 2024-09-02 20:40:35 +02:00
George Macon
8b17835309 mautrix-{meta,signal,whatsapp}: Optionally build against goolm
After olm gained knownVulnerabilities in #334638, allow building these
bridges using the pure-Go goolm library instead of libolm bindings.
2024-08-30 17:51:41 -04:00
Maximilian Bosch
0a658b9b90
mautrix-signal: 0.6.1 -> 0.6.3
ChangeLogs:
* https://github.com/mautrix/signal/releases/tag/v0.6.2
* https://github.com/mautrix/signal/releases/tag/v0.6.3
2024-07-19 16:46:49 +02:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
R. Ryantm
c8f196788f mautrix-signal: 0.6.0 -> 0.6.1 2024-05-17 03:18:53 +00:00
R. Ryantm
2ad1f745c1 mautrix-signal: 0.5.1 -> 0.6.0 2024-04-16 14:07:50 +00:00
R. Ryantm
f37b820e7f mautrix-signal: 0.5.0 -> 0.5.1 2024-03-16 13:20:16 +00:00
Niklas Korz
9b5b265dac mautrix-signal: unstable-2024-01-31 -> 0.5.0 2024-02-18 19:58:39 +01:00
Maximilian Bosch
49383c81a3
mautrix-signal: unstable-2023-12-30 -> unstable-2024-01-31
ChangeLog: 6abe80e6c7...103666990f
2024-01-31 22:30:05 +01:00
Niklas Korz
1a8e731531 mautrix-signal: 0.4.3 -> unstable-2023-12-30 2023-12-31 13:44:49 +01:00
h7x4
41974d5ed9
treewide: add mainProgram 2023-11-27 02:17:53 +01:00
Georg Haas
a9a80133c1
mautrix-signal: 0.4.2 -> 0.4.3
Add aiosqlite to dependencies to support sqlite for databases
2023-07-24 00:34:55 +02:00
Martin Weinelt
4bfe4794fa
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/rich/default.nix
- pkgs/servers/mautrix-facebook/default.nix
- pkgs/servers/mautrix-googlechat/default.nix
- pkgs/servers/mautrix-signal/default.nix
- pkgs/top-level/python-aliases.nix
2023-03-12 19:23:32 +01:00
Sandro Jäckel
38d554a70c
python310Packages.commonmark: normalise pname 2023-03-12 00:25:40 +01:00
Martin Weinelt
225dbad50b
python310Packages.commonmark: Normalize attribute name 2023-02-19 21:35:59 +01:00
Nick Cao
e139718d5f
mautrix-signal: use pythonRelaxDepsHook 2023-01-31 13:52:58 +08:00
R. Ryantm
ecff940084 mautrix-signal: 0.4.1 -> 0.4.2 2022-12-04 00:08:39 +00:00
Maximilian Bosch
72d4bd54af
mautrix-signal: 0.4.0 -> 0.4.1
ChangeLog: https://github.com/mautrix/signal/releases/tag/v0.4.1
2022-11-13 11:43:40 +01:00
R. Ryantm
aef38a9881
mautrix-signal: 0.3.0 -> 0.4.0 2022-11-13 11:43:40 +01:00
Niklas Hambüchen
162d4bf69f mautrix-signal: Use --prefix instead of --set in wrapper.
Otherwise, options like `systemd.services.<name>.path` have no effect.

An example for this being necessary is to add `ffmpeg` to the path of
a service running `mautrix-signal` in order to decode audio messages.

In general, package wrappers should not make environment variables like
PATH or PYTHONPATH non-overridable.
2022-09-17 21:56:00 +02:00
Anthony Roussel
0808d1107f mautrix-signal: fix failing build 2022-08-28 13:53:56 +02:00
Sandro Jäckel
115475ff5b
python310Packages.python-magic: normalise attr 2022-05-07 01:18:35 +02:00
Nick Cao
587f52427f
mautrix-signal: 0.2.3 -> 0.3.0 2022-04-21 14:38:36 +08:00
R. Ryantm
bd3968f0e0 mautrix-signal: 0.2.2 -> 0.2.3 2022-02-18 14:41:40 +00:00
Julius de Bruijn
9f586c1e52 mautrix-signal: unstable-2022-01-13 -> 0.2.2 2022-01-15 14:39:39 +01:00
Julius de Bruijn
b6a83b4867 mautrix-signal: 2021-11-12 -> 2022-01-14 2022-01-14 11:51:46 -08:00
Maximilian Bosch
d7f74f982f
Merge pull request #145757 from Ma27/bump-mautrix-pkgs
mautrix-telegram: 0.10.1 -> 0.10.2, mautrix-signal: unstable-2021-08-12 -> unstable-2021-11-12, python3Packages.mautrix: 0.10.11 -> 0.11.3
2021-11-17 17:17:15 +01:00
Maximilian Bosch
cd75f6b237
mautrix*: update src 2021-11-17 13:23:31 +01:00
Maximilian Bosch
97f51fea77
mautrix-signal: unstable-2021-08-12 -> unstable-2021-11-12 2021-11-13 15:59:17 +01:00
Sandro Jäckel
b5cfd8dd69
treewide: remove python39Packages.ruamel_yaml aliases 2021-11-03 11:10:50 +01:00
Martin Weinelt
6b77988f96
treewide: prometheus_client -> prometheus-client 2021-08-26 02:21:59 +02:00
Fabian Affolter
b3dc5fe3c3 mautrix-signal: unstable-2021-07-01 -> unstable-2021-08-12 2021-08-12 22:41:23 +02:00
Joe Hermaszewski
3ebc45dcbc
mautrix-signal: 0.1.1 -> 2021-07-01
Previously it was broken, requiring an incompatible version of asyncpg
2021-07-18 21:25:50 +08:00
Robert Schütz
52d701f155 mautrix-signal: pin mautrix to 0.8.18 2021-06-22 00:19:06 +02:00
Joe Hermaszewski
9fb7b6dc1d mautrix-signal: Fix incorrect escaping in wrapper 2021-05-03 13:51:47 +08:00
Joe Hermaszewski
a71b18f5d4 mautrix-signal: init at v0.1.1
The script wrapping python -m mautrix_signal was inspired by
the gunicorn script in powerdns-admin
2021-04-15 08:24:39 +08:00