This website requires JavaScript.
Explore
Help
Sign In
OpenCloud
/
MatrixSynapse
mirror of
https://github.com/matrix-org/synapse
Watch
1
Star
0
Fork
You've already forked MatrixSynapse
0
Code
Issues
Releases
Wiki
Activity
b52b33acf6
MatrixSynapse
/
synapse
History
Erik Johnston
b52b33acf6
Send down state_key to clients
2014-08-26 09:40:29 +01:00
..
api
Send down state_key to clients
2014-08-26 09:40:29 +01:00
app
For the content repo, don't just use homeserver.hostname as that might not include the port due to SRV.
2014-08-24 11:56:55 +01:00
crypto
add in whitespace after copyright statements to improve legibility
2014-08-13 03:14:34 +01:00
federation
Ensure that we don't have duplicate hosts in the pdu destinations list
2014-08-24 14:35:13 +01:00
handlers
Oops, we need to use defer.returnValue.
2014-08-22 18:23:02 +01:00
http
For the content repo, don't just use homeserver.hostname as that might not include the port due to SRV.
2014-08-24 11:56:55 +01:00
rest
Encode unicode from json as utf-8. This was required to allow people to register on my laptop
2014-08-24 11:29:29 +01:00
storage
Order 'get_recent_events_for_room' correctly.
2014-08-26 09:22:58 +01:00
util
Put some DEBUG logging in lockutils.py so we can debug roomlocks
2014-08-14 16:06:05 +01:00
__init__.py
Bump versions to 0.0.1
2014-08-22 12:06:50 +01:00
server.py
Add ts field to all events.
2014-08-21 17:46:52 +01:00
state.py
Rename method name to not clash with other ones in storage.
2014-08-15 16:47:48 +01:00
types.py
Define __copy__ and __deepcopy__ as identity functions on DomainSpecificString, so that copy.deepcopy() will work on them
2014-08-20 16:06:47 +01:00