Commit graph

101 commits

Author SHA1 Message Date
ajs124 425efa54ef matrix-synapse: 1.11.1 -> 1.12.0 2020-03-23 20:11:47 +01:00
Christian Kampka 5980050ee2
matrix-appservice-slack: 1.0.2 -> 1.1.0 2020-03-21 10:07:28 +01:00
Maximilian Bosch a2e06fc342
Merge pull request #80447 from Ma27/bump-matrix-synapse
matrix-synapse: 1.9.1 -> 1.11.1
2020-03-16 10:55:38 +01:00
Maximilian Bosch 8be61f7a36
matrix-synapse: 1.9.1 -> 1.11.1
https://github.com/matrix-org/synapse/releases/tag/v1.10.0
https://github.com/matrix-org/synapse/releases/tag/v1.10.1
https://github.com/matrix-org/synapse/releases/tag/v1.11.0
https://github.com/matrix-org/synapse/releases/tag/v1.11.1
2020-03-15 17:09:51 +01:00
Sander van der Burg 875bcef98b base16-builder: regenerate with node2nix 1.8.0, add supplement.json with node-pre-gyp to fix build 2020-03-15 16:37:47 +01:00
Maximilian Bosch 1f828b8e24
matrix-synapse: 1.9.0 -> 1.9.1
https://github.com/matrix-org/synapse/releases/tag/v1.9.1
2020-01-28 17:57:16 +01:00
Maximilian Bosch 6930a1602c
matrix-synapse: 1.8.0 -> 1.9.0
https://github.com/matrix-org/synapse/releases/tag/v1.9.0
2020-01-23 14:32:22 +01:00
Maximilian Bosch 9d845d41c3
matrix-synapse: 1.7.3 -> 1.8.0
https://github.com/matrix-org/synapse/releases/tag/v1.8.0
2020-01-09 14:28:13 +01:00
Maximilian Bosch a5689a2ff1
matrix-synapse: 1.7.2 -> 1.7.3
https://github.com/matrix-org/synapse/releases/tag/v1.7.3
2019-12-31 16:00:51 +01:00
Maximilian Bosch 880e098a9f
matrix-synapse: 1.7.1 -> 1.7.2
https://github.com/matrix-org/synapse/releases/tag/1.7.2

Building for now with Python 3.7 as Python 3.8.1 changed it's behavior
regarding URL parsing[1] which broke one of its dependencies[2].

[1] https://bugs.python.org/issue27657
[2] https://hydra.nixos.org/build/108652790 / https://github.com/mozilla/bleach/issues/503
2019-12-20 19:32:34 +01:00
Maximilian Bosch e4b91567e8
matrix-synapse: expose nixos-test in derivation
As proposed during the last matrix-synapse bump[1].

