Mark Haines
|
4f37c0ea9d
|
Merge branch 'develop' into media_repository
|
2014-12-10 16:55:06 +00:00 |
|
Mark Haines
|
61fc37e467
|
Merge branch 'develop' into media_repository
|
2014-12-10 16:14:17 +00:00 |
|
Mark Haines
|
2d265ef3bd
|
import Image as PIL.Image.
|
2014-12-10 16:09:18 +00:00 |
|
Mark Haines
|
e5275d856e
|
Get the code actually working
|
2014-12-10 15:46:18 +00:00 |
|
Mark Haines
|
cc84d3ea78
|
Thumbnail uploaded and cached images
|
2014-12-10 15:40:52 +00:00 |
|
Matthew Hodgson
|
0f4dcab238
|
turn back on per-request transaction retries, so that every time we try to hit a dead server we actually end up hammering 5 times :|
|
2014-12-10 10:28:27 +00:00 |
|
Erik Johnston
|
b8d30899b1
|
Code style.
|
2014-12-10 10:16:09 +00:00 |
|
Matthew Hodgson
|
71da2bed55
|
plateau retries after 1h
|
2014-12-10 00:18:44 +00:00 |
|
Matthew Hodgson
|
faf12b64f8
|
add errbacks to enqueue_pdu deferreds; change logging for failed federation sends to warn rather than exception
|
2014-12-10 00:12:51 +00:00 |
|
Matthew Hodgson
|
2b1acb7671
|
squidge to 79 columns as per pep8
|
2014-12-10 00:03:55 +00:00 |
|
Matthew Hodgson
|
8529fba02d
|
fix a million stupid bugs and make it actually work
|
2014-12-08 19:34:51 +00:00 |
|
Matthew Hodgson
|
0d3fa1ac6e
|
add a write-through cache on the retry schedule
|
2014-12-08 17:48:57 +00:00 |
|
Matthew Hodgson
|
9c43b258ec
|
actually reset retry schedule if we can successfuly talk to it
|
2014-12-08 00:17:12 +00:00 |
|
Matthew Hodgson
|
5cd43d4b9f
|
fix stupid syntax thinkos
|
2014-12-07 23:44:16 +00:00 |
|
Matthew Hodgson
|
aed62a3583
|
track replication destination health, and perform exponential back-off when sending transactions. does *not* yet retry transactions, but drops them on the floor if waiting for a server to recover.
|
2014-12-07 02:26:07 +00:00 |
|
Mark Haines
|
a953be097f
|
Add a method field to thumbnail storage
|
2014-12-05 16:31:56 +00:00 |
|
Mark Haines
|
0363820122
|
Add a class for generating thumbnails using PIL
|
2014-12-05 16:12:37 +00:00 |
|
Mark Haines
|
c01fd5573c
|
Implement download support for media_repository
|
2014-12-04 14:22:31 +00:00 |
|
Paul "LeoNerd" Evans
|
f5d2514fc0
|
@log_function on PresenceStream's get_new_events_for_user()
|
2014-12-03 19:48:14 +00:00 |
|
Paul "LeoNerd" Evans
|
52f1d3c886
|
Store any incoming presence push in the local cache anyway, even if there's no interested observers (yet *hint*) (SYN-115)
|
2014-12-03 19:06:24 +00:00 |
|
Erik Johnston
|
797193283e
|
Bump changes and version
|
2014-12-03 18:01:47 +00:00 |
|
Erik Johnston
|
d06dfc70b0
|
Fix bug where did not always resolve all the deferreds in _attempt_new_transaction
|
2014-12-03 11:50:23 +00:00 |
|
Paul "LeoNerd" Evans
|
66b0596b7a
|
Don't log synapse.storage at DEBUG level when under -v; require -v -v for that
|
2014-12-02 22:28:18 +00:00 |
|
Paul "LeoNerd" Evans
|
10eb8f070c
|
Workaround for non-uniqueness of room member events in the database confusing HAVING COUNT() test of room membership intersection (with thanks to Tom Molesworth)
|
2014-12-02 21:36:53 +00:00 |
|
Paul "LeoNerd" Evans
|
274d137b00
|
Extra verbosity on logging of received presence info
|
2014-12-02 20:51:28 +00:00 |
|
Paul "LeoNerd" Evans
|
307f94dcbe
|
Squash room_ids list to a set() to remove duplicates - with TODO marker as I have no idea /why/ the dups are happening in the first place
|
2014-12-02 20:51:12 +00:00 |
|
Mark Haines
|
2f804a7072
|
Fix pyflakes and pep8 warnings
|
2014-12-02 19:55:18 +00:00 |
|
Mark Haines
|
5da65085d1
|
Get uploads working with new media repo
|
2014-12-02 19:51:47 +00:00 |
|
Paul "LeoNerd" Evans
|
afb646dc1e
|
Allow GET /room/:room_id/messages without 'limit' parameter to default to 10
|
2014-12-02 18:01:16 +00:00 |
|
Erik Johnston
|
23a2c42469
|
Bump version
|
2014-12-02 17:45:40 +00:00 |
|
Mark Haines
|
7993e3d10d
|
SYN-187: Set a more sensible default for the content_addr
|
2014-12-02 17:20:02 +00:00 |
|
Mark Haines
|
279c48c8b4
|
Write the upload portion of version 1 of the media repository
|
2014-12-02 17:13:14 +00:00 |
|
Erik Johnston
|
ab74afdd8d
|
Bump version
|
2014-11-27 17:30:08 +00:00 |
|
Erik Johnston
|
cce32f8dc5
|
Bump version and changelog
|
2014-11-27 17:15:32 +00:00 |
|
Erik Johnston
|
1505055334
|
Don't return outliers when we get recent events for rooms.
|
2014-11-27 16:38:50 +00:00 |
|
Erik Johnston
|
027542e2e5
|
Fix bugs when joining a remote room that has dodgy event graphs. This should also fix the number of times a HS will trigger a GET /event/
|
2014-11-27 16:02:26 +00:00 |
|
Erik Johnston
|
0294fba042
|
on_receive_pdu takes more args
|
2014-11-27 14:46:33 +00:00 |
|
Erik Johnston
|
07699b5871
|
Change the way we get missing auth and state events
|
2014-11-27 14:31:43 +00:00 |
|
Erik Johnston
|
b8849c8cbf
|
Re-sign events when we return them via federation as a temporary hack to work around the problem where we reconstruct events differently than when they were signed
|
2014-11-27 13:53:31 +00:00 |
|
Erik Johnston
|
00ab5cd6f2
|
Attempt to fix bug where we 500d an event stream due to trying to cancel a timer twice
|
2014-11-26 18:04:33 +00:00 |
|
Erik Johnston
|
858e87ab0d
|
Add a workaround for bug where some initial join events don't reference creation events in their auth_events
|
2014-11-26 16:29:03 +00:00 |
|
Erik Johnston
|
6c485c282d
|
Catch exceptions when trying to add an entry to rooms tables
|
2014-11-26 16:06:20 +00:00 |
|
Erik Johnston
|
5288a7dc9a
|
Bump version and changelog
|
2014-11-26 15:19:08 +00:00 |
|
Erik Johnston
|
4e2ffe79a4
|
Don't delete the entire current_state_events table
|
2014-11-26 15:17:08 +00:00 |
|
Erik Johnston
|
ad13f14432
|
Bump version numbers and change log
|
2014-11-26 11:53:12 +00:00 |
|
Erik Johnston
|
cb76945688
|
Add update delta for schema change
|
2014-11-26 11:17:19 +00:00 |
|
Erik Johnston
|
87538711b6
|
Update schema to support multiple signatures
|
2014-11-26 11:14:30 +00:00 |
|
Erik Johnston
|
3598c11c8d
|
Correctly handle the case where we get an event for an unknown room, which turns out we are actually in
|
2014-11-26 10:41:08 +00:00 |
|
Erik Johnston
|
64fc859dac
|
Fix bugs in invite/join dances.
We now do more implement more of the auth on the events so that we
don't reject valid events.
|
2014-11-25 17:59:49 +00:00 |
|
Kegan Dougal
|
3536fd7d60
|
Don't double url-decode state event types.
|
2014-11-25 11:02:19 +00:00 |
|