| Commit message (Expand) | Author | Age | Files | Lines |
* | synapse/storage/_base.py:Table was unused | Mark Haines | 2015-09-22 | 1 | -2/+2 |
* | Remove syutil dependency in favour of smaller single-purpose libraries | Mark Haines | 2015-08-24 | 1 | -1/+1 |
* | Correctly decode, for sqlite and postgres, rows from pushers table | Erik Johnston | 2015-04-29 | 1 | -19/+24 |
* | pushkey' are also bytes. | Erik Johnston | 2015-04-29 | 1 | -8/+17 |
* | Actually return rows | Erik Johnston | 2015-04-29 | 1 | -0/+2 |
* | Typo, args wrong way round | Erik Johnston | 2015-04-29 | 1 | -4/+1 |
* | Decode buffers in same thread | Erik Johnston | 2015-04-29 | 1 | -13/+19 |
* | We store pusher data as bytes | Erik Johnston | 2015-04-29 | 1 | -2/+2 |
* | Decode the data json in the storage layer (was moved but this part was missed) | David Baker | 2015-04-29 | 1 | -0/+9 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into postgres | Erik Johnston | 2015-04-28 | 1 | -66/+24 |
|\ |
|
| * | Delete pushers when changing password | David Baker | 2015-03-26 | 1 | -35/+10 |
| * | Allow multiple pushers for a single app ID & pushkey, honouring the 'append' ... | David Baker | 2015-03-25 | 1 | -13/+14 |
| * | 1) Pushers are now associated with an access token | David Baker | 2015-03-24 | 1 | -1/+2 |
* | | PEP8 | Erik Johnston | 2015-04-16 | 1 | -3/+0 |
* | | Move encoding and decoding of JSON into storage layer | Erik Johnston | 2015-04-16 | 1 | -20/+6 |
* | | Add missing yield | Erik Johnston | 2015-04-15 | 1 | -1/+1 |
* | | pushers table requires a unique id. | Erik Johnston | 2015-04-15 | 1 | -0/+4 |
|/ |
|
* | Give sensible names for '_simple_...' transactions | Erik Johnston | 2015-03-20 | 1 | -5/+11 |
* | Also give _execute() a description | Paul "LeoNerd" Evans | 2015-03-11 | 1 | -2/+3 |
* | Update pushers by app id and pushkey, not user id and pushkey | David Baker | 2015-02-13 | 1 | -6/+6 |
* | s/instance_handle/profile_tag/ | David Baker | 2015-02-03 | 1 | -7/+7 |
* | Code style fixes. | Mark Haines | 2015-01-29 | 1 | -1/+1 |
* | add instance_handles to pushers so we have a way to refer to them even if the... | David Baker | 2015-01-20 | 1 | -21/+25 |
* | Require device language when adding a pusher. | David Baker | 2015-01-16 | 1 | -1/+2 |
* | Honour the 'rejected' return from push gateways | David Baker | 2015-01-13 | 1 | -11/+23 |
* | Thank you, pyflakes | David Baker | 2014-12-18 | 1 | -1/+0 |
* | after a few rethinks, a working implementation of pushers. | David Baker | 2014-12-18 | 1 | -26/+57 |
* | Update to app_id / app_instance_id (partially) and mangle to be PEP8 compliant. | David Baker | 2014-12-03 | 1 | -22/+32 |
* | More work on pushers. Attempt to do HTTP pokes. Not sure if the actual HTTP p... | David Baker | 2014-11-21 | 1 | -4/+22 |
* | Start creating a module to do generic notifications (just prints them to stdo... | David Baker | 2014-11-19 | 1 | -0/+98 |