summary refs log tree commit diff
path: root/docs/implementation-notes
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <paul@matrix.org>2014-11-17 16:59:24 +0000
committerPaul "LeoNerd" Evans <paul@matrix.org>2014-11-17 16:59:24 +0000
commit31a049eb692d37387a2db972da754f7ec56218c7 (patch)
tree9e5f47abad904d30c08d2f340b543a631e436894 /docs/implementation-notes
parentInclude room membership in room initialSync (diff)
parentSYN-148: Add the alias after creating the room (diff)
downloadsynapse-31a049eb692d37387a2db972da754f7ec56218c7.tar.xz
Merge branch 'develop' into room-initial-sync
Conflicts:
	synapse/handlers/message.py
Diffstat (limited to '')
-rw-r--r--docs/ancient_architecture_notes.rst (renamed from docs/implementation-notes/python_architecture.rst)6
-rw-r--r--docs/code_style.rst (renamed from docs/implementation-notes/code_style.rst)0
2 files changed, 6 insertions, 0 deletions
diff --git a/docs/implementation-notes/python_architecture.rst b/docs/ancient_architecture_notes.rst

index 8beaa615d0..2a5a2613c4 100644 --- a/docs/implementation-notes/python_architecture.rst +++ b/docs/ancient_architecture_notes.rst
@@ -1,3 +1,9 @@ +.. WARNING:: + These architecture notes are spectacularly old, and date back to when Synapse + was just federation code in isolation. This should be merged into the main + spec. + + = Server to Server = == Server to Server Stack == diff --git a/docs/implementation-notes/code_style.rst b/docs/code_style.rst
index d7e2d5e69e..d7e2d5e69e 100644 --- a/docs/implementation-notes/code_style.rst +++ b/docs/code_style.rst