Skip to content
Snippets Groups Projects
  1. Jun 12, 2018
  2. May 08, 2018
  3. Nov 28, 2017
  4. Aug 22, 2017
  5. Aug 17, 2017
  6. Feb 19, 2017
  7. Aug 05, 2016
  8. Aug 03, 2016
  9. Aug 02, 2016
  10. Mar 17, 2016
  11. 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
  12. Feb 05, 2016
  13. Feb 03, 2016
  14. Jan 07, 2016
  15. Dec 01, 2015
  16. Sep 23, 2015
  17. Sep 22, 2015
  18. Sep 17, 2015
  19. Sep 09, 2015
  20. Aug 24, 2015
  21. May 19, 2015
  22. May 11, 2015
  23. May 06, 2015
Loading