summary refs log tree commit diff
path: root/synapse/storage/pusher.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Logcontext fixesRichard van der Hoff2018-07-241-1/+1
* run isortAmber Brown2018-07-091-4/+5
* Attempt to be more performant on PyPy (#3462)Amber Brown2018-06-281-2/+1
* Move storage functions for push calculationsErik Johnston2018-02-271-9/+13
* Update copyrightErik Johnston2018-02-231-0/+1
* Split PusherStoreErik Johnston2018-02-211-4/+6
* Avoid locking for upsert on pushers tablesRichard van der Hoff2017-11-161-5/+16
* Avoid locking `pushers` table on upsertRichard van der Hoff2017-11-161-27/+28
* Fix up docsErik Johnston2017-03-311-1/+1
* Add new storage functions for new replicationErik Johnston2017-03-301-0/+42
* CommentErik Johnston2016-11-041-0/+1
* Remove unused but buggy functionErik Johnston2016-11-041-11/+1
* Remove lru optionErik Johnston2016-08-191-1/+1
* Only get local usersErik Johnston2016-06-031-1/+1
* Use state to calculate get_users_in_roomErik Johnston2016-06-011-11/+27
* Fixup add_pusherErik Johnston2016-05-131-3/+10
* Merge remote-tracking branch 'origin/develop' into dbkr/email_notifsDavid Baker2016-04-291-0/+3
|\
| * Check that somethign has happend before running the selectsMark Haines2016-04-271-0/+3
* | Send a rather basic email notifDavid Baker2016-04-201-1/+1
* | First bits of emailpusherDavid Baker2016-04-191-0/+27
|/
* Add desc argErik Johnston2016-04-141-1/+5
* UnneccessarywhitespaceisunnecessaryDavid Baker2016-04-121-1/+0
* Oops, forgot the desc.David Baker2016-04-121-1/+1
* Tidy up get_pusher functionsDavid Baker2016-04-121-32/+30
* Mis-named functionDavid Baker2016-04-121-1/+1
* Add get endpoint for pushersDavid Baker2016-04-111-0/+19
* Fix invite pushesDavid Baker2016-04-081-0/+7
* Literally a dictionaryDavid Baker2016-04-071-17/+17
* generate id in the main threadDavid Baker2016-04-071-3/+3
* Make pushers use the event_push_actions table instead of listening on an even...David Baker2016-04-061-29/+52
* Use a stream id generator for backfilled idsMark Haines2016-04-011-1/+1
* Fix a couple of errors when deleting pushersMark Haines2016-03-151-2/+2
* Add replication stream for pushersMark Haines2016-03-151-15/+48
* Load the current id in the IdGenerator constructorMark Haines2016-03-011-1/+1
* Remove dead code for setting device specific rules.Mark Haines2016-02-181-3/+3
* Rename 'user_name' to 'user_id' in push to make it consistent with the rest o...Mark Haines2016-01-131-11/+11
* Remove the PushersTable and EventPushActionsTable objectsMark Haines2016-01-121-9/+5
* copyrightsMatthew Hodgson2016-01-071-1/+1
* synapse/storage/_base.py:Table was unusedMark Haines2015-09-221-2/+2
* Remove syutil dependency in favour of smaller single-purpose librariesMark Haines2015-08-241-1/+1
* Correctly decode, for sqlite and postgres, rows from pushers tableErik Johnston2015-04-291-19/+24
* pushkey' are also bytes.Erik Johnston2015-04-291-8/+17
* Actually return rowsErik Johnston2015-04-291-0/+2
* Typo, args wrong way roundErik Johnston2015-04-291-4/+1
* Decode buffers in same threadErik Johnston2015-04-291-13/+19
* We store pusher data as bytesErik Johnston2015-04-291-2/+2
* Decode the data json in the storage layer (was moved but this part was missed)David Baker2015-04-291-0/+9
* Merge branch 'develop' of github.com:matrix-org/synapse into postgresErik Johnston2015-04-281-66/+24
|\
| * Delete pushers when changing passwordDavid Baker2015-03-261-35/+10
| * Allow multiple pushers for a single app ID & pushkey, honouring the 'append' ...David Baker2015-03-251-13/+14
| * 1) Pushers are now associated with an access tokenDavid Baker2015-03-241-1/+2
* | PEP8Erik Johnston2015-04-161-3/+0
* | Move encoding and decoding of JSON into storage layerErik Johnston2015-04-161-20/+6
* | Add missing yieldErik Johnston2015-04-151-1/+1
* | pushers table requires a unique id.Erik Johnston2015-04-151-0/+4
|/
* Give sensible names for '_simple_...' transactionsErik Johnston2015-03-201-5/+11
* Also give _execute() a descriptionPaul "LeoNerd" Evans2015-03-111-2/+3
* Update pushers by app id and pushkey, not user id and pushkeyDavid Baker2015-02-131-6/+6
* s/instance_handle/profile_tag/David Baker2015-02-031-7/+7
* Code style fixes.Mark Haines2015-01-291-1/+1
* add instance_handles to pushers so we have a way to refer to them even if the...David Baker2015-01-201-21/+25
* Require device language when adding a pusher.David Baker2015-01-161-1/+2
* Honour the 'rejected' return from push gatewaysDavid Baker2015-01-131-11/+23
* Thank you, pyflakesDavid Baker2014-12-181-1/+0
* after a few rethinks, a working implementation of pushers.David Baker2014-12-181-26/+57
* Update to app_id / app_instance_id (partially) and mangle to be PEP8 compliant.David Baker2014-12-031-22/+32
* More work on pushers. Attempt to do HTTP pokes. Not sure if the actual HTTP p...David Baker2014-11-211-4/+22
* Start creating a module to do generic notifications (just prints them to stdo...David Baker2014-11-191-0/+98