Mercurial > libervia-pubsub
log sat_pubsub/privilege.py @ 494:468b7cd6c344 default tip
age | author | description |
---|---|---|
Tue, 06 Sep 2022 11:33:34 +0200 | Goffi | privilege: use `typing.Dict[]` instead of `dict[]` to be compatible with Python 3.7 |
Wed, 11 May 2022 13:39:08 +0200 | Goffi | Privileged Entity update + Pubsub Account Management partial implementation + Public Pubsub Subscription |
Thu, 21 Oct 2021 17:31:01 +0200 | Goffi | backend: return empty roster when `NotAllowedError` is raised in `getOwnerRoster`: |
Thu, 21 Oct 2021 17:24:25 +0200 | Goffi | privilege: don't try to get roster if the request if for a jid not belonging to our server |
Fri, 15 Oct 2021 15:30:18 +0200 | Goffi | privilege: store roster cache in database: |
Fri, 15 Oct 2021 13:40:56 +0200 | Goffi | privilege: improvment on last message sending on presence with `+notify`: |
Fri, 15 Oct 2021 09:32:07 +0200 | Goffi | privilege: add server JID to `publisher` so `+notify` works with it: |