| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Reduce size of joined_user cache | Erik Johnston | 2017-04-25 | 1 | -0/+14 | 
| | | | | | | | | | The _get_joined_users_from_context cache stores a mapping from user_id to avatar_url and display_name. Instead of storing those in a dict, store them in a namedtuple as that uses much less memory. We also try converting the string to ascii to further reduce the size. | ||||
| * | Remove some unused functions (#711) | Mark Haines | 2016-04-08 | 1 | -4/+0 | 
| | | | | | | | | | * Remove some unused functions * get_room_events_stream is only used in tests * is_exclusive_room might actually be something we want | ||||
| * | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 | 
| | | |||||
| * | Allow non-ascii filenames for attachments | Mark Haines | 2015-08-26 | 1 | -0/+2 | 
| | | |||||
| * | Enforce ascii filenames for uploads | Erik Johnston | 2015-06-30 | 1 | -0/+9 | 
| | | |||||
| * | Implement registering with shared secret. | Erik Johnston | 2015-03-13 | 1 | -0/+10 | 
| | | |||||
| * | Update copyright notices | Mark Haines | 2015-01-06 | 1 | -1/+1 | 
| | | |||||
| * | fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org ↵ | Matthew Hodgson | 2014-09-03 | 1 | -1/+1 | 
| | | | | | hasn't been incorporated in time for launch. | ||||
| * | add in whitespace after copyright statements to improve legibility | Matthew Hodgson | 2014-08-13 | 1 | -0/+1 | 
| | | |||||
| * | Reference Matrix Home Server | matrix.org | 2014-08-12 | 1 | -0/+24 | 
