summary refs log tree commit diff
path: root/scripts-dev/check_auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-10-26Fix a 500 error resulting from empty room_idsRichard van der Hoff2-3/+8
POST /_matrix/client/api/v1/rooms//send/a.b.c gave a 500 error, because we assumed that rooms always had at least one character.
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
This is useful because the emphemeral events such as presence and typing are represented as dicts inside synapse.
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
SPEC-222
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
There's been numerous issues with people playing around with their application service and then not receiving events from their HS for ages due to backoff timers reaching crazy heights (albeit capped at < 1 day). Reduce the max time between pokes to be 8.5 minutes (2^9 secs) which is quick enough for people to wait it out (avg wait time being 4.25 min) but long enough to actually give the AS breathing room if it needs it.
2015-10-21Filter room ids before hitting the databaseErik Johnston2-1/+21
2015-10-21Filter search resultsErik Johnston1-2/+7
2015-10-21Use 403 and message to match handlers/authKegan Dougal1-3/+1
2015-10-20Include typing events in initial v2 syncMark Haines1-14/+29
2015-10-20DocstringErik Johnston1-0/+5
2015-10-20Refactor api.filtering to have a Filter APIErik Johnston3-126/+88
2015-10-20Allow rejecting invitesDaniel Wagner-Hall8-93/+353
This is done by using the same /leave flow as you would use if you had already accepted the invite and wanted to leave.
2015-10-20Don't 500 when the email doesn't map to