summary refs log tree commit diff
path: root/docs/ancient_architecture_notes.rst (unfollow)
Commit message (Expand)AuthorFilesLines
2016-06-27Encode batch tokens betterErik Johnston2-6/+12
2016-06-27CommentsErik Johnston3-12/+18
2016-06-27Use cborErik Johnston2-2/+2
2016-06-27Use JSON instead of msgpackErik Johnston1-3/+3
2016-06-27More loggingErik Johnston2-1/+5
2016-06-27Try serializing as json rather than msgpackErik Johnston2-4/+2
2016-06-27LoggingErik Johnston2-10/+15
2016-06-24Add get_last_event_id_ts_for_room to slave DataStoreErik Johnston1-0/+2
2016-06-24Fix the sytests to use a port-range rather than a port baseMark Haines3-4/+7
2016-06-24CommentsErik Johnston1-0/+3
2016-06-24Make jenkins-unittests.sh install depsErik Johnston1-0/+4
2016-06-23Make get_room_tags_changed take a now position. CommentsErik Johnston2-4/+23
2016-06-23Use SyncExtrasErik Johnston2-15/+21
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-22Actually we need to order these properlyDavid Baker1-2/+12
2016-06-22StyleDavid Baker1-1/+1
2016-06-22Put most recent 20 messages in notifDavid Baker1-3/+4
2016-06-22Rework ldap integration with ldap3Martin Weinelt4-60/+249
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-21Optionally start or stop workers in synctl.Mark Haines1-27/+151
2016-06-21Remove the legacy v0 content upload API.Mark Haines3-132/+3
2016-06-21Fix substitution failure in mail templateDavid Baker1-1/+1
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-17Linearize some federation endpoints based on (origin, room_id)Erik Johnston2-67/+78
2016-06-17Disable responding with canonical json for federationErik Johnston1