1
0

Commit Graph

  • 1e7f83b91d Set display name when joining via alias Mark Haines 2014-12-19 12:31:46 +00:00
  • 5dbe820e9a Remove unneeded federation keys from events Mark Haines 2014-12-19 12:16:26 +00:00
  • 390e48a8b0 SYN-203: Handle requests for thunbnails for images that are small Mark Haines 2014-12-19 12:05:26 +00:00
  • 5739e6c606 s/user_id/sender/ Mark Haines 2014-12-19 11:43:46 +00:00
  • 4e38b0800d Merge branch 'develop' into release-v0.6.0 Mark Haines 2014-12-19 11:21:40 +00:00
  • 41ce544abe Merge branch 'release-v0.6.0' of github.com:matrix-org/synapse into erikj-perf Erik Johnston 2014-12-18 18:57:21 +00:00
  • 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 +00:00
  • 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 +00:00
  • 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 +00:00
  • b56730bb6e Merge branch 'develop' into pushers David Baker 2014-12-18 15:15:22 +00:00
  • afa953a293 schema version is now 10 David Baker 2014-12-18 15:11:06 +00:00
  • 0a6664493a Merge branch 'master' into pushers David Baker 2014-12-18 15:06:11 +00:00
  • 4c7ad50f6e Thank you, pyflakes David Baker 2014-12-18 14:55:04 +00:00
  • 173264b656 ...and bump SCHEMA_VERSION David Baker 2014-12-18 14:53:10 +00:00
  • fc7c5e9cd7 Rename the pusher SQL delta to v9 which the next free one David Baker 2014-12-18 14:51:29 +00:00
  • 9728c305a3 after a few rethinks, a working implementation of pushers. David Baker 2014-12-18 14:49:22 +00:00
  • 20923ffd43 Update README.rst Kegsay 2014-12-18 14:44:48 +00:00
  • f8cc8a66b4 Update README.rst Kegsay 2014-12-18 14:16:31 +00:00
  • dea5d4b03b Don't yield on sending the event accross federation. Mark Haines 2014-12-18 11:29:46 +00:00
  • f3788e3c78 Test some ideas that might help performance a bit Erik Johnston 2014-12-17 23:37:08 +00:00
  • dec5b62339 Use _get_events_txn instead of _parse_events_txn Erik Johnston 2014-12-16 19:16:41 +00:00
  • 21cab3a7ec Fix where we pulled in event.state_events from hotfixes branch Erik Johnston 2014-12-16 19:16:15 +00:00
  • 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 +00:00
  • 3defd5b3ee Add FIXME Erik Johnston 2014-12-16 19:07:20 +00:00
  • 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 +00:00
  • 2d7716d4d0 Make error messages slightly more helpful Erik Johnston 2014-12-16 18:41:48 +00:00
  • f76269392b Merge branch 'develop' of github.com:matrix-org/synapse into release-v0.6.0 Erik Johnston 2014-12-16 18:35:46 +00:00
  • 52f99243ab Use is_outlier() so that we don't get AttributeError Erik Johnston 2014-12-16 18:33:50 +00:00
  • 5b39cfff69 Don't assume an event exists Erik Johnston 2014-12-16 18:25:24 +00:00
  • 9550ba94f2 Mention that we should pull in new deps before running upgrade script Erik Johnston 2014-12-16 17:31:39 +00:00
  • 56db465047 Merge branch 'release-v0.6.0' into develop Mark Haines 2014-12-16 17:29:49 +00:00
  • 28f71ecf0d Change upgrade script to not check hashes or signatures Erik Johnston 2014-12-16 17:29:22 +00:00
  • 4dcad143dd SYN-142: Use a default log file 'homeserver.log' so people get logging by default. Kegan Dougal 2014-12-16 17:24:49 +00:00
  • f06161a307 Enable rate limiting for all events Erik Johnston 2014-12-16 16:10:17 +00:00
  • 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 +00:00
  • 23da4a4051 Fix typo where we thought a list was a dict Erik Johnston 2014-12-16 15:59:40 +00:00
  • 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 +00:00
  • 3c7857e49b clean up coding style a bit Mark Haines 2014-12-16 15:24:03 +00:00
  • 42b725ce52 Fix upgrade script to run all the missing deltas. Erik Johnston 2014-12-16 15:13:34 +00:00
  • 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 +00:00
  • b3c793e362 Do run all deltas up to missing delta 10 Erik Johnston 2014-12-16 14:44:53 +00:00
  • d2ca24087f Bump UPGRADES and CHANGES Erik Johnston 2014-12-16 14:36:31 +00:00
  • 2e44714214 Make failure to run appropraite upgrade scripts more helpful. Erik Johnston 2014-12-16 14:20:32 +00:00
  • 592ba14b36 Fix bugs in upgrade script. Erik Johnston 2014-12-16 14:07:05 +00:00
  • cb91ce5bba Rename upgrade script Erik Johnston 2014-12-16 13:58:57 +00:00
  • bab1e790ae Include database bump in upgrade script Erik Johnston 2014-12-16 13:58:38 +00:00
  • ef5a141050 Bump database version Erik Johnston 2014-12-16 13:57:47 +00:00
  • 96cc7c8740 Bump version Erik Johnston 2014-12-16 13:57:27 +00:00
  • 2af40cfa14 Merge pull request #25 from matrix-org/events_refactor Mark Haines 2014-12-16 13:53:43 +00:00
  • 5a465b67ba Fix pyflakes Erik Johnston 2014-12-16 13:41:43 +00:00
  • 58168498b0 Remove FrozenEncoder Erik Johnston 2014-12-16 13:38:38 +00:00
  • 8133cdcc88 Better english in docstrings are helpful. Erik Johnston 2014-12-16 13:32:06 +00:00
  • 35f4f6b070 Update upgrade script Erik Johnston 2014-12-16 13:27:53 +00:00
  • 882dc8dcab Persist internal_metadata Erik Johnston 2014-12-16 13:17:09 +00:00
  • 4afac88390 Add basic docstring to annotate_context_with_state Erik Johnston 2014-12-16 13:07:48 +00:00
  • 3c77d13aa5 Kill off synapse.api.events.* Erik Johnston 2014-12-16 11:29:05 +00:00
  • 6a1da99fab Add fixme to raising of AuthError in federation land Erik Johnston 2014-12-16 09:35:31 +00:00
  • 400327d128 Add a script for talking matrix federation adding X-Matrix Authorization headers. Mark Haines 2014-12-15 17:37:40 +00:00
  • 65b2e49429 Fix pyflakes Erik Johnston 2014-12-15 17:35:37 +00:00
  • 9c49054f1d Merge branch 'develop' of github.com:matrix-org/synapse into events_refactor Erik Johnston 2014-12-15 17:33:23 +00:00
  • f280929a12 Use frozenutils Erik Johnston 2014-12-15 17:31:36 +00:00
  • 009e4b5637 User.is_mine is no longer a thing. Use hs.is_mine instead. Erik Johnston 2014-12-15 17:17:51 +00:00
  • cf6e5f1dbf Rename MessageHandler.handle_event. Add a few comments. Erik Johnston 2014-12-15 17:01:12 +00:00
  • 67c9585656 Update media_repository.py Kegsay 2014-12-15 16:57:53 +00:00
  • 670dcdfc14 Remove unused functions Erik Johnston 2014-12-15 16:16:58 +00:00
  • 0c1deca574 Remember to hook up the typing event stream to the notifier as well Paul "LeoNerd" Evans 2014-12-15 16:14:53 +00:00
  • b75adaedca Finish up upgrade script Erik Johnston 2014-12-15 16:14:34 +00:00
  • 65cdf4e724 Get current member state from current_state snapshot. Fix leave test. Erik Johnston 2014-12-15 15:03:27 +00:00
  • 57e0e619f3 Merge branch 'develop' of github.com:matrix-org/synapse into events_refactor Erik Johnston 2014-12-15 14:45:59 +00:00
  • 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 +00:00
  • 3610641a62 Update docs in media_repository Mark Haines 2014-12-15 13:56:43 +00:00
  • 616f88027c Add beginnings of upgrade script Erik Johnston 2014-12-15 13:55:41 +00:00
  • c8dd3314d6 Fix bug where we ignored event_edge_hashes table Erik Johnston 2014-12-15 13:55:22 +00:00
  • 58fa6d3fc6 return an mxc uri rather than a content_token. Mark Haines 2014-12-15 13:53:58 +00:00
  • 0aa8c08478 Merge branch 'develop' into typing_notifications Paul "LeoNerd" Evans 2014-12-15 11:19:30 +00:00
  • 3983c7fb0f Merge branch 'hotfixes-v0.5.4' of github.com:matrix-org/synapse into develop Erik Johnston 2014-12-13 18:16:12 +00:00
  • 88484f684f Merge branch 'hotfixes-v0.5.4' of github.com:matrix-org/synapse v0.5.4a Erik Johnston 2014-12-13 18:15:14 +00:00
  • eea58b8076 Bump version and change log Erik Johnston 2014-12-13 18:04:37 +00:00
  • 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 +00:00
  • 23c7cb6220 Remove unused imports Erik Johnston 2014-12-12 16:31:59 +00:00
  • fc409096ac Make auth module use EventTypes constants Erik Johnston 2014-12-12 16:31:50 +00:00
  • 1fc2a0e33e Fix tests and remove debug logging Erik Johnston 2014-12-12 15:08:29 +00:00
  • 7b43a503f3 Consistently url decode and decode as utf 8 the URL parts Erik Johnston 2014-12-12 15:05:37 +00:00
  • c39beb5559 Store json as UTF-8 and not bytes Erik Johnston 2014-12-12 14:53:37 +00:00
  • 75085bb4d1 Pyflakes Erik Johnston 2014-12-12 14:34:34 +00:00
  • ebf2ec3ce6 Fix membership handler test Erik Johnston 2014-12-12 14:32:39 +00:00
  • 41ff21c907 Fix test. Erik Johnston 2014-12-12 14:10:32 +00:00
  • b0bb1756a9 Send list of typing user IDs as 'user_ids' list within 'content', so that m.typing stream events have a toplevel content, for consistency with others Paul "LeoNerd" Evans 2014-12-12 11:59:46 +00:00
  • 63810c777d Validate message, topic and name event contents Erik Johnston 2014-12-12 10:56:14 +00:00
  • fa4b610ae3 Fix stream test. Make sure we add join to auth_events for invitiations Erik Johnston 2014-12-12 10:42:27 +00:00
  • 0b70023373 Merge branch 'develop' into typing_notifications Paul "LeoNerd" Evans 2014-12-11 18:35:05 +00:00
  • 57b5094545 Merge branch 'develop' of github.com:matrix-org/synapse into develop Paul "LeoNerd" Evans 2014-12-11 18:34:26 +00:00
  • 3e84896481 Merge remote-tracking branch 'origin' into typing_notifications Paul "LeoNerd" Evans 2014-12-11 18:33:29 +00:00
  • cfb963af03 When users leave rooms mark them as no longer typing in them Paul "LeoNerd" Evans 2014-12-11 18:33:09 +00:00
  • f25764943c Add a 'user_left_room' distributor signal analogous to 'user_joined_room' Paul "LeoNerd" Evans 2014-12-11 18:27:01 +00:00
  • b3e34a5399 Fix typo in media repository doc string Mark Haines 2014-12-11 18:21:08 +00:00
  • 64bf9f54cc Fix media repository doc string to include server_name Mark Haines 2014-12-11 18:18:58 +00:00
  • 5ebc994f84 Actually auth-check to ensure people can only send typing notifications for rooms they're actually in Paul "LeoNerd" Evans 2014-12-11 18:11:43 +00:00
  • 966c4b2b04 Add a sprinkling of logger.debug() into typing notification handler Paul "LeoNerd" Evans 2014-12-11 18:00:15 +00:00
  • 6e1531682b Move typing-notification REST tests into their own .py file Paul "LeoNerd" Evans 2014-12-11 17:39:08 +00:00