synapse/contrib
Colin Watson d69c00b5a1
Stop using twisted.internet.defer.returnValue (#18020)
`defer.returnValue` was only needed in Python 2; in Python 3, a simple
`return` is fine.

`twisted.internet.defer.returnValue` is deprecated as of Twisted 24.7.0.

Most uses of `returnValue` in synapse were removed a while back; this
cleans up some remaining bits.
2024-12-20 10:57:59 +00:00
..
cmdclient Stop using twisted.internet.defer.returnValue (#18020) 2024-12-20 10:57:59 +00:00
datagrip Make it easier to use DataGrip w/ Synapse's schema (#14982) 2023-02-15 13:51:37 +00:00
docker link to element-docker-demo from contrib/docker* (#17953) 2024-11-22 12:35:03 +00:00
docker_compose_workers link to element-docker-demo from contrib/docker* (#17953) 2024-11-22 12:35:03 +00:00
grafana Update book location 2023-12-13 16:15:22 +00:00
graph Remove the deprecated cgi module (#17741) 2024-09-25 11:15:34 +02:00
lnav Update book location 2023-12-13 16:15:22 +00:00
prometheus Update book location 2023-12-13 16:15:22 +00:00
purge_api Update book location 2023-12-13 16:15:22 +00:00
snap Move the `snapcraft` configuration to `contrib`. (#12142) 2022-03-02 19:22:44 +00:00
systemd Update book location 2023-12-13 16:15:22 +00:00
systemd-with-workers Update book location 2023-12-13 16:15:22 +00:00
vertobot hacky support for video for FS CC DD 2015-08-06 18:18:36 +01:00
workers-bash-scripts More renaming 2023-12-13 15:41:11 +00:00
README.rst Document contrib directory 2018-04-20 11:47:38 +01:00
example_log_config.yaml Move logging utilities out of the side drawer of util/ and into logging/ (#5606) 2019-07-04 00:07:04 +10:00

README.rst

Community Contributions
=======================

Everything in this directory are projects submitted by the community that may be useful
to others. As such, the project maintainers cannot guarantee support, stability
or backwards compatibility of these projects. 

Files in this directory should *not* be relied on directly, as they may not
continue to work or exist in future. If you wish to use any of these files then
they should be copied to avoid them breaking from underneath you.