Commit graph

  • f0128f9600 Add RoomMemberStore.get_users_in_room, so that we can get the list of joined users without having to retrieve the full events Erik Johnston 2015-01-06 10:55:43 +0000
  • 96a5ba41f5 Merge branch 'develop' of github.com:matrix-org/synapse into erikj-perf Erik Johnston 2015-01-06 10:53:04 +0000
  • 90d60e3fe4 Merge branch 'hotfixes-v0.6.0a' v0.6.0b Mark Haines 2014-12-29 14:01:07 +0000
  • af61c29527 Return the argument passed to the callback in a deferred callback, otherwise twisted will replace the deferred result with 'None' Mark Haines 2014-12-29 13:54:05 +0000
  • 0e93e01fcb spell out that VoIP needs TURN Matthew Hodgson 2014-12-24 19:45:28 +0000
  • 407c299828 improve error msg Matthew Hodgson 2014-12-24 17:50:42 +0000
  • 1eb319806b clarify these instructions a media-repo specific Matthew Hodgson 2014-12-24 16:56:32 +0000
  • d90e586c85 spell out that upgrading is just installing over the top Matthew Hodgson 2014-12-24 16:56:20 +0000
  • 24b5d01853 Include version in User-Agent and Server headers Mark Haines 2014-12-22 10:16:02 +0000
  • 74ee4048c2 Merge branch 'master' of github.com:matrix-org/synapse into erikj-perf Erik Johnston 2014-12-21 11:47:45 +0000
  • 420ccfc925 Merge branch 'hotfixes-v0.6.0' v0.6.0a Mark Haines 2014-12-19 17:52:58 +0000
  • 4640239d34 Mock ratelimiter to make tests pass. Kegan Dougal 2014-12-19 17:49:39 +0000
  • 2a5b53bc4a more changelogs Matthew Hodgson 2014-12-19 17:39:29 +0000
  • 67a406a754 Rate limit display names and avatar urls per request rather than per event. Kegan Dougal 2014-12-19 17:36:33 +0000
  • d61109f578 Merge branch 'hotfixes-v0.6.0' of github.com:matrix-org/synapse into erikj-perf Erik Johnston 2014-12-19 16:37:08 +0000
  • efd27ff01b Set a state_key for the topic and room name, otherwise they won't be treated as room state Mark Haines 2014-12-19 15:31:27 +0000
  • 9c71d945d6 Look for name, topic in the event content rather than the event itself when persisting room name and topic events Mark Haines 2014-12-19 15:16:48 +0000
  • f70e622d59 bump_presence_active_time when sending a message event Mark Haines 2014-12-19 14:30:57 +0000
  • a999f0dec3 Don't ratelimit room create events Mark Haines 2014-12-19 14:18:27 +0000
  • 45a6869cb4 Merge branch 'release-v0.6.0' v0.6.0 Mark Haines 2014-12-19 13:40:02 +0000
  • 1e4a56c3a9 Bump web sdk version to 0.6.0 Mark Haines 2014-12-19 13:39:24 +0000
  • 1e7f83b91d Set display name when joining via alias Mark Haines 2014-12-19 12:31:46 +0000
  • 5dbe820e9a Remove unneeded federation keys from events Mark Haines 2014-12-19 12:16:26 +0000
  • 390e48a8b0 SYN-203: Handle requests for thunbnails for images that are small Mark Haines 2014-12-19 12:05:26 +0000
  • 5739e6c606 s/user_id/sender/ Mark Haines 2014-12-19 11:43:46 +0000
  • 4e38b0800d Merge branch 'develop' into release-v0.6.0 Mark Haines 2014-12-19 11:21:40 +0000
  • 41ce544abe Merge branch 'release-v0.6.0' of github.com:matrix-org/synapse into erikj-perf Erik Johnston 2014-12-18 18:57:21 +0000
  • 041ac476a5 Supply auth_chain along with current state in '/state/', fetch auth events from a remote server if we are missing some of them Mark Haines 2014-12-18 18:47:13 +0000
  • fead431c18 If we didn't get any events, advance the token or we'll just keep not getting the same events again. David Baker 2014-12-18 18:44:33 +0000
  • dbe77ec79a Replace distributor deferred list, with a simple for loop until I understand why the former breaks and the latter doesn't Mark Haines 2014-12-18 17:47:00 +0000
  • b56730bb6e Merge branch 'develop' into pushers David Baker 2014-12-18 15:15:22 +0000
  • afa953a293 schema version is now 10 David Baker 2014-12-18 15:11:06 +0000
  • 0a6664493a Merge branch 'master' into pushers David Baker 2014-12-18 15:06:11 +0000
  • 4c7ad50f6e Thank you, pyflakes David Baker 2014-12-18 14:55:04 +0000
  • 173264b656 ...and bump SCHEMA_VERSION David Baker 2014-12-18 14:53:10 +0000
  • fc7c5e9cd7 Rename the pusher SQL delta to v9 which the next free one David Baker 2014-12-18 14:51:29 +0000
  • 9728c305a3 after a few rethinks, a working implementation of pushers. David Baker 2014-12-18 14:49:22 +0000
  • 20923ffd43 Update README.rst Kegsay 2014-12-18 14:44:48 +0000
  • f8cc8a66b4 Update README.rst Kegsay 2014-12-18 14:16:31 +0000
  • dea5d4b03b Don't yield on sending the event accross federation. Mark Haines 2014-12-18 11:29:46 +0000
  • f3788e3c78 Test some ideas that might help performance a bit Erik Johnston 2014-12-17 23:37:08 +0000
  • dec5b62339 Use _get_events_txn instead of _parse_events_txn Erik Johnston 2014-12-16 19:16:41 +0000
  • 21cab3a7ec Fix where we pulled in event.state_events from hotfixes branch Erik Johnston 2014-12-16 19:16:15 +0000
  • 2215faa361 Merge branch 'hotfixes-v0.5.4a' of github.com:matrix-org/synapse into release-v0.6.0 Erik Johnston 2014-12-16 19:11:13 +0000
  • 3defd5b3ee Add FIXME Erik Johnston 2014-12-16 19:07:20 +0000
  • 96779d2490 Fix bug where we did not send the full auth chain to people that joined over federation Erik Johnston 2014-12-16 18:57:36 +0000
  • 2d7716d4d0 Make error messages slightly more helpful Erik Johnston 2014-12-16 18:41:48 +0000
  • f76269392b Merge branch 'develop' of github.com:matrix-org/synapse into release-v0.6.0 Erik Johnston 2014-12-16 18:35:46 +0000
  • 52f99243ab Use is_outlier() so that we don't get AttributeError Erik Johnston 2014-12-16 18:33:50 +0000
  • 5b39cfff69 Don't assume an event exists Erik Johnston 2014-12-16 18:25:24 +0000
  • 9550ba94f2 Mention that we should pull in new deps before running upgrade script Erik Johnston 2014-12-16 17:31:39 +0000
  • 56db465047 Merge branch 'release-v0.6.0' into develop Mark Haines 2014-12-16 17:29:49 +0000
  • 28f71ecf0d Change upgrade script to not check hashes or signatures Erik Johnston 2014-12-16 17:29:22 +0000
  • 4dcad143dd SYN-142: Use a default log file 'homeserver.log' so people get logging by default. Kegan Dougal 2014-12-16 17:24:49 +0000
  • f06161a307 Enable rate limiting for all events Erik Johnston 2014-12-16 16:10:17 +0000
  • 627e4f01d2 Remove send_message since nothing was calling it. Remove Snapshot because only send_message was using it Mark Haines 2014-12-16 16:07:41 +0000
  • 23da4a4051 Fix typo where we thought a list was a dict Erik Johnston 2014-12-16 15:59:40 +0000
  • c3eae8a88c Construct the EventContext in the state handler rather than constructing one and then immediately calling state_handler.annotate_context_with_state Mark Haines 2014-12-16 15:59:17 +0000
  • 3c7857e49b clean up coding style a bit Mark Haines 2014-12-16 15:24:03 +0000
  • 42b725ce52 Fix upgrade script to run all the missing deltas. Erik Johnston 2014-12-16 15:13:34 +0000
  • 8b8beba194 Remove annotate_event_with_state as nothing was using it. Update state tests to call annotate_context_with_state Mark Haines 2014-12-16 15:07:38 +0000
  • b3c793e362 Do run all deltas up to missing delta 10 Erik Johnston 2014-12-16 14:44:53 +0000
  • d2ca24087f Bump UPGRADES and CHANGES Erik Johnston 2014-12-16 14:36:31 +0000
  • 2e44714214 Make failure to run appropraite upgrade scripts more helpful. Erik Johnston 2014-12-16 14:20:32 +0000
  • 592ba14b36 Fix bugs in upgrade script. Erik Johnston 2014-12-16 14:07:05 +0000
  • cb91ce5bba Rename upgrade script Erik Johnston 2014-12-16 13:58:57 +0000
  • bab1e790ae Include database bump in upgrade script Erik Johnston 2014-12-16 13:58:38 +0000
  • ef5a141050 Bump database version Erik Johnston 2014-12-16 13:57:47 +0000
  • 96cc7c8740 Bump version Erik Johnston 2014-12-16 13:57:27 +0000
  • 2af40cfa14 Merge pull request #25 from matrix-org/events_refactor Mark Haines 2014-12-16 13:53:43 +0000
  • 5a465b67ba Fix pyflakes Erik Johnston 2014-12-16 13:41:43 +0000
  • 58168498b0 Remove FrozenEncoder Erik Johnston 2014-12-16 13:38:38 +0000
  • 8133cdcc88 Better english in docstrings are helpful. Erik Johnston 2014-12-16 13:32:06 +0000
  • 35f4f6b070 Update upgrade script Erik Johnston 2014-12-16 13:27:53 +0000
  • 882dc8dcab Persist internal_metadata Erik Johnston 2014-12-16 13:17:09 +0000
  • 4afac88390 Add basic docstring to annotate_context_with_state Erik Johnston 2014-12-16 13:07:48 +0000
  • 3c77d13aa5 Kill off synapse.api.events.* Erik Johnston 2014-12-16 11:29:05 +0000
  • 6a1da99fab Add fixme to raising of AuthError in federation land Erik Johnston 2014-12-16 09:35:31 +0000
  • 400327d128 Add a script for talking matrix federation adding X-Matrix Authorization headers. Mark Haines 2014-12-15 17:37:40 +0000
  • 65b2e49429 Fix pyflakes Erik Johnston 2014-12-15 17:35:37 +0000
  • 9c49054f1d Merge branch 'develop' of github.com:matrix-org/synapse into events_refactor Erik Johnston 2014-12-15 17:33:23 +0000
  • f280929a12 Use frozenutils Erik Johnston 2014-12-15 17:31:36 +0000
  • 009e4b5637 User.is_mine is no longer a thing. Use hs.is_mine instead. Erik Johnston 2014-12-15 17:17:51 +0000
  • cf6e5f1dbf Rename MessageHandler.handle_event. Add a few comments. Erik Johnston 2014-12-15 17:01:12 +0000
  • 67c9585656 Update media_repository.py Kegsay 2014-12-15 16:57:53 +0000
  • 670dcdfc14 Remove unused functions Erik Johnston 2014-12-15 16:16:58 +0000
  • 0c1deca574 Remember to hook up the typing event stream to the notifier as well Paul "LeoNerd" Evans 2014-12-15 16:14:53 +0000
  • b75adaedca Finish up upgrade script Erik Johnston 2014-12-15 16:14:34 +0000
  • 65cdf4e724 Get current member state from current_state snapshot. Fix leave test. Erik Johnston 2014-12-15 15:03:27 +0000
  • 57e0e619f3 Merge branch 'develop' of github.com:matrix-org/synapse into events_refactor Erik Johnston 2014-12-15 14:45:59 +0000
  • 20beed9dd4 Still send typing notifications to myself if I'm the only one in the room (it's a lonely life...) Paul "LeoNerd" Evans 2014-12-15 14:37:12 +0000
  • 3610641a62 Update docs in media_repository Mark Haines 2014-12-15 13:56:43 +0000
  • 616f88027c Add beginnings of upgrade script Erik Johnston 2014-12-15 13:55:41 +0000
  • c8dd3314d6 Fix bug where we ignored event_edge_hashes table Erik Johnston 2014-12-15 13:55:22 +0000
  • 58fa6d3fc6 return an mxc uri rather than a content_token. Mark Haines 2014-12-15 13:53:58 +0000
  • 0aa8c08478 Merge branch 'develop' into typing_notifications Paul "LeoNerd" Evans 2014-12-15 11:19:30 +0000
  • 3983c7fb0f Merge branch 'hotfixes-v0.5.4' of github.com:matrix-org/synapse into develop Erik Johnston 2014-12-13 18:16:12 +0000
  • 88484f684f Merge branch 'hotfixes-v0.5.4' of github.com:matrix-org/synapse v0.5.4a Erik Johnston 2014-12-13 18:15:14 +0000
  • eea58b8076 Bump version and change log Erik Johnston 2014-12-13 18:04:37 +0000
  • 6380ead2ee Fix bug while generating the error message when a file path specified in the config doesn't exist Erik Johnston 2014-12-13 18:03:01 +0000