pkgsrc/chat
js 43788c12b0 Update chat/matrix-synapse to 1.26.0
Synapse 1.26.0 (2021-01-27)
===========================

This release brings a new schema version for Synapse and rolling back to a previous
version is not trivial. Please review [UPGRADE.rst](UPGRADE.rst) for more details
on these changes and for general upgrade guidance.

No significant changes since 1.26.0rc2.


Synapse 1.26.0rc2 (2021-01-25)
==============================

Bugfixes
--------

- Fix receipts and account data not being sent down sync. Introduced in v1.26.0rc1. ([\#9193](https://github.com/matrix-org/synapse/issues/9193), [\#9195](https://github.com/matrix-org/synapse/issues/9195))
- Fix chain cover update to handle events with duplicate auth events. Introduced in v1.26.0rc1. ([\#9210](https://github.com/matrix-org/synapse/issues/9210))


Internal Changes
----------------

- Add an `oidc-` prefix to any `idp_id`s which are given in the `oidc_providers` configuration. ([\#9189](https://github.com/matrix-org/synapse/issues/9189))
- Bump minimum `psycopg2` version to v2.8. ([\#9204](https://github.com/matrix-org/synapse/issues/9204))


Synapse 1.26.0rc1 (2021-01-20)
==============================

This release brings a new schema version for Synapse and rolling back to a previous
version is not trivial. Please review [UPGRADE.rst](UPGRADE.rst) for more details
on these changes and for general upgrade guidance.

Features
--------

- Add support for multiple SSO Identity Providers. ([\#9015](https://github.com/matrix-org/synapse/issues/9015), [\#9017](https://github.com/matrix-org/synapse/issues/9017), [\#9036](https://github.com/matrix-org/synapse/issues/9036), [\#9067](https://github.com/matrix-org/synapse/issues/9067), [\#9081](https://github.com/matrix-org/synapse/issues/9081), [\#9082](https://github.com/matrix-org/synapse/issues/9082), [\#9105](https://github.com/matrix-org/synapse/issues/9105), [\#9107](https://github.com/matrix-org/synapse/issues/9107), [\#9109](https://github.com/matrix-org/synapse/issues/9109), [\#9110](https://github.com/matrix-org/synapse/issues/9110), [\#9127](https://github.com/matrix-org/synapse/issues/9127), [\#9153](https://github.com/matrix-org/synapse/issues/9153), [\#9154](https://github.com/matrix-org/synapse/issues/9154), [\#9177](https://github.com/matrix-org/synapse/issues/9177))
- During user-interactive authentication via single-sign-on, give a better error if the user uses the wrong account on the SSO IdP. ([\#9091](https://github.com/matrix-org/synapse/issues/9091))
- Give the `public_baseurl` a default value, if it is not explicitly set in the configuration file. ([\#9159](https://github.com/matrix-org/synapse/issues/9159))
- Improve performance when calculating ignored users in large rooms. ([\#9024](https://github.com/matrix-org/synapse/issues/9024))
- Implement [MSC2176](https://github.com/matrix-org/matrix-doc/pull/2176) in an experimental room version. ([\#8984](https://github.com/matrix-org/synapse/issues/8984))
- Add an admin API for protecting local media from quarantine. ([\#9086](https://github.com/matrix-org/synapse/issues/9086))
- Remove a user's avatar URL and display name when deactivated with the Admin API. ([\#8932](https://github.com/matrix-org/synapse/issues/8932))
- Update `/_synapse/admin/v1/users/<user_id>/joined_rooms` to work for both local and remote users. ([\#8948](https://github.com/matrix-org/synapse/issues/8948))
- Add experimental support for handling to-device messages on worker processes. ([\#9042](https://github.com/matrix-org/synapse/issues/9042), [\#9043](https://github.com/matrix-org/synapse/issues/9043), [\#9044](https://github.com/matrix-org/synapse/issues/9044), [\#9130](https://github.com/matrix-org/synapse/issues/9130))
- Add experimental support for handling `/keys/claim` and `/room_keys` APIs on worker processes. ([\#9068](https://github.com/matrix-org/synapse/issues/9068))
- Add experimental support for handling `/devices` API on worker processes. ([\#9092](https://github.com/matrix-org/synapse/issues/9092))
- Add experimental support for moving off receipts and account data persistence off master. ([\#9104](https://github.com/matrix-org/synapse/issues/9104), [\#9166](https://github.com/matrix-org/synapse/issues/9166))


Bugfixes
--------

- Fix a long-standing issue where an internal server error would occur when requesting a profile over federation that did not include a display name / avatar URL. ([\#9023](https://github.com/matrix-org/synapse/issues/9023))
- Fix a long-standing bug where some caches could grow larger than configured. ([\#9028](https://github.com/matrix-org/synapse/issues/9028))
- Fix error handling during insertion of client IPs into the database. ([\#9051](https://github.com/matrix-org/synapse/issues/9051))
- Fix bug where we didn't correctly record CPU time spent in `on_new_event` block. ([\#9053](https://github.com/matrix-org/synapse/issues/9053))
- Fix a minor bug which could cause confusing error messages from invalid configurations. ([\#9054](https://github.com/matrix-org/synapse/issues/9054))
- Fix incorrect exit code when there is an error at startup. ([\#9059](https://github.com/matrix-org/synapse/issues/9059))
- Fix `JSONDecodeError` spamming the logs when sending transactions to remote servers. ([\#9070](https://github.com/matrix-org/synapse/issues/9070))
- Fix "Failed to send request" errors when a client provides an invalid room alias. ([\#9071](https://github.com/matrix-org/synapse/issues/9071))
- Fix bugs in federation catchup logic that caused outbound federation to be delayed for large servers after start up. Introduced in v1.8.0 and v1.21.0. ([\#9114](https://github.com/matrix-org/synapse/issues/9114), [\#9116](https://github.com/matrix-org/synapse/issues/9116))
- Fix corruption of `pushers` data when a postgres bouncer is used. ([\#9117](https://github.com/matrix-org/synapse/issues/9117))
- Fix minor bugs in handling the `clientRedirectUrl` parameter for SSO login. ([\#9128](https://github.com/matrix-org/synapse/issues/9128))
- Fix "Unhandled error in Deferred: BodyExceededMaxSize" errors when .well-known files that are too large. ([\#9108](https://github.com/matrix-org/synapse/issues/9108))
- Fix "UnboundLocalError: local variable 'length' referenced before assignment" errors when the response body exceeds the expected size. This bug was introduced in v1.25.0. ([\#9145](https://github.com/matrix-org/synapse/issues/9145))
- Fix a long-standing bug "ValueError: invalid literal for int() with base 10" when `/publicRooms` is requested with an invalid `server` parameter. ([\#9161](https://github.com/matrix-org/synapse/issues/9161))


Improved Documentation
----------------------

- Add some extra docs for getting Synapse running on macOS. ([\#8997](https://github.com/matrix-org/synapse/issues/8997))
- Correct a typo in the `systemd-with-workers` documentation. ([\#9035](https://github.com/matrix-org/synapse/issues/9035))
- Correct a typo in `INSTALL.md`. ([\#9040](https://github.com/matrix-org/synapse/issues/9040))
- Add missing `user_mapping_provider` configuration to the Keycloak OIDC example. Contributed by @chris-ruecker. ([\#9057](https://github.com/matrix-org/synapse/issues/9057))
- Quote `pip install` packages when extras are used to avoid shells interpreting bracket characters. ([\#9151](https://github.com/matrix-org/synapse/issues/9151))


Deprecations and Removals
-------------------------

- Remove broken and unmaintained `demo/webserver.py` script. ([\#9039](https://github.com/matrix-org/synapse/issues/9039))


Internal Changes
----------------

- Improve efficiency of large state resolutions. ([\#8868](https://github.com/matrix-org/synapse/issues/8868), [\#9029](https://github.com/matrix-org/synapse/issues/9029), [\#9115](https://github.com/matrix-org/synapse/issues/9115), [\#9118](https://github.com/matrix-org/synapse/issues/9118), [\#9124](https://github.com/matrix-org/synapse/issues/9124))
- Various clean-ups to the structured logging and logging context code. ([\#8939](https://github.com/matrix-org/synapse/issues/8939))
- Ensure rejected events get added to some metadata tables. ([\#9016](https://github.com/matrix-org/synapse/issues/9016))
- Ignore date-rotated homeserver logs saved to disk. ([\#9018](https://github.com/matrix-org/synapse/issues/9018))
- Remove an unused column from `access_tokens` table. ([\#9025](https://github.com/matrix-org/synapse/issues/9025))
- Add a `-noextras` factor to `tox.ini`, to support running the tests with no optional dependencies. ([\#9030](https://github.com/matrix-org/synapse/issues/9030))
- Fix running unit tests when optional dependencies are not installed. ([\#9031](https://github.com/matrix-org/synapse/issues/9031))
- Allow bumping schema version when using split out state database. ([\#9033](https://github.com/matrix-org/synapse/issues/9033))
- Configure the linters to run on a consistent set of files. ([\#9038](https://github.com/matrix-org/synapse/issues/9038))
- Various cleanups to device inbox store. ([\#9041](https://github.com/matrix-org/synapse/issues/9041))
- Drop unused database tables. ([\#9055](https://github.com/matrix-org/synapse/issues/9055))
- Remove unused `SynapseService` class. ([\#9058](https://github.com/matrix-org/synapse/issues/9058))
- Remove unnecessary declarations in the tests for the admin API. ([\#9063](https://github.com/matrix-org/synapse/issues/9063))
- Remove `SynapseRequest.get_user_agent`. ([\#9069](https://github.com/matrix-org/synapse/issues/9069))
- Remove redundant `Homeserver.get_ip_from_request` method. ([\#9080](https://github.com/matrix-org/synapse/issues/9080))
- Add type hints to media repository. ([\#9093](https://github.com/matrix-org/synapse/issues/9093))
- Fix the wrong arguments being passed to `BlacklistingAgentWrapper` from `MatrixFederationAgent`. Contributed by Timothy Leung. ([\#9098](https://github.com/matrix-org/synapse/issues/9098))
- Reduce the scope of caught exceptions in `BlacklistingAgentWrapper`. ([\#9106](https://github.com/matrix-org/synapse/issues/9106))
- Improve `UsernamePickerTestCase`. ([\#9112](https://github.com/matrix-org/synapse/issues/9112))
- Remove dependency on `distutils`. ([\#9125](https://github.com/matrix-org/synapse/issues/9125))
- Enforce that replication HTTP clients are called with keyword arguments only. ([\#9144](https://github.com/matrix-org/synapse/issues/9144))
- Fix the Python 3.5 / old dependencies build in CI. ([\#9146](https://github.com/matrix-org/synapse/issues/9146))
- Replace the old `perspectives` option in the Synapse docker config file template with `trusted_key_servers`. ([\#9157](https://github.com/matrix-org/synapse/issues/9157))
2021-01-31 19:23:28 +00:00
..
anope *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
atheme *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
bitchbot *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
bitchx chat/bitchx: fix SUBST pattern for replacing absolute path 2020-04-23 19:49:27 +00:00
bitlbee revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
bitlbee-discord bitlbee-discord: Update to 0.4.3 2020-04-22 04:39:48 +00:00
bitlbee-facebook bitlbee-facebook: Update to 1.2.1 2020-11-25 20:44:17 +00:00
bitlbee-mastodon bitlbee-mastodon: Update to 1.4.4 2020-04-22 04:40:59 +00:00
bitlbee-steam *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
bnc *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
carbons-purple *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
centerim Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
centerim5 Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
cgiirc *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
coyim Revbump all Go packages after go115 update 2021-01-23 14:22:52 +00:00
ctrlproxy revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
dccserver
dino dino: set sqlite3 requirement 2021-01-19 22:44:26 +00:00
eggdrop *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
ejabberd ejabberd: Fix invalid log and spool directories 2021-01-27 19:47:04 +00:00
ekg revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
element-web Add chat/element-web 2021-01-02 20:30:23 +00:00
emacs-jabber all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
emech emech: Update to 3.0.3 2020-01-18 23:26:34 +00:00
epic4 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
epic4-doc *: ftp.freenet.de does not provide ftp/http service any longer 2019-02-04 09:34:48 +00:00
farstream *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
finch *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
fisg
gajim Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
gajim-plugin-omemo Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
gloox revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
goofey
hexchat *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
i2cb chat: align variable assignments 2019-11-02 22:18:22 +00:00
i2cbd i2cbd: Don't build with -Werror or -g. Fixes build with gcc9. 2020-11-30 12:20:53 +00:00
icb icb: fix building on modern mainstream Linux distros 2020-08-18 02:17:26 +00:00
icbirc
ii ii: Update to 1.8 2020-05-16 18:14:20 +00:00
ircd-hybrid chat/ircd-hybrid: Updates to 8.2.38 2021-01-18 09:45:53 +00:00
irchat-pj chat: align variable assignments 2019-11-02 22:18:22 +00:00
ircII *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
ircu chat/*: remove unnecessary :Q modifiers 2018-01-13 23:18:25 +00:00
iroffer
irssi *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
irssi-icb chat/irssi-icb: remove unknown configure options 2020-05-31 15:10:11 +00:00
irssi-xmpp irssi-xmpp: non-op subst 2020-05-21 10:14:27 +00:00
jabberd2 *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
kgb-bot *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
konversation *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
ktp-accounts-kcm *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
ktp-approver *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
ktp-auth-handler *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
ktp-common-internals *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
ktp-contact-list *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
ktp-contact-runner *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
ktp-desktop-applets *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
ktp-filetransfer-handler *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
ktp-kded-integration-module *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
ktp-send-file *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
ktp-text-ui *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
libfolks *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
libgadu *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
libmesode chat: Add libmesode. Based on work by js in pkgsrc-wip. 2020-09-04 10:13:16 +00:00
libmsn *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:47:57 +00:00
libotr libotr: Update HOMEPAGE 2020-02-23 18:07:10 +00:00
libpurple Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
libsignal-protocol-c chat/libsignal-protocol-c: import libsignal-protocol-c-2.3.3 2020-06-11 13:45:36 +00:00
libtelepathy Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
libtlen all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
loudmouth loudmouth: remove hacks.mk, configure checks for correct symbol now 2021-01-26 00:25:31 +00:00
lurch-purple *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
matrix-synapse Update chat/matrix-synapse to 1.26.0 2021-01-31 19:23:28 +00:00
matterircd Revbump all Go packages after go115 update 2021-01-23 14:22:52 +00:00
maubot Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
mautrix-hangouts Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
mautrix-telegram Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
mcabber mcabber: Update to 1.1.2 2021-01-24 16:54:15 +00:00
meanwhile *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
miniircd Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
mumble *: Recursive revbump from audio/pulseaudio-14.0 2021-01-01 09:52:09 +00:00
ninja
p5-IRC-Utils *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Net-Goofey *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Net-Jabber *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-POE-Component-IRC *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-POE-Filter-IRCD *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
phone phone: Don't build with -g or -Werror. Fixes build with gcc9. 2020-11-30 12:26:07 +00:00
pidgin *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:06:42 +00:00
pidgin-facebookchat *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
pidgin-icb *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
pidgin-latex *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
pidgin-libnotify *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
pidgin-otr *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
pidgin-sametime *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
pidgin-silc *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
pircbot
profanity profanity: Use OpenSSL certificates directory 2021-01-23 13:08:11 +00:00
prosody *: reset MAINTAINER for fhajny on his request 2020-05-27 19:37:36 +00:00
psi *: Recursive revbump from audio/pulseaudio-14.0 2021-01-01 09:52:09 +00:00
psybnc chat/psybnc: fix accidentally hard-coded PREFIX 2020-04-25 19:13:12 +00:00
py-axolotl chat/py-axolotl: Import version 0.1.42 2018-09-19 20:39:52 +00:00
py-axolotl-curve25519 py-axolotl-curve25519: Add MAINTAINER. 2018-09-19 20:40:45 +00:00
py-hangups py-hangups: Update to 0.4.12 2020-09-29 21:42:59 +00:00
py-mastodon py-mastodon: Update DEPENDS 2020-03-05 20:37:30 +00:00
py-mautrix Update chat/py-mautrix to 0.8.3 2020-11-18 20:48:58 +00:00
py-nbxmpp py-nbxmpp: updated to 1.0.1 2020-07-08 11:55:45 +00:00
py-telethon Add chat/py-telethon 2020-11-18 23:11:57 +00:00
py-telethon-session-sqlalchemy Add chat/py-telethon-session-sqlalchemy 0.2.16 2020-11-18 23:23:30 +00:00
py-xmpppy py-xmpppy: Update to 0.6.2 2020-12-19 19:16:22 +00:00
quassel *: Recursive revbump from audio/pulseaudio-14.0 2021-01-01 09:52:09 +00:00
quirc *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
riece all: migrate several HOMEPAGEs to https 2020-01-18 23:30:05 +00:00
roxirc *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
ruby-net-irc
scrollz scrollz: Non-default OpenSSL option is broken with 1.1, disable it 2020-11-30 12:28:50 +00:00
silc-client *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
silc-client-icb chat/*: remove unnecessary :Q modifiers 2018-01-13 23:18:25 +00:00
silc-server all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
sirc *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
skypeweb-purple *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
spectrum Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
srain srain: Update to 1.1.3 2020-11-24 14:17:53 +00:00
swift *: Recursive revbump from audio/pulseaudio-14.0 2021-01-01 09:52:09 +00:00
telegram-purple telegram-purple: Strip out -Werror. Should fix gcc9 build. 2020-12-09 09:42:14 +00:00
telepathy-farstream *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
telepathy-gabble Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
telepathy-glib *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
telepathy-haze (chat/telepathy-haze) Add python/applicaition.mk for adhoc fix 2020-12-31 00:36:35 +00:00
telepathy-idle Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
telepathy-logger *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:06:42 +00:00
telepathy-mission-control5 Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
telepathy-qt *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
telepathy-qt5 *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:06:42 +00:00
tik all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
tirc chat: align variable assignments 2019-11-02 22:18:22 +00:00
tkabber
tkirc
tkirc2 all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
tootstream Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
toxcore (chat/toxcore) Update buildlink3.mk for lib/libtoxcore.so.2.10.0 bump 2020-03-15 14:03:44 +00:00
unrealircd unrealircd: Update to 5.0.8 2021-01-25 11:17:36 +00:00
weechat Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
xaric chat/xaric: remove unknown configure option 2020-06-01 06:11:54 +00:00
ysm Ignore portability when patching configure already 2020-03-26 02:39:17 +00:00
zenicb
zenirc chat: align variable assignments 2019-11-02 22:18:22 +00:00
zircon all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
znc *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
Makefile Add chat/element-web 2021-01-02 20:30:23 +00:00