MatrixSynapse/synapse
Paul "LeoNerd" Evans d63f775e06 Added parse_roomid() helper 2014-08-27 11:45:16 +01:00
..
api Modified /join/$identifier to support $identifier being a room ID in addition to a room alias. 2014-08-27 09:43:42 +01:00
app Use SQLite's PRAGMA user_version to check if the database file really matches the schema we have in mind 2014-08-27 11:45:16 +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 Added support for GET /events/$eventid with auth checks. 2014-08-27 10:33:01 +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 Final url modifications: renamed /presence_list to /presence/list to keep the top-level namespace clean. Updated tests. 2014-08-27 11:37:53 +01:00
storage Added support for GET /events/$eventid with auth checks. 2014-08-27 10:33:01 +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 Added parse_roomid() helper 2014-08-27 11:45:16 +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