Mercurial > libervia-backend
annotate .hgignore @ 3758:b7cef1b24f83
plugins XEP-0060, XEP-0376, XEP-0465, CLI: PAM + PSS implementation:
- update psSubscriptionsGet to use serialised return value
- implement XEP-0376 Pubsub Account Management
- implement XEP-0465 Public Pubsub Subscriptions
- CLI `pubsub` commands updated accordingly, and added `--public` flags to `subscribe`,
`Subscriptions` and `node Subscriptions get`
⚠ `XEP-0465` is speculative, the XEP has been accepted by council but not published yet.
As is should be the next one, and current latest one is `XEP-0464`, `XEP-0465` has been
anticipated.
rel 365
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 13 May 2022 18:38:05 +0200 |
parents | 1fe6742b8df8 |
children | 00212260f659 |
rev | line source |
---|---|
3 | 1 syntax: glob |
2 *.pyc | |
140 | 3 *.pyv |
3 | 4 *.swp |
5 *.swo | |
6 tags | |
4 | 7 twistd.log |
140 | 8 twistd.pid |
269 | 9 bridge_constructor/generated |
3687
1fe6742b8df8
misc (.hgignore): exlude e2e tests reports
Goffi <goffi@goffi.org>
parents:
3562
diff
changeset
|
10 tests/e2e/report* |
335 | 11 _trial_temp/ |
269 | 12 sat.egg-info |
13 *.un~ | |
14 dist | |
15 MANIFEST | |
474
e519f8f33cba
misc: Add the build directory to the ignore file.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
335
diff
changeset
|
16 build |
598 | 17 ctags_links/ |
1127
f2cb99b196b1
misc: added Session.vim to .hgignore
Goffi <goffi@goffi.org>
parents:
598
diff
changeset
|
18 Session.vim |
3562 | 19 .build |
20 .pytest_cache |