.. |
api
|
Use 'in' to test if the key exists, remove unused _filters_for_user
|
2015-01-30 14:54:06 +00:00 |
app
|
Merge branch 'develop' into pushers
|
2015-01-28 12:51:05 +00:00 |
config
|
Allow ':memory:' as the database path for sqlite3
|
2015-01-19 15:26:19 +00:00 |
crypto
|
Update copyright notices
|
2015-01-06 13:21:39 +00:00 |
events
|
Pass the current time to serialize event, rather than passing an
|
2015-01-26 16:11:28 +00:00 |
federation
|
Finish renaming "context" to "room_id" in federation codebase
|
2015-01-16 19:01:03 +00:00 |
handlers
|
Merge pull request #36 from matrix-org/device_id_from_access_token
|
2015-01-28 17:19:28 +00:00 |
http
|
Merge branch 'develop' into pushers
|
2015-01-28 12:51:05 +00:00 |
push
|
Add room member count condition and default rule to make a noise on rooms of only 2 people.
|
2015-01-30 14:46:45 +00:00 |
rest
|
Merge pull request #37 from matrix-org/client_v2_filter
|
2015-01-30 14:56:08 +00:00 |
storage
|
Merge pull request #37 from matrix-org/client_v2_filter
|
2015-01-30 14:56:08 +00:00 |
streams
|
Update copyright notices
|
2015-01-06 13:21:39 +00:00 |
util
|
Optimize FrozenEvent creation
|
2015-01-06 18:51:03 +00:00 |
__init__.py
|
Merge branch 'hotfixes-v0.6.1b' of github.com:matrix-org/synapse into develop
|
2015-01-13 10:01:22 +00:00 |
notifier.py
|
Only start the notifier timeout once we've had a chance to check for updates. Otherwise the timeout could fire while we are waiting for the database to return any updates it might have
|
2015-01-19 16:24:54 +00:00 |
python_dependencies.py
|
We do need Twisted 14, not 15: we use internal Twisted things that have been removed in 15.
|
2015-01-30 11:13:42 +00:00 |
server.py
|
Merge changes from develop
|
2015-01-29 14:55:27 +00:00 |
state.py
|
Add a slightly more helpful comment
|
2015-01-30 14:37:31 +00:00 |
types.py
|
Rename ClientID to ClientInfo since it is a pair of IDs rather than a single identifier
|
2015-01-28 17:16:12 +00:00 |