Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | |
There's no index on received_ts, so manually binary search using the stream_ordering index, and only update it once an hour. | |||||
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 | |
Multiple server_names are supported via ?server_name=foo&server_name=bar | |||||
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 | |
s/domian/domain/g | |||||
2016-05-16 | Don't inherit PresenceHandler from BaseHandler, remove references to self.hs ↵ | Mark Haines | 1 | -19/+21 | |
from presence handler | |||||
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 | |
Try importing at the root level rather than conditionally importing, as per comment | |||||
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 | |
Always set the config key with an empty list, even if a list isn't specified. This means that the codepaths are the same for both the empty list and for a missing key. Since the behaviour is the same for both cases this makes the code somewhat easier to reason about. | |||||
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 | Spelling | Erik Johnston | 1 | -1/+1 | |
2016-05-13 | Remove topics table | Erik Johnston | 1 | -1/+0 | |