summary refs log tree commit diff
path: root/synapse (unfollow)
Commit message (Expand)AuthorFilesLines
2016-08-25Make sync not pull out full stateErik Johnston2-34/+74
2016-08-25Fix up push to use get_current_state_idsErik Johnston4-57/+87
2016-08-25Just sprintf the 'kind' argument into uri directlyPaul "LeoNerd" Evans1-3/+1
2016-08-25Move ThirdPartyEntityKind into api.constants so the expectation becomes that ...Paul "LeoNerd" Evans4-9/+7
2016-08-25Pull out full state lessErik Johnston2-10/+15
2016-08-25Root the 3PE lookup API within /_matrix/app/unstable instead of at toplevelPaul "LeoNerd" Evans1-3/+16
2016-08-25APP_SERVICE_PREFIX is never used; don't botherPaul "LeoNerd" Evans1-1/+0
2016-08-25Add descErik Johnston1-1/+2
2016-08-25Replace context.current_state with context.current_state_idsErik Johnston15-270/+435
2016-08-25appease pep8Paul "LeoNerd" Evans1-3/+2
2016-08-25Don't need toplevel cache on 3PE lookup metadata any morePaul "LeoNerd" Evans1-8/+0
2016-08-25Implement a ResponseCache around 3PE lookup metadata lookupsPaul "LeoNerd" Evans1-11/+21
2016-08-25Kill PROTOCOL_META since I'm not using it any morePaul "LeoNerd" Evans1-7/+0
2016-08-25Actually query over AS API for 3PE lookup metadataPaul "LeoNerd" Evans2-13/+21
2016-08-25Pull out event ids rather than full events for stateErik Johnston4-55/+119
2016-08-25Fix None check in backfillErik Johnston1-1/+3
2016-08-24Bump changelog and versionErik Johnston2-1/+15
2016-08-24Remove tracerErik Johnston1-2/+1
2016-08-24Move static knowledge of protocol metadata into AS handler; cache the resultPaul "LeoNerd" Evans2-22/+25
2016-08-24Declare 'gitter' known protocol, with user lookupPaul "LeoNerd" Evans1-0/+3
2016-08-24Initial hack at the 3PN protocols metadata lookup APIPaul "LeoNerd" Evans3-0/+44
2016-08-24Preserve some logcontextsErik Johnston18-99/+136
2016-08-24Move 3PU/3PL lookup APIs into /thirdparty containing entityPaul "LeoNerd" Evans2-4/+4
2016-08-24