| Commit message (Expand) | Author | Files | Lines |
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 | Add caches to bulk_get_push_rules* | Erik Johnston | 2 | -9/+15 |
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-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 | Fix link to A-S spec | Richard van der Hoff | 1 | -2/+1 |
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 | |