summaryrefslogtreecommitdiff
path: root/doc/source/dev
AgeCommit message (Collapse)Author
2018-03-08Add HTTP File Upload support.Emmanuel Gil Peyrot
2017-11-23Update the documentation to reflect the removal of features.Emmanuel Gil Peyrot
2017-11-13Fix a typo in the docsmathieui
2017-11-12Show support for 0392mathieui
2017-10-07Display contact avatar in the roster.Emmanuel Gil Peyrot
Implements XEP-0084 and XEP-0153.
2016-11-26List XEP-0380 as supported in the documentation.Emmanuel Gil Peyrot
2016-11-01Update the list of supported XEPs.Emmanuel Gil Peyrot
2016-08-28OTR plugin: Implement XEP-0378 (OTR Discovery)Emmanuel Gil Peyrot
2016-08-28Update xep support listmathieui
It would be nice to bring RSM back from the dead
2016-08-21Don’t call input completion() functions inside completion methodsmathieui
Use a placeholder object that can run it afterwards, so that we don’t have side effects inside those functions.
2016-07-27Fix doc buildingmathieui
Broken by the namespace change
2016-06-05Update the XEP listmathieui
2016-03-08Update api docmathieui
It was missing the highlight event
2015-02-08Update the development documentationmathieui
talk about the command args parser, mention slixmpp
2014-12-04Rename the sleekxmpp module to slixmpp in the docFlorent Le Coz
2014-11-29Remove 3 timed_events methods from the doc, because they don't exist anymoreFlorent Le Coz
2014-10-13Trivial line wrapping of the events.rst doc pageFlorent Le Coz
2014-10-13Document the changing_nick plugin eventFlorent Le Coz
2014-04-30Add a 'tab_change' eventmathieui
2014-04-27Fix #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-14Implement 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-01Fix #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-10Implement 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-01Little fix a docFlorent Le Coz
2013-05-01Document the new eventFlorent Le Coz
2013-04-13Add the last pages, and the plugin examplesmathieui
2013-04-12Add the XEP listmathieui
2013-04-10Add the separate accounts pagemathieui
2013-04-08Start migrating the command indexmathieui
2013-04-08Beginning of the migration to reST documentationmathieui