summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-12XEP-0425: Add integration testmathieui
2020-12-12XEP-0425: Fix plugin registration, and add elementmathieui
2020-12-10Merge branch 'move-plugin-index-away' into 'master'Link Mauve
docs: move the plugin index away from the main page See merge request poezio/slixmpp!85
2020-12-10docs: move the plugin index away from the main pagemathieui
it’s too big
2020-12-10Merge branch 'docs-event-sphinx-plugins' into 'master'Link Mauve
Docs: add more events, add plugins to the doc See merge request poezio/slixmpp!84
2020-12-10docs: add sphinx_autodoc_typehints depmathieui
2020-12-10docs: update docstrings for sphinx conformitymathieui
Remove most references to timeout/callback/ifrom/timeout_callbacks args
2020-12-10docs: fix rest issuesmathieui
2020-12-10docs: Add pluginsmathieui
2020-12-10docs: update event indexmathieui
2020-12-08Merge branch 'rai' into 'master'mathieui
XEP-0437: Room Activity Indicators See merge request poezio/slixmpp!83
2020-12-08XEP-047: Room Activity Indicatorsmathieui
Implement the XEP
2020-12-07Merge branch 'xep-0333-fixes' into 'master'Link Mauve
XEP-0333: Fix some issues See merge request poezio/slixmpp!80
2020-12-07Merge branch 'xep-0439-improved' into 'master'Link Mauve
XEP-0439: add events & tests See merge request poezio/slixmpp!82
2020-12-07XEP-0439: add integration testsmathieui
2020-12-07XEP-0439: Add eventsmathieui
2020-12-07Merge branch 'no-emoji-required' into 'master'mathieui
CI: do not require the emoji package See merge request poezio/slixmpp!81
2020-12-06CI: do not require the emoji packagemathieui
2020-12-06itests: Add a chat markers testmathieui
2020-12-06XEP-0333: Add missing feature, and a send_marker methodmathieui
2020-12-06XEP-0333: Rename plugin file from "hints" to "markers"mathieui
2020-12-06Merge branch 'update-readme' into 'master'mathieui
README: document integration tests See merge request poezio/slixmpp!79
2020-12-06README: document integration testsmathieui
2020-12-06Merge branch 'more-tests' into 'master'Link Mauve
Add more integration tests See merge request poezio/slixmpp!78
2020-12-06XEP-0444: fix a mistake in plugin_endmathieui
2020-12-06itests: add another bunch of testsmathieui
2020-12-06itests: fix muc test namemathieui
2020-12-06Integration tests: parallelize client connectsmathieui
2020-12-06Merge branch 'no-ordered-stuff' into 'master'mathieui
Remove usage of OrderedDict See merge request poezio/slixmpp!77
2020-12-06Remove OrderedDict usageEmmanuel Gil Peyrot
We now support only Python 3.7+, this means we can rely on dict being ordered by order of insertion, and thus no need to use OrderedDict from collections.
2020-12-05Merge branch 'first-integration-tests' into 'master'mathieui
First integration tests See merge request poezio/slixmpp!75
2020-12-05Merge branch 'doap' into 'master'Link Mauve
DOAP di doap See merge request poezio/slixmpp!76
2020-12-05XEP-0352: Only enable the feature on ClientXMPPEmmanuel Gil Peyrot
2020-12-05XEP-0300: Fix testsEmmanuel Gil Peyrot
2020-12-05Plugins: Update the list to match what’s availableEmmanuel Gil Peyrot
Piugins for deprecated and obsolete XEPs aren’t loaded by default anymore.
2020-12-04DOAP: Add all of the releasesEmmanuel Gil Peyrot
2020-12-04DOAP: List the correct versions and support statusEmmanuel Gil Peyrot
2020-12-04CI: add integration tests to the gitlab pipelinemathieui
2020-12-04Add some very basic integration testsmathieui
2020-12-04CI: add a script to run integration testsmathieui
(same as run_tests.py, but use adifferent directory)
2020-12-04CI: Add helper for integration testsmathieui
2020-12-04XMLStream: Add a wait_until coroutinemathieui
It will set a disposable handler on an event and wait on it with a specific timeout. Useful for integration tests without callback hell.
2020-12-04Merge branch 'more-xeps' into 'master'Link Mauve
Add a batch of newer XEPs See merge request poezio/slixmpp!69
2020-12-04Update doap.xmlmathieui
2020-12-04XEP-0422,0424,0425,0439: Add basic stanza testsmathieui
2020-12-04XEP-0439: Quick Responsemathieui
2020-12-04XEP-0425: Message Moderationmathieui
2020-12-04XEP-0424: Message Retractionmathieui
2020-12-04XEP-0428: Fallback Indicationmathieui
2020-12-04XEP-0359: Unique and Stable Stanza IDsmathieui
(was partially supported in places before)