summary refs log tree commit diff
path: root/scripts-dev/tail-synapse.py (unfollow)
Commit message (Expand)AuthorFilesLines
2016-08-17Update unit testsErik Johnston1-0/+2
2016-08-17Measure notify_interested_servicesErik Johnston1-19/+22
2016-08-16Do it in storage functionErik Johnston2-1/+4
2016-08-16Don't update caches replication stream if tokens haven't advancedErik Johnston1-1/+1
2016-08-16Add lxml to jenkins-unittests.shErik Johnston1-0/+1
2016-08-16Flake8Erik Johnston1-4/+1
2016-08-16Fix up preview URL API. Add tests.Erik Johnston2-158/+275
2016-08-16Limit number of extremeties in backfill requestErik Johnston1-4/+5
2016-08-16Use cached get_user_by_access_token in slavesErik Johnston3-2/+3
2016-08-15Refactor user_delete_access_tokens. Invalidate get_user_by_access_token to sl...Erik Johnston3-45/+39
2016-08-15Doc get_next() context manager usageErik Johnston1-0/+4
2016-08-15Rename table. Add docs.Erik Johnston4-6/+16
2016-08-15Remove broken cache stuffErik Johnston2-21/+0
2016-08-15Use cached version of get_aliases_for_roomErik Johnston1-1/+1
2016-08-15Implement cache replication streamErik Johnston5-30/+92
2016-08-15Add some invalidations to a cache_streamErik Johnston7-31/+117
2016-08-15Always run txn.after_callbacksErik Johnston1-7/+8
2016-08-14Add missing database corruption recovery caseBenjamin Saunders1-1/+2
2016-08-14Log the value which is observed in the first place.Daniel Ehlers1-1/+1
2016-08-14Fix AttributeError when bind_dn is not defined.Daniel Ehlers1-1/+1
2016-08-12Make synchrotron accept /eventsErik Johnston5-18/+66
2016-08-12Dont invoke get_handlers fromClientV1RestServletErik Johnston9-1/+86
2016-08-12Only process one local membership event per room at a timeErik Johnston1-1/+1
2016-08-11Synced up synchrotron set_state with PresenceHandler set_stateWill Hunt1-1/+1
2016-08-11Include prev_content in redacted state eventsErik Johnston1-0/+2
2016-08-10PEP8Erik Johnston1-1/+3
2016-08-10Clean up TransactionQueueErik Johnston4-221/+162
2016-08-10Don't stop on 4xx series errorsErik Johnston1-11/+1
2016-08-10Also check if server is in the roomErik Johnston1-2/+7
2016-08-10Also pull out rejected eventsErik Johnston1-1/+1
2016-08-10Correctly auth /event/ requestsErik Johnston1-5/+6
2016-08-10Only resign our own eventsErik Johnston1-9/+10
2016-08-10Don't change status_msg on /syncWill Hunt2-4/+7
2016-08-10Store if we fail to fetch an event from a destinationErik Johnston1-1/+36
2016-08-10Measure federation send transaction resourcesErik Johnston2-5/+21
2016-08-10Don't print stack traces when failing to get remote keysErik Johnston2-13/+19
2016-08-09/login: Respond with a 403 when we get an invalid m.login.tokenRichard van der Hoff1-3/+3
2016-08-08PEP8Richard van der Hoff1-0/+1
2016-08-08Clean up CAS login codeRichard van der Hoff1-125/+33
2016-08-08Fix CAS loginRichard van der Hoff1-0/+1
2016-08-08Fix login with m.login.tokenRichard van der Hoff4-32/+87
2016-08-08Capatailize HTMLErik Johnston1-1/+1
2016-08-08Be bolderErik Johnston1-1/+1
2016-08-08Update changelogErik Johnston1-3/+7
2016-08-08Update changelogErik Johnston1-1/+1
2016-08-08Bump changelog and versionErik Johnston2-1/+16
2016-08-08Make psutil optionalErik Johnston3-6/+16
2016-08-05Fix a couple of python bugsErik Johnston1-6/+8
2016-08-05Retry joining via other servers if first one failedErik Johnston1-5/+16
2016-08-05Print newline after result in federation_client scriptErik Johnston1-0/+1
2016-08-05Add federation /version APIErik Johnston6-9/+25
2016-08-05Change the way we specify if we require auth or notErik Johnston1-40/+55
2016-08-05Raise 404 when couldn't find eventErik Johnston1-1/+1
2016-08-05Don't include html comments in descriptionErik Johnston1-1/+2
2016-08-05Update changelog v0.17.0-rc4Erik Johnston1-2/+2
2016-08-05Fix backfill auth eventsErik Johnston1-21/+50
2016-08-05Bump version and changelogErik Johnston2-1/+17
2016-08-05Fix typoErik Johnston1-1/+1
2016-08-05Check if we already have the events returned by /state/Erik Johnston1-2/+16
2016-08-05Delete more tablesErik Johnston1-0/+5
2016-08-05Fallback to /state/ on both 400 and 404Erik Johnston1-1/+1
2016-08-04Tweak integrity error recovery to work as intendedBenjamin Saunders2-1/+4
2016-08-04TypoErik Johnston1-1/+1
2016-08-04Test summarizationErik Johnston2-52/+193
2016-08-04Fix typoErik Johnston1-3/+4
2016-08-04Retry event persistence on IntegrityErrorErik Johnston1-4/+65
2016-08-04Fix typos.Erik Johnston1-3/+3
2016-08-04Tidy up get_eventsErik Johnston1-12/+10
2016-08-04Factor out more common code from the jenkins scripts (#980)Mark Haines4-138/+44
2016-08-04Allow upgrading from old port_from_sqlite3 formatErik Johnston1-0/+21
2016-08-04Handle the fact that some tables have negative rowid rowsErik Johnston1-43/+111
2016-08-04keys/query: Omit device displayname if nullRichard van der Hoff1-3/+4
2016-08-03Rename fields to _idsErik Johnston2-4/+4
2016-08-03Fix copy + paste failsErik Johnston2-6/+11
2016-08-03PEP8Richard van der Hoff2-12/+10
2016-08-03Include device name in /keys/query responseRichard van der Hoff3-20/+143
2016-08-03keys/query: return all users which were asked forRichard van der Hoff2-3/+52
2016-08-03Actually call get_room_stateErik Johnston1-0/+4
2016-08-03Fix syntax errorErik Johnston1-1/+8
2016-08-03CommentErik Johnston1-0/+14
2016-08-03Add /state_ids federation APIErik Johnston4-3/+125
2016-08-03PEP8Richard van der Hoff1-1/+1
2016-08-03E2eKeysHandler: minor tweaksRichard van der Hoff1-5/+3
2016-08-03Print status code in federation_client.pyErik Johnston1-0/+1
2016-08-03Remove other bit of deduplicationErik Johnston1-19/+0
2016-08-03Default device_display_name to nullRichard van der Hoff4-5/+23
2016-08-03Ensure we only persist an event once at a timeErik Johnston1-1/+18
2016-08-02Factor out some of the code shared between the sytest scripts (#974)Mark Haines6-69/+71
2016-08-02Don't infer paragrahs from newlinesErik Johnston1-2/+1
2016-08-02Comment on why we cloneErik Johnston1-0/+1
2016-08-02Spelling.Erik Johnston1-3/+3
2016-08-02Make it actually compileErik Johnston1-1/+1
2016-08-02Change the way we summarize URLsErik Johnston1-11/+67
2016-08-02E2E keys: Make federation query share code with client queryRichard van der Hoff3-47/+92
2016-08-02Bump version and changelog v0.17.0-rc3Erik Johnston2-2/+8
2016-08-02Don't double wrap 200Erik Johnston1-2/+2
2016-08-02Fix response cacheErik Johnston1-1/+1
2016-08-02Typo v0.17.0-rc2Erik Johnston1-1/+1
2016-08-02Change wordingErik Johnston1-2/+2
2016-08-02Bump changeog and versionErik Johnston2-1/+18
2016-08-02Print authorization header for federation_client.pyErik Johnston1-5/+6
2016-08-02Change default jenkins port base and countErik Johnston3-6/+7
2016-08-01Move e2e query logic into a handlerRichard van der Hoff4-60/+102
2016-08-01missing --upgradeMatthew Hodgson1-1/+1
2016-07-31Ignore AlreadyCalled errors on timer cancelErik Johnston2-3/+16
2016-07-29Fix adding emails on registrationDavid Baker1-9/+7
2016-07-29Make jenkins dendron test federation read apisErik Johnston1-0/+1
2016-07-29Mention that func will fetch auth eventsErik Johnston1-0/+2
2016-07-29Update docstringErik Johnston1-0/+6
2016-07-29Fix SQL to supply arguments in the same orderMark Haines1-1/+1
2016-07-28Create separate methods for getting messages to pushMark Haines5-51/+204
2016-07-28Add destination retry to slave storeErik Johnston2-0/+32
2016-07-28Add slace storage functions for public room listErik Johnston3-0/+48
2016-07-28Comment get_unread_push_actions_for_user_in_range functionKegan Dougal1-2/+26
2016-07-28Add get_auth_chain to slave storeErik Johnston1-0/+4
2016-07-28Handle the case of missing auth events when joining a roomErik Johnston1-4/+23
2016-07-28Add more key storage funcs into slave storeErik Johnston2-24/+26
2016-07-28Use correct pathErik Johnston1-1/+1
2016-07-28Add some basic admin API docsErik Johnston3-0/+46
2016-07-28Add authors to changelog v0.17.0-rc1Erik Johnston1-4/+5
2016-07-28Update changelogErik Johnston1-0/+4
2016-07-28Fix retry utils to check if the exception is a subclass of CMEMark Haines1-1/+1
2016-07-28Bump version and changelogErik Johnston2-3/+6
2016-07-28Don't include name of room for invites in pushDavid Baker1-1/+4
2016-07-28Add r0.1.0 to the "supported versions" listRichard van der Hoff1-0/+1
2016-07-28TypoDavid Baker1-1/+1
2016-07-28Add r0.2.0 to the "supported versions" listRichard van der Hoff1-1/+4
2016-07-273PID defined on first mentionevelynmitchell1-2/+2
2016-07-27Forbid non-ASes from registering users whose names begin with '_' (SYN-738)Paul "LeoNerd" Evans1-0/+7
2016-07-27Bump CHANGES and versionErik Johnston2-1/+57
2016-07-27key upload tweaksRichard van der Hoff1-7/+5
2016-07-27Clean up verify_json_objects_for_serverMark Haines1-68/+75
2016-07-27SQL syntax fixRichard van der Hoff1-1/+1
2016-07-27Delete e2e keys on device deleteRichard van der Hoff3-4/+28
2016-07-26Make the device id on e2e key upload optionalRichard van der Hoff2-12/+54
2016-07-26Add a couple more checks to the keyringMark Haines1-2/+9
2016-07-26Fix a couple of bugs in the transaction and keyring codeMark Haines2-9/+11
2016-07-26Add `create_requester` functionRichard van der Hoff11-75/+101
2016-07-26Check if the user is banned when handling 3pid invitesMark Haines1-0/+4
2016-07-26Fix typoRichard van der Hoff1-1/+1
2016-07-26Fix flake8 violationRichard van der Hoff1-5/+3
2016-07-26Fix flake8 configurationRichard van der Hoff1-4/+2
2016-07-26Delete refresh tokens when deleting devicesRichard van der Hoff3-15/+83
2016-07-26Fix how push_actions are redacted.Mark Haines1-8/+10
2016-07-26Don't add rejected events if we've seen them befrore. Add some comments to ex...Mark Haines1-5/+48
2016-07-26federation doesn't work over ipv6 yet thanks to twistedMatthew Hodgson1-1/+1
2016-07-26typoMatthew Hodgson1-1/+1
2016-07-26Implement updating devicesRichard van der Hoff5-8/+119
2016-07-26Implement deleting devicesRichard van der Hoff11-21/+176
2016-07-25Only update the events and event_json tables for rejected eventsMark Haines2-52/+63
2016-07-25Log when adding listenersRichard van der Hoff1-0/+1
2016-07-25Don't add the events to forward extremities if the event is rejectedMark Haines1-3/+6
2016-07-25Don't add rejections to the state_group, persist all rejectionsMark Haines2-5/+6
2016-07-25fix: defer.returnValue takes one argumentMark Haines1-1/+1
2016-07-25background updates: fix assert againRichard van der Hoff1-1/+1
2016-07-25background updates: Fix assertion to do somethingRichard van der Hoff1-2/+2
2016-07-25PEP8Richard van der Hoff1-1/+1
2016-07-25Slightly saner logging for unittestsRichard van der Hoff1-4/+7
2016-07-25Fix background_update testsRichard van der Hoff2-13/+36
2016-07-22Use get to avoid KeyErrorsDavid Baker1-1/+1
2016-07-22Log the hostname the reCAPTCHA was completed onDavid Baker1-2/+11
2016-07-22PEP8Richard van der Hoff1-1/+0
2016-07-22Create index on user_ips in the backgroundRichard van der Hoff3-12/+80
2016-07-21Cache getPeerErik Johnston1-2/+5
2016-07-21Split out a FederationReader processErik Johnston4-0/+238
2016-07-21make /devices return a listRichard van der Hoff2-9/+12
2016-07-21Fix PEP8 errorsRichard van der Hoff2-1/+2
2016-07-21Implement GET /device/{deviceId}Richard van der Hoff3-19/+89
2016-07-21storage/client_ips: remove some dead codeRichard van der Hoff1-3/+0
2016-07-21Set host not pathErik Johnston1-1/+1
2016-07-21Preserve device_id from first call to /registerRichard van der Hoff1-11/+10
2016-07-21Send the correct host header when fetching keysErik Johnston1-3/+6
2016-07-21Cache federation state responsesErik Johnston5-32/+60
2016-07-20Fix PEP8 errorsRichard van der Hoff2-3/+1
2016-07-20Don't explode if we have no snapshots yetErik Johnston1-0/+3
2016-07-20GET /devices endpointRichard van der Hoff10-17/+397
2016-07-20Record device_id in client_ipsRichard van der Hoff3-8/+34
2016-07-20More doc-commentsRichard van der Hoff2-10/+14
2016-07-20Register a device_id in the /v2/register flow.Richard van der Hoff2-18/+49
2016-07-20Make jenkins install deps on unit testsErik Johnston1-0/+4
2016-07-20Add metrics for psutil derived memory usageErik Johnston4-1/+50
2016-07-20Don't notify pusher pool for backfilled eventsErik Johnston1-5/+6
2016-07-20CommentErik Johnston1-0/+4
2016-07-19MANIFEST.in: Add *.pyiRichard van der Hoff1-0/+1
2016-07-19Type annotationsRichard van der Hoff6-0/+46
2016-07-19Further registration refactoringRichard van der Hoff5-22/+57
2016-07-19Don't bind email unless threepid contains expected fieldsRichard van der Hoff1-28/+25
2016-07-19rest/client/v2_alpha/register.py: Refactor flow somewhat.Richard van der Hoff2-76/+104
2016-07-19schema fixRichard van der Hoff1-1/+1
2016-07-19Summary lineMark Haines1-2/+1
2016-07-19Update docstring on Handlers.Mark Haines1-3/+15
2016-07-18Add device_id support to /loginRichard van der Hoff12-31/+354
2016-07-18Refactor login flowRichard van der Hoff2-65/+82
2016-07-18Fix a doc-commentRichard van der Hoff1-1/+1
2016-07-16Use body.get to check for 'user'Will Hunt1-2/+1
2016-07-16Fall back to 'username' if 'user' is not given for appservice reg.Will Hunt1-3/+5
2016-07-15Fix 500 ISE when sending alias event without a state_keyMark Haines1-0/+5
2016-07-15Fix /purge_history bugErik Johnston1-19/+15
2016-07-15Pull out min stream_ordering from ex_outlier_streamErik Johnston1-1/+2
2016-07-15event_backwards_extremeties may not be emptyErik Johnston1-1/+11
2016-07-15CommentErik Johnston2-0/+6
2016-07-14Check sender signed eventErik Johnston3-6/+12
2016-07-14Add filter param to /messages APIErik Johnston4-11/+29
2016-07-14Add support for filters in paginate_room_eventsErik Johnston1-1/+51
2016-07-14Add 'contains_url' to filterErik Johnston1-3/+20
2016-07-14Add sender and contains_url field to events tableErik Johnston2-0/+142
2016-07-14Add hs objectErik Johnston1-0/+1
2016-07-14Only accept password authErik Johnston1-12/+0
2016-07-14Add an /account/deactivate endpointErik Johnston1-0/+55
2016-07-13Bug fix: expire invalid access tokensNegar Fazeli6-9/+42
2016-07-13Check if alias event's state_key matches sender's domainErik Johnston1-0/+11
2016-07-13Check creation event's room_id domain matches sender'sErik Johnston1-0/+7
2016-07-12be more pythonicDavid Baker1-1/+1
2016-07-12on_OPTIONS isn't neccessaryDavid Baker2-10/+1
2016-07-12Remove other debug loggingDavid Baker1-2/+0
2016-07-11Separate out requestTokens to separate handlersDavid Baker2-65/+93
2016-07-11Oops, remove debug loggingDavid Baker1-4/+0
2016-07-08Implement https://github.com/matrix-org/matrix-doc/pull/346/filesDavid Baker2-0/+60
2016-07-08Add a comment explaining allow_noneMark Haines1-0/+2
2016-07-08Ensure that the guest user is in the database when upgrading accountsMark Haines1-0/+13
2016-07-07Bump version and changelogErik Johnston2-1/+9
2016-07-07Fix bug where we did not correctly explode when multiple user_ids were set in...Erik Johnston1-5/+10
2016-07-07CommentErik Johnston1-0/+3
2016-07-07Return 400 rather than 500Erik Johnston1-1/+4
2016-07-06Add rest servlet. Fix SQL.Erik Johnston2-5/+5
2016-07-06Check that there are no null bytes in user and passswordErik Johnston1-0/+6
2016-07-06Add null separator to hmacErik Johnston2-0/+4
2016-07-06Update password config commentKent Shikama1-1/+1
2016-07-06Update hash_password scriptKent Shikama1-1/+17
2016-07-05Remove spurious txnErik Johnston1-9/+0
2016-07-05Fix for postgresErik Johnston1-2/+2
2016-07-05Add an admin option to shared secret registrationErik Johnston4-27/+58
2016-07-05Protect password when registering using shared secretErik Johnston2-7/+15
2016-07-05Add ReadWriteLock for pagination and history pruneErik Johnston2-36/+38
2016-07-05Add ReadWriteLockErik Johnston2-0/+167
2016-07-05Fix typoMark Haines1-1/+1
2016-07-05Make get_events_around more efficient on sqlite3Mark Haines1-13/+49
2016-07-05Remove default password pepper stringKent Shikama1-2/+1
2016-07-05Fix password configKent Shikama2-3/+3
2016-07-05Fix pep8Kent Shikama2-2/+3
2016-07-05Add comment to prompt changing of pepperKent Shikama1-0/+1
2016-07-05Use true/false for boolean parameter inclusive to avoid potential for sqli, a...Mark Haines2-5/+7
2016-07-05Add purge_history APIErik Johnston4-1/+38
2016-07-04Use different SQL for postgres and sqlite3 for when using multicolumn indexesMark Haines2-59/+59
2016-07-05Add pepper to password hashingKent Shikama2-3/+8
2016-07-04Add storage function to purge history for a roomErik Johnston1-0/+140
2016-07-04Use a query that postgresql optimises better for get_events_aroundMark Haines1-12/+16
2016-07-04Fix style violationsKent Shikama2-2/+4
2016-07-04Use .get() instead of [] to access password_hashKent Shikama1-1/+1
2016-07-03Optionally include password hash in createUser endpointKent Shikama2-3/+5