summary refs log tree commit diff
path: root/scripts-dev/check_signature.py (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-08Update the v2 room sync format to match the current v2 specMark Haines2-21/+18
2015-10-07Update the sync response to match the latest specMark Haines1-24/+22
2015-10-05Move the rooms out into a room_map mapping from room_id to room.Mark Haines3-32/+47
2015-10-01Start updating the sync API to match the specificationMark Haines3-90/+54
2015-09-24Fix restartDaniel Wagner-Hall1-2/+2
2015-09-24Allow config file path to be configurable in in synctlDaniel Wagner-Hall1-24/+26
2015-09-24Fix order of ON constraints in _get_rooms_for_user_where_membership_is_txnMark Haines1-6/+6
2015-09-23Fix scripts-dev/definitions.py argparse optionsMark Haines1-1/+1
2015-09-23Remove unused _execute_and_decode from scripts/synapse_port_dbMark Haines1-2/+0
2015-09-23synapse/storage/state.py: _make_group_id was unusedMark Haines1-6/+0
2015-09-23Remove unused functions from synapse/storage/signatures.pyMark Haines1-112/+0
2015-09-23synapse/storage/roommember.py:_get_members_query was unusedMark Haines1-6/+0
2015-09-23Remove unused functions from synapse/storage/events.pyMark Haines1-11/+0
2015-09-23Remove unused functions from synapse/storage/event_federation.pyMark Haines1-71/+0
2015-09-23synapse/storage/_base.py:_simple_max_id was unusedMark Haines1-18/+0
2015-09-23synapse/storage/_base.py:_simple_delete was unusedMark Haines1-10/+0
2015-09-23synapse/storage/_base.py:_simple_selectupdate_one was unusedMark Haines2-51/+0
2015-09-23synapse/state.py:_get_state_key_from_event was unusedMark Haines1-4/+0
2015-09-23synapse/handlers/room.py:_should_invite_join was unusedMark Haines1-26/+0
2015-09-23synapse/handlers/federation.py:_handle_auth_events was unusedMark Haines1-49/+0
2015-09-23Use argparse for definition finderMark Haines1-26/+38
2015-09-23Fix demo/start.sh to work with --report-statsErik Johnston1-0/+1