Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-07-09 | Handle error slightly better | Erik Johnston | 1 | -2/+2 | |
2015-07-09 | Remove spurious comment | Erik Johnston | 1 | -2/+0 | |
2015-07-09 | Integer timestamps | Erik Johnston | 1 | -1/+1 | |
2015-07-09 | We don't want semicolons. | Erik Johnston | 1 | -1/+1 | |
2015-07-09 | Change format of receipts to allow inclusion of data | Erik Johnston | 3 | -37/+42 | |
2015-07-09 | remove the tls_certificate_chain_path param and simply support ↵ | Matthew Hodgson | 2 | -24/+10 | |
tls_certificate_path pointing to a file containing a chain of certificates | |||||
2015-07-09 | document tls_certificate_chain_path more clearly | Matthew Hodgson | 1 | -0/+5 | |
2015-07-08 | oops, context.tls_certificate_chain_file() expects a file, not a certificate. | Matthew Hodgson | 2 | -6/+3 | |
2015-07-08 | typo | Matthew Hodgson | 1 | -1/+1 | |
2015-07-08 | *cough* | Matthew Hodgson | 1 | -2/+3 | |
2015-07-08 | add new optional config for tls_certificate_chain_path for folks with ↵ | Matthew Hodgson | 2 | -3/+19 | |
intermediary SSL certs | |||||
2015-07-08 | Add blist to dependencies | Erik Johnston | 1 | -0/+1 | |
2015-07-08 | Add a cache to fetching of receipt streams | Erik Johnston | 2 | -27/+96 | |
2015-07-08 | Split receipt events up into one per room | Erik Johnston | 1 | -30/+21 | |
2015-07-08 | Hook up receipts to v1 initialSync | Erik Johnston | 3 | -13/+77 | |
2015-07-07 | Fix test. | Erik Johnston | 1 | -1/+11 | |
2015-07-07 | Wire together receipts and the notifer/federation | Erik Johnston | 4 | -33/+126 | |
2015-07-07 | Fix various typos | Erik Johnston | 4 | -8/+16 | |
2015-07-07 | Add a ReceiptServlet | Erik Johnston | 2 | -1/+59 | |
2015-07-06 |