MatrixSynapse/synapse/handlers
Luke Barnard 97bd18af4e Add automagical AS Publicised Group(s)
via registration file "users" namespace:

```YAML
...
namespaces:
  users:
    - exclusive: true
      regex: '.*luke.*'
      group_id: '+all_the_lukes:hsdomain'
...
```

This is part of giving App Services their own groups for matching users. With this, ghost users will be given the appeareance that they are in a group and that they have publicised the fact, but _only_ from the perspective of the `get_publicised_groups_for_user` API.
2017-11-16 16:44:55 +00:00
..
__init__.py
_base.py
account_data.py
admin.py
appservice.py Remove preserve_context_over_{fn, deferred} 2017-11-14 11:22:42 +00:00
auth.py Factor _AccountHandler proxy out to ModuleApi 2017-11-02 14:36:11 +00:00
device.py Merge remote-tracking branch 'origin/develop' into rav/refactor_accesstoken_delete 2017-11-01 16:20:19 +00:00
devicemessage.py
directory.py
e2e_keys.py
events.py
federation.py s/items/iteritems/ 2017-11-08 09:21:41 +00:00
groups_local.py Add automagical AS Publicised Group(s) 2017-11-16 16:44:55 +00:00
identity.py
initial_sync.py Remove preserve_context_over_{fn, deferred} 2017-11-14 11:22:42 +00:00
message.py replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
presence.py replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
profile.py removed unused import flagged by flake8a 2017-11-03 18:45:49 +01:00
read_marker.py
receipts.py
register.py Revert "Allow upper-case characters in mxids" 2017-11-09 21:57:24 +00:00
room.py replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
room_list.py Reshuffle room list request code 2017-11-14 10:29:58 +00:00
room_member.py
search.py replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
sync.py Do logcontexts outside ResponseCache 2017-10-25 15:21:08 +01:00
typing.py
user_directory.py s/intial/initial/ 2017-11-04 19:35:14 +00:00