Mercurial > libervia-backend
comparison CHANGELOG @ 2764:92af49cde255
jp (base): MAM and RSM arguments can now be used for pubsub commands:
- RSM and MAM args arguments have been added to pubsub group, and activated when multiple items are possible
- /!\ --max-items (i.e. pubsub original max) short option has been change for -M, and -m is now used for RSM max
- pubsub/search -m option has been renamed -M for same reason as above
- pubsub/search -o option has been replaced by -k (for keep), to avoid conflict with order-by (and long version is now --node-max)
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 11 Jan 2019 10:18:02 +0100 |
parents | 8fd8ce5a5855 |
children | 4cfa2085aebf |
comparison
equal
deleted
inserted
replaced
2763:c4190d5340ab | 2764:92af49cde255 |
---|---|
38 - new debug commands, to monitor stream, call bridge method or send fake signals | 38 - new debug commands, to monitor stream, call bridge method or send fake signals |
39 - new info/session command, to get data on current session | 39 - new info/session command, to get data on current session |
40 - new blog/get command, to retrieve locally XMPP blog | 40 - new blog/get command, to retrieve locally XMPP blog |
41 - new message/mam command, to check MAM archives (this command may be renamed or merged in an other one in the future) | 41 - new message/mam command, to check MAM archives (this command may be renamed or merged in an other one in the future) |
42 - new pubsub commands, for low level pubsub manipulations | 42 - new pubsub commands, for low level pubsub manipulations |
43 - include pubusb/search command for "grepping" pubsub nodes | 43 - include pubsub/search command for "grepping" pubsub nodes |
44 - new invitation commands | 44 - new invitation commands |
45 - new event commands | 45 - new event commands |
46 - new uri commands, to parse/build XMPP URI | 46 - new uri commands, to parse/build XMPP URI |
47 - new input commands, to use a file to generate series of actions | 47 - new input commands, to use a file to generate series of actions |
48 - new ticket commands | 48 - new ticket commands |
52 - new avatar commands | 52 - new avatar commands |
53 - new ping command | 53 - new ping command |
54 - new encryption commands, to handle encryption sessions | 54 - new encryption commands, to handle encryption sessions |
55 - e2e encryption algorithm can now be requested in jp message/send | 55 - e2e encryption algorithm can now be requested in jp message/send |
56 - better handling of arguments for pubsub related commands | 56 - better handling of arguments for pubsub related commands |
57 - MAM and RSM arguments for pubsub related commands | |
57 - improved outputs | 58 - improved outputs |
58 - new template output, jp can now act as a static site generator | 59 - new template output, jp can now act as a static site generator |
59 - a REPL shell is now available with "jp shell" command | 60 - a REPL shell is now available with "jp shell" command |
60 - specified several exit codes | 61 - specified several exit codes |
61 - Primitivus: | 62 - Primitivus: |