MatrixSynapse/synapse
Kegan Dougal e82247f990 Allow application services to have an optional 'url'
If 'url' is not specified, they will not be pushed for events or queries. This
is useful for bots who simply wish to reserve large chunks of user/alias
namespace, and don't care about being pushed for events.
2016-08-30 16:21:16 +01:00
..
api Cache check_host_in_room 2016-08-26 10:59:40 +01:00
app Add new direct message storage functions to slave store 2016-08-30 09:40:32 +01:00
appservice Allow application services to have an optional 'url' 2016-08-30 16:21:16 +01:00
config Allow application services to have an optional 'url' 2016-08-30 16:21:16 +01:00
crypto
events Make None optional 2016-08-26 11:20:59 +01:00
federation Use state handler instead of get_users_in_room/get_joined_hosts 2016-08-26 14:54:30 +01:00
handlers Merge pull request #1055 from matrix-org/erikj/occaisonally_persist 2016-08-30 15:59:00 +01:00
http
metrics
push Fix push room names for rooms with only an alias 2016-08-30 11:19:59 +01:00
replication Merge pull request #1049 from matrix-org/erikj/presence_users_in_room 2016-08-30 10:50:37 +01:00
rest Merge remote-tracking branch 'origin/develop' into markjh/direct_to_device 2016-08-26 14:35:31 +01:00
static/client
storage Merge pull request #1049 from matrix-org/erikj/presence_users_in_room 2016-08-30 10:50:37 +01:00
streams
util
__init__.py
notifier.py
python_dependencies.py
server.py
server.pyi
state.py Use state handler instead of get_users_in_room/get_joined_hosts 2016-08-26 14:54:30 +01:00
types.py Merge remote-tracking branch 'origin/develop' into markjh/direct_to_device 2016-08-26 14:35:31 +01:00
visibility.py