summary refs log tree commit diff
path: root/README.rst (unfollow)
Commit message (Expand)AuthorFilesLines
2016-08-31Return the current stream position from add_messages_to_device_inboxMark Haines1-1/+4
2016-08-31Add a replication stream for direct to device messagesMark Haines4-3/+77
2016-08-30Fix email notifs by adding missing paramErik Johnston1-1/+1
2016-08-30flake8Kegan Dougal1-2/+3
2016-08-30Use None instead of the empty stringKegan Dougal2-9/+16
2016-08-30Flake8Kegan Dougal2-1/+3
2016-08-30Allow application services to have an optional 'url'Kegan Dougal2-0/+17
2016-08-30Check correct variableErik Johnston1-1/+1
2016-08-30Occaisonally persist unpersisted presence updatesErik Johnston1-0/+28
2016-08-30Remove FUD over psqlMatthew Hodgson1-3/+0
2016-08-30Don't notify for online -> online transitions.Erik Johnston2-1/+53
2016-08-30Add prerequisites to install on openSUSE to READMEFabian Niepelt1-0/+6
2016-08-30Comment about message deletionErik Johnston1-0/+3
2016-08-30Fix push room names for rooms with only an aliasErik Johnston1-1/+1
2016-08-30Fix checkErik Johnston1-2/+1
2016-08-30Noop get_new_messages_for_device if token hasn't changedErik Johnston1-9/+12
2016-08-30Add to slave storeErik Johnston1-0/+5
2016-08-30Add new direct message storage functions to slave storeErik Johnston2-0/+32
2016-08-27warn people to avoid running a HS media repository on the same domain as anot...Matthew Hodgson1-0/+15
2016-08-26Fix unit testsErik Johnston2-41/+6
2016-08-26Use state handler instead of get_users_in_room/get_joined_hostsErik Johnston12-27/+44
2016-08-26Fix room name in email notifsErik Johnston1-19/+20
2016-08-26Add is_host_joined to slave storageErik Johnston2-3/+6
2016-08-26TypoErik Johnston1-1/+0
2016-08-26Make None optionalErik Johnston1-1/+1
2016-08-26Measure _filter_events_for_serverErik Johnston1-0/+2
2016-08-26Don't pull out full state for _filter_events_for_serverErik Johnston1-1/+25
2016-08-26Cache check_host_in_roomErik Johnston2-14/+41
2016-08-26Add measure on check_host_in_roomErik Johnston1-11/+12
2016-08-26Fix testsErik Johnston1-5/+46
2016-08-26Add new state storage funcs to replicationErik Johnston1-0/+3
2016-08-25Make sync not pull out full stateErik Johnston2-34/+74
2016-08-25More 0_0 in testsMark Haines1-2/+2
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-25Add some TODOsMark Haines1-0/+4
2016-08-25Pull out full state lessErik Johnston2-10/+15
2016-08-25Fix the deduplication of incoming direct-to-device messagesMark Haines2-1/+16
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-25Add store-and-forward direct-to-device messagingMark Haines9-4/+288
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-24Add None checks to backfillErik Johnston1-2/+2
2016-08-23Pass through user-supplied content in /join/$room_idKegan Dougal2-2/+13
2016-08-22Bump changelog and version v0.17.1-rc1Erik Johnston2-1/+34
2016-08-22Delete old received_transactionsErik Johnston2-4/+45
2016-08-22Update commentMark Haines1-1/+2
2016-08-22Add usage stats to prometheus monitoringMark Haines1-2/+25
2016-08-22Add exc