Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-27 | docs: add a page on how to remove process() | mathieui | |
2022-02-27 | docs: Fix some wrong references | mathieui | |
2022-02-15 | docs: remove yield from and fix some old changes | mathieui | |
2021-04-24 | docs: Use the correct number for user_nick | Emmanuel Gil Peyrot | |
Thanks Felix for noticing! | |||
2021-03-09 | docs, XEP-0313: Order document by source | mathieui | |
2021-03-09 | XEP-0441: Split MAM preferences into a separate plugin | mathieui | |
2021-03-07 | docs: add resultiterator docs for XEP-0059 | mathieui | |
2021-03-04 | Merge branch 'xep-0030-typing-and-co' into 'master' | mathieui | |
XEP-0030: add typing and more docs See merge request poezio/slixmpp!143 | |||
2021-03-02 | Add XEP-0100 (Gateway Interaction) plugin | Nicoco K | |
Remove usused prompt_future attribute Add plugin_end Update with mathieui's comments Add option to transfer messages from unregistered users XEP 0100 plugin | |||
2021-03-01 | docs: improve XEP-0030 docs | mathieui | |
2021-02-27 | docs: fix a typo (dedfault) | mathieui | |
2021-02-26 | docs: document the "internal API" with reference & howto | mathieui | |
2021-02-26 | docs: add references to API docs | mathieui | |
2021-02-26 | XEP-0319: API changes | mathieui | |
- ``idle`` and ``active`` are now coroutines. | |||
2021-02-26 | XEP-0231: API changes | mathieui | |
- ``get_bob`` and ``set_bob`` are now coroutines. - ``del_bob`` returns a Future. | |||
2021-02-26 | XEP-0153: API changes | mathieui | |
2021-02-26 | XEP-0128: API changes | mathieui | |
- ``set_extended_info``, ``add_extended_info`` and ``del_extended_info`` return Futures. | |||
2021-02-26 | XEP-0115: API changes | mathieui | |
- ``get_verstring``, ``get_caps`` are now coroutines. - ``assign_verstring``, ``cache_caps`` now return a Future. side-effect: fix supports() and has_identity() broken since forever | |||
2021-02-26 | XEP-0077: API changes | mathieui | |
2021-02-26 | XEP-0065: API changes | mathieui | |
2021-02-26 | XEP-0054: API changes | mathieui | |
- ``get_vcard``, ``publish_vcard`` are now coroutines. | |||
2021-02-26 | XEP-0047: API changes | mathieui | |
and fix unit tests broken for years. | |||
2021-02-26 | XEP-0027: API changes | mathieui | |
- ``get_keyids`` and ``get_keyid`` are now coroutines. - ``set_keyid`` and ``del_keyid`` now return a Future. | |||
2021-02-26 | XEP-0012: API changes. | mathieui | |
2021-02-18 | Privileged entities (XEP-0356) | Nicoco K | |
2021-02-13 | XEP-0363: Types, docs, and new-style kwargs | mathieui | |
2021-02-13 | XEP-0047: Better typing, docs, coroutine. | mathieui | |
- Add a gather() shortcut to buffer all data received in a stream - Fix a bug in sendall that happens if the data is above the block size. | |||
2021-02-10 | docs: update requirements | mathieui | |
2021-02-08 | docs: fix links to stanza doc | mathieui | |
2021-02-08 | docs: fill and update the event index | mathieui | |
2021-02-08 | docs: fix copyright footer | mathieui | |
2021-02-08 | docs: do not order xep 0045 methods alphabetically | mathieui | |
2021-02-06 | docs: fill the stanza howto | mathieui | |
2021-02-04 | docs/xmlstream: remove HTTP proxy references | mathieui | |
It has been removed years ago. | |||
2021-02-03 | docs: update the iq tutorial | mathieui | |
2021-02-03 | docs: move things around for a cleaner toctree | mathieui | |
2021-02-03 | docs: add slixmpp credits, move fork note to the bottom | mathieui | |
2021-01-31 | docs: change theme to furo | mathieui | |
it looks better, and has a dark mode | |||
2021-01-30 | doc: update XEP titles | mathieui | |
2021-01-27 | docs: update the tutorials a bit | mathieui | |
2020-12-10 | docs: move the plugin index away from the main page | mathieui | |
it’s too big | |||
2020-12-10 | docs: add sphinx_autodoc_typehints dep | mathieui | |
2020-12-10 | docs: fix rest issues | mathieui | |
2020-12-10 | docs: Add plugins | mathieui | |
2020-12-10 | docs: update event index | mathieui | |
2020-12-01 | Examples: remove wait arg to join_muc calls | mathieui | |
it hasn’t worked in years, and I removed it recently | |||
2020-05-24 | Merge branch 'tutorial' into 'master' | mathieui | |
Tutorial - english and polish version. See merge request poezio/slixmpp!33 | |||
2020-05-01 | Update Python version minimum requirement to 3.7 | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-04-14 | Changing the use of 'threading' in python for more suitable 'subprocesses'. ↵ | Paulina | |
Change of English names to Polish equivalents, as requested by the authors. | |||
2020-04-10 | Correction and editing of the tutorials. | Paulina | |
[100%] English version [100%] Polish version [100%] Both version consistency check [98 %] Final sanity check + formating |