anonymousland-synapse/synapse
Mark Haines 0a7d3cd00f Create separate methods for getting messages to push
for the email and http pushers rather than trying to make a single
method that will work with their conflicting requirements.

The http pusher needs to get the messages in ascending stream order, and
doesn't want to miss a message.

The email pusher needs to get the messages in descending timestamp order,
and doesn't mind if it misses messages.
2016-07-28 20:24:24 +01:00
..
api Merge pull request #952 from matrix-org/markjh/more_fixes 2016-07-26 19:20:56 +01:00
app Fix flake8 violation 2016-07-26 11:59:08 +01:00
appservice
config Update password config comment 2016-07-06 12:18:19 +09:00
crypto Merge branch 'erikj/key_client_fix' of github.com:matrix-org/synapse into release-v0.17.0 2016-07-28 10:47:06 +01:00
events
federation Linearize some federation endpoints based on (origin, room_id) 2016-06-17 16:43:45 +01:00
handlers Delete e2e keys on device delete 2016-07-27 12:24:52 +01:00
http Log when adding listeners 2016-07-25 17:22:15 +01:00
metrics Don't explode if we have no snapshots yet 2016-07-20 16:59:52 +01:00
push Create separate methods for getting messages to push 2016-07-28 20:24:24 +01:00
replication Create separate methods for getting messages to push 2016-07-28 20:24:24 +01:00
rest Add r0.1.0 to the "supported versions" list 2016-07-28 10:14:07 +01:00
static/client
storage Create separate methods for getting messages to push 2016-07-28 20:24:24 +01:00
streams
util Fix retry utils to check if the exception is a subclass of CME 2016-07-28 10:47:02 +01:00
__init__.py Bump version and changelog 2016-07-28 10:38:56 +01:00
notifier.py Notify users for events in rooms they join. 2016-06-07 11:33:36 +01:00
python_dependencies.py Add metrics for psutil derived memory usage 2016-07-20 16:00:21 +01:00
server.py Add device_id support to /login 2016-07-18 16:39:44 +01:00
server.pyi Type annotations 2016-07-19 18:56:16 +01:00
state.py Comment 2016-07-15 09:29:54 +01:00
types.py Add create_requester function 2016-07-26 16:46:53 +01:00
visibility.py