aboutsummaryrefslogtreecommitdiffstats
path: root/net/py-matrix-synapse
Commit message (Collapse)AuthorAgeFilesLines
* Move net/py-matrix-synapse to the net-im categoryfeld2017-04-178-708/+0
|
* net/py-matrix-synapse: Update to 0.20.0feld2017-04-142-11/+23
| | | | | | - Add LDAP option - ADD Email option, for emailing missed messages. - Reorganized some dependencies
* net/py-matrix-synapse: Update to 0.19.3feld2017-03-222-8/+8
| | | | | | - Make both SQLITE and PGSQL options Changelog: https://github.com/matrix-org/synapse/releases/tag/v0.19.3
* net/py-matrix-synapse: Add support for postgres database backendfeld2017-03-211-1/+7
|
* net/py-matrix-synapse: Update to 0.19.2feld2017-02-222-4/+4
| | | | Changelog: https://github.com/matrix-org/synapse/releases/tag/v0.19.2
* net/py-matrix-synapse: Update to 0.19.1feld2017-02-132-4/+4
| | | | Changelog: https://github.com/matrix-org/synapse/releases/tag/v0.19.1
* net/py-matrix-synapse: Update to 0.19.0feld2017-02-062-5/+5
| | | | Changelog: https://github.com/matrix-org/synapse/releases/tag/v0.19.0
* net/py-matrix-synapse: Add additional missing run dependenciesfeld2017-01-201-1/+3
| | | | These are required if you enable the URL preview feature
* net/py-matrix-synapse: Update to 0.18.7feld2017-01-187-7/+624
| | | | | | | | | | | | | - Add missing run depends - Add rc script - Add example configs - Add instructions to pkg-message - Add user for daemon to run as non-root - Add patch to run with newer nacl - Take maintainership Approved by: maintainer (private communications) Differential Revision: https://reviews.freebsd.org/D9228
* Update to 0.18.4olivierd2016-12-313-43/+23
| | | | | | PR: 214811 Submitted by: Zane Bowers-Hadley Approved by: <brendan+freebsd@bbqsrc.net> (maintainer, timeout > 1 month)
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*amdmi32016-05-191-3/+3
| | | | Approved by: portmgr blanket
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-23/+23
| | | | | With hat: portmgr Sponsored by: Absolight
* - Update libsodium to 1.0.8vsevolod2016-03-231-0/+1
| | | | | | | - Bump revisions of all dependant ports PR: 206482 Submitted by: lev, w.schwarzenfeld@aon.at
* net/py-matrix-synapse: Sort *_DEPENDSkoobs2016-01-081-2/+2
| | | | | PR: 205914 Differential Revision: D4795
* [NEW] net/py-matrix-synapse: Matrix protocol reference homeserverkoobs2016-01-084-0/+90
Matrix is an ambitious new ecosystem for open federated Instant Messaging and VoIP. The basics you need to know to get up and running are: * Everything in Matrix happens in a room. Rooms are distributed and do not exist on any single server. Rooms can be located using convenience aliases like #matrix:matrix.org or #test:localhost:8448. * Matrix user IDs look like @matthew:matrix.org (although in the future you will normally refer to yourself and others using a 3PID: email address, phone number, etc rather than manipulating Matrix user IDs) Synapse is currently in rapid development, but as of version 0.5 we believe it is sufficiently stable to be run as an internet-facing service for real usage! WWW: https://www.matrix.org PR: 205914 Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net>