[1] https://github.com/NixOS/nixpkgs/pull/75860#issuecomment-567007810
2019-12-19 14:32:06 +01:00
Maximilian Bosch f1acc6e70e
matrix-synapse: 1.7.0 -> 1.7.1
https://github.com/matrix-org/synapse/releases/tag/v1.7.1
2019-12-18 11:53:16 +01:00
Maximilian Bosch 73322737a3
matrix-synapse: 1.6.1 -> 1.7.0
https://github.com/matrix-org/synapse/releases/tag/v1.7.0
2019-12-14 02:40:52 +01:00
Maximilian Bosch e533a8c565
matrix-synapse.ldap3: 0.1.3 -> 0.1.4
https://github.com/matrix-org/matrix-synapse-ldap3/releases/tag/v0.1.4
2019-12-14 02:40:13 +01:00
Christian Kampka e58b4c094c
matrix-appservice-slack: 1.0.1 -> 1.0.2 2019-12-08 15:26:01 +01:00
Maximilian Bosch 58ccdeb8af
matrix-synapse: 1.5.1 -> 1.6.1
https://github.com/matrix-org/synapse/releases/tag/v1.6.0
https://github.com/matrix-org/synapse/releases/tag/v1.6.1
2019-11-28 19:18:48 +01:00
Maximilian Bosch 3c2c50b359
matrix-synapse: 1.5.0 -> 1.5.1
https://github.com/matrix-org/synapse/releases/tag/v1.5.1
2019-11-06 12:52:25 +01:00
Maximilian Bosch ec83cda2d5
matrix-synapse: 1.4.1 -> 1.5.0
https://github.com/matrix-org/synapse/releases/tag/v1.5.0
2019-10-29 18:32:37 +01:00
Maximilian Bosch d3849871dd
matrix-synapse: 1.4.0 -> 1.4.1
https://github.com/matrix-org/synapse/releases/tag/v1.4.1
2019-10-25 09:56:04 +02:00
WilliButz c51a4801f4
Merge pull request #70753 from kampka/matrix-appservice-slack
matrix-appservice-slack: init at 1.0.1
2019-10-17 19:15:15 +02:00
Victor SENE 372422390f
matrix-synapse: 1.3.1 -> 1.4.0
Bumps `matrix-synapse` to version 1.4.0[1]. With this version the
following changes in the matrix-synapse module were needed:

* Removed `trusted_third_party_id_servers`: option is marked as deprecated
  and ignored by matrix-synapse[2].
* Added `account_threepid_delegates` options as replacement for 3rdparty
  server features[3].
* Added `redaction_retention_period` option to configure how long
  redacted options should be kept in the database.
* Added `ma27` as maintainer for `matrix-synapse`.

Co-Authored-By: Notkea <pacien@users.noreply.github.com>
Co-authored-by: Maximilian Bosch <maximilian@mbosch.me>

[1] https://matrix.org/blog/2019/10/03/synapse-1-4-0-released
[2] https://github.com/matrix-org/synapse/pull/5875
[3] https://github.com/matrix-org/synapse/pull/5876
2019-10-15 01:11:18 +02:00
Christian Kampka 0edddb8e11
matrix-appservice-slack: nixpkgs-fmt 2019-10-08 15:26:19 +02:00
Christian Kampka 6473d9ffb5
matrix-appservice-slack: init at 1.0.1 2019-10-08 15:16:31 +02:00
Maximilian Bosch 58dc1e2a6f
matrix-synapse: fix startup
Currently, `setuptools` isn't propagated automatically to python
packages[1] which causes the following error when starting
`matrix-synapse`:

```
Traceback (most recent call last):
   File "/nix/store/xxkds7821mrahfx75az0sq3ryf69m612-matrix-synapse-1.3.1/bin/.homeserver-wrapped", line 39, in <module>
     import synapse.config.logger
   File "/nix/store/xxkds7821mrahfx75az0sq3ryf69m612-matrix-synapse-1.3.1/lib/python3.7/site-packages/synapse/config/logger.py", line 27, in <module>
     from synapse.app import _base as appbase
   File "/nix/store/xxkds7821mrahfx75az0sq3ryf69m612-matrix-synapse-1.3.1/lib/python3.7/site-packages/synapse/app/__init__.py", line 18, in <module>
 E402
   File "/nix/store/xxkds7821mrahfx75az0sq3ryf69m612-matrix-synapse-1.3.1/lib/python3.7/site-packages/synapse/python_dependencies.py", line 19, in <module>
     from pkg_resources import (
 No module named 'pkg_resources'
```

[1] https://github.com/NixOS/nixpkgs/pull/68314
2019-09-10 16:33:48 +02:00
Maximilian Güntner 86a57e400d
matrix-synapse: 1.2.1 -> 1.3.1 2019-08-18 09:41:26 +02:00
pacien 50d0a5b299 matrix-synapse: 1.1.0 -> 1.2.1 2019-07-27 12:48:39 +02:00
Maximilian Güntner 7c64083bc5
matrix-synapse: 1.0.0 -> 1.1.0 2019-07-06 15:09:27 +02:00
Franz Pletz 557c586f4e
matrix-synapse: 0.99.5.2 -> 1.0.0 2019-06-12 00:47:33 +02:00
pacien 435685942b matrix-synapse: 0.99.5.1 -> 0.99.5.2 2019-05-31 15:07:10 +02:00
Peter Hoeg adddf5492b matrix-synapse: 0.95.5 -> 0.95.5.1
This version is needed for compatibility with 1.0.0 and the new v4 rooms.

Also, enable systemd support based on host OS.
2019-05-29 10:05:09 +08:00
Maximilian Güntner cff544bc99
matrix-synapse: 0.99.4 -> 0.99.5 2019-05-22 18:32:02 +02:00
Maximilian Güntner f654606e87
matrix-synapse: 0.99.3.2 -> 0.99.4 2019-05-19 23:10:05 +02:00
Maximilian Güntner f91b7984b4
matrix-synapse: 0.99.3 -> 0.99.3.2 2019-05-04 22:32:43 +02:00
Franz Pletz 5344fcfeb1
matrix-synapse: 0.99.2 -> 0.99.3 2019-04-01 23:18:18 +02:00
pacien 9620a0cf9d matrix-synapse: 0.99.1.1 -> 0.99.2 2019-03-01 20:34:57 +01:00
Frederik Rietdijk 2fcb11a244 Merge staging-next into master 2019-03-01 09:06:20 +01:00
pacien 0c663e9032 matrix-synapse: restore entry point for service 2019-02-23 20:57:20 +01:00
pacien ce62a9dd11 matrix-synapse: register additional maintainer 2019-02-23 20:54:18 +01:00
Frederik Rietdijk 5871da418f Merge staging into python-unstable 2019-02-21 08:02:10 +01:00
Frederik Rietdijk d2c3fd5af0 Python: fix outfall after setting strictDeps = true; 2019-02-17 14:40:54 +01:00
pacien 1b01704503 matrix-synapse: 0.99.0 -> 0.99.1.1 2019-02-16 09:48:48 +01:00
nyanloutre d667c33cb2 matrix-synapse: 0.34.1.1 -> 0.99.0
Also cleanup of old dependencies and irrelevant patch
2019-02-06 10:50:20 +01:00
Robert Schütz b720ecb9ee matrix-synapse: use python3 2019-01-11 16:36:28 +01:00
nyanloutre bc561526d1 matrix-synapse: 0.34.0.1 -> 0.34.1.1
Also correctly run tests.
2019-01-11 16:36:27 +01:00
Notkea 0be693a8df
matrix-synapse: 0.34.0 -> 0.34.0.1 (CVE-2019-5885) 2019-01-10 20:22:01 +01:00
Michael Raskin 35efbedce4 matrix-synapse: 0.33.9 -> 0.34.0 2018-12-21 15:01:45 +01:00
Michael Raskin 13d5941d50 matrix-synapse: fix build by local dependency downgrade 2018-12-21 15:01:45 +01:00
Franz Pletz 2bf16cbbc3
matrix-synapse: 0.33.8 -> 0.33.9 2018-11-23 21:09:57 +01:00
Peter Hoeg dc74c44e67 matrix-synapse: prepare for python3 switch
With this commit, we *can* swap python2 for python3 to run synapse using python3
instead.

The reason for not making the switch is that a number of CLI tools provided with
synapse do not yet work under py3 despite synapse running fine.

So this doesn't actually do anything on its own except to prepare for the
upcoming py3 switch.
2018-11-08 16:23:32 +08:00
Léo Gaspard bb86056575
matrix-synapse: 0.33.6 -> 0.33.8
Also reworked dependencies:
 * blist and ujson are marked as no longer needed
 * pytz has no mention throughout `git log -p` on synapse's repository
 * systemd and affinity are optional (but turned on by default)
2018-11-04 23:39:42 +09:00