| Commit message (Expand) | Author | Files | Lines |
2016-06-03 | Bump changelog and version | Erik Johnston | 2 | -1/+51 |
2016-06-03 | Fix typo | Erik Johnston | 1 | -1/+1 |
2016-06-03 | Pull out update_results_dict | Erik Johnston | 1 | -8/+7 |
2016-06-03 | Change CacheMetrics to be quicker | Erik Johnston | 8 | -70/+82 |
2016-06-03 | Poke notifier on next reactor tick | Erik Johnston | 1 | -4/+7 |
2016-06-03 | Make get_joined_hosts_for_room use get_users_in_room | Erik Johnston | 1 | -16/+3 |
2016-06-03 | Add methods to events, account data and receipt slaves | Mark Haines | 3 | -6/+81 |
2016-06-03 | Small optimisation to CacheListDescriptor | Erik Johnston | 3 | -14/+21 |
2016-06-03 | Make cachedList go a bit faster | Erik Johnston | 2 | -20/+46 |
2016-06-03 | Load push rules in storage layer, so that they get cached | Erik Johnston | 5 | -44/+63 |
2016-06-03 | Add a slaved store for presence | Mark Haines | 2 | -3/+62 |
2016-06-03 | Remove unnecessary sets | Erik Johnston | 1 | -6/+3 |
2016-06-03 | Only get local users | Erik Johnston | 2 | -3/+6 |
2016-06-03 | Add a comment explaining why the filter cache doesn't need exipiring | Mark Haines | 1 | -0/+1 |
2016-06-03 | Add slaved stores for filters, tokens, and push rules | Mark Haines | 4 | -0/+151 |
2016-06-02 | brand the email from header | Matthew Hodgson | 2 | -2/+9 |
2016-06-02 | peppate | David Baker | 1 | -1/+3 |
2016-06-02 | Working unsubscribe links going straight to the HS | David Baker | 4 | -6/+36 |
2016-06-02 | add some branding debugging | Matthew Hodgson | 1 | -0/+1 |
2016-06-02 | Fix error in email notification string formatting | David Baker | 1 | -1/+1 |
2016-06-02 | Store the typing users as user_id strings. (#819) | Mark Haines | 2 | -30/+38 |
2016-06-02 | Fix setting the _clock in SQLBaseStore | Mark Haines | 1 | -0/+1 |
2016-06-02 | Deduplicate presence entries in sync (#818) | Mark Haines | 1 | -0/+3 |
2016-06-02 | Allow external processes to mark a user as syncing. (#812) | Mark Haines | 4 | -22/+174 |
2016-06-02 | Disable INCLUDE_ALL_UNREAD_NOTIFS | Erik Johnston | 1 | -1/+2 |
2016-06-02 | Split out the auth handler | David Baker | 10 | -24/+23 |
2016-06-02 | if an email pusher specifies a brand param, use it | Matthew Hodgson | 2 | -3/+8 |
2016-06-02 | Email unsubscribing that may in theory, work | David Baker | 3 | -6/+22 |
2016-06-02 | Use user_id in email greeting if display name is null | David Baker | 1 | -0/+2 |
2016-06-01 | special case m.room.third_party_invite event auth to match invites, otherwise... | Matthew Hodgson | 1 | -0/+18 |
2016-06-01 | Fix room list spidering | David Baker | 1 | -1/+1 |
2016-06-01 | WIP on unsubscribing email notifs without logging in | David Baker | 2 | -10/+70 |
2016-06-01 | Use state to calculate get_users_in_room | Erik Johnston | 5 | -28/+45 |
2016-06-01 | Limit number of notifications in an email notification | David Baker | 1 | -2/+4 |
2016-06-01 | Inject fake room list handler in tests | David Baker | 1 | -0/+2 |
2016-06-01 | Add get_users_with_read_receipts_in_room cache | Erik Johnston | 2 | -4/+32 |
2016-06-01 | pep8 | David Baker | 1 | -1/+3 |
2016-05-31 | handle emotes & notices correctly in email notifs | Matthew Hodgson | 2 | -2/+10 |
2016-05-31 | Add cache to remote room lists | David Baker | 1 | -4/+30 |
2016-05-31 | Add vector.im to default secondary_directory_servers and add comment explaini... | David Baker | 1 | -0/+4 |
2016-05-31 | Force boolean | Erik Johnston | 1 | -1/+2 |
2016-05-31 | Apparently I am not permitted to have two blank lines here | David Baker | 1 | -1/+0 |
2016-05-31 | Basic, un-cached support for secondary_directory_servers | David Baker | 5 | -3/+68 |
2016-05-31 | Fix synapse/storage/schema/delta/30/as_users.py | Mark Haines | 1 | -2/+2 |
2016-05-31 | Fix typo | Erik Johnston | 1 | -1/+1 |
2016-05-31 | Change fix | Erik Johnston | 2 | -5/+8 |
2016-05-31 | Fix GET /push_rules | Erik Johnston | 1 | -0/+3 |
2016-05-31 | Cache get_event_reference_hashes | Erik Johnston | 1 | -9/+16 |
2016-05-31 | Move the AS handler out of the Handlers object. | Mark Haines | 7 | -38/+36 |
2016-05-31 | Add caches to bulk_get_push_rules* | Erik Johnston | 2 | -9/+15 |
2016-05-31 | Fix c+p fail | David Baker | 1 | -17/+0 |
2016-05-31 | Add federation room list servlet | David Baker | 2 | -1/+70 |
2016-05-31 | Split out the room list handler | David Baker | 3 | -3/+7 |
2016-05-27 | Fix to allow start with postgres | Erik Johnston | 1 | -2/+7 |
2016-05-27 | Send down correct error response if user not found | Erik Johnston | 1 | -2/+7 |
2016-05-24 | Check for presence of 'avatar_url' key | David Baker | 1 | -1/+3 |
2016-05-24 | tweak mail notifs | Matrix | 1 | -6/+8 |
2016-05-24 | Change short circuit path | Erik Johnston | 1 | -16/+26 |
2016-05-24 | Don't send down all ephemeral events | Erik Johnston | 1 | -1/+3 |
2016-05-24 | Only work out newly_joined_users for incremental sync | Erik Johnston | 1 | -6/+9 |
2016-05-24 | Only include non-offline presence in initial sync | Erik Johnston | 1 | -0/+3 |
2016-05-24 | Spell builder correctly | Erik Johnston | 1 | -63/+63 |
2016-05-24 | Inline function. Make load_filtered_recents private | Erik Johnston | 1 | -17/+7 |
2016-05-24 | Add comments | Erik Johnston | 1 | -7/+105 |
2016-05-24 | Shuffle things room | Erik Johnston | 1 | -37/+33 |
2016-05-23 | catch thinko in presentable names | Matthew Hodgson | 1 | -4/+15 |
2016-05-23 | fix NPE in room ordering | Matthew Hodgson | 1 | -2/+2 |
2016-05-23 | fix debug text | Matthew Hodgson | 2 | -2/+7 |
2016-05-23 | consistency is the better part of valour | Matthew Hodgson | 1 | -1/+1 |
2016-05-23 | Tune email notifs to make them quieter: | Matthew Hodgson | 2 | -18/+56 |
2016-05-23 | Fix set profile error with Requester. | Negi Fazeli | 2 | -13/+30 |
2016-05-23 | Add back concurrently_execute | Erik Johnston | 1 | -25/+9 |
2016-05-23 | Refactor SyncHandler | Erik Johnston | 1 | -497/+481 |
2016-05-23 | Remove debug logging | David Baker | 1 | -1/+0 |
2016-05-23 | Fix link to A-S spec | Richard van der Hoff | 1 | -2/+1 |
2016-05-20 | Oops, missing comma | David Baker | 1 | -1/+1 |
2016-05-20 | Remove stale line | David Baker | 1 | -2/+0 |
2016-05-20 | Handle empty events table | David Baker | 1 | -0/+3 |
2016-05-20 | Make deleting push actions more efficient | David Baker | 3 | -13/+68 |
2016-05-20 | Only delete push actions after 30 days | David Baker | 2 | -6/+38 |
2016-05-19 | Allow clients to specify a server_name to avoid 'No known servers' | Kegan Dougal | 1 | -1/+4 |
2016-05-18 | increment badge count per missed convo, not per msg | Matthew Hodgson | 1 | -1/+3 |
2016-05-18 | Add desc to get_presence_for_users | Erik Johnston | 1 | -0/+1 |
2016-05-17 | Move typing handler out of the Handlers object | Mark Haines | 8 | -36/+27 |
2016-05-17 | Move the functions for parsing app service config | Mark Haines | 2 | -103/+109 |
2016-05-17 | Remove unused get_joined_rooms_for_user | Mark Haines | 1 | -15/+0 |
2016-05-16 | Move SyncHandler out of the Handlers object | Mark Haines | 4 | -9/+11 |
2016-05-16 | Remove get_joined_rooms_for_user from RoomMemberHandler | Mark Haines | 3 | -11/+4 |
2016-05-16 | get_room_members is unused now | Mark Haines | 2 | -36/+0 |
2016-05-16 | Replaces calls to fetch_room_distributions_into with get_joined_hosts_for_room | Mark Haines | 5 | -112/+33 |
2016-05-16 | Spell "domain" correctly | Mark Haines | 6 | -19/+19 |
2016-05-16 | Don't inherit PresenceHandler from BaseHandler, remove references to self.hs ... | Mark Haines | 1 | -19/+21 |
2016-05-16 | tweak text | Matthew Hodgson | 1 | -2/+2 |
2016-05-16 | tune email notifs, fix CSS a bit, and add debugging details | Matthew Hodgson | 4 | -9/+46 |
2016-05-16 | Move the presence handler out of the Handlers object | Mark Haines | 12 | -18/+29 |
2016-05-16 | Fix emailpusher import | David Baker | 1 | -1/+11 |
2016-05-16 | os.environ requires a string | Erik Johnston | 1 | -1/+1 |
2016-05-16 | Make synctl read a cache factor from config file | Erik Johnston | 1 | -0/+4 |
2016-05-16 | Clean up the blacklist/whitelist handling. | Mark Haines | 3 | -41/+37 |
2016-05-13 | fix logo | Matrix | 1 | -1/+1 |
2016-05-13 | rogue img | Matthew Hodgson | 1 | -1/+0 |
2016-05-13 | fix matrix.to URLs | Matthew Hodgson | 1 | -2/+2 |
2016-05-13 | Assert that stream replicated stream positions are ints | Mark Haines | 3 | -7/+7 |
2016-05-13 | Manually expire broken caches like the who_forgot_in_room | Mark Haines | 1 | -0/+16 |
2016-05-13 | Use the SlavedAccountDataStore | Mark Haines | 1 | -10/+3 |
2016-05-13 | Shift some of the state_group methods into the SlavedEventStore | Mark Haines | 2 | -45/+19 |
2016-05-13 | Allow receipts for events we haven't seen in the db | Mark Haines | 1 | -4/+6 |
2016-05-13 | Add a slaved datastore for account data | Mark Haines | 2 | -0/+117 |
2016-05-13 | |