Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-28 | doc: Mark 0066 as partly supported thanks to embed plugin. | Emmanuel Gil Peyrot | |
2018-07-22 | Fix close_all and change_title plugins | mathieui | |
2018-03-08 | Add HTTP File Upload support. | Emmanuel Gil Peyrot | |
2017-11-23 | Update the documentation to reflect the removal of features. | Emmanuel Gil Peyrot | |
2017-11-13 | Fix a typo in the docs | mathieui | |
2017-11-12 | Show support for 0392 | mathieui | |
2017-10-07 | Display contact avatar in the roster. | Emmanuel Gil Peyrot | |
Implements XEP-0084 and XEP-0153. | |||
2016-11-26 | List XEP-0380 as supported in the documentation. | Emmanuel Gil Peyrot | |
2016-11-01 | Update the list of supported XEPs. | Emmanuel Gil Peyrot | |
2016-08-28 | OTR plugin: Implement XEP-0378 (OTR Discovery) | Emmanuel Gil Peyrot | |
2016-08-28 | Update xep support list | mathieui | |
It would be nice to bring RSM back from the dead | |||
2016-08-21 | Don’t call input completion() functions inside completion methods | mathieui | |
Use a placeholder object that can run it afterwards, so that we don’t have side effects inside those functions. | |||
2016-07-27 | Fix doc building | mathieui | |
Broken by the namespace change | |||
2016-06-05 | Update the XEP list | mathieui | |
2016-03-08 | Update api doc | mathieui | |
It was missing the highlight event | |||
2015-02-08 | Update the development documentation | mathieui | |
talk about the command args parser, mention slixmpp | |||
2014-12-04 | Rename the sleekxmpp module to slixmpp in the doc | Florent Le Coz | |
2014-11-29 | Remove 3 timed_events methods from the doc, because they don't exist anymore | Florent Le Coz | |
2014-10-13 | Trivial line wrapping of the events.rst doc page | Florent Le Coz | |
2014-10-13 | Document the changing_nick plugin event | Florent Le Coz | |
2014-04-30 | Add a 'tab_change' event | mathieui | |
2014-04-27 | Fix #2106 (implement message delivery receipts) | mathieui | |
- two options request/ack_message_receipts - two new theme parameters : CHAR_ACK_RECEIVED and COLOR_CHAR_ACK - if a message has a receipt, the character is displayed between the timestamp and the nick, using the color | |||
2014-04-14 | Implement XEP-0249 (Direct MUC Invitations) | mathieui | |
- fallback to mediated invitations if only the bare jid is given to the command or if the jid does not advertise support TODO: provide a way to send passwords | |||
2013-08-01 | Fix #2049 (get the current completed argument) | mathieui | |
A command argument can now be completed even if it isn’t the last one in the input. - Add a new method Input.new_completion Almost like the old auto_completion method, except taht it takes another argument: argument_position, which is the argument to be completed. - Methods using the old completion method still work - All completion methods in poezio now use the new one if necessary - Further details can be found in the docstring of new_completion | |||
2013-06-10 | Implement Message Carbons (XEP-280) | mathieui | |
- Add an option enable_carbons (defaults to false) - Make a disco on non-roster entites to determine if the message commes from a muc private chat or not. | |||
2013-05-01 | Little fix a doc | Florent Le Coz | |
2013-05-01 | Document the new event | Florent Le Coz | |
2013-04-13 | Add the last pages, and the plugin examples | mathieui | |
2013-04-12 | Add the XEP list | mathieui | |
2013-04-10 | Add the separate accounts page | mathieui | |
2013-04-08 | Start migrating the command index | mathieui | |
2013-04-08 | Beginning of the migration to reST documentation | mathieui | |