David Baker
|
10f76dc5da
|
Make LRU cache not default to treecache & add options to use it
|
2016-01-22 12:10:33 +00:00 |
|
David Baker
|
5b142788d2
|
Add __contains__
|
2016-01-22 11:49:59 +00:00 |
|
David Baker
|
eaa836e8ca
|
Docs for treecache
|
2016-01-22 11:47:22 +00:00 |
|
David Baker
|
42eae4634f
|
Use new invalidate_many cache invalidation to invalidate the event_push_actions cache appropriately.
|
2016-01-22 11:22:48 +00:00 |
|
David Baker
|
8acc5cb60f
|
Add invalidate_many here too
|
2016-01-22 11:22:32 +00:00 |
|
David Baker
|
31a051b677
|
Test treecache directly
|
2016-01-22 11:22:00 +00:00 |
|
Erik Johnston
|
8f9c74e9f1
|
Fix tests
|
2016-01-22 10:48:27 +00:00 |
|
Erik Johnston
|
975903ae17
|
Sanitize filters
|
2016-01-22 10:41:30 +00:00 |
|
David Baker
|
4efcaa43c8
|
Add tests for treecache directly and test del_multi at the LruCache level too.
|
2016-01-22 10:37:37 +00:00 |
|
David Baker
|
330be18ec5
|
peppate
|
2016-01-21 19:17:32 +00:00 |
|
David Baker
|
f1f8122120
|
Change LRUCache to be tree-based so we can delete subtrees.
|
2016-01-21 19:16:25 +00:00 |
|
Erik Johnston
|
297eded261
|
Merge pull request #517 from matrix-org/erikj/push_only_room
Only fetch events for rooms and receipts
|
2016-01-21 16:12:39 +00:00 |
|
Erik Johnston
|
0e07f2e15d
|
Only fetch events for rooms and receipts
|
2016-01-21 16:10:37 +00:00 |
|
Erik Johnston
|
82b46f556d
|
Merge pull request #516 from matrix-org/erikj/push_perf
Reduce number of calls to get_unread_event_push_actions_by_room
|
2016-01-21 15:12:56 +00:00 |
|
Erik Johnston
|
8f66fe6392
|
Cache get_unread_event_push_actions_by_room_for_user
|
2016-01-21 15:02:07 +00:00 |
|
Erik Johnston
|
3a00f13436
|
Only compute badge count when necessary.
This reverts commit d726597737 .
|
2016-01-21 14:56:11 +00:00 |
|
Erik Johnston
|
c6549117a2
|
Fix AttributeError
|
2016-01-21 14:02:14 +00:00 |
|
Erik Johnston
|
ed1d189e10
|
Merge pull request #515 from matrix-org/erikj/syn-606
SYN-606: Peeking does not wake up /events
|
2016-01-21 13:40:20 +00:00 |
|
Erik Johnston
|
dfe1273d14
|
Merge pull request #509 from matrix-org/erikj/dns_cache
Cache dns lookups, and use the cache if we fail to lookup servers later
|
2016-01-21 13:37:23 +00:00 |
|
Erik Johnston
|
91a222c66d
|
SYN-606: Peeking does not wake up /events
If a real user attempted to first peek into one room, and then another,
their room event stream would not be woken up for events in the later
room.
|
2016-01-21 13:22:26 +00:00 |
|
David Baker
|
0503bdb316
|
Merge pull request #514 from matrix-org/remove_member_event_rule
Remove member event rule as per SYN-607
|
2016-01-21 12:00:26 +00:00 |
|
David Baker
|
930ba003f8
|
Remove member event rule as per SYN-607
|
2016-01-21 11:50:27 +00:00 |
|
Erik Johnston
|
d54005059c
|
Merge branch 'develop' of github.com:matrix-org/synapse into develop
|
2016-01-21 10:19:15 +00:00 |
|
Erik Johnston
|
d7c85ad916
|
Add another graph contrib
|
2016-01-21 10:19:05 +00:00 |
|
David Baker
|
c1a3021771
|
Merge pull request #507 from matrix-org/push_badge_counts
Push badge counts
|
2016-01-21 10:09:11 +00:00 |
|
Erik Johnston
|
d049e81b10
|
Merge pull request #513 from matrix-org/erikj/register_user_chars
Don't explode when given a unicode username in /register/
|
2016-01-21 09:53:35 +00:00 |
|
Erik Johnston
|
c43b6dcc75
|
Fix change_password
|
2016-01-20 16:14:48 +00:00 |
|
David Baker
|
367cfab4e6
|
peppate
|
2016-01-20 16:05:09 +00:00 |
|
Erik Johnston
|
69adf8c384
|
Merge pull request #512 from matrix-org/erikj/whine_on_from
Whine if we give a from param to /sync
|
2016-01-20 15:58:44 +00:00 |
|
Erik Johnston
|
73ca8e5834
|
Whine if we give a from param to /sync
|
2016-01-20 15:42:57 +00:00 |
|
Erik Johnston
|
b088291f14
|
Don't explode when given a unicode username in /register/
|
2016-01-20 15:40:25 +00:00 |
|
Daniel Wagner-Hall
|
a2ae01cc0f
|
Merge pull request #510 from matrix-org/daniel/nonguestpeeking
Allow non-guests to peek on rooms using /events
|
2016-01-20 15:34:18 +00:00 |
|
Daniel Wagner-Hall
|
da417aa56d
|
Allow non-guests to peek on rooms using /events
|
2016-01-20 15:34:07 +00:00 |
|
David Baker
|
d4315bbf6b
|
Add index by user id on receipts_linearized
|
2016-01-20 15:33:27 +00:00 |
|
David Baker
|
3fa344c037
|
Add storage function to get all receipts for a user. Also add some cache invalidation to the receipts storage because there wasn't any, and remove a method that was unused.
|
2016-01-20 15:30:31 +00:00 |
|
David Baker
|
7cc047455e
|
Inline membership specifier
|
2016-01-20 13:50:28 +00:00 |
|
David Baker
|
d726597737
|
Simplify badge updating code by just updating it every time we get woken up and it's not an event
|
2016-01-20 13:49:00 +00:00 |
|
David Baker
|
2309450a76
|
Merge branch 'develop' into push_badge_counts
|
2016-01-20 13:45:13 +00:00 |
|
David Baker
|
ea5eea2424
|
Merge branch 'dbkr/no_push_for_own_events' into develop
|
2016-01-20 13:44:46 +00:00 |
|
David Baker
|
746f6e0eb3
|
'filtered' is a list of zero or 1
|
2016-01-20 13:44:04 +00:00 |
|
David Baker
|
7441d8cc0c
|
Merge remote-tracking branch 'origin/develop' into push_badge_counts
|
2016-01-20 13:40:22 +00:00 |
|
David Baker
|
ccf9387d57
|
Merge branch 'develop' into push_badge_counts
|
2016-01-20 13:33:45 +00:00 |
|
David Baker
|
d4cefb6289
|
Merge pull request #511 from matrix-org/dbkr/no_push_for_own_events
Don't generate push actions for our own events
|
2016-01-20 13:33:25 +00:00 |
|
David Baker
|
259d1ecd1d
|
Don't generate push actions for our own events
|
2016-01-20 13:24:59 +00:00 |
|
Erik Johnston
|
191070123d
|
Cache dns lookups, and use the cache if we fail to lookup servers later
|
2016-01-20 11:34:09 +00:00 |
|
David Baker
|
afb7b377f2
|
Merge branch 'develop' into push_badge_counts
|
2016-01-19 18:17:23 +00:00 |
|
Erik Johnston
|
af30140621
|
Merge pull request #506 from matrix-org/erikj/push_fast
Only compute unread notifications for rooms we send down stream
|
2016-01-19 17:31:10 +00:00 |
|
Erik Johnston
|
ac2842ff1e
|
Only compute unread notifications for rooms we send down stream
|
2016-01-19 17:19:53 +00:00 |
|
Erik Johnston
|
892ee473d9
|
Don't use form of get_state_for_events with None state_key
|
2016-01-19 17:14:46 +00:00 |
|
Erik Johnston
|
40d9765123
|
Merge pull request #505 from matrix-org/erikj/push_fast
Push actions perf
|
2016-01-19 16:16:05 +00:00 |
|