Skip to content
Snippets Groups Projects
  1. Apr 15, 2018
  2. Apr 04, 2018
  3. Jan 27, 2018
  4. Jan 26, 2018
  5. Jan 22, 2018
    • Matthew Hodgson's avatar
      Add federation_domain_whitelist option (#2820) · ab9f844a
      Matthew Hodgson authored
      Add federation_domain_whitelist
      
      gives a way to restrict which domains your HS is allowed to federate with.
      useful mainly for gracefully preventing a private but internet-connected HS from trying to federate to the wider public Matrix network
      ab9f844a
  6. Jan 09, 2018
  7. Oct 31, 2017
  8. Oct 23, 2017
  9. Sep 19, 2017
  10. May 22, 2017
  11. Dec 09, 2016
  12. Nov 23, 2016
  13. Nov 22, 2016
  14. Nov 21, 2016
  15. Oct 14, 2016
  16. Oct 03, 2016
    • Erik Johnston's avatar
      Implement pluggable password auth · 850b103b
      Erik Johnston authored
      Allows delegating the password auth to an external module. This also
      moves the LDAP auth to using this system, allowing it to be removed from
      the synapse tree entirely in the future.
      850b103b
  17. Sep 23, 2016
  18. Sep 12, 2016
  19. Jul 26, 2016
  20. Jun 22, 2016
    • Martin Weinelt's avatar
      Rework ldap integration with ldap3 · 0a32208e
      Martin Weinelt authored
      
      Use the pure-python ldap3 library, which eliminates the need for a
      system dependency.
      
      Offer both a `search` and `simple_bind` mode, for more sophisticated
      ldap scenarios.
      - `search` tries to find a matching DN within the `user_base` while
        employing the `user_filter`, then tries the bind when a single
        matching DN was found.
      - `simple_bind` tries the bind against a specific DN by combining the
        localpart and `user_base`
      
      Offer support for STARTTLS on a plain connection.
      
      The configuration was changed to reflect these new possibilities.
      
      Signed-off-by: default avatarMartin Weinelt <hexa@darmstadt.ccc.de>
      0a32208e
  21. Jun 17, 2016
  22. Jun 02, 2016
  23. Jun 01, 2016
  24. May 16, 2016
  25. May 13, 2016
  26. Apr 06, 2016
  27. Mar 04, 2016
  28. Mar 03, 2016
  29. Mar 01, 2016
    • Mark Haines's avatar
      Add a /replication API for extracting the updates that happened on · 60a0f81c
      Mark Haines authored
      synapse
      
      This is necessary for replicating the data in synapse to be visible to a
      separate service because presence and typing notifications aren't stored
      in a database so won't be visible to another process.
      
      This API can be used to either get the raw data by requesting the tables
      themselves or to just receive notifications for updates by following the
      streams meta-stream.
      
      Returns updates for each table requested a JSON array of arrays with a
      row for each row in the table.
      
      Each table is prefixed by a header row with the: name of the table,
      current stream_id position for the table, number of rows, number of
      columns and the names of the columns.
      This is followed by the rows that have been added to the server since
      the requester last asked.
      
      The API has a timeout and is hooked up to the notifier so that a slave
      can long poll for updates.
      60a0f81c
  30. Feb 19, 2016
  31. Feb 17, 2016
  32. Feb 11, 2016
  33. Feb 03, 2016
  34. Jan 29, 2016
  35. Jan 27, 2016
  36. Jan 26, 2016
  37. Jan 07, 2016
Loading