| Commit message (Expand) | Author | Age | Files | Lines |
* | Support MSC2197 outbound with unstable prefix | Olivier Wilkinson (reivilibre) | 2019-08-15 | 1 | -1/+28 |
* | Replace returnValue with return (#5736) | Amber Brown | 2019-07-23 | 1 | -5/+5 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -102/+152 |
* | Fix grammar and document get_current_users_in_room (#4998) | Andrew Morgan | 2019-04-03 | 1 | -1/+1 |
* | Pull out config option | Erik Johnston | 2019-03-20 | 1 | -3/+3 |
* | Return before we log | Erik Johnston | 2019-03-20 | 1 | -4/+5 |
* | Add option to disable search room lists | Erik Johnston | 2019-03-19 | 1 | -0/+13 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into anoa/public_room... | Andrew Morgan | 2019-02-26 | 1 | -2/+26 |
|\ |
|
| * | Revert "Prevent showing non-fed rooms in fed /publicRooms" | Andrew Morgan | 2019-02-26 | 1 | -65/+11 |
| * | Cleaner chunk logic | Andrew Morgan | 2019-02-26 | 1 | -5/+4 |
| * | Correct indent | Andrew Morgan | 2019-02-26 | 1 | -3/+3 |
| * | Correct docstring types and chunk logic | Andrew Morgan | 2019-02-26 | 1 | -10/+11 |
| * | Clean up room chunk logic | Andrew Morgan | 2019-02-26 | 1 | -6/+8 |
| * | Make not showing non-federated rooms the default | Andrew Morgan | 2019-02-26 | 1 | -1/+1 |
| * | Result may be None | Andrew Morgan | 2019-02-26 | 1 | -1/+1 |
| * | Address rich comments | Andrew Morgan | 2019-02-26 | 1 | -6/+30 |
| * | elif not else if | Andrew Morgan | 2019-02-25 | 1 | -1/+1 |
| * | syntax derp | Andrew Morgan | 2019-02-25 | 1 | -1/+1 |
| * | Simplify call to generate_room_entry | Andrew Morgan | 2019-02-25 | 1 | -17/+13 |
| * | Merge branch 'develop' of github.com:matrix-org/synapse into anoa/public_room... | Erik Johnston | 2019-02-25 | 1 | -2/+11 |
| |\ |
|
| | * | Change default timeout value from 0 to None | Andrew Morgan | 2019-01-24 | 1 | -1/+1 |
| | * | Use self.clock instead of datetime | Andrew Morgan | 2019-01-24 | 1 | -4/+3 |
| | * | isort | Andrew Morgan | 2019-01-24 | 1 | -1/+1 |
| | * | lint | Andrew Morgan | 2019-01-24 | 1 | -1/+2 |
| | * | Time out filtered room dir queries after 60s | Andrew Morgan | 2019-01-24 | 1 | -2/+12 |
| * | | Docs and arg name clarification | Andrew Morgan | 2019-02-25 | 1 | -2/+15 |
| * | | Don't restrict non-fed rooms over client APIs | Andrew Morgan | 2019-02-25 | 1 | -11/+18 |
| * | | Config option to prevent showing non-fed rooms in fed /publicRooms | Andrew Morgan | 2019-02-25 | 1 | -2/+15 |
| |/ |
|
* | | Put function def back to the way it was | Andrew Morgan | 2019-02-26 | 1 | -3/+3 |
* | | Prevent showing non-fed rooms in fed /publicRooms | Andrew Morgan | 2019-02-26 | 1 | -12/+50 |
|/ |
|
* | Fix roomlist since tokens on Python 3 (#4046) | Will Hunt | 2018-10-17 | 1 | -2/+9 |
* | Port handlers/ to Python 3 (#3803) | Amber Brown | 2018-09-07 | 1 | -1/+1 |
* | Rename async to async_helpers because `async` is a keyword on Python 3.7 (#3678) | Amber Brown | 2018-08-10 | 1 | -1/+1 |
* | typo | Matthew Hodgson | 2018-07-13 | 1 | -3/+3 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -11/+9 |
* | Consistently use six's iteritems and wrap lazy keys/values in list() if they'... | Amber Brown | 2018-05-31 | 1 | -1/+2 |
* | Move more xrange to six | Adrian Tschira | 2018-04-28 | 1 | -1/+3 |
* | Refactor ResponseCache usage | Richard van der Hoff | 2018-04-12 | 1 | -25/+13 |
* | Add metrics for ResponseCache | Richard van der Hoff | 2018-04-10 | 1 | -2/+3 |
* | s/replication_client/federation_client/ | Erik Johnston | 2018-03-13 | 1 | -1/+1 |
* | Split replication layer into two | Erik Johnston | 2018-03-13 | 1 | -1/+1 |
* | add white space line | Neil Johnson | 2018-01-26 | 1 | -0/+1 |
* | rather than try reconstruct the results object, better to guard against the x... | Neil Johnson | 2018-01-26 | 1 | -6/+2 |
* | fix return type, should be a dict | Neil Johnson | 2018-01-25 | 1 | -1/+1 |
* | fix PEP8 violation | Neil Johnson | 2018-01-25 | 1 | -1/+1 |
* | remove white space | Neil Johnson | 2018-01-25 | 1 | -1/+0 |
* | synapse 500s on a call to publicRooms in the case where the number of public ... | Neil Johnson | 2018-01-25 | 1 | -0/+5 |
* | Reshuffle room list request code | Richard van der Hoff | 2017-11-14 | 1 | -27/+24 |
* | Add a load of logging to the room_list handler | Richard van der Hoff | 2017-11-14 | 1 | -0/+13 |
* | Update room_list.py | Erik Johnston | 2017-10-26 | 1 | -1/+1 |
* | Do logcontexts outside ResponseCache | Erik Johnston | 2017-10-25 | 1 | -2/+5 |
* | Add logging and fix log contexts for publicRooms | Erik Johnston | 2017-10-25 | 1 | -0/+2 |
* | Initial group server implementation | Erik Johnston | 2017-07-10 | 1 | -8/+10 |
* | Comments | Erik Johnston | 2017-03-13 | 1 | -0/+12 |
* | Assume rooms likely haven't changed | Erik Johnston | 2017-03-13 | 1 | -8/+11 |
* | Get current state by using current_state_events table | Erik Johnston | 2017-03-10 | 1 | -18/+29 |
* | Cache network room list queries. | Erik Johnston | 2016-12-16 | 1 | -3/+4 |
* | Fix caching on public room list | Erik Johnston | 2016-12-13 | 1 | -2/+4 |
* | Comments | Erik Johnston | 2016-12-07 | 1 | -1/+2 |
* | Add new API appservice specific public room list | Erik Johnston | 2016-12-06 | 1 | -11/+46 |
* | Add total_room_count_estimate to /publicRooms | Erik Johnston | 2016-09-21 | 1 | -0/+3 |
* | Merge pull request #1130 from matrix-org/erikj/fix_pubroom_pag | Erik Johnston | 2016-09-19 | 1 | -12/+25 |
|\ |
|
| * | PEP8 | Erik Johnston | 2016-09-17 | 1 | -1/+1 |
| * | Handle fact that _generate_room_entry may not return a room entry | Erik Johnston | 2016-09-17 | 1 | -12/+25 |
* | | Merge pull request #1129 from matrix-org/erikj/fix_pubroom_pag | Erik Johnston | 2016-09-17 | 1 | -110/+123 |
|\| |
|
| * | Spelling | Erik Johnston | 2016-09-17 | 1 | -1/+1 |
| * | Fix and clean up publicRooms pagination | Erik Johnston | 2016-09-17 | 1 | -110/+123 |
* | | Make public room search case insensitive | David Baker | 2016-09-16 | 1 | -4/+4 |
|/ |
|
* | Comment | Erik Johnston | 2016-09-16 | 1 | -0/+2 |
* | Add remote reoom cache | Erik Johnston | 2016-09-16 | 1 | -2/+23 |
* | Support filtering remote room lists | Erik Johnston | 2016-09-16 | 1 | -3/+9 |
* | Filter remote rooms lists locally | Erik Johnston | 2016-09-16 | 1 | -10/+24 |
* | Don't cache searched in /publicRooms | Erik Johnston | 2016-09-16 | 1 | -1/+5 |
* | Add very basic filter API to /publicRooms | Erik Johnston | 2016-09-15 | 1 | -5/+18 |
* | Change the way we calculate new_limit in /publicRooms and add POST API | Erik Johnston | 2016-09-15 | 1 | -15/+33 |
* | Base public room list off of public_rooms stream | Erik Johnston | 2016-09-15 | 1 | -7/+27 |
* | Pass since/from parameters over federation | Erik Johnston | 2016-09-15 | 1 | -29/+26 |
* | Allow paginating both forwards and backwards | Erik Johnston | 2016-09-15 | 1 | -21/+50 |
* | Remove support for aggregate room lists | Erik Johnston | 2016-09-15 | 1 | -55/+0 |
* | Accept optional token to public room list | Erik Johnston | 2016-09-15 | 1 | -7/+75 |
* | Calculate the public room list from a stream_ordering | Erik Johnston | 2016-09-14 | 1 | -3/+40 |
* | Refactor public rooms to not pull out the full state for each room | Erik Johnston | 2016-09-14 | 1 | -14/+30 |
* | Move RoomListHandler into a separate file | Erik Johnston | 2016-09-14 | 1 | -0/+184 |