synapse/synapse
Richard van der Hoff 703de4ec13 Comments and interface cleanup for on_receive_pdu
Add some informative comments about what's going on here.

Also, `sent_to_us_directly` and `get_missing` were doing the same thing (apart
from in `_handle_queued_pdus`, which looks like a bug), so let's get rid of
`get_missing` and use `sent_to_us_directly` consistently.
2018-09-20 13:06:55 +01:00
..
api
app typo 2018-09-17 17:37:56 +01:00
appservice
config
crypto
events Fix handling of redacted events from federation 2018-09-13 15:44:12 +01:00
federation Comments and interface cleanup for on_receive_pdu 2018-09-20 13:06:55 +01:00
groups
handlers Comments and interface cleanup for on_receive_pdu 2018-09-20 13:06:55 +01:00
http Fix client IPs being broken on Python 3 (#3908) 2018-09-20 20:14:34 +10:00
metrics Remove spurious comment 2018-09-14 15:12:36 +01:00
module_api
push merge (#3576) 2018-09-14 03:11:11 +10:00
replication Fix minor typo in exception 2018-09-13 11:51:12 -06:00
rest
server_notices
state
static/client
storage Fix client IPs being broken on Python 3 (#3908) 2018-09-20 20:14:34 +10:00
streams
util Improve the logging when handling a federation transaction (#3904) 2018-09-19 17:28:18 +01:00
__init__.py
event_auth.py
notifier.py Fixup 2018-09-19 11:19:47 +01:00
python_dependencies.py
secrets.py
server.py
server.pyi
types.py
visibility.py