| Commit message (Expand) | Author | Files | Lines |
2016-09-02 | Bump max_entries on get_destination_retry_timings | Erik Johnston | 1 | -1/+1 |
2016-09-02 | Only pull out IDs from DB for /state_ids/ request | Erik Johnston | 2 | -6/+30 |
2016-09-01 | Fix up the calls to the notifier for device messages | Mark Haines | 2 | -1/+4 |
2016-09-01 | Linearize state resolution to help caches | Erik Johnston | 1 | -56/+59 |
2016-09-01 | Fix typo in log line | Erik Johnston | 1 | -1/+1 |
2016-09-01 | Ensure we only return a validated pdu in get_pdu | Erik Johnston | 1 | -5/+5 |
2016-08-31 | Use state_groups table to test existence | Erik Johnston | 1 | -1/+1 |
2016-08-31 | Lower get_linearized_receipts_for_room cache size | Erik Johnston | 1 | -1/+1 |
2016-08-31 | Handle the fact that workers can't generate state groups | Erik Johnston | 2 | -27/+60 |
2016-08-31 | Always specify state_group so that its in the cache | Erik Johnston | 1 | -0/+2 |
2016-08-31 | Add storage function to SlaveStore | Erik Johnston | 1 | -0/+1 |
2016-08-31 | Correctly handle the difference between prev and current state | Erik Johnston | 12 | -69/+102 |
2016-08-31 | Clean up old sent transactions | Erik Johnston | 2 | -0/+34 |
2016-08-31 | Return the current stream position from add_messages_to_device_inbox | Mark Haines | 1 | -1/+4 |
2016-08-31 | Add a replication stream for direct to device messages | Mark Haines | 4 | -3/+77 |
2016-08-31 | Generate state group ids in state layer | Erik Johnston | 3 | -19/+24 |
2016-08-30 | Fix email notifs by adding missing param | Erik Johnston | 1 | -1/+1 |
2016-08-30 | flake8 | Kegan Dougal | 1 | -2/+3 |
2016-08-30 | Use None instead of the empty string | Kegan Dougal | 2 | -9/+16 |
2016-08-30 | Make _state_groups_id_gen a normal IdGenerator | Erik Johnston | 3 | -48/+40 |
2016-08-30 | Remove state replication stream | Erik Johnston | 1 | -23/+1 |
2016-08-30 | Flake8 | Kegan Dougal | 2 | -1/+3 |
2016-08-30 | Allow application services to have an optional 'url' | Kegan Dougal | 2 | -0/+17 |
2016-08-30 | Check correct variable | Erik Johnston | 1 | -1/+1 |
2016-08-30 | Occaisonally persist unpersisted presence updates | Erik Johnston | 1 | -0/+28 |
2016-08-30 | Remove FUD over psql | Matthew Hodgson | 1 | -3/+0 |
2016-08-30 | Don't notify for online -> online transitions. | Erik Johnston | 2 | -1/+53 |
2016-08-30 | Add prerequisites to install on openSUSE to README | Fabian Niepelt | 1 | -0/+6 |
2016-08-30 | Comment about message deletion | Erik Johnston | 1 | -0/+3 |
2016-08-30 | Fix push room names for rooms with only an alias | Erik Johnston | 1 | -1/+1 |
2016-08-30 | Fix check | Erik Johnston | 1 | -2/+1 |
2016-08-30 | Noop get_new_messages_for_device if token hasn't changed | Erik Johnston | 1 | -9/+12 |
2016-08-30 | Add to slave store | Erik Johnston | 1 | -0/+5 |
2016-08-30 | Add new direct message storage functions to slave store | Erik Johnston | 2 | -0/+32 |
2016-08-27 | warn people to avoid running a HS media repository on the same domain as anot... | Matthew Hodgson | 1 | -0/+15 |
2016-08-26 | Fix unit tests | Erik Johnston | 2 | -41/+6 |
2016-08-26 | Use state handler instead of get_users_in_room/get_joined_hosts | Erik Johnston | 12 | -27/+44 |
2016-08-26 | Fix room name in email notifs | Erik Johnston | 1 | -19/+20 |
2016-08-26 | Add is_host_joined to slave storage | Erik Johnston | 2 | -3/+6 |
2016-08-26 | Typo | Erik Johnston | 1 | -1/+0 |
2016-08-26 | Make None optional | Erik Johnston | 1 | -1/+1 |
2016-08-26 | Measure _filter_events_for_server | Erik Johnston | 1 | -0/+2 |
2016-08-26 | Don't pull out full state for _filter_events_for_server | Erik Johnston | 1 | -1/+25 |
2016-08-26 | Cache check_host_in_room | Erik Johnston | 2 | -14/+41 |
2016-08-26 | Add measure on check_host_in_room | Erik Johnston | 1 | -11/+12 |
2016-08-26 | Fix tests | Erik Johnston | 1 | -5/+46 |
2016-08-26 | Add new state storage funcs to replication | Erik Johnston | 1 | -0/+3 |
2016-08-25 | Make sync not pull out full state | Erik Johnston | 2 | -34/+74 |
2016-08-25 | More 0_0 in tests | Mark Haines | 1 | -2/+2 |
2016-08-25 | Fix up push to use get_current_state_ids | Erik Johnston | 4 | -57/+87 |
2016-08-25 | Just sprintf the 'kind' argument into uri directly | Paul "LeoNerd" Evans | 1 | -3/+1 |
2016-08-25 | Move ThirdPartyEntityKind into api.constants so the expectation becomes that ... | Paul "LeoNerd" Evans | 4 | -9/+7 |
2016-08-25 | Add some TODOs | Mark Haines | 1 | -0/+4 |
2016-08-25 | Pull out full state less | Erik Johnston | 2 | -10/+15 |
2016-08-25 | Fix the deduplication of incoming direct-to-device messages | Mark Haines | 2 | -1/+16 |
2016-08-25 | Root the 3PE lookup API within /_matrix/app/unstable instead of at toplevel | Paul "LeoNerd" Evans | 1 | -3/+16 |
2016-08-25 | APP_SERVICE_PREFIX is never used; don't bother | Paul "LeoNerd" Evans | 1 | -1/+0 |
2016-08-25 | Add desc | Erik Johnston | 1 | -1/+2 |
2016-08-25 | Add store-and-forward direct-to-device messaging | Mark Haines | 9 | -4/+288 |
2016-08-25 | Replace context.current_state with context.current_state_ids | Erik Johnston | 15 | -270/+435 |
2016-08-25 | appease pep8 | Paul "LeoNerd" Evans | 1 | -3/+2 |
2016-08-25 | Don't need toplevel cache on 3PE lookup metadata any more | Paul "LeoNerd" Evans | 1 | -8/+0 |
2016-08-25 | Implement a ResponseCache around 3PE lookup metadata lookups | Paul "LeoNerd" Evans | 1 | -11/+21 |
2016-08-25 | Kill PROTOCOL_META since I'm not using it any more | Paul "LeoNerd" Evans | 1 | -7/+0 |
2016-08-25 | Actually query over AS API for 3PE lookup metadata | Paul "LeoNerd" Evans | 2 | -13/+21 |
2016-08-25 | Pull out event ids rather than full events for state | Erik Johnston | 4 | -55/+119 |
2016-08-25 | Fix None check in backfill | Erik Johnston | 1 | -1/+3 |
2016-08-24 | Bump changelog and version | Erik Johnston | 2 | -1/+15 |
2016-08-24 | Remove tracer | Erik Johnston | 1 | -2/+1 |
2016-08-24 | Move static knowledge of protocol metadata into AS handler; cache the result | Paul "LeoNerd" Evans | 2 | -22/+25 |
2016-08-24 | Declare 'gitter' known protocol, with user lookup | Paul "LeoNerd" Evans | 1 | -0/+3 |
2016-08-24 | Initial hack at the 3PN protocols metadata lookup API | Paul "LeoNerd" Evans | 3 | -0/+44 |
2016-08-24 | Preserve some logcontexts | Erik Johnston | 18 | -99/+136 |
2016-08-24 | Move 3PU/3PL lookup APIs into /thirdparty containing entity | Paul "LeoNerd" Evans | 2 | -4/+4 |
2016-08-24 | |