.. |
api
|
Update the v2 filters to support filtering presence and remove support for public/private user data
|
2015-10-13 14:12:43 +01:00 |
app
|
Move static folder into synapse
|
2015-10-26 15:37:44 +00:00 |
appservice
|
Make the appservice use 'users_in_room' rather than get_room_members since it is cached
|
2015-05-22 11:01:28 +01:00 |
config
|
Add config option to disable password login
|
2015-10-22 10:37:04 +01:00 |
crypto
|
Fix bug where we sometimes didn't fetch all the keys requested for a
|
2015-09-17 10:21:32 +01:00 |
events
|
Bundle in some room state in the unsigned bit of the invite when sending to invited servers
|
2015-09-10 14:25:54 +01:00 |
federation
|
Merge pull request #208 from matrix-org/markjh/end-to-end-key-federation
|
2015-08-18 09:12:54 +01:00 |
handlers
|
Fix receipts for room initial sync
|
2015-10-22 16:17:23 +01:00 |
http
|
Fix previous merge to s/version_string/user_agent/
|
2015-10-10 12:35:39 +01:00 |
metrics
|
Check that /proc/self/fd exists before listing it
|
2015-09-07 16:45:55 +01:00 |
push
|
Use raw string for regex here, otherwise \b is the backspace character. Fixes displayname matching.
|
2015-10-08 11:22:15 +01:00 |
rest
|
Add config option to disable password login
|
2015-10-22 10:37:04 +01:00 |
static/client
|
Use correct service url
|
2015-10-26 18:12:09 +00:00 |
storage
|
Merge pull request #305 from matrix-org/markjh/v2_sync_api
|
2015-10-14 13:56:23 +01:00 |
streams
|
Move NullSource out of synapse and into tests since it is only used by the tests
|
2015-09-22 18:33:34 +01:00 |
util
|
Fix pep8 warnings.
|
2015-10-13 17:18:29 +01:00 |
__init__.py
|
Bump version
|
2015-10-15 15:29:00 +01:00 |
notifier.py
|
Don't make pushers handle presence/typing events
|
2015-08-24 16:19:43 +01:00 |
python_dependencies.py
|
Add nacl.bindings to the list of modules checked. Re-arrange import order to check packages after the packages they depend on
|
2015-09-01 16:51:10 +01:00 |
server.py
|
Use shorter config key name
|
2015-09-15 15:50:13 +01:00 |
state.py
|
synapse/state.py:_get_state_key_from_event was unused
|
2015-09-23 10:27:47 +01:00 |
types.py
|
Remove completely unused concepts from codebase
|
2015-08-25 16:23:06 +01:00 |