summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2021-02-13XEP-0363: Types, docs, and new-style kwargsmathieui
2021-02-13XEP-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-10docs: update requirementsmathieui
2021-02-08docs: fix links to stanza docmathieui
2021-02-08docs: fill and update the event indexmathieui
2021-02-08docs: fix copyright footermathieui
2021-02-08docs: do not order xep 0045 methods alphabeticallymathieui
2021-02-06docs: fill the stanza howtomathieui
2021-02-04docs/xmlstream: remove HTTP proxy referencesmathieui
It has been removed years ago.
2021-02-03docs: update the iq tutorialmathieui
2021-02-03docs: move things around for a cleaner toctreemathieui
2021-02-03docs: add slixmpp credits, move fork note to the bottommathieui
2021-01-31docs: change theme to furomathieui
it looks better, and has a dark mode
2021-01-30doc: update XEP titlesmathieui
2021-01-27docs: update the tutorials a bitmathieui
2020-12-10docs: move the plugin index away from the main pagemathieui
it’s too big
2020-12-10docs: add sphinx_autodoc_typehints depmathieui
2020-12-10docs: fix rest issuesmathieui
2020-12-10docs: Add pluginsmathieui
2020-12-10docs: update event indexmathieui
2020-12-01Examples: remove wait arg to join_muc callsmathieui
it hasn’t worked in years, and I removed it recently
2020-05-24Merge branch 'tutorial' into 'master'mathieui
Tutorial - english and polish version. See merge request poezio/slixmpp!33
2020-05-01Update Python version minimum requirement to 3.7Maxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-14Changing 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-10Correction and editing of the tutorials.Paulina
[100%] English version [100%] Polish version [100%] Both version consistency check [98 %] Final sanity check + formating
2020-04-06docs: remove andyet logo/link on every pageMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-03-28cElementTree has been deprecated since Python 3.3 and removed in Python 3.9.Karthikeyan Singaravelan
2020-03-21Correction 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-15Merge branch 'tutorial' of https://lab.louiz.org/Hoacyn/slixmpp into tutorialPaulina
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-29Correction 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-27Eng and pl tutorials added.Paulina
2019-07-03xmlstream.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-12Change more URLs to lab.louiz.orgMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-02-12Update project URLs to lab.louiz.orgMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-10-28docs: auto-set copyright year to current yearFlorian Klien
2018-10-28auto set version of Slixmpp in DocsFlorian Klien
getting version of slixmpp from source tree for documentation
2018-08-08Document that slixmpp is now 3.5+ onlymathieui
2017-01-08Fix a typo in the title of the MUC documentation.Emmanuel Gil Peyrot
2016-10-22Manual cleanup of the remaining set([…]) and set((…)).Emmanuel Gil Peyrot
2016-09-30Fix uses of super() in the codebasemathieui
Fix #3165, we don’t need to use the long form to get the superobject in our supported python versions.
2016-09-21XEP-0045: Remove support for old-style {get,set,del}TitleCase methods.Emmanuel Gil Peyrot
2016-09-20Various XEPs: Remove deprecated aliases.Emmanuel Gil Peyrot
2016-03-14The XEP-0198 plugin exists now; fix the docsSam Whited
2016-02-03Fix #3166 (broken link)mathieui
2015-10-02Update version to 1.1slix-1.1mathieui