summary refs log tree commit diff
path: root/synapse/handlers/message.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant `EventCreationHandler._is_worker_app` attributeRichard van der Hoff2020-10-011-3/+1
* Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesRichard van der Hoff2020-10-011-61/+66
|\
| * Add EventStreamPosition type (#8388)Erik Johnston2020-09-241-3/+3
| * Factor out `_send_dummy_event_for_room` (#8370)Richard van der Hoff2020-09-231-48/+54
| * Add experimental support for sharding event persister. Again. (#8294)Erik Johnston2020-09-141-6/+8
| * Make `StreamToken.room_key` be a `RoomStreamToken` instance. (#8281)Erik Johnston2020-09-111-0/+1
| * Clean up `Notifier.on_new_room_event` code path (#8288)Erik Johnston2020-09-101-4/+0
| * Fixup pusher pool notifications (#8287)Erik Johnston2020-09-091-1/+1
| * Revert "Fixup pusher pool notifications"Erik Johnston2020-09-091-1/+1
| * Fixup pusher pool notificationsErik Johnston2020-09-091-1/+1
* | Merge branch 'release-v1.20.0' into matrix-org-hotfixesRichard van der Hoff2020-09-071-2/+2
|\|
| * Stop sub-classing object (#8249)Patrick Cloke2020-09-041-2/+2
* | Merge branch 'develop' into matrix-org-hotfixesBrendan Abolivier2020-09-041-8/+6
|\|
| * Revert "Add experimental support for sharding event persister. (#8170)" (#8242)Brendan Abolivier2020-09-041-8/+6
* | Merge branch 'develop' into matrix-org-hotfixesBrendan Abolivier2020-09-031-16/+11
|\|
| * Add experimental support for sharding event persister. (#8170)Erik Johnston2020-09-021-6/+8
| * Convert additional databases to async/await part 2 (#8200)Patrick Cloke2020-09-011-10/+3
* | Merge branch 'develop' into matrix-org-hotfixesPatrick Cloke2020-08-271-18/+62
|\|
| * Remove unused parameter from, and add safeguard in, get_room_data (#8174)Andrew Morgan2020-08-261-8/+12
| * Do not allow send_nonmember_event to be called with shadow-banned users. (#8158)Patrick Cloke2020-08-251-5/+34
| * Stop shadow-banned users from sending non-member events. (#8142)Patrick Cloke2020-08-241-0/+10
| * Be stricter about JSON that is accepted by Synapse (#8106)Patrick Cloke2020-08-191-2/+3
| * Convert events worker database to async/await. (#8071)Patrick Cloke2020-08-181-3/+3
* | Merge branch 'develop' into matrix-org-hotfixesRichard van der Hoff2020-08-181-10/+15
|\|
| * Fix the return type of send_nonmember_events. (#8112)Patrick Cloke2020-08-181-1/+1
| * Return the previous stream token if a non-member event is a duplicate. (#8093)Patrick Cloke2020-08-181-10/+15
* | Merge branch 'develop' into matrix-org-hotfixesRichard van der Hoff2020-08-181-3/+1
|\|
| * Run `remove_push_actions_from_staging` in foreground (#8081)Richard van der Hoff2020-08-131-3/+1
* | Merge branch 'develop' into matrix-org-hotfixesBrendan Abolivier2020-08-131-11/+24
|\|
| * Add type hints to handlers.message and events.builder (#8067)Erik Johnston2020-08-121-9/+13
| * Add an assertion on prev_events in create_new_client_event (#8041)Richard van der Hoff2020-08-101-0/+9
| * Convert synapse.api to async/await (#8031)Patrick Cloke2020-08-061-1/+1
| * Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-1/+1
* | Merge branch 'release-v1.18.0' into matrix-org-hotfixesRichard van der Hoff2020-07-281-12/+7
|\|
| * Remove hacky error handling for inlineDeferreds. (#7950)Patrick Cloke2020-07-271-12/+7
* | Merge branch 'develop' into matrix-org-hotfixesRichard van der Hoff2020-07-241-132/+152
|\|
| * Convert the message handler to async/await. (#7884)Patrick Cloke2020-07-221-136/+152
| * Convert _base, profile, and _receipts handlers to async/await (#7860)Patrick Cloke2020-07-171-2/+6
* | Merge branch 'develop' into matrix-org-hotfixesRichard van der Hoff2020-07-091-7/+16
|\|
| * Generate real events when we reject invites (#7804)Richard van der Hoff2020-07-091-7/+16
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2020-06-251-1/+3
|\|
| * Convert directory handler to async/await (#7727)Patrick Cloke2020-06-221-1/+3
* | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesErik Johnston2020-06-171-6/+4
|\|
| * Replace all remaining six usage with native Python 3 equivalents (#7704)Dagfinn Ilmari Mannsåker2020-06-161-3/+1
| * Replace iteritems/itervalues/iterkeys with native versions. (#7692)Patrick Cloke2020-06-151-4/+4
* | Merge tag 'v1.15.0rc1' of github.com:matrix-org/synapse into matrix-org-hotfixesBrendan Abolivier2020-06-101-1/+0
|\|
| * Performance improvements and refactor of Ratelimiter (#7595)Andrew Morgan2020-06-051-1/+0
* | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesErik Johnston2020-05-261-15/+33
|\|
| * Optimise some references to hs.config (#7546)Richard van der Hoff2020-05-221-3/+5
| * Add option to move event persistence off master (#7517)Erik Johnston2020-05-221-5/+7
| * Add ability to wait for replication streams (#7542)Erik Johnston2020-05-221-11/+25
* | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesErik Johnston2020-05-211-4/+6
|\|
| * Omit displayname or avatar_url if they aren't set instead of returning null (...Aaron Raimist2020-05-191-2/+6
| * Allow censoring of events to happen on workers. (#7492)Erik Johnston2020-05-131-2/+0
* | Merge branch 'rav/matrix_hacks' into matrix-org-hotfixesRichard van der Hoff2020-05-201-3/+5
|\ \
| * | inline some config referencesRichard van der Hoff2020-05-201-3/+5
| |/
* | Merge branch 'release-v1.13.0' into matrix-org-hotfixesRichard van der Hoff2020-05-071-1/+3
|\|
| * Add a configuration setting for the dummy event threshold (#7422)Brendan Abolivier2020-05-071-1/+3
* | Merge branch 'release-v1.13.0' into matrix-org-hotfixesRichard van der Hoff2020-05-061-44/+39
|\|
| * async/await is_server_admin (#7363)Andrew Morgan2020-05-011-44/+39
* | Merge branch 'develop' into matrix-org-hotfixesRichard van der Hoff2020-04-241-19/+38
|\|
| * Use the proper error code when a canonical alias that does not exist is used....Patrick Cloke2020-03-231-19/+38
| * Don't filter out dummy events when we're checking the visibility of stateBrendan Abolivier2020-03-111-1/+1
* | Don't filter out events when we're checking the visibility of stateBrendan Abolivier2020-03-111-1/+1
* | Merge branch 'develop' into matrix-org-hotfixesBrendan Abolivier2020-03-091-3/+44
|\|
| * Validate the alt_aliases property of canonical alias events (#6971)Patrick Cloke2020-03-031-3/+44
* | Merge branch 'develop' into matrix-org-hotfixesRichard van der Hoff2020-02-271-3/+2
|\|
| * Port PresenceHandler to async/await (#6991)Erik Johnston2020-02-261-3/+2
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesRichard van der Hoff2020-02-191-4/+8
|\|
| * Add `allow_departed_users` param to `check_in_room_or_world_readable`Richard van der Hoff2020-02-191-4/+8
* | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesErik Johnston2020-02-181-3/+2
|\|
| * make FederationHandler.send_invite asyncRichard van der Hoff2020-02-031-3/+2
* | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesErik Johnston2020-01-311-5/+11
|\|
| * s/get_room_version/get_room_version_id/Richard van der Hoff2020-01-311-3/+5
| * Pass room version object into event_auth.check and check_redaction (#6788)Richard van der Hoff2020-01-281-2/+6
* | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesErik Johnston2020-01-071-28/+15
|\|
| * Remove unused hashes and depths from create_event paramsRichard van der Hoff2020-01-061-16/+5
| * Remove unused hashes and depths from create_new_client_event paramsRichard van der Hoff2020-01-061-12/+14
| * replace get_prev_events_and_hashes_for_room with get_prev_events_for_room in ...Richard van der Hoff2020-01-061-9/+3
| * rename get_prev_events_for_room to get_prev_events_and_hashes_for_roomRichard van der Hoff2020-01-061-2/+4
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesRichard van der Hoff2020-01-061-7/+8
|\|
| * Change EventContext to use the Storage class (#6564)Erik Johnston2019-12-201-5/+5
| * Prevent redacted events from appearing in message search (#6377)Andrew Morgan2019-12-111-2/+3
* | Merge branch 'release-v1.7.0' of github.com:matrix-org/synapse into matrix-or...Neil Johnson2019-12-101-5/+128
|\|
| * Pull out room_invite_state_types config option once.Erik Johnston2019-12-091-1/+3
| * Add ephemeral messages support (MSC2228) (#6409)Brendan Abolivier2019-12-031-1/+122
| * Discard retention policies when retrieving stateBrendan Abolivier2019-11-281-1/+1
| * Implement per-room message retention policiesBrendan Abolivier2019-11-041-2/+2
* | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesErik Johnston2019-11-191-12/+17
|\|
| * Update black to 19.10b0 (#6304)Amber Brown2019-11-011-6/+8
| * Merge pull request #6294 from matrix-org/erikj/add_state_storageErik Johnston2019-10-311-4/+6
| |\
| | * Port to use state storageErik Johnston2019-10-301-4/+6
| * | Remove usage of deprecated logger.warn method from codebase (#6271)Andrew Morgan2019-10-311-1/+1
| |/
| * Use new EventPersistenceStoreErik Johnston2019-10-231-1/+2
* | Merge branch 'develop' into matrix-org-hotfixesRichard van der Hoff2019-09-261-27/+72
|\|
| * Fix dummy event insertion consent bug (#6053)Neil Johnson2019-09-261-27/+72
* | Merge branch 'develop' into matrix-org-hotfixesRichard van der Hoff2019-09-181-1/+21
|\|
| * Fix commentsErik Johnston2019-09-111-1/+1
| * Fix how we check for self redactionErik Johnston2019-09-111-4/+18
| * Allow use of different ratelimits for admin redactions.Erik Johnston2019-09-111-1/+7
* | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesErik Johnston2019-08-291-1/+4
|\|
| * Apply suggestions from code reviewWill Hunt2019-08-231-2/+2
| * Exempt bot usersHalf-Shot2019-08-231-1/+1
| * Return user_type in get_user_by_idHalf-Shot2019-08-231-1/+4
* | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesErik Johnston2019-08-011-1/+3
|\|
| * Deny redaction of events in a different room.Erik Johnston2019-07-311-1/+3
* | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesErik Johnston2019-07-301-18/+22
|\|
| * Stop trying to fetch events with event_id=None. (#5753)Richard van der Hoff2019-07-241-1/+7
| * Replace returnValue with return (#5736)Amber Brown2019-07-231-17/+15
* | Merge branch 'release-v1.2.0' into matrix-org-hotfixesRichard van der Hoff2019-07-181-9/+24
|\|
| * Ignore redactions of m.room.create events (#5701)Richard van der Hoff2019-07-171-9/+24
* | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesErik Johnston2019-07-171-1/+1
|\|
| * Move logging utilities out of the side drawer of util/ and into logging/ (#5606)Amber Brown2019-07-041-1/+1
* | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesErik Johnston2019-06-211-144/+159
|\|
| * Run Black. (#5482)Amber Brown2019-06-201-158/+100
| * Run as background process and fix commentsErik Johnston2019-06-191-2/+5
| * Add experimental option to reduce extremities.Erik Johnston2019-06-181-1/+71
* | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesErik Johnston2019-06-171-2/+12
|\|
| * Add plugin APIs for implementations of custom event rules.Brendan Abolivier2019-06-141-2/+12
* | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesErik Johnston2019-05-241-0/+3
|\|
| * Merge pull request #5220 from matrix-org/erikj/dont_bundle_live_eventsErik Johnston2019-05-241-0/+3
| |\
| | * Don't bundle aggs for /state and /members etc APIsErik Johnston2019-05-241-0/+3
* | | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesErik Johnston2019-05-231-1/+15
|\| |
| * | Fix wordsErik Johnston2019-05-211-3/+3
| * | Block attempts to annotate the same event twiceErik Johnston2019-05-201-1/+15
| |/
* | Merge branch 'develop' into matrix-org-hotfixesRichard van der Hoff2019-05-201-3/+4
|\|
| * Allow client event serialization to be asyncErik Johnston2019-05-141-3/+4
* | Merge tag 'v0.99.4rc1' into matrix-org-hotfixesRichard van der Hoff2019-05-141-0/+30
|\|
| * Do checks on aliases for incoming m.room.aliases events (#5128)Brendan Abolivier2019-05-081-0/+30
* | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesErik Johnston2019-04-041-1/+1
|\|
| * Fix grammar and document get_current_users_in_room (#4998)Andrew Morgan2019-04-031-1/+1
* | Merge branch 'develop' into matrix-org-hotfixesRichard van der Hoff2019-04-021-2/+5
|\|
| * Collect room-version variations into one place (#4969)Richard van der Hoff2019-04-011-2/+5
* | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesErik Johnston2019-03-211-2/+5
|\|
| * Revert spurious deleteErik Johnston2019-03-201-0/+4
| * Use flagsErik Johnston2019-03-201-13/+5
| * Move requester check into assert_accepted_privacy_policyErik Johnston2019-03-201-5/+8
| * Only require consent for events with an associated requestErik Johnston2019-03-201-1/+5
* | Merge branch 'develop' into matrix-org-hotfixesRichard van der Hoff2019-03-191-3/+10
|\|
| * fix test_auto_create_auto_join_where_no_consent (#4886)Neil Johnson2019-03-191-3/+10
* | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesErik Johnston2019-03-051-3/+4
|\|
| * Fix incorrect log about not persisting duplicate state event. (#4776)Richard van der Hoff2019-03-011-3/+4
* | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesErik Johnston2019-01-301-30/+14
|\|
| * Merge branch 'develop' of github.com:matrix-org/synapse into erikj/redactions...Erik Johnston2019-01-291-28/+6
| |\
| | * Correctly set context.app_serviceErik Johnston2019-01-291-0/+2
| | * Refactor event building into EventBuilderErik Johnston2019-01-291-29/+5
| * | Implement rechecking of redactionsErik Johnston2019-01-291-1/+5
| |/
| * Merge pull request #4494 from matrix-org/erikj/fixup_event_validatorErik Johnston2019-01-291-1/+3
| |\
| | * Split up event validation between event and builderErik Johnston2019-01-281-1/+3
* | | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesAndrew Morgan2019-01-291-3/+16
|\| |
| * | Correctly use default room version if none is setErik Johnston2019-01-281-2/+2
| * | Pass through room version to event authErik Johnston2019-01-251-1/+6
| |/
| * Require event format version to parse or create eventsErik Johnston2019-01-251-1/+9
| * Revert "Require event format version to parse or create events"Erik Johnston2019-01-251-9/+1
| * Require event format version to parse or create eventsErik Johnston2019-01-231-1/+9
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesRichard van der Hoff2018-11-061-0/+3
|\|
| * Log some bits about event creation (#4121)Richard van der Hoff2018-10-311-0/+3
* | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesErik Johnston2018-10-261-13/+9
|\|
| * Refactor state group lookup to reduce DB hits (#4011)Erik Johnston2018-10-251-12/+8
| * Remove redundant run_as_background_process() from pusherpoolRichard van der Hoff2018-10-221-1/+1
* | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesErik Johnston2018-10-021-12/+13
|\|
| * Avoid reraise, to improve stacktracesRichard van der Hoff2018-10-011-12/+13
* | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesErik Johnston2018-08-201-6/+7
|\|
| * Merge pull request #3710 from matrix-org/rav/logcontext_for_pusher_updatesRichard van der Hoff2018-08-171-5/+2
| |\
| | * Fix logcontexts for running pushersRichard van der Hoff2018-08-171-5/+2
| * | block event creation and room creation on hitting resource limitsNeil Johnson2018-08-161-1/+5
| |/
* | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesErik Johnston2018-08-161-12/+76
|\|
| * speed up /members and add at= and membership params (#3568)Matthew Hodgson2018-08-151-12/+76
* | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesErik Johnston2018-08-151-8/+5
|\|
| * Rename async to async_helpers because `async` is a keyword on Python 3.7 (#3678)Amber Brown2018-08-101-1/+1
| * Use new helper base class for ReplicationSendEventRestServletErik Johnston2018-07-311-7/+4
* | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesErik Johnston2018-07-241-259/+12
|\|
| * Merge branch 'develop' into erikj/client_apis_moveErik Johnston2018-07-241-12/+19
| |\
| * \ Merge branch 'develop' of github.com:matrix-org/synapse into erikj/client_api...Erik Johnston2018-07-231-2/+2
| |\ \
| * | | Move PaginationHandler to its own fileErik Johnston2018-07-201-240/+2
| * | | Move check_in_room_or_world_readable to AuthErik Johnston2018-07-201-34/+6
| * | | Split MessageHandler into read only and writersErik Johnston2018-07-181-131/+150
* | | | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesErik Johnston2018-07-231-2/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix missing attributes on workers.Erik Johnston2018-07-231-2/+3
* | | | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesErik Johnston2018-07-231-12/+18
|\| | |
| * | | Use new gettersErik Johnston2018-07-231-10/+16
| | |/ | |/|
| * | Combine Limiter and LinearizerRichard van der Hoff2018-07-201-2/+2
| * | Improvements to the LimiterRichard van der Hoff2018-07-201-1/+1
| |/
* | Merge branch 'develop' into matrix-org-hotfixesRichard van der Hoff2018-07-101-14/+11
|\|
| * s/becuase/because/gMatthew Hodgson2018-07-101-1/+1
| * run isortAmber Brown2018-07-091-13/+10
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixeshera2018-06-281-3/+2
|\|
| * Attempt to be more performant on PyPy (#3462)Amber Brown2018-06-281-3/+2
* | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesErik Johnston2018-06-251-2/+6
|\|
| * allow non-consented users to still part rooms (to let us autopart them)Matthew Hodgson2018-06-251-2/+6
* | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesErik Johnston2018-06-251-2/+2
|\|
| * Remove all global reactor imports & pass it around explicitly (#3424)Amber Brown2018-06-251-2/+2
* | Disable auth on room_members for nowhera2018-06-221-1/+1
|/
* Pass around the reactor explicitly (#3385)Amber Brown2018-06-221-0/+1
* Remove run_on_reactor (#3395)Amber Brown2018-06-141-3/+1
* Exempt AS-registered users from doing gdprRichard van der Hoff2018-05-291-0/+3
* Misc. py3 fixesAdrian Tschira2018-05-241-4/+5
* Merge branch 'release-v0.30.0' into rav/localpart_in_consent_uriRichard van der Hoff2018-05-231-1/+4
|\
| * Support for putting %(consent_uri)s in messagesRichard van der Hoff2018-05-231-1/+4
* | Use the localpart in the consent uriRichard van der Hoff2018-05-231-1/+3
|/
* Reject attempts to send event before privacy consent is givenRichard van der Hoff2018-05-221-1/+85
* Make purge_history operate on tokensErik Johnston2018-05-151-6/+6
* Merge branch 'release-v0.28.1' into developRichard van der Hoff2018-05-011-1/+5
|\
| * Apply some limits to depth to counter abuseRichard van der Hoff2018-05-011-1/+5
* | pep8; remove spurious importRichard van der Hoff2018-04-271-1/+1
* | Merge remote-tracking branch 'origin/develop' into rav/use_run_in_backgroundRichard van der Hoff2018-04-271-13/+30
|\ \
| * \ Merge pull request #3142 from matrix-org/rav/reraiseRichard van der Hoff2018-04-271-7/+14
| |\ \
| | * | reraise exceptions more carefullyRichard van der Hoff2018-04-271-7/+14
| | |/
| * / Improve exception handling for background processesRichard van der Hoff2018-04-271-6/+16
| |/
* / Use run_in_background in preference to preserve_fnRichard van der Hoff2018-04-271-2/+3
|/
* Avoid creating events with huge numbers of prev_eventsRichard van der Hoff2018-04-161-34/+44
* Note why we're limiting concurrent event sendsErik Johnston2018-04-101-0/+5
* Limit concurrent event sends for a roomErik Johnston2018-04-091-49/+50
* Use static JSONEncodersRichard van der Hoff2018-03-291-2/+2
* Merge branch 'master' of github.com:matrix-org/synapse into developErik Johnston2018-03-191-3/+3
|\
| * Replace ujson with simplejsonErik Johnston2018-03-151-3/+3
* | extra_users is actually a list of UserIDsErik Johnston2018-03-131-1/+1
* | Add transactional API to history purgeRichard van der Hoff2018-03-121-5/+99
* | Return an error when doing two purges on a roomRichard van der Hoff2018-03-121-3/+14
* | Provide a means to pass a timestamp to purge_historyRichard van der Hoff2018-03-051-9/+5
* | Check event auth on the workerErik Johnston2018-03-011-16/+16
* | Correctly send ratelimit and extra_users paramsErik Johnston2018-03-011-0/+2
* | Fixup commentsErik Johnston2018-03-011-4/+4
* | Calculate push actions on workerErik Johnston2018-02-281-25/+61
* | Ensure that we delete staging push actions on errorsErik Johnston2018-02-151-3/+9
* | Merge pull request #2854 from matrix-org/erikj/event_create_workerErik Johnston2018-02-131-6/+22
|\ \
| * | Move presence handling into handle_new_client_eventErik Johnston2018-02-071-6/+6
| * | Add replication http endpoint for event sendingErik Johnston2018-02-071-0/+16
* | | Merge pull request #2858 from matrix-org/rav/purge_updatesRichard van der Hoff2018-02-091-2/+2
|\ \ \ | |/ / |/| |
| * | delete_local_events for purge_historyRichard van der Hoff2018-02-091-2/+2
| * | rename delete_old_state -> purge_historyRichard van der Hoff2018-02-091-1/+1
| |/
* | Remove pointless ratelimit checkErik Johnston2018-02-071-5/+0
* | Update copyrightErik Johnston2018-02-061-1/+1
* | s/_create_new_client_event/create_new_client_event/Erik Johnston2018-02-061-3/+3
* | Split event creation into a separate handlerErik Johnston2018-02-051-146/+160
|/
* replace 'except:' with 'except Exception:'Richard van der Hoff2017-10-231-1/+1
* fix isinstanceDavid Baker2017-10-111-1/+1
* Allow error strings from spam checkerDavid Baker2017-10-111-2/+6
* Merge pull request #2466 from matrix-org/erikj/groups_mergedErik Johnston2017-10-111-1/+2
|\
| * Merge branch 'develop' into erikj/groups_mergedDavid Baker2017-10-021-1/+53
| |\
| * | Split out profile handler to fix testsErik Johnston2017-08-251-1/+2
* | | Merge pull request #2483 from jeremycline/unfreeze-ujson-dumpErik Johnston2017-10-111-1/+2
|\ \ \ | |_|/ |/| |
| * | Unfreeze event before serializing with ujsonJeremy Cline2017-09-301-1/+2
| |/
* | Fix /joined_members to work with AS usersErik Johnston2017-09-281-11/+25
* | Fix bug where /joined_members didn't check user was in roomErik Johnston2017-09-271-0/+31
* | Make the spam checker a moduleDavid Baker2017-09-261-2/+3
* | PoC for filtering spammy events (#2456)Richard van der Hoff2017-09-191-1/+7
|/
* Fix bug where pusherpool didn't start and broke some roomsErik Johnston2017-07-061-1/+3
* Remove unused variablesErik Johnston2017-06-261-1/+1
* Reject local events that don't round trip the DBErik Johnston2017-06-191-0/+9