summary refs log tree commit diff
path: root/demo (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-30Support clients supplying older tokens, fix short poll testMark Haines2-3/+3
2015-10-30Include tags in v1 room initial syncMark Haines1-0/+11
2015-10-30Include room tags v1 /initialSyncMark Haines1-0/+12
2015-10-30Update the other place check_joined_room is calledMark Haines3-2/+4
2015-10-29Don't mark newly joined room timelines as limited in an incremental syncMark Haines1-3/+5
2015-10-29Make search API honour limit set in filterErik Johnston1-0/+3
2015-10-29Inform the client of new room tags using v1 /eventsMark Haines6-14/+91
2015-10-28Optionally return event contexts with search resultsErik Johnston1-1/+52
2015-10-28Fix pyflakes errorsMark Haines2-3/+5
2015-10-28Add APIs for adding and removing tags from roomsMark Haines5-0/+320
2015-10-28DocsErik Johnston2-0/+39
2015-10-28Add room context apiErik Johnston4-2/+190
2015-10-26Implement full_state incremental syncRichard van der Hoff2-19/+38
2015-10-26Fix a 500 error resulting from empty room_idsRichard van der Hoff2-3/+8
2015-10-23Pull out sender when computing search resultsErik Johnston1-14/+17
2015-10-23Implement rank function for SQLite FTSErik Johnston3-2/+30
2015-10-22Don't assume that the event has a room_id or senderMark Haines1-2/+2
2015-10-22Actually filter resultsErik Johnston1-3/+5
2015-10-22Support filtering events represented as dicts.Mark Haines1-3/+22
2015-10-22RenameErik Johnston1-3/+3
2015-10-22LESS THANErik Johnston1-1/+2
2015-10-22Fix receipts for room initial syncErik Johnston1-7/+1
2015-10-22Use namedtuple as return valueErik Johnston2-4/+18
2015-10-22Limit max number of SQL varsErik Johnston1-4/+6
2015-10-22Reject events which are too largeDaniel Wagner-Hall2-1/+30
2015-10-22PEP8Erik Johnston1-1/+2
2015-10-22Move FTS to delta 25Erik Johnston2-3/+3
2015-10-22Don't keep appending report_stats to demo configErik Johnston1-2/+6
2015-10-22Add config option to disable password loginErik Johnston5-4/+46
2015-10-21Doc string for the SyncHandler.typing_by_room methodMark Haines1-0/+12
2015-10-21Include banned rooms in the archived section of v2 syncMark Haines2-8/+11
2015-10-21Cap the time to retry txns to appservices to 8.5 minutesKegan Dougal1-2/+2
2015-10-21Filter room ids before hitting the databaseErik Johnston2-1/+21
2015-10-21Filter search resultsErik Johnston1-2/+7
2015-10-21