| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace returnValue with return (#5736) | Amber Brown | 2019-07-23 | 4 | -30/+26 |
* | Remove the ability to query relations when the original event was redacted. (... | Andrew Morgan | 2019-07-18 | 2 | -4/+23 |
* | Add origin_server_ts and sender fields to m.replace (#5613) | Andrew Morgan | 2019-07-05 | 1 | -1/+5 |
* | Move logging utilities out of the side drawer of util/ and into logging/ (#5606) | Amber Brown | 2019-07-04 | 1 | -1/+1 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 7 | -106/+98 |
* | Merge pull request #5480 from matrix-org/erikj/extremities_dummy_events | Erik Johnston | 2019-06-19 | 1 | -0/+12 |
|\ |
|
| * | Run as background process and fix comments | Erik Johnston | 2019-06-19 | 1 | -1/+1 |
| * | Add experimental option to reduce extremities. | Erik Johnston | 2019-06-18 | 1 | -0/+12 |
* | | Make check_threepid_can_be_invited async | Brendan Abolivier | 2019-06-17 | 1 | -0/+1 |
* | | Add third party rules hook for 3PID invites | Brendan Abolivier | 2019-06-17 | 1 | -1/+31 |
* | | Add third party rules hook into create room | Erik Johnston | 2019-06-17 | 1 | -3/+24 |
|/ |
|
* | Add plugin APIs for implementations of custom event rules. | Brendan Abolivier | 2019-06-14 | 1 | -0/+62 |
* | Fix appservice timestamp massaging (#5233) | Tulir Asokan | 2019-05-24 | 1 | -1/+6 |
* | Don't bundle events in /sync or /events | Erik Johnston | 2019-05-21 | 1 | -2/+3 |
* | Fix error handling for rooms whose versions are unknown. (#5219) | Richard van der Hoff | 2019-05-21 | 2 | -5/+9 |
* | Add a test room version which updates event ID format (#5210) | Richard van der Hoff | 2019-05-20 | 1 | -1/+22 |
* | Rename relation types to match MSC | Erik Johnston | 2019-05-20 | 1 | -3/+3 |
* | Fixup bsaed on review comments | Erik Johnston | 2019-05-17 | 1 | -3/+1 |
* | Add basic editing support | Erik Johnston | 2019-05-16 | 1 | -4/+26 |
* | Add aggregations API | Erik Johnston | 2019-05-16 | 1 | -3/+31 |
* | Allow client event serialization to be async | Erik Johnston | 2019-05-14 | 1 | -0/+44 |
* | Do checks on aliases for incoming m.room.aliases events (#5128) | Brendan Abolivier | 2019-05-08 | 2 | -4/+19 |
* | Remove periods from copyright headers (#5046) | Andrew Morgan | 2019-04-11 | 1 | -1/+1 |
* | Collect room-version variations into one place (#4969) | Richard van der Hoff | 2019-04-01 | 3 | -25/+29 |
* | Make `prev_state` field optional | Erik Johnston | 2019-03-08 | 1 | -1/+0 |
* | Implement soft fail | Erik Johnston | 2019-03-06 | 1 | -0/+14 |
* | Enable room version v3 | Erik Johnston | 2019-01-29 | 1 | -0/+2 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/redactions... | Erik Johnston | 2019-01-29 | 1 | -2/+3 |
|\ |
|
| * | Merge pull request #4514 from matrix-org/erikj/remove_event_id | Erik Johnston | 2019-01-29 | 1 | -2/+3 |
| |\ |
|
| | * | Don't assert an event must have an event ID | Erik Johnston | 2019-01-29 | 1 | -2/+3 |
* | | | Fixup comment | Erik Johnston | 2019-01-29 | 1 | -2/+2 |
* | | | kill vdh test some more | Erik Johnston | 2019-01-29 | 1 | -2/+1 |
* | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/redactions... | Erik Johnston | 2019-01-29 | 3 | -79/+320 |
|\| | |
|
| * | | Implement event format v2 | Erik Johnston | 2019-01-29 | 3 | -19/+106 |
| |/ |
|
| * | Don't set event_id twice | Erik Johnston | 2019-01-29 | 1 | -2/+0 |
| * | Refactor event building into EventBuilder | Erik Johnston | 2019-01-29 | 1 | -65/+219 |
* | | Drop vdh support | Erik Johnston | 2019-01-29 | 1 | -2/+0 |
* | | Add docstring | Erik Johnston | 2019-01-29 | 1 | -0/+12 |
* | | Implement rechecking of redactions | Erik Johnston | 2019-01-29 | 1 | -0/+3 |
|/ |
|
* | Merge pull request #4494 from matrix-org/erikj/fixup_event_validator | Erik Johnston | 2019-01-29 | 1 | -23/+37 |
|\ |
|
| * | Remove duplicate checks | Erik Johnston | 2019-01-29 | 1 | -14/+0 |
| * | Fix up error messages | Erik Johnston | 2019-01-29 | 1 | -2/+2 |
| * | Fold validate into validate_new | Erik Johnston | 2019-01-29 | 1 | -16/+11 |
| * | Split up event validation between event and builder | Erik Johnston | 2019-01-28 | 1 | -20/+53 |
* | | Refactor event signing to work on dicts | Erik Johnston | 2019-01-28 | 1 | -12/+35 |
|/ |
|
* | Require event format version to parse or create events | Erik Johnston | 2019-01-25 | 2 | -2/+73 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/msc_1813 | Erik Johnston | 2019-01-25 | 1 | -2/+7 |
|\ |
|
| * | Merge pull request #4405 from matrix-org/erikj/fixup_rejecting_invites | Erik Johnston | 2019-01-24 | 1 | -2/+7 |
| |\ |
|
| | * | Use term 'out of band membership' instead | Erik Johnston | 2019-01-24 | 1 | -4/+5 |
| | * | Clarify the invite flows | Erik Johnston | 2019-01-23 | 1 | -2/+6 |
* | | | Review comments | Erik Johnston | 2019-01-24 | 1 | -1/+2 |
* | | | Implement MSC 1813 - Add room version to make APIs | Erik Johnston | 2019-01-23 | 1 | -1/+16 |
|/ / |
|
* | | isort | Erik Johnston | 2019-01-23 | 1 | -3/+1 |
* | | Add support for persisting event format versions | Erik Johnston | 2019-01-23 | 1 | -0/+5 |
|/ |
|
* | Add helpers for getting prev and auth events (#4139) | Erik Johnston | 2018-11-06 | 1 | -0/+18 |
* | Disable frozen dicts by default (#3987) | Amber Brown | 2018-10-02 | 1 | -3/+10 |
* | Fix handling of redacted events from federation | Erik Johnston | 2018-09-13 | 1 | -0/+5 |
* | Handle delta_ids being None in _update_context_for_auth_events | Richard van der Hoff | 2018-07-23 | 1 | -1/+2 |
* | Comments | Erik Johnston | 2018-07-23 | 1 | -2/+3 |
* | Only get cached state from context in persist_event | Erik Johnston | 2018-07-23 | 1 | -0/+13 |
* | Fix missing attributes on workers. | Erik Johnston | 2018-07-23 | 1 | -4/+6 |
* | Fix EventContext when using workers | Erik Johnston | 2018-07-23 | 1 | -7/+7 |
* | Update docstrings to make sense | Erik Johnston | 2018-07-23 | 1 | -5/+8 |
* | Add support for updating state | Erik Johnston | 2018-07-23 | 1 | -0/+19 |
* | Make EventContext lazy load state | Erik Johnston | 2018-07-23 | 1 | -41/+112 |
* | pep8 | Erik Johnston | 2018-07-23 | 1 | -1/+1 |
* | Refcator EventContext to accept state during init | Erik Johnston | 2018-07-23 | 1 | -21/+27 |
* | Make the rest of the .iterwhatever go away (#3562) | Amber Brown | 2018-07-21 | 1 | -1/+3 |
* | run isort | Amber Brown | 2018-07-09 | 5 | -15/+14 |
* | Consistently use six's iteritems and wrap lazy keys/values in list() if they'... | Amber Brown | 2018-05-31 | 1 | -1/+1 |
* | Replace some more comparisons with six | Adrian Tschira | 2018-05-19 | 2 | -3/+7 |
* | add comment explaining attributeerror | Adrian Tschira | 2018-04-30 | 1 | -0/+3 |
* | Make event properties raise AttributeError instead | Adrian Tschira | 2018-04-15 | 1 | -3/+12 |
* | Remove context.push_actions | Erik Johnston | 2018-02-15 | 1 | -4/+0 |
* | Don't serialize current state over replication | Erik Johnston | 2018-02-15 | 1 | -6/+35 |
* | Add replication http endpoint for event sending | Erik Johnston | 2018-02-07 | 1 | -0/+72 |
* | Store state groups separately from events (#2784) | Erik Johnston | 2018-02-06 | 1 | -1/+3 |
* | replace 'except:' with 'except Exception:' | Richard van der Hoff | 2017-10-23 | 1 | -1/+1 |
* | Remove pointless create() method | Richard van der Hoff | 2017-10-20 | 1 | -1/+1 |
* | Spam checking: add the invitee to user_may_invite | David Baker | 2017-10-05 | 1 | -2/+2 |
* | spam check room publishing | David Baker | 2017-10-04 | 1 | -0/+18 |
* | Add room creation checks to spam checker | David Baker | 2017-10-04 | 1 | -0/+32 |
* | s/roomid/room_id/ | David Baker | 2017-10-03 | 1 | -2/+2 |
* | pass room id too | David Baker | 2017-10-03 | 1 | -2/+2 |
* | Actually write warpper function | David Baker | 2017-10-03 | 1 | -0/+16 |
* | Don't test is spam_checker not None | David Baker | 2017-09-27 | 1 | -1/+7 |
* | Remove unintentional debugging | David Baker | 2017-09-27 | 1 | -1/+0 |
* | pep8 | David Baker | 2017-09-27 | 1 | -0/+1 |
* | Make the spam checker a module | David Baker | 2017-09-26 | 1 | -17/+20 |
* | fix thinko'd docstring | Matthew Hodgson | 2017-09-22 | 1 | -1/+1 |
* | PoC for filtering spammy events (#2456) | Richard van der Hoff | 2017-09-19 | 1 | -0/+38 |
* | Add more granular event send metrics | Erik Johnston | 2017-05-02 | 1 | -0/+3 |
* | Comment and remove spurious logging | Erik Johnston | 2017-04-27 | 1 | -0/+3 |
* | Fix tests | Erik Johnston | 2017-04-26 | 1 | -3/+3 |
* | Fix invite state to always include all events | Erik Johnston | 2017-04-26 | 1 | -1/+19 |
* | Refactoring and cleanups | Richard van der Hoff | 2017-03-17 | 1 | -0/+26 |
* | Optimise state resolution | Erik Johnston | 2017-01-17 | 2 | -4/+10 |
* | gah, fix mangled merge of 0.18.7 into develop | Matthew Hodgson | 2017-01-07 | 1 | -1/+1 |
* | Only send events that originate on this server. | Mark Haines | 2017-01-05 | 1 | -0/+9 |
* | Review comments | Kegan Dougal | 2016-11-22 | 1 | -11/+9 |
* | Also check for dict since sometimes they aren't frozen | Kegan Dougal | 2016-11-22 | 1 | -1/+1 |
* | Glue only_event_fields into the sync rest servlet | Kegan Dougal | 2016-11-22 | 1 | -1/+1 |
* | More tests | Kegan Dougal | 2016-11-22 | 1 | -3/+4 |
* | Start adding some tests | Kegan Dougal | 2016-11-21 | 1 | -1/+3 |
* | Move event_fields filtering to serialize_event | Kegan Dougal | 2016-11-21 | 1 | -4/+97 |
* | Add comments | Erik Johnston | 2016-09-05 | 1 | -0/+5 |
* | Move to storing state_groups_state as deltas | Erik Johnston | 2016-09-01 | 1 | -0/+16 |
* | Correctly handle the difference between prev and current state | Erik Johnston | 2016-08-31 | 1 | -2/+3 |
* | Make None optional | Erik Johnston | 2016-08-26 | 1 | -1/+1 |
* | Replace context.current_state with context.current_state_ids | Erik Johnston | 2016-08-25 | 1 | -11/+2 |
* | Pull out event ids rather than full events for state | Erik Johnston | 2016-08-25 | 1 | -0/+8 |
* | Include prev_content in redacted state events | Erik Johnston | 2016-08-11 | 1 | -0/+2 |
* | Remove the is_new_state argument to persist event. | Mark Haines | 2016-03-31 | 1 | -0/+3 |
* | Use a stream id generator to assign state group ids | Mark Haines | 2016-03-30 | 1 | -1/+1 |
* | Intern all the things | Erik Johnston | 2016-03-23 | 1 | -9/+2 |
* | Intern sender, event_id and room_id in events | Erik Johnston | 2016-03-23 | 1 | -0/+5 |
* | Intern type and state_key on events | Erik Johnston | 2016-03-23 | 1 | -0/+7 |
* | Don't assume existence of event_id in __str__ | Erik Johnston | 2016-03-18 | 1 | -1/+3 |
* | Atomically persit push actions when we persist the event | Erik Johnston | 2016-02-09 | 1 | -0/+1 |
* | Make Event objects behave more like dicts | Erik Johnston | 2016-01-18 | 1 | -0/+9 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 5 | -5/+5 |
* | Only add the user_id if the sender is present | Mark Haines | 2015-12-01 | 1 | -1/+3 |
* | Copy rather than move the fields to shuffle between a v1 and a v2 event. | Mark Haines | 2015-11-30 | 1 | -9/+5 |
* | Flatten the /sync response to remove the event_map | Richard van der Hoff | 2015-11-19 | 1 | -2/+1 |
* | Update the other place check_joined_room is called | Mark Haines | 2015-10-30 | 1 | -1/+2 |
* | Surely we don't need to preserve 'events_default' twice | Paul "LeoNerd" Evans | 2015-10-16 | 1 | -1/+0 |
* | Bundle in some room state in the unsigned bit of the invite when sending to i... | Erik Johnston | 2015-09-10 | 1 | -1/+4 |
* | Fix bug where we didn't correctly serialize the redacted_because key over fed... | Erik Johnston | 2015-08-21 | 1 | -1/+4 |
* | Rename key and values for m.room.history_visibility. Support 'invited' value | Erik Johnston | 2015-07-06 | 1 | -1/+1 |
* | Add m.room.history_visibility to list of auth events | Erik Johnston | 2015-07-03 | 1 | -0/+2 |
* | Don't copy twice | Erik Johnston | 2015-05-29 | 1 | -1/+1 |
* | Add config option to turn off freezing events. Use new encode_json api and uj... | Erik Johnston | 2015-05-29 | 1 | -1/+10 |
* | Store the rejected reason in (Frozen)Event structs | Paul "LeoNerd" Evans | 2015-03-25 | 1 | -2/+4 |
* | Remove concept of context.auth_events, instead use context.current_state | Erik Johnston | 2015-03-16 | 1 | -2/+1 |
* | pyflakes | Erik Johnston | 2015-02-11 | 1 | -1/+1 |
* | Don't unfreeze when using FreezeEvent.get_dict, as we are using a JSONEncoder... | Erik Johnston | 2015-02-11 | 1 | -4/+0 |
* | Rearrange persist_event so that do all the queries that need to be done befor... | Erik Johnston | 2015-02-04 | 1 | -1/+1 |
* | Actually, the old prune_event function was non-deterministic, so no point kee... | Erik Johnston | 2015-02-03 | 1 | -79/+0 |
* | Keep around the old (buggy) version of the prune_event function so that we ca... | Erik Johnston | 2015-02-03 | 1 | -0/+79 |
* | Merge pull request #43 from matrix-org/rejections | Erik Johnston | 2015-01-30 | 3 | -6/+12 |
|\ |
|
| * | Merge branch 'develop' of github.com:matrix-org/synapse into rejections | Erik Johnston | 2015-01-30 | 1 | -6/+6 |
| |\ |
|
| * | | Fix bug where we changes in outlier in metadata dict propogated to other events | Erik Johnston | 2015-01-30 | 3 | -4/+8 |
| * | | Initial implementation of auth conflict resolution | Erik Johnston | 2015-01-29 | 1 | -2/+4 |
* | | | Merge pull request #41 from matrix-org/client_v2_sync | Mark Haines | 2015-01-30 | 1 | -33/+52 |
|\ \ \ |
|
| * | | | Include transaction ids in unsigned section of events in the sync results for... | Mark Haines | 2015-01-29 | 1 | -5/+6 |
| * | | | Add support for formatting events in the way a v2 client expects | Mark Haines | 2015-01-29 | 1 | -39/+52 |
| * | | | Start implementing incremental initial sync | Mark Haines | 2015-01-27 | 1 | -0/+1 |
| * | | | Start implementing the non-incremental sync portion of the v2 /sync API | Mark Haines | 2015-01-26 | 1 | -1/+5 |
| | |/
| |/| |
|
* | | | Merge branch 'develop' of github.com:matrix-org/synapse into rejections_storage | Erik Johnston | 2015-01-30 | 1 | -6/+6 |
|\| |
| |/
|/| |
|
| * | Pass the current time to serialize event, rather than passing an | Mark Haines | 2015-01-26 | 1 | -6/+6 |
* | | Add support for storing rejected events in EventContext and data stores | Erik Johnston | 2015-01-22 | 1 | -0/+1 |
|/ |
|
* | Remove unused functions | Mark Haines | 2015-01-13 | 1 | -6/+0 |
* | Merge branch 'hotfixes-v0.6.1b' of github.com:matrix-org/synapse into develop | Erik Johnston | 2015-01-13 | 1 | -1/+1 |
|\ |
|
| * | Insert 'age' into top level when returning events to clients | Erik Johnston | 2015-01-13 | 1 | -1/+1 |
* | | Return the raw federation event rather than adding extra keys for federation ... | Kegan Dougal | 2015-01-08 | 1 | -9/+16 |
* | | Add 'raw' query parameter to expose the event graph and signatures to savvy c... | Kegan Dougal | 2015-01-08 | 1 | -8/+9 |
|/ |
|
* | Remove unused import | Erik Johnston | 2015-01-07 | 1 | -2/+0 |
* | Optimize FrozenEvent creation | Erik Johnston | 2015-01-06 | 1 | -7/+13 |
* | Update copyright notices | Mark Haines | 2015-01-06 | 5 | -5/+5 |
* | Remove unneeded federation keys from events | Mark Haines | 2014-12-19 | 1 | -0/+3 |
* | clean up coding style a bit | Mark Haines | 2014-12-16 | 1 | -11/+11 |
* | Persist internal_metadata | Erik Johnston | 2014-12-16 | 1 | -2/+3 |
* | Fix pyflakes | Erik Johnston | 2014-12-15 | 1 | -2/+0 |
* | Use frozenutils | Erik Johnston | 2014-12-15 | 1 | -32/+4 |
* | Remove unused functions | Erik Johnston | 2014-12-15 | 1 | -42/+0 |
* | Finish up upgrade script | Erik Johnston | 2014-12-15 | 1 | -1/+1 |
* | Fix bug where we ignored event_edge_hashes table | Erik Johnston | 2014-12-15 | 1 | -0/+1 |
* | Validate message, topic and name event contents | Erik Johnston | 2014-12-12 | 1 | -0/+21 |
* | Fix prev_content | Erik Johnston | 2014-12-11 | 1 | -0/+8 |
* | Fix redactions. Fix 'age' key | Erik Johnston | 2014-12-11 | 3 | -3/+32 |
* | Add some basic event validation | Erik Johnston | 2014-12-10 | 1 | -8/+21 |
* | Actually fix bug when uploading state with empty state_key | Erik Johnston | 2014-12-10 | 1 | -0/+1 |
* | Fix bug when uploading state with empty state_key | Erik Johnston | 2014-12-10 | 1 | -2/+8 |
* | Fix AttributeError | Erik Johnston | 2014-12-10 | 1 | -0/+3 |
* | Add __str__ to FrozenEvent | Erik Johnston | 2014-12-10 | 1 | -0/+5 |
* | Try and figure out how and why signatures are being changed. | Erik Johnston | 2014-12-10 | 2 | -11/+14 |
* | Add PEP8 newlines | Erik Johnston | 2014-12-09 | 3 | -3/+3 |
* | More bug fixes | Erik Johnston | 2014-12-08 | 1 | -8/+1 |
* | Various typos and bug fixes. | Erik Johnston | 2014-12-08 | 2 | -1/+4 |
* | Start making more things use EventContext rather than event.* | Erik Johnston | 2014-12-05 | 2 | -2/+49 |
* | Convert rest and handlers to use new event structure | Erik Johnston | 2014-12-04 | 2 | -5/+8 |
* | Begin converting things to use the new Event structure | Erik Johnston | 2014-12-04 | 1 | -0/+3 |
* | WIP for new way of managing events. | Erik Johnston | 2014-12-03 | 5 | -78/+286 |
* | Begin fleshing out a new Event object | Erik Johnston | 2014-12-02 | 2 | -0/+194 |