Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-01-28 | Prune on fetching | Daniel Wagner-Hall | 1 | -1/+1 | |
So we don't try to checkout a stale ref | |||||
2016-01-28 | Pin pynacl to 0.3.0 | Daniel Wagner-Hall | 1 | -1/+1 | |
Something has gone wrong in the packaging of 1.* which causes it not to compile. | |||||
2016-01-28 | Clean up a bit. Add comment | Erik Johnston | 3 | -26/+18 | |
2016-01-28 | Quot all the things | Daniel Wagner-Hall | 1 | -2/+2 | |
2016-01-28 | Up get_rooms_for_user cache size | Erik Johnston | 1 | -1/+1 | |
2016-01-28 | Remove chdir | Erik Johnston | 1 | -1/+0 | |
2016-01-27 | Make it possible to paginate forwards from stream tokens | Richard van der Hoff | 2 | -24/+35 | |
In order that we can fill the gap after a /sync, make it possible to paginate forwards from a stream token. | |||||
2016-01-27 | Fix tests | Erik Johnston | 3 | -5/+12 | |
2016-01-27 | PEP 8 | Erik Johnston | 1 | -1/+0 | |
2016-01-27 | Federation: drop events which cause SynapseErrors | Richard van der Hoff | 1 | -1/+7 | |
... rather than rejecting any attempt to federate channels which contain such events. | |||||
2016-01-27 | Fix adding push rules relative to other rules | Mark Haines | 2 | -6/+12 | |
2016-01-26 | Don't turn on profiling | Erik Johnston | 1 | -1/+1 | |
2016-01-26 | Add a Homeserver.setup method. | Erik Johnston | 9 | -116/+121 | |
This is for setting up dependencies that require work on startup. This is useful for the DataStore that wants to read a bunch from the database before initiliazing. | |||||
2016-01-26 | Remove redundated BaseHomeServer | Erik Johnston | 12 | -545/+191 | |
2016-01-26 | Only notify for messages in one to one rooms, not every event | David Baker | 1 | -0/+6 | |
Fixes the fact that candidate events and hangups generated notifications. | |||||
2016-01-25 | Add missing yield in push_rules set enabled | Mark Haines | 1 | -2/+2 | |
2016-01-25 | Guard against empty iterables | Erik Johnston | 1 | -0/+6 | |
2016-01-25 | Correct docstring | Erik Johnston | 1 | -1/+0 | |
2016-01-25 | PEP8 | Erik Johnston | 1 | -1/+0 | |
2016-01-25 | Add index to event_push_actions | Erik Johnston | 1 | -0/+1 | |
2016-01-25 | Push: Use storage apis that are cached | Erik Johnston | 2 | -17/+14 | |
2016-01-25 | Remove weird stuff | Erik Johnston | 1 | -6/+0 | |
2016-01-25 | Implement a _simple_select_many_batch | Erik Johnston | 3 | -60/+105 | |
2016-01-25 | Fix tests | Erik Johnston | 2 | -7/+5 | |
2016-01-25 | Move logic from rest/ to handlers/ | Erik Johnston | 3 | -87/+181 | |
2016-01-22 | Better fix for actions with both dont_notify and tweaks | David Baker | 1 | -1/+1 | |
2016-01-22 | Revert b4a41aa542203c03bb8a6c93097b94bc5d167265 as it's just broken. | David Baker | 1 | -9/+1 | |
2016-01-22 | Don't add notifications to the table unless there's actually a 'notify' action | David Baker | 1 | -1/+9 | |
2016-01-22 | Don't mutate cached values | Erik Johnston | 1 | -2/+6 | |
2016-01-22 | Don't crash if a user has no push rule enabled entries | David Baker | 1 | -0/+3 | |
2016-01-22 | Underscores are allowed in user ids | Erik Johnston | 1 | -1/+1 | |
2016-01-22 | Overlay the push_rules_enabled map for users, otherwise they won't be able ↵ | David Baker | 2 | -0/+43 | |
to disable server default rules. | |||||
2016-01-22 | Don't add the member functiopn if we're not using treecache | David Baker | 1 | -1/+4 | |
2016-01-22 | docs | David Baker | 1 | -1/+5 | |
2016-01-22 | Revert all the bits changing keys of eeverything that used LRUCaches to tuples | David Baker | 5 | -44/+44 | |
2016-01-22 |