Commit graph

  • a568363a6c Merge branch 'async-adhoc' into 'master' mathieui 2021-03-09 19:24:43 +0100
  • eac5ad50a8 XEP-0050 Make handle_command_xxx async Nicoco K 2021-03-09 19:24:43 +0100
  • e97f5ccb9c Merge branch 'fix-0004-field-type' into 'master' mathieui 2021-03-08 21:10:20 +0100
  • 432a332636 tests: Fix XEP-0060 tests for the new 0004 change regarding type attribute mathieui 2021-03-08 21:06:43 +0100
  • 30b1d27fc1 XEP-0004: stanza, only delete field type if it is not 'hidden' mathieui 2021-03-08 21:04:21 +0100
  • cb83ebe32c Merge branch 'form-multi-attrib' into 'master' mathieui 2021-03-08 18:53:56 +0100
  • cd0845515a Merge branch 'typing-jid' into 'master' mathieui 2021-03-08 18:53:40 +0100
  • ade1b010ed XEP-0004: add "forms" as a multi-attrib plugin for Form mathieui 2021-03-07 21:14:38 +0100
  • 5ff46d6245 JID: add some forgotten type hints mathieui 2021-03-07 21:12:22 +0100
  • 5a3ab2c5c1 tests: enable and fix RSM test for XEP-0030 mathieui 2021-03-07 19:48:07 +0100
  • 27cf97458b XEP-0059: docs and typing mathieui 2021-03-07 19:47:00 +0100
  • ae31f78b63 docs: add resultiterator docs for XEP-0059 mathieui 2021-03-07 19:45:01 +0100
  • c1a598c34b Merge branch 'xep-0030-typing-and-co' into 'master' mathieui 2021-03-04 22:14:59 +0100
  • 2314ee422a Merge branch 'gateway' into 'master' mathieui 2021-03-02 18:54:22 +0100
  • 9b5f3d9df0 Add XEP-0100 (Gateway Interaction) plugin Nicoco K 2021-03-02 18:54:22 +0100
  • 49416dacbc XEP-0030 static: Fix PEP8, types mathieui 2021-03-01 20:55:46 +0100
  • e3027dabb2 XEP-0030 stanza: FIX PEP8, types mathieui 2021-03-01 20:55:27 +0100
  • 10611525a0 XEP-0030 plugin: Fix PEP8, types mathieui 2021-03-01 20:54:53 +0100
  • 2ff72d88fd docs: improve XEP-0030 docs mathieui 2021-03-01 20:54:26 +0100
  • 9561a2a305 types: add some often-used types mathieui 2021-03-01 20:54:10 +0100
  • 2dac77e680 Merge branch 'docs-dedfault' into 'master' mathieui 2021-02-27 21:07:11 +0100
  • 0726b79345 docs: fix a typo (dedfault) mathieui 2021-02-27 21:02:55 +0100
  • 9f1ded7f5f Merge branch 'more-tests' into 'master' mathieui 2021-02-27 21:02:03 +0100
  • bea2669907 XEP-0403: Add stanza tests mathieui 2021-02-27 12:56:42 +0100
  • a288094b64 XEP-0405: add stream tests mathieui 2021-02-27 12:54:06 +0100
  • f12b04bd0b XEP-0405: Fix a bug in nodes returned by join_channel mathieui 2021-02-27 12:53:43 +0100
  • 059cb290d8 Merge branch 'async-interal-api-break-everything' into 'master' mathieui 2021-02-27 13:16:18 +0100
  • 3cdec464a5 docs: document the "internal API" with reference & howto mathieui 2021-02-26 00:08:20 +0100
  • 9927e69435 docs: add references to API docs mathieui 2021-02-26 00:07:47 +0100
  • 8e388df8e0 XEP-0231: do not crash if max-age is None mathieui 2021-02-26 00:07:08 +0100
  • 8eee559d39 api: update docstrings/typing mathieui 2021-02-25 23:27:48 +0100
  • 2fed9f9ad2 XEP-0319: API changes mathieui 2021-02-14 12:03:14 +0100
  • 9947d3db85 XEP-0231: API changes mathieui 2021-02-14 12:02:13 +0100
  • ab87b25030 XEP-0153: API changes mathieui 2021-02-14 12:00:25 +0100
  • e24e2f58d4 XEP-0128: API changes mathieui 2021-02-14 11:57:25 +0100
  • 4960cffcb4 XEP-0115: API changes mathieui 2021-02-14 11:56:20 +0100
  • f0aec1614f XEP-0095: API changes mathieui 2021-02-14 11:53:51 +0100
  • 504067d5a8 XEP-0077: API changes mathieui 2021-02-18 20:24:37 +0100
  • 0b3233a6e8 XEP-0065: API changes mathieui 2021-02-14 11:53:00 +0100
  • f7ecce42ac XEP-0054: API changes mathieui 2021-02-14 11:47:20 +0100
  • d17967f58e XEP-0047: API changes mathieui 2021-02-14 12:11:58 +0100
  • 13de36baa1 XEP-0030: API changes mathieui 2021-02-14 12:06:05 +0100
  • 7772e26a8c XEP-0027: API changes mathieui 2021-02-14 11:38:44 +0100
  • 0b6326e1cc XEP-0012: API changes. mathieui 2021-02-14 11:45:03 +0100
  • d51c4e307d api: make run() always return a Future mathieui 2021-02-14 11:36:51 +0100
  • 8da5310ea6 xmlstream: add a wrap() method for ensure_future mathieui 2021-02-14 11:36:01 +0100
  • 5f9ab45a5e Merge branch 'stream-features-sync-event' into 'master' mathieui 2021-02-24 20:59:12 +0100
  • 6d241be789 XEP-0077: Fix "register" event on stream features. mathieui 2021-02-15 21:50:01 +0100
  • babd98dac7 xmlstream: add event_async() for events that need in-order processing mathieui 2021-02-15 21:46:59 +0100
  • b8b57960f1 Merge branch 'httpupload-add-oob' into 'master' mathieui 2021-02-24 20:47:45 +0100
  • 5764ef7ff7 examples: add oob to httpupload example mathieui 2021-02-24 20:43:21 +0100
  • 7381460556 Merge branch 'collections-abc-warning' into 'master' mathieui 2021-02-22 18:18:33 +0100
  • 8b7648502b Fix deprecation warning Nicolas Cedilnik 2021-02-22 13:07:15 +0100
  • 17a663b0fd Merge branch 'test-run-coro-return-value' into 'master' mathieui 2021-02-20 12:58:52 +0100
  • 9270d1e538 tests: return the coroutine result in run_coro mathieui 2021-02-20 12:56:14 +0100
  • 35c68738a7 Merge branch 'remove-loop-wait-for' into 'master' mathieui 2021-02-20 12:42:34 +0100
  • 751987e2b0 xmlstream: remove loop parameter to wait_for mathieui 2021-02-20 12:39:51 +0100
  • 35a9526a4c Merge branch 'enable-debug-on-run-tests' into 'master' mathieui 2021-02-20 11:58:30 +0100
  • 7e3e056e6b slixtest: add more shortcuts for asyncio workflow mathieui 2021-02-14 11:35:03 +0100
  • 94700de7a3 run_tests: add a command-line option to enable debug logs mathieui 2021-02-14 11:33:47 +0100
  • 2f0660c6ff Merge branch 'fix-slixtest-default-ns-component' into 'master' mathieui 2021-02-20 11:27:33 +0100
  • ba7e5e417f slixtest: use the default stream ns instead of jabber:client mathieui 2021-02-17 19:40:56 +0100
  • 2ba89727a6 Merge branch 'fix-test-order-race' into 'master' mathieui 2021-02-19 19:06:41 +0100
  • a397cc3a7d tests: fix prerequisites for stanza tests mathieui 2021-02-19 18:51:50 +0100
  • 626bf5ff8a Merge branch 'component-registration' into 'master' mathieui 2021-02-18 20:05:25 +0100
  • cef7b5cf05 Add registration to components Nicoco K 2021-02-18 20:05:25 +0100
  • 8d92027d01 Merge branch 'privilege' into 'master' mathieui 2021-02-18 20:03:22 +0100
  • dcab3de1b4 Privileged entities (XEP-0356) Nicoco K 2021-02-18 20:03:22 +0100
  • 3453ebf0c5 Merge branch 'fix-origin-id-no-stream' into 'master' mathieui 2021-02-17 19:42:58 +0100
  • 699a2620b7 stanzabase: Fix a bug when setting id for streamless messages mathieui 2021-02-17 19:29:52 +0100
  • 5d7918b122 Merge branch 'vcard-fix-handler' into 'master' Link Mauve 2021-02-13 22:02:31 +0100
  • 3eeef6b4b6 XEP-0054: fix component handling of vcard requests mathieui 2021-02-13 21:58:13 +0100
  • f50dfd6644 Merge branch 'remove-more-extra-args' into 'master' Link Mauve 2021-02-13 20:25:57 +0100
  • bbcc977d1d tests: update 0047 tests to reflect new API mathieui 2021-02-13 20:01:45 +0100
  • 3668e79fbc itets: Add tests for 0222 and 0223 mathieui 2021-02-13 19:57:31 +0100
  • febfb6d6ca XEP-0280: More typing and docs, new kwargs mathieui 2021-02-13 18:54:57 +0100
  • 3b43d8eb7f XEP-0223: Add more types and docs, and switch to new kwargs mathieui 2021-02-13 18:50:20 +0100
  • 6520376977 XEP-0222: Add more types and docs, and use new-style kwargs mathieui 2021-02-13 18:43:03 +0100
  • 8b5776faec itests: add an httpupload test mathieui 2021-02-13 18:34:12 +0100
  • ea2d851a93 XEP-0363: Types, docs, and new-style kwargs mathieui 2021-02-13 18:18:23 +0100
  • a7d690813c itets: Add a BOB test mathieui 2021-02-13 17:41:09 +0100
  • 02262679e9 XEP-0231: Add typing, docs, and new-style kwargs mathieui 2021-02-13 17:40:06 +0100
  • 654178b960 itests: add IBB test mathieui 2021-02-13 16:44:08 +0100
  • 02e0afbf0f XEP-0047: Better typing, docs, coroutine. mathieui 2021-02-13 16:13:30 +0100
  • ace82c9bc4 Merge branch 'defusedxml-usage' into 'master' Link Mauve 2021-02-11 20:27:32 +0100
  • 53dc9847e2 global: use defusedxml if it is available mathieui 2021-02-11 20:23:11 +0100
  • bfbc433c8d Merge branch 'remove-old-python-workaround' into 'master' Link Mauve 2021-02-11 20:21:37 +0100
  • ba7c7f4bb9 slixmpp: remove asyncio hack for older python versions mathieui 2021-02-11 20:18:00 +0100
  • 7cde0db4aa docs: update requirements mathieui 2021-02-10 12:47:11 +0100
  • 1c4e06d510 Merge branch 'muc-improvements-reloaded' into 'master' mathieui 2021-02-08 23:11:08 +0100
  • 80ee551acd docs: fix links to stanza doc mathieui 2021-02-06 20:56:54 +0100
  • f0601cdb84 docs: fill and update the event index mathieui 2021-02-06 20:01:02 +0100
  • 0978f66736 docs: fix copyright footer mathieui 2021-02-06 20:00:37 +0100
  • 679432591e docs: do not order xep 0045 methods alphabetically mathieui 2021-02-06 18:08:49 +0100
  • bc04da256a XEP-0045: Types, visibility, and documentation mathieui 2021-02-06 18:05:59 +0100
  • b9e479f213 Merge branch 'doc-stanza' into 'master' mathieui 2021-02-06 17:59:53 +0100
  • 648ca16b4c docs: fill the stanza howto mathieui 2021-02-06 12:29:31 +0100
  • 622cfd4ed7 basexmpp: add more typing, fix some docs mathieui 2021-02-06 12:29:14 +0100
  • d850b9a9f7 types: move pluginsdict to a dedicated file mathieui 2021-02-06 12:28:19 +0100
  • fb74e46c35 Merge branch 'rewrite-copyright-notices' into 'master' mathieui 2021-02-05 21:18:12 +0100