summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-12-27Merge branch 'async-filters' into 'master'mathieui
Add async filters on the send process See merge request poezio/slixmpp!24
2019-12-27Put the queue exception at toplevelmathieui
2019-12-27Improve the send queue code a bitmathieui
2019-12-27add a separate place for slow ass filtersmathieui
2019-12-27raise Exceptionmathieui
2019-12-27Try/except around outbound stanza processingmathieui
to avoid killing the send loop when a filter has an error
2019-12-27Remove trailing whitespacemathieui
2019-12-27Skip 0323 becausemathieui
2019-12-27Update test framework to work with new filtersmathieui
(eewww)
2019-12-27Run the send queue in a separate coroutinemathieui
To be able to run async stream filters
2019-11-11xep_0048: Ensure Conference jid is of type str when given a JIDMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-09-19Fix a bug in the 0202 plugin where a time result would send back a resultmathieui
poezio bug #3499
2019-09-10Match the sender JID as well as the queryid in MAM resultsmathieui
2019-09-10Add typing/docstring in the MAM pluginmathieui
2019-09-08Added amount parameter, so that limit on the msgs received per query can be ↵root
changed.
2019-08-28Revert "Remove a block of compatibility code"Maxime “pep” Buquet
This reverts commit 37bc1bb9b3bdc26b7f28b30406d1013f9b0f6ceb. Confusion confusion. Mathieui thought this was a sleekxmpp thing when it's actually been added not so long ago.
2019-08-26Remove a block of compatibility codemathieui
even if the user makes that mistake, it does not cause problems down the line.
2019-08-25fix a typo in the invalidjid exception name casemathieui
2019-08-23Merge branch 'origin-id' into 'master'Maxime Buquet
Implement Origin-id (XEP-0359) See merge request poezio/slixmpp!21
2019-08-23basexmpp: Make origin-id opt-outMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-08-23Implement origin-id (XEP-0359)Maxime “pep” Buquet
This XEP is not implemented as a plugin but directly into Message. Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-08-23Merge branch 'mam' into 'master'Maxime Buquet
Assign 'True' to 'before' tag if it's value is 'None'. See merge request poezio/slixmpp!26
2019-08-23Assign True to the 'before' tag if it's value is None (eg:at the start no ↵root
msg is there in the group, so no stanza-id)
2019-08-23Merge branch 'mam' into 'master'Maxime Buquet
Removed assigning 'reverse' value to the 'before' tag See merge request poezio/slixmpp!25
2019-08-23Removed before tag. (Code for setting it is already there)root
2019-08-23Removed assigning 'reverse' value to the 'before' tag (It's value is set in ↵root
xep_0313 (mam.py file) and if not then by default it is takes as 'None').
2019-08-13Merge branch 'mam' into 'master'louiz’
Added <before> tag for querying messages before a stanza-id. See merge request poezio/slixmpp!23
2019-08-12Added <before> tag for querying messages before a stanza-id.Madhur Garg
2019-08-03xep_0030: add docstring to get_info_from_domainMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-08-01Remove the last instances of a block argument to iq.send().Emmanuel Gil Peyrot
Thanks Madhur Garg for spotting this in 027ce2434d7fd3cf4a286dd373cb761c0d114c66!
2019-08-01Merge branch 'mam' into 'master'Link Mauve
Removed 'block' from set_preferences as it was giving a TypeError while sending the staza. See merge request poezio/slixmpp!20
2019-08-02Removed 'block' from set_preferences as it was giving a TypeError while ↵Madhur Garg
sending the staza.
2019-07-22Merge branch 'mam' into 'master'Maxime Buquet
Added a function in xep313 plugin to get current MAM preferences. See merge request poezio/slixmpp!19
2019-07-18Added a function to get current MAM preferences.Madhur Garg
2019-07-16xmlstream/stanzabase: remove unused interfaces and types attributesMaxime “pep” Buquet
These are already on each stanza, and were not applicable to all stanzas anyway. Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-07-14Do not add disco#info for occupantid, it’s a server thingmathieui
2019-07-14Add the occupant id stanza elementsmathieui
2019-07-13Initial commit for reactions protoxepmathieui
2019-07-13Make generated stanza id truly randomMaxime “pep” Buquet
Fix long-standing security issues where stanza @id be predictable. Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>