|  Erik Johnston | a01416cf21 | Add delta and bump DB version | 2015-01-06 15:42:18 +00:00 | 
				
					
						|  Mark Haines | adb04b1e57 | Update copyright notices | 2015-01-06 13:21:39 +00:00 | 
				
					
						|  Erik Johnston | f76269392b | Merge branch 'develop' of github.com:matrix-org/synapse into release-v0.6.0 Conflicts:
	synapse/state.py | 2014-12-16 18:35:46 +00:00 | 
				
					
						|  Erik Johnston | 52f99243ab | Use is_outlier() so that we don't get AttributeError | 2014-12-16 18:33:50 +00:00 | 
				
					
						|  Mark Haines | 56db465047 | Merge branch 'release-v0.6.0' into develop | 2014-12-16 17:29:49 +00:00 | 
				
					
						|  Mark Haines | 627e4f01d2 | Remove send_message since nothing was calling it. Remove Snapshot because only send_message was using it | 2014-12-16 16:07:41 +00:00 | 
				
					
						|  Erik Johnston | b3c793e362 | Do run all deltas up to missing delta 10 | 2014-12-16 14:44:53 +00:00 | 
				
					
						|  Erik Johnston | 2e44714214 | Make failure to run appropraite upgrade scripts more helpful. | 2014-12-16 14:20:32 +00:00 | 
				
					
						|  Erik Johnston | ef5a141050 | Bump database version | 2014-12-16 13:57:47 +00:00 | 
				
					
						|  Erik Johnston | 35f4f6b070 | Update upgrade script | 2014-12-16 13:27:53 +00:00 | 
				
					
						|  Erik Johnston | 882dc8dcab | Persist internal_metadata | 2014-12-16 13:17:09 +00:00 | 
				
					
						|  Erik Johnston | 3c77d13aa5 | Kill off synapse.api.events.* | 2014-12-16 11:29:05 +00:00 | 
				
					
						|  Erik Johnston | f280929a12 | Use frozenutils | 2014-12-15 17:31:36 +00:00 | 
				
					
						|  Erik Johnston | c8dd3314d6 | Fix bug where we ignored event_edge_hashes table | 2014-12-15 13:55:22 +00:00 | 
				
					
						|  Erik Johnston | c39beb5559 | Store json as UTF-8 and not bytes | 2014-12-12 14:53:37 +00:00 | 
				
					
						|  Erik Johnston | cde840a82c | Merge branch 'develop' of github.com:matrix-org/synapse into events_refactor Conflicts:
	setup.py | 2014-12-11 17:48:48 +00:00 | 
				
					
						|  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 | 
				
					
						|  Erik Johnston | 1d2a0040cf | Fix bug where we clobbered old state group values | 2014-12-10 15:55:03 +00:00 | 
				
					
						|  Erik Johnston | 02db7eb209 | Fix bug when uploading state with empty state_key | 2014-12-10 14:02:48 +00:00 | 
				
					
						|  Erik Johnston | aae8a37e63 | Merge branch 'develop' of github.com:matrix-org/synapse into events_refactor | 2014-12-10 13:18:40 +00:00 | 
				
					
						|  Erik Johnston | 95aa903ffa | Try and figure out how and why signatures are being changed. | 2014-12-10 11:37:47 +00:00 | 
				
					
						|  Erik Johnston | aa3f66cf7f | Change the way we implement get_events to be less sucky | 2014-12-09 13:35:26 +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 | 
				
					
						|  Erik Johnston | 6630e1b579 | Start making more things use EventContext rather than event.* | 2014-12-05 16:20:48 +00:00 | 
				
					
						|  Mark Haines | 5da65085d1 | Get uploads working with new media repo | 2014-12-02 19:51:47 +00:00 | 
				
					
						|  Erik Johnston | ec2b5d8c28 | Store full JSON of events in db | 2014-12-01 16:22:07 +00:00 | 
				
					
						|  Erik Johnston | 4e2ffe79a4 | Don't delete the entire current_state_events table | 2014-11-26 15:17:08 +00:00 | 
				
					
						|  Erik Johnston | cb76945688 | Add update delta for schema change | 2014-11-26 11:17:19 +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 | 
				
					
						|  Mark Haines | dfdda2c871 | Use module loggers rather than the root logger. Exceptions caused by bad clients shouldn't cause ERROR level logging. Fix sql logging to use 'repr' rather than 'str' | 2014-11-20 17:10:37 +00:00 | 
				
					
						|  Erik Johnston | 5b46ce579b | Bump version, changelog and upgrade.rst | 2014-11-19 18:00:57 +00:00 | 
				
					
						|  Mark Haines | 8c2b5ea7c4 | Fix PDU and event signatures | 2014-11-14 19:11:04 +00:00 | 
				
					
						|  Erik Johnston | f04b3d5042 | Store all signatures on events rather than just dropping them | 2014-11-12 17:02:34 +00:00 | 
				
					
						|  Erik Johnston | 6fea478d2e | Fix bugs with invites/joins across federatiom. Both in terms of auth and not trying to fetch missing PDUs for invites,
joins etc. | 2014-11-12 11:24:11 +00:00 | 
				
					
						|  Erik Johnston | 5d439b127b | PEP8 | 2014-11-10 13:46:44 +00:00 | 
				
					
						|  Erik Johnston | 6cb6cb9e69 | Tidy up some of the unused sql tables | 2014-11-10 10:31:00 +00:00 | 
				
					
						|  Erik Johnston | 49948d72f3 | Fix joining over federation | 2014-11-07 10:53:38 +00:00 | 
				
					
						|  Erik Johnston | bf6b72eb55 | Start implementing auth chains | 2014-11-07 10:53:38 +00:00 | 
				
					
						|  Erik Johnston | 351c64e99e | Amalgamate all power levels. Remove concept of reqired power levels, something similiar can be done
using the new power level event. | 2014-11-06 16:59:13 +00:00 | 
				
					
						|  Erik Johnston | 4317c8e583 | Implement new replace_state and changed prev_state `prev_state` is now a list of previous state ids, similiar to
prev_events. `replace_state` now points to what we think was replaced. | 2014-11-06 15:10:55 +00:00 | 
				
					
						|  Erik Johnston | f139c02e95 | Formatting | 2014-11-03 11:34:49 +00:00 | 
				
					
						|  Erik Johnston | ecabff7eb4 | Sign evnets | 2014-10-31 17:08:52 +00:00 | 
				
					
						|  Erik Johnston | d30d79b5be | Make prev_event signing work again. | 2014-10-31 15:35:39 +00:00 | 
				
					
						|  Erik Johnston | 2f39dc19a2 | Remove more references to dead PDU tables | 2014-10-31 14:27:14 +00:00 | 
				
					
						|  Erik Johnston | bfa36a72b9 | Remove PDU tables. | 2014-10-31 14:00:32 +00:00 | 
				
					
						|  Erik Johnston | e7858b6d7e | Start filling out and using new events tables | 2014-10-29 16:59:24 +00:00 | 
				
					
						|  Erik Johnston | a10c2ec88d | Don't reference PDU when persisting event | 2014-10-28 17:15:32 +00:00 | 
				
					
						|  Erik Johnston | 2d1dfb3b34 | Begin implementing all the PDU storage stuff in Events land | 2014-10-28 16:42:35 +00:00 | 
				
					
						|  Erik Johnston | da1dda3e1d | Add transaction level logging and timing information. Add a _simple_delete method | 2014-10-28 11:18:04 +00:00 |