- May 16, 2016
-
-
Mark Haines authored
-
Mark Haines authored
-
Mark Haines authored
s/domian/domain/g
-
Matthew Hodgson authored
add a url_preview_ip_range_whitelist config param
-
Mark Haines authored
Always set the config key with an empty list, even if a list isn't specified. This means that the codepaths are the same for both the empty list and for a missing key. Since the behaviour is the same for both cases this makes the code somewhat easier to reason about.
-
Mark Haines authored
-
- May 13, 2016
-
-
Matrix authored
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
Mark Haines authored
-
Mark Haines authored
Make email notifs work on the pusher synapse
-
Mark Haines authored
-
Mark Haines authored
-
Mark Haines authored
-
Mark Haines authored
-
Mark Haines authored
Add a slaved datastore for account data
-
Mark Haines authored
Allow receipts for events we haven't seen in the db
-
Mark Haines authored
-
Mark Haines authored
-
Erik Johnston authored
Create user with expiry
-
Erik Johnston authored
Fixup add_pusher
-
Erik Johnston authored
-
Erik Johnston authored
Delete old pushers
-
Erik Johnston authored
Use tree cache for get_linearized_receipts_for_room
-
Erik Johnston authored
Remove unused indices
-
Erik Johnston authored
-
Negi Fazeli authored
- Add unittests for client, api and handler Signed-off-by:
Negar Fazeli <negar.fazeli@ericsson.com>
-
Mark Haines authored
-
Erik Johnston authored
This includes removing both unused indices and indices that are subsets of other indices.
-
Mark Haines authored
Fix a bug in replication that was causing the pusher to tight loop
-
Mark Haines authored
-
Mark Haines authored
-
Erik Johnston authored
-
David Baker authored
Plus general bugfix to email notif code
-
Mark Haines authored
move filter_events_for_client out of base handler
-
Erik Johnston authored
-
- May 12, 2016
-
-
Mark Haines authored
-
- May 11, 2016
-
-
Mark Haines authored
-
Mark Haines authored
Shuffle when we get the signing_key attribute.
-
Mark Haines authored
Wait until we sign a message to get the signing key from the homeserver config. This means that the message handler can be created without having a signing key in the config which means that separate processes like the pusher that don't send messages and don't need to sign them can still access the handlers.
-