Mercurial > libervia-backend
comparison CHANGELOG @ 2740:8fd8ce5a5855
jp (message/send, encryption): encryption handling:
- encryption algorithm can now be requested when sending a message (using --encrypt option)
- new encryption commands to (de)activate encryption session, check available algorithms, or manage trust.
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 02 Jan 2019 18:50:57 +0100 |
parents | eb58f26ed236 |
children | 92af49cde255 |
comparison
equal
deleted
inserted
replaced
2739:e8dc00f612fb | 2740:8fd8ce5a5855 |
---|---|
36 - server certificate validation | 36 - server certificate validation |
37 - jp: | 37 - jp: |
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/encryption command, to handle encryption sessions | |
42 - 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) |
43 - new pubsub commands, for low level pubsub manipulations | 42 - new pubsub commands, for low level pubsub manipulations |
44 - include pubusb/search command for "grepping" pubsub nodes | 43 - include pubusb/search command for "grepping" pubsub nodes |
45 - new invitation commands | 44 - new invitation commands |
46 - new event commands | 45 - new event commands |
50 - new merge-request commands | 49 - new merge-request commands |
51 - new ad-hoc/list and ad-hoc/run commands | 50 - new ad-hoc/list and ad-hoc/run commands |
52 - new forums commands | 51 - new forums commands |
53 - new avatar commands | 52 - new avatar commands |
54 - new ping command | 53 - new ping command |
54 - new encryption commands, to handle encryption sessions | |
55 - e2e encryption algorithm can now be requested in jp message/send | |
55 - better handling of arguments for pubsub related commands | 56 - better handling of arguments for pubsub related commands |
56 - improved outputs | 57 - improved outputs |
57 - new template output, jp can now act as a static site generator | 58 - new template output, jp can now act as a static site generator |
58 - a REPL shell is now available with "jp shell" command | 59 - a REPL shell is now available with "jp shell" command |
59 - specified several exit codes | 60 - specified several exit codes |