summary refs log tree commit diff
path: root/setup.py (unfollow)
Commit message (Expand)AuthorFilesLines
2016-06-23Move stuff into separate functionErik Johnston1-32/+51
2016-06-23Get rid of per room full_state flagErik Johnston1-24/+6
2016-06-23Correctly handle tags changing in paginated syncErik Johnston5-4/+127
2016-06-23Change default tag handlingErik Johnston1-2/+2
2016-06-22Implement 'synced' flagErik Johnston2-5/+12
2016-06-22Support streaming peekErik Johnston1-4/+10
2016-06-22Add tag handlingErik Johnston4-12/+60
2016-06-21Use msgpack for shorter tokensErik Johnston2-3/+4
2016-06-21Always include tagsErik Johnston1-0/+12
2016-06-21Implement error responsesErik Johnston3-1/+37
2016-06-20Bump version and changelogErik Johnston2-1/+16
2016-06-17Add the create_profile method back since the tests use itMark Haines1-0/+6
2016-06-17Add a comment on why we don't create a profile for upgrading usersMark Haines1-0/+1
2016-06-17Remove registered_users from the distributor.Mark Haines5-33/+24
2016-06-17Disable responding with canonical json for federationErik Johnston1-1/+1
2016-06-17Enable use_frozen_events in testsErik Johnston1-0/+1
2016-06-17Turn use_frozen_events off by defaultErik Johnston1-1/+1
2016-06-17Only re-sign our own eventsErik Johnston2-12/+18
2016-06-17Fix ``KeyError: 'msgtype'``. Use ``.get``Mark Haines1-14/+15
2016-06-17Fix setting gc thresholds in the workersMark Haines2-2/+4
2016-06-16Use worker_ prefixes for worker config, use existing support for multiple con...Mark Haines5-79/+33
2016-06-16Access the event_cache_size directly from the server object.Mark Haines5-21/+10
2016-06-16Access replication_url from the worker config directlyMark Haines3-8/+6
2016-06-16Fix 'A next_batch token can be used in the v1 messages API'Erik Johnston2-6/+10
2016-06-16