Commit Graph

  • c7bd224182 Update version to 1.5.2 slix-1.5.2 mathieui 2020-05-23 23:43:27 +0200
  • bac1e9b44a Merge branch 'muc-presence' into 'master' mathieui 2020-05-22 16:32:27 +0200
  • b62f0e90c1
    xep_0045: don't create empty item Maxime “pep” Buquet 2020-05-20 00:37:46 +0200
  • 9ace053992 Merge branch 'upload-filetoobig' into 'master' mathieui 2020-05-12 01:53:00 +0200
  • c7cd2fcf33
    xep_0363: pass more information to FileTooBig exception Maxime “pep” Buquet 2020-05-12 01:49:56 +0200
  • e57289358f Merge branch 'upload-disco-form' into 'master' Maxime Buquet 2020-05-12 01:04:41 +0200
  • 4aa35c11ab
    xep_0363: Ensure every form in disco#info is read Maxime “pep” Buquet 2020-05-12 01:03:50 +0200
  • d6f7d32bbe Merge branch 'version-1.5.1' into 'master' 3449-xmpp-connection-stuck-forever-after-error-in-start_tls mathieui 2020-05-02 19:44:54 +0200
  • 0dd32be7f5 Update version to 1.5.1 slix-1.5.1 mathieui 2020-05-02 19:39:21 +0200
  • bf69698af1 Merge branch 'add-forever-false-examples' into 'master' Maxime Buquet 2020-05-02 17:54:50 +0200
  • aa732b3c94 Merge branch 'fix-disconnect-send-queue' into 'master' Maxime Buquet 2020-05-02 17:35:17 +0200
  • d076cef023 Add forever=False to some examples to make them terminate mathieui 2020-05-02 17:34:11 +0200
  • f884b67b8b Fix a regression introduced in 1.5.0 mathieui 2020-05-02 17:11:25 +0200
  • 0d3116dbdf Merge branch 'fix-start-handlers' into 'master' Maxime Buquet 2020-05-02 16:51:51 +0200
  • f1ab9ab964 Change session_start callback to async in most examples mathieui 2020-05-02 16:47:04 +0200
  • e520ab1f5e Merge branch 'release-1.5.0' into 'master' mathieui 2020-05-01 16:00:58 +0200
  • 3dcb96d9d8 Update version to 1.5.0 slix-1.5.0 mathieui 2020-05-01 15:26:24 +0200
  • 0a7a4c3abe Merge branch 'python-version' into 'master' Maxime Buquet 2020-05-01 15:14:49 +0200
  • a4bbc404ed
    Update Python version minimum requirement to 3.7 Maxime “pep” Buquet 2020-05-01 15:13:19 +0200
  • 1314e70460 Changing the use of 'threading' in python for more suitable 'subprocesses'. Change of English names to Polish equivalents, as requested by the authors. Paulina 2020-04-14 21:21:35 +0200
  • f84bfce5f3 Correction and editing of the tutorials. Paulina 2020-04-10 12:37:31 +0200
  • c3fbc6cb80 xep_0196: Use correct tag local name (thanks ivucica) Maxime “pep” Buquet 2020-04-06 12:57:02 +0200
  • 355d789061 docs: remove andyet logo/link on every page Maxime “pep” Buquet 2020-04-01 16:10:47 +0200
  • 47ed67c04e Merge branch 'add-github-pr-template' into 'master' mathieui 2020-04-04 20:06:23 +0200
  • 34567f450a
    Add a github pull request template mathieui 2020-04-04 20:04:23 +0200
  • 9126bd8392 Merge branch 'fix-deprecations' into 'master' mathieui 2020-04-04 18:53:15 +0200
  • 02202f7cd8 Merge branch 'fix-nonetype-error' into 'master' mathieui 2020-04-04 18:44:25 +0200
  • 2add94f5b0
    Fix TypeError: 'NoneType' object is not an iterator jheling 2020-02-27 18:29:11 +0100
  • 5fc757f200 Fix deprecation warning regarding invalid escape sequences. Karthikeyan Singaravelan 2020-04-04 16:08:44 +0000
  • 98108d0445 Merge branch 'fix-celementtree-import' into 'master' mathieui 2020-04-04 17:55:11 +0200
  • 76f4fb49d6 Merge branch 'sync-fixes' into 'master' Maxime Buquet 2020-04-04 15:28:59 +0200
  • 5be46a5e68 fire 'disconnected' callback from abort() Georg Lukas 2020-04-04 13:13:20 +0200
  • ab9040c30e expose is_connecting state based on connection attempt future Georg Lukas 2020-04-04 13:12:59 +0200
  • a16e2a0f6c Merge branch 'fix-0198' into 'master' Maxime Buquet 2020-03-29 14:28:06 +0200
  • 842aa3be8f Merge branch 'fix-reconnect-2.0' into 'master' Maxime Buquet 2020-03-29 14:26:15 +0200
  • 6c28b49e7f XEP-0198: unset end_session_on_disconnect on resume/enable Georg Lukas 2020-03-28 20:58:21 +0100
  • 621255027d Reset reconnect delay on manual reconnect, add delay event Georg Lukas 2020-03-29 14:16:11 +0200
  • efe316dc8c Merge branch 'fix-0198' into 'master' Maxime Buquet 2020-03-28 22:11:52 +0100
  • e9a87a0b77 Merge branch 'master' into 'master' Maxime Buquet 2020-03-28 22:11:34 +0100
  • 85c9967b9c XEP-0198: fix race conditions on enable/resume Georg Lukas 2020-03-28 21:18:13 +0100
  • deb6d4f176 XEP-0198: properly disable on disconnect, fix reconnect-loop Georg Lukas 2020-03-28 20:45:39 +0100
  • 7218bb4499 cElementTree has been deprecated since Python 3.3 and removed in Python 3.9. Karthikeyan Singaravelan 2020-03-28 04:42:23 +0000
  • d85efec7a2 reconnect: fix callback when not currently connected Georg Lukas 2020-03-23 18:56:22 +0100
  • 9fd8684c5a Correction and editing of the tutorials. Paulina 2020-03-21 17:08:31 +0100
  • fc77fb7648 Correction and editing of the tutorials. Paulina 2020-03-15 18:02:46 +0100
  • c8d802a6c7 Correction and editing of the tutorials. Paulina 2020-03-15 17:27:47 +0100
  • 3529a36974 Merge branch 'tutorial' of https://lab.louiz.org/Hoacyn/slixmpp into tutorial Paulina 2020-03-15 15:27:36 +0100
  • fe6458303a Correction and editing of the tutorials. Paulina 2020-03-15 15:26:21 +0100
  • b15d4aa0fa Correction and editing of the tutorials. Paulina 2020-03-15 15:17:00 +0100
  • 01371041a3 Correction and editing of the tutorials. Paulina 2020-03-08 11:23:31 +0100
  • 9c4e3956a7 Correction and editing of the tutorials. Paulina 2020-02-29 10:31:52 +0100
  • cd5b47f76c Eng and pl tutorials added. Paulina 2020-02-27 16:58:54 +0100
  • 20cdfa397f added passphrase field to unlock secret senior 2020-01-15 14:29:27 +0300
  • 5423ae1f1a Added last chapter guaz 2020-01-13 20:45:22 +0100
  • 7a015f780f Error sended back by plugin guaz 2020-01-13 20:44:29 +0100
  • 7025d3ad21 Setup from dictionary added guaz 2020-01-13 20:44:05 +0100
  • d03ef1bdd9 gnupg updated to latest stable version senior 2020-01-09 17:01:17 +0300
  • aa6be3332e next chapters guaz 2020-01-01 21:21:37 +0100
  • 115c234527 Merge branch 'async-filters' into 'master' mathieui 2019-12-27 15:35:00 +0100
  • a0f5cb6e09
    Put the queue exception at toplevel mathieui 2019-08-23 21:53:21 +0200
  • 110bbf8afc
    Improve the send queue code a bit mathieui 2019-08-23 10:57:20 +0200
  • d97efa0bd8
    add a separate place for slow ass filters mathieui 2019-08-23 00:01:08 +0200
  • 672f1b28f6
    raise Exception mathieui 2019-08-22 20:11:23 +0200
  • 27d3ae958b
    Try/except around outbound stanza processing mathieui 2019-08-22 16:13:24 +0200
  • a32794ec35
    Remove trailing whitespace mathieui 2019-08-22 14:18:40 +0200
  • aa11ba463e
    Skip 0323 because mathieui 2019-08-21 21:19:44 +0200
  • a83c00e933
    Update test framework to work with new filters mathieui 2019-08-21 21:19:10 +0200
  • 31f6ef6814
    Run the send queue in a separate coroutine mathieui 2019-08-21 21:18:24 +0200
  • f358c4018a rewriteing tutorial for new code guaz 2019-12-22 00:04:14 +0100
  • f856db2a10 Remove unnecessary print guaz 2019-12-13 19:53:06 +0100
  • 81b3ef67fe f-string formatting for readability guaz 2019-12-13 19:48:30 +0100
  • 56375aa6c8 Code last changes guaz 2019-12-13 19:46:26 +0100
  • 87d6741f9d Minor fixes, ready for last code review guaz 2019-11-12 19:23:00 +0100
  • 9b3874b5df
    xep_0048: Ensure Conference jid is of type str when given a JID Maxime “pep” Buquet 2019-11-11 14:00:19 +0100
  • 63861dc718 Few corrections, running scipt with threading instead low level _thread. ToDo: Repair replies guaz 2019-11-01 14:07:13 +0100
  • fd9d891c57 error result corrected like in Iq stanza, unhandled method minor changes in testing script, error handling, method names and plugin setup guaz 2019-11-01 01:23:41 +0100
  • ae7190f2b4 namespace, try/except corrections, started to reply error guaz 2019-10-30 23:38:18 +0100
  • 7cc47dfa15 build xml from ET and from file guaz 2019-10-30 22:05:32 +0100
  • 37ddb5ddf8 build xml from ET and from file guaz 2019-10-30 22:04:32 +0100
  • 4e542eb2aa Initial commit for custom plugin tutorial files. Work still is in progress. guaz 2019-10-30 20:34:04 +0100
  • 789ebb2b46 typo correction serwer -> server little substantive changes in code and text. Maciej Gravestone 2019-10-24 16:12:30 +0200
  • 70a509c7df Tutorial Maciej Gravestone 2019-10-08 02:18:43 +0200
  • 0139fb291e
    Fix a bug in the 0202 plugin where a time result would send back a result mathieui 2019-09-19 22:54:53 +0200
  • e58988484a
    Match the sender JID as well as the queryid in MAM results mathieui 2019-09-10 23:13:04 +0200
  • 5d5e5cda19
    Add typing/docstring in the MAM plugin mathieui 2019-09-10 22:44:46 +0200
  • 11f707987d Added amount parameter, so that limit on the msgs received per query can be changed. root 2019-08-29 11:25:26 +0530
  • db13794e0f Revert "Remove a block of compatibility code" Maxime “pep” Buquet 2019-08-28 00:12:10 +0200
  • 37bc1bb9b3
    Remove a block of compatibility code mathieui 2019-08-26 12:00:38 +0200
  • 9be30e5291
    fix a typo in the invalidjid exception name case mathieui 2019-08-25 01:42:00 +0200
  • 9fe20a4056 Merge branch 'origin-id' into 'master' Maxime Buquet 2019-08-23 17:10:42 +0200
  • 3253d34c0a basexmpp: Make origin-id opt-out Maxime “pep” Buquet 2019-07-20 16:35:18 +0200
  • fef575ee1a Implement origin-id (XEP-0359) Maxime “pep” Buquet 2019-07-18 12:28:16 +0200
  • 540ff89427 Merge branch 'mam' into 'master' Maxime Buquet 2019-08-23 16:37:12 +0200
  • dd8ac8fc87 Assign True to the 'before' tag if it's value is None (eg:at the start no msg is there in the group, so no stanza-id) root 2019-08-23 04:25:16 +0530
  • 2249d878d1 Merge branch 'mam' into 'master' Maxime Buquet 2019-08-23 00:03:07 +0200
  • 89fa9dc1dd Removed before tag. (Code for setting it is already there) root 2019-08-23 00:21:42 +0530
  • d7729e8683 Removed assigning 'reverse' value to the 'before' tag (It's value is set in xep_0313 (mam.py file) and if not then by default it is takes as 'None'). root 2019-08-23 00:15:34 +0530
  • d618f55dea Merge branch 'mam' into 'master' louiz’ 2019-08-13 09:54:43 +0200
  • b0e688eb35 Added <before> tag for querying messages before a stanza-id. Madhur Garg 2019-08-12 23:39:01 +0530
  • 0e7176483b
    xep_0030: add docstring to get_info_from_domain Maxime “pep” Buquet 2019-08-03 16:05:09 +0200