Commit Graph

12 Commits (965427760bcc68804c098f2edd6663e3d3e24c4e)

Author SHA1 Message Date
Jorik Schellekens 965427760b Typoed 2019-07-02 09:05:05 +01:00
Jorik Schellekens 1d591afba4 linting 2019-06-25 18:44:23 +01:00
Jorik Schellekens dde461814d Homeserver Whitlisting 2019-06-25 18:16:48 +01:00
Jorik Schellekens 609d97b8a9 Docstrings! 2019-06-25 16:27:44 +01:00
Jorik Schellekens 810477915f Two errors a "s(c)entry" 2019-06-25 16:21:30 +01:00
Jorik Schellekens 640381e881 Remove user whitelisting 2019-06-25 15:23:11 +01:00
Jorik Schellekens 0009fdd3ad Copyright 2019-06-25 14:37:45 +01:00
Jorik Schellekens db10eeb267 Code style 2019-06-25 10:35:23 +01:00
Jorik Schellekens 98c8038bcf Black is the new black 2019-06-25 10:35:23 +01:00
Jorik Schellekens f35bde3892 Remove scope from logcontext if logcontext is top level 2019-06-24 16:01:33 +01:00
Jorik Schellekens 227447dc7e Create logcontext for new scope.
Instead of having a stack of scopes in a logcontext we create a new
context for a new scope if the current logcontext already has a scope.
2019-06-21 15:41:28 +01:00
Jorik Schellekens b43e3af744 Scope manager using LogContexts
We piggy-back our tracer scopes by using log context.
The current log context gives us the current scope. If new scope is
created we create a stack of scopes in the context.
2019-06-21 12:10:20 +01:00