Emmanuel Gil Peyrot
978d70f38e
Update most references to dev.louiz.org to lab.louiz.org.
...
Redmine is dead.
2020-12-26 23:21:17 +01:00
4b01469a62
Migrate to 'main' branch
...
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-09-10 10:05:55 +02:00
37ddf81fd4
doc: Add doc for BasePlugin dependencies and refs
...
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-12 18:59:13 +02:00
f002cc9b1a
doc: typo in code snippet
...
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-02-17 03:27:03 +01:00
66323e32f0
plugins: doc for external plugins/entry points
...
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-02-17 03:03:47 +01:00
8211f3d6f1
e2ee-api: Some more changes to the documentation
...
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-07-02 00:07:34 +02:00
a8bf37eb61
e2ee-api: Add documentation
...
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-07-01 23:54:10 +02:00
b9deb7e164
doc/dev/slix: Fix Slixmpp title
...
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-07-01 19:42:08 +02:00
Kim Alvefur
5eb3e36b61
Change 'his/her' to 'their'
...
It's shorter and reads better.
Also removes 'its', which might be intented to refer to bots or the like.
2019-03-19 18:25:46 +00:00
Emmanuel Gil Peyrot
7d6cd69511
Fix several typos in the docs.
...
Thanks Mopi!
2019-01-04 13:54:28 +01:00
Emmanuel Gil Peyrot
dc4b95f95b
doc: Mark 0066 as partly supported thanks to embed plugin.
2018-07-28 13:32:12 +02:00
mathieui
c6cf2d08b7
Fix close_all and change_title plugins
2018-07-22 16:17:06 +02:00
Emmanuel Gil Peyrot
a468e16140
Add HTTP File Upload support.
2018-03-08 15:04:59 +01:00
Emmanuel Gil Peyrot
eae2692647
Update the documentation to reflect the removal of features.
2017-11-23 20:11:14 +00:00
mathieui
0fca40246b
Fix a typo in the docs
2017-11-13 00:34:55 +01:00
mathieui
9a89ba18e6
Show support for 0392
2017-11-12 17:38:15 +01:00
Emmanuel Gil Peyrot
554ff650bf
Display contact avatar in the roster.
...
Implements XEP-0084 and XEP-0153.
2017-10-07 18:11:33 +01:00
Emmanuel Gil Peyrot
c8b2d2650f
List XEP-0380 as supported in the documentation.
2016-11-26 17:39:12 +00:00
Emmanuel Gil Peyrot
c88ab02173
Update the list of supported XEPs.
2016-11-01 02:36:30 +00:00
Emmanuel Gil Peyrot
95723fb649
OTR plugin: Implement XEP-0378 (OTR Discovery)
2016-08-28 20:33:28 +01:00
mathieui
1a8ca9e4f8
Update xep support list
...
It would be nice to bring RSM back from the dead
2016-08-28 21:15:41 +02:00
mathieui
84e59b05ff
Don’t call input completion() functions inside completion methods
...
Use a placeholder object that can run it afterwards, so that we don’t
have side effects inside those functions.
2016-08-21 15:39:30 +02:00
mathieui
f6960d09f0
Fix doc building
...
Broken by the namespace change
2016-07-27 19:05:27 +02:00
mathieui
b3e534e200
Update the XEP list
2016-06-05 01:40:29 +02:00
mathieui
7d6ee08585
Update api doc
...
It was missing the highlight event
2016-03-08 22:53:13 +01:00
mathieui
51b84645f0
Update the development documentation
...
talk about the command args parser, mention slixmpp
2015-02-08 15:26:37 +01:00
Florent Le Coz
097d06ea96
Rename the sleekxmpp module to slixmpp in the doc
2014-12-04 15:42:06 +01:00
Florent Le Coz
72367fc006
Remove 3 timed_events methods from the doc, because they don't exist anymore
2014-11-29 16:04:28 +01:00
Florent Le Coz
088c6c6a0b
Trivial line wrapping of the events.rst doc page
2014-10-13 19:05:16 +02:00
Florent Le Coz
2b10325be4
Document the changing_nick plugin event
2014-10-13 19:05:07 +02:00
mathieui
d859ec2ea1
Add a 'tab_change' event
2014-04-30 20:37:18 +02:00
mathieui
5999b71c41
Fix #2106 (implement message delivery receipts)
...
- 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-27 16:32:03 +02:00
mathieui
3221534b0f
Implement XEP-0249 (Direct MUC Invitations)
...
- 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
2014-04-14 22:32:34 +02:00
mathieui
bb59771d99
Fix #2049 (get the current completed argument)
...
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-08-01 20:17:12 +02:00
mathieui
97d3690aea
Implement Message Carbons (XEP-280)
...
- 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-06-10 23:49:10 +02:00
Florent Le Coz
f5fd428ca0
Little fix a doc
2013-05-01 18:44:25 +02:00
Florent Le Coz
ea12f4ccce
Document the new event
2013-05-01 18:44:14 +02:00
mathieui
f262d9f779
Add the last pages, and the plugin examples
2013-04-13 22:56:00 +02:00
mathieui
e341d1534e
Add the XEP list
2013-04-12 21:21:39 +02:00
mathieui
1d18f4f8d4
Add the separate accounts page
2013-04-10 01:49:09 +02:00
mathieui
662f9a7621
Start migrating the command index
2013-04-08 19:17:32 +02:00
mathieui
bd8d38d711
Beginning of the migration to reST documentation
2013-04-08 18:52:35 +02:00