Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2020-04-06 | docs: remove andyet logo/link on every page | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-03-28 | cElementTree has been deprecated since Python 3.3 and removed in Python 3.9. | Karthikeyan Singaravelan | |
2020-03-21 | Correction and editing of the tutorials. | Paulina | |
[98 %] English version [98 %] Polish version [100%] Both version consistency check [95 %] Final sanity check + formating | |||
2020-03-15 | Correction and editing of the tutorials. | Paulina | |
[95 %] English version [95 %] Polish version [100%] Both version consistency check [95 %] Final sanity check + formating | |||
2020-03-15 | Correction and editing of the tutorials. | Paulina | |
[95 %] English version [95 %] Polish version [100%] Both version consistency check [80 %] Final sanity check + formating | |||
2020-03-15 | Merge branch 'tutorial' of https://lab.louiz.org/Hoacyn/slixmpp into tutorial | Paulina | |
2020-03-15 | Correction and editing of the tutorials. | Paulina | |
[85 %] English version [90 %] Polish version [45 %] Both version consistency check [0 %] Final sanity check + formating | |||
2020-03-15 | Correction and editing of the tutorials. | Paulina | |
[95 %] English version [95 %] Polish version [100%] Both version consistency check [80 %] Final sanity check + formating | |||
2020-03-08 | Correction and editing of the tutorials. | Paulina | |
[85 %] English version [90 %] Polish version [45 %] Both version consistency check [0 %] Final sanity check + formating | |||
2020-02-29 | Correction and editing of the tutorials. | Paulina | |
[80 %] English version [0 %] Polish version [20 %] Both version consistency check [0 %] Final sanity check TODO: - comments in the code blocks - side-by-side consistency check | |||
2020-02-27 | Eng and pl tutorials added. | Paulina | |
2019-07-03 | xmlstream.disconnect: add compat behaviour, set wait to default `2.0` when ↵ | Maxime “pep” Buquet | |
True is passed. Update documentation Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-02-12 | Change more URLs to lab.louiz.org | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-02-12 | Update project URLs to lab.louiz.org | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2018-10-28 | docs: auto-set copyright year to current year | Florian Klien | |
2018-10-28 | auto set version of Slixmpp in Docs | Florian Klien | |
getting version of slixmpp from source tree for documentation | |||
2018-08-08 | Document that slixmpp is now 3.5+ only | mathieui | |