| Commit message (Expand) | Author | Age | Files | Lines |
* | Add brackets | Erik Johnston | 2017-11-09 | 1 | -2/+4 |
* | Have an explicit API to update room config | Erik Johnston | 2017-11-08 | 2 | -1/+36 |
* | Revert "Modify group room association API to allow modification of is_public" | Erik Johnston | 2017-11-08 | 2 | -7/+6 |
* | Update docs for updating room group association | Luke Barnard | 2017-11-01 | 1 | -1/+1 |
* | Flake8 | Luke Barnard | 2017-10-31 | 1 | -3/+4 |
* | Modify group room association API to allow modification of is_public | Luke Barnard | 2017-10-31 | 2 | -4/+4 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/group_fed_... | Erik Johnston | 2017-10-24 | 1 | -3/+3 |
|\ |
|
| * | replace 'except:' with 'except Exception:' | Richard van der Hoff | 2017-10-23 | 1 | -3/+3 |
* | | Correctly wire in update group profile over federation | Erik Johnston | 2017-10-23 | 2 | -11/+31 |
|/ |
|
* | Fix typo | Erik Johnston | 2017-10-19 | 1 | -1/+1 |
* | Fix typo in group attestation handling | Erik Johnston | 2017-10-19 | 1 | -1/+1 |
* | Delint | Luke Barnard | 2017-10-16 | 1 | -0/+2 |
* | Implement GET /groups/$groupId/invited_users | Luke Barnard | 2017-10-16 | 2 | -1/+30 |
* | Fix typo in invite to group | Erik Johnston | 2017-10-11 | 1 | -1/+1 |
* | Add remove room API | Erik Johnston | 2017-09-26 | 2 | -1/+25 |
* | Add bulk group publicised lookup API | Erik Johnston | 2017-08-09 | 2 | -0/+32 |
* | Add update group profile API | Erik Johnston | 2017-07-20 | 1 | -0/+12 |
* | Comments | Erik Johnston | 2017-07-18 | 1 | -1/+1 |
* | Comments | Erik Johnston | 2017-07-18 | 1 | -0/+40 |
* | Fix typos | Erik Johnston | 2017-07-18 | 1 | -2/+2 |
* | Correctly parse query params | Erik Johnston | 2017-07-18 | 1 | -19/+19 |
* | Add client apis | Erik Johnston | 2017-07-18 | 1 | -9/+187 |
* | Comments | Erik Johnston | 2017-07-18 | 1 | -15/+19 |
* | Add local group server support | Erik Johnston | 2017-07-17 | 2 | -0/+121 |
* | Ensure category and role ids are non-null | Erik Johnston | 2017-07-14 | 1 | -0/+24 |
* | Comments | Erik Johnston | 2017-07-13 | 1 | -0/+8 |
* | Add summary APIs to federation | Erik Johnston | 2017-07-13 | 1 | -11/+223 |
* | Add group summary APIs | Erik Johnston | 2017-07-12 | 1 | -0/+17 |
* | Add federation API for adding room to group | Erik Johnston | 2017-07-11 | 1 | -0/+18 |
* | Comment | Erik Johnston | 2017-07-11 | 2 | -0/+26 |
* | Initial group server implementation | Erik Johnston | 2017-07-10 | 2 | -1/+176 |
* | Separate federation servlet into different lists | Erik Johnston | 2017-07-05 | 1 | -8/+16 |
* | Use preserve_fn and add logs | Erik Johnston | 2017-05-05 | 1 | -1/+3 |
* | Always mark remotes as up if we receive a signed request from them | Erik Johnston | 2017-05-05 | 1 | -0/+7 |
* | Try harder when sending leave events | Richard van der Hoff | 2017-04-21 | 1 | -1/+19 |
* | Fix some lies, and other clarifications, in docstrings | Richard van der Hoff | 2017-04-21 | 1 | -0/+20 |
* | Ignore backoff history for invites, aliases, and roomdirs | Richard van der Hoff | 2017-03-23 | 1 | -1/+5 |
* | push federation retry limiter down to matrixfederationclient | Richard van der Hoff | 2017-03-23 | 1 | -0/+1 |
* | Implement device key caching over federation | Erik Johnston | 2017-01-26 | 2 | -0/+34 |
* | limit total timeout for get_missing_events to 10s | Matthew Hodgson | 2016-12-31 | 1 | -2/+3 |
* | Add new API appservice specific public room list | Erik Johnston | 2016-12-06 | 2 | -3/+25 |
* | Support filtering remote room lists | Erik Johnston | 2016-09-16 | 1 | -1/+4 |
* | Pass since/from parameters over federation | Erik Johnston | 2016-09-15 | 2 | -3/+16 |
* | Add a timeout parameter for end2end key queries. | Mark Haines | 2016-09-12 | 1 | -2/+4 |
* | Add federation /version API | Erik Johnston | 2016-08-05 | 1 | -1/+17 |
* | Change the way we specify if we require auth or not | Erik Johnston | 2016-08-05 | 1 | -40/+55 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/state_ids_api | Erik Johnston | 2016-08-04 | 1 | -3/+1 |
|\ |
|
| * | E2E keys: Make federation query share code with client query | Richard van der Hoff | 2016-08-02 | 1 | -3/+1 |
* | | Add /state_ids federation API | Erik Johnston | 2016-08-03 | 2 | -0/+34 |
|/ |
|
* | Linearize some federation endpoints based on (origin, room_id) | Erik Johnston | 2016-06-17 | 1 | -1/+1 |
* | Disable responding with canonical json for federation | Erik Johnston | 2016-06-17 | 1 | -1/+1 |
* | Fix up federation PublicRoomList | Erik Johnston | 2016-06-08 | 1 | -1/+1 |
* | Enable auth on federation PublicRoomList | Erik Johnston | 2016-06-08 | 1 | -5/+0 |
* | pep8 | David Baker | 2016-06-01 | 1 | -1/+3 |
* | Basic, un-cached support for secondary_directory_servers | David Baker | 2016-05-31 | 2 | -1/+13 |
* | Fix c+p fail | David Baker | 2016-05-31 | 1 | -17/+0 |
* | Add federation room list servlet | David Baker | 2016-05-31 | 1 | -1/+64 |
* | Add an openidish mechanism for proving to third parties that you own a given ... | Mark Haines | 2016-05-05 | 1 | -1/+46 |
* | Fix typo in event_auth servlet path | Erik Johnston | 2016-04-29 | 1 | -1/+1 |
* | Lower timeout for make_membership_event | Erik Johnston | 2016-04-15 | 1 | -1/+2 |
* | Intern all the things | Erik Johnston | 2016-03-23 | 1 | -14/+14 |
* | Use parse_json_object_from_request to parse JSON out of request bodies | Mark Haines | 2016-03-11 | 1 | -2/+2 |
* | Add profile information to invites | Erik Johnston | 2016-03-04 | 1 | -0/+1 |
* | Allow third_party_signed to be specified on /join | Daniel Wagner-Hall | 2016-02-23 | 1 | -1/+11 |
* | Remove redundated BaseHomeServer | Erik Johnston | 2016-01-26 | 3 | -84/+54 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 3 | -3/+3 |
* | Host /unstable and /r0 versions of r0 APIs | Daniel Wagner-Hall | 2015-12-01 | 1 | -1/+1 |
* | Only retry federation requests for a long time for background requests | Erik Johnston | 2015-11-17 | 1 | -0/+1 |
* | Exchange 3pid invites for m.room.member invites | Daniel Wagner-Hall | 2015-11-05 | 2 | -3/+52 |
* | Allow rejecting invites | Daniel Wagner-Hall | 2015-10-20 | 2 | -2/+42 |
* | Implement third party identifier invites | Daniel Wagner-Hall | 2015-10-01 | 2 | -3/+4 |
* | Get the end-to-end key federation working | Mark Haines | 2015-07-24 | 2 | -8/+8 |
* | Add federation support for end-to-end key requests | Mark Haines | 2015-07-23 | 2 | -0/+90 |
* | Log more when we have processed the request | Erik Johnston | 2015-06-15 | 1 | -0/+1 |
* | Log where a request came from in federation | Erik Johnston | 2015-06-02 | 1 | -0/+2 |
* | Merge pull request #156 from matrix-org/erikj/join_perf | Mark Haines | 2015-05-22 | 1 | -2/+4 |
|\ |
|
| * | Add doc strings | Erik Johnston | 2015-05-22 | 1 | -0/+2 |
| * | Add a timeout param to get_event | Erik Johnston | 2015-05-19 | 1 | -2/+2 |
* | | Log origin and stats of incoming transactions | Erik Johnston | 2015-05-22 | 1 | -0/+8 |
|/ |
|
* | Add missing servlet to list | Erik Johnston | 2015-03-19 | 1 | -0/+1 |
* | Count incoming HTTP requests per servlet that responds | Paul "LeoNerd" Evans | 2015-03-12 | 1 | -0/+4 |
* | Appease pep8 | Paul "LeoNerd" Evans | 2015-03-05 | 1 | -19/+27 |
* | Append a $ on PATH at registration time, meaning each PATH attribute doesn't ... | Paul "LeoNerd" Evans | 2015-03-05 | 1 | -13/+14 |
* | Slightly neater(?) arrangement of authentication wrapper for HTTP servlet met... | Paul "LeoNerd" Evans | 2015-03-05 | 1 | -25/+37 |
* | Remove the dead 'rate_limit_origin' method from TransportLayerServer | Paul "LeoNerd" Evans | 2015-03-05 | 1 | -6/+0 |
* | Move federation API responding code out of weird mix of lambdas into Servlet-... | Paul "LeoNerd" Evans | 2015-03-05 | 1 | -170/+130 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into batched_get_pdu | Erik Johnston | 2015-03-02 | 2 | -3/+23 |
|\ |
|
| * | Make the federation server ratelimiting configurable. | Erik Johnston | 2015-03-02 | 1 | -5/+5 |
| * | Move federation rate limiting out of transport layer | Erik Johnston | 2015-02-27 | 2 | -204/+4 |
| * | Document FederationRateLimiter | Erik Johnston | 2015-02-27 | 1 | -8/+51 |
| * | Initial implementation of federation server rate limiting | Erik Johnston | 2015-02-26 | 2 | -5/+182 |
* | | Implement and use new batched get missing pdu | Erik Johnston | 2015-02-23 | 2 | -0/+50 |
|/ |
|
* | Blunty replace json with simplejson | Erik Johnston | 2015-02-11 | 1 | -1/+1 |
* | Apply sanity to the transport client interface. Convert 'make_join' and 'send... | Erik Johnston | 2015-02-04 | 1 | -26/+16 |
* | Initial implementation of auth conflict resolution | Erik Johnston | 2015-01-29 | 2 | -1/+36 |
* | Finish renaming "context" to "room_id" in federation codebase | Mark Haines | 2015-01-16 | 2 | -29/+19 |
* | Fold _do_request_for_transaction into the methods that called it since it was... | Mark Haines | 2015-01-16 | 1 | -44/+11 |
* | Split transport layer into client and server parts | Mark Haines | 2015-01-16 | 3 | -0/+647 |