- Nov 08, 2016
-
-
Erik Johnston authored
This only makes a difference for versions of ldap3 before 1.0, but a) its best to be explicit and b) there are distributions that package ancient versions for ldap3 (e.g. debian).
-
- Nov 01, 2016
-
-
Erik Johnston authored
-
Erik Johnston authored
- Oct 31, 2016
-
-
Paul Evans authored
Update documentation about exported prometheus metrics
-
Paul "LeoNerd" Evans authored
-
- Oct 28, 2016
-
-
Paul "LeoNerd" Evans authored
Remove long-deprecated instructions about promethesus console; also fix for modern config file format
-
Mark Haines authored
-
Mark Haines authored
-
- Oct 27, 2016
-
-
Paul Evans authored
Bugfix for process-wide metric export on split processes
-
Paul "LeoNerd" Evans authored
-
Paul "LeoNerd" Evans authored
Pass the Metrics group into the process collector instead of having it find its own one; this avoids it needing to import from synapse.metrics
-
Paul "LeoNerd" Evans authored
-
Erik Johnston authored
Fix user_threepids schema delta
-
Erik Johnston authored
-
Erik Johnston authored
The delta `37/user_threepids.sql` aimed to update all the email addresses to be lower case, however duplicate emails may exist in the table already. This commit adds a step where the delta moves the duplicate emails to a new `medium` `email_old`. Only the most recently used account keeps the binding intact. We move rather than delete so that we retain some record of which emails were associated with which account.
-
Erik Johnston authored
-
Erik Johnston authored
-
- Oct 25, 2016
-
-
Mark Haines authored
Allow clients to supply access_tokens as headers
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Fix infinite typing bug
-
- Oct 24, 2016
-
-
Erik Johnston authored
There's a bug somewhere that causes typing notifications to not be timed out properly. By adding a paranoia timer and using correct inequalities notifications should stop being stuck, even if it the root cause hasn't been fixed.
-
Erik Johnston authored
Fix incredibly slow back pagination query
-
Erik Johnston authored
-
Erik Johnston authored
If a client didn't specify a from token when paginating backwards synapse would attempt to query the (global) maximum topological token. This a) doesn't make much sense since they're room specific and b) there are no indices that lets postgres do this efficiently.
-
- Oct 21, 2016
-
-
Paul Evans authored
Standardise prometheus metrics
-
- Oct 20, 2016
-
-
Luke Barnard authored
Allow Configurable Rate Limiting Per AS
-
Luke Barnard authored
-
Luke Barnard authored
-
Luke Barnard authored
-
Luke Barnard authored
-
Luke Barnard authored
This means synapse does not have to check if the AS is interested, but instead it effectively re-uses what it already knew about the requesting user
-
- Oct 19, 2016
-
-
Paul "LeoNerd" Evans authored
-
Paul "LeoNerd" Evans authored
-
Paul "LeoNerd" Evans authored
-