Commit Graph

  • 53191ff1cf slixmpp 1.2.2 slix-1.2.2 mathieui 2016-11-21 21:46:02 +01:00
  • ffdb6ffd69 Check origin of roster pushes mathieui 2016-11-21 21:42:51 +01:00
  • 7560db856b stringprep_profiles: Emit a correct StringPrepError on query + unassigned. Emmanuel Gil Peyrot 2016-10-27 06:44:15 +01:00
  • 63d245ac48 SASL: Fix traceback on non-hashing mechanism using channel binding. Emmanuel Gil Peyrot 2016-10-27 06:26:39 +01:00
  • 7ddd37be29 XEP-0323: Fix wrong import. Emmanuel Gil Peyrot 2016-10-27 06:23:08 +01:00
  • a4d3a4a25e XEP-0313: Add missing setter argument. Emmanuel Gil Peyrot 2016-10-27 06:22:50 +01:00
  • 58bd07628b Add missing parameters in XEP-0222 and XEP-0223 mathieui 2016-10-27 00:21:01 +02:00
  • 3569038493 XEP-0009: fix a traceback on recipient unavailable mathieui 2016-10-27 00:18:43 +02:00
  • 20c4ff823a Add missing JID import in XEP-0079 and 0258 mathieui 2016-10-27 00:17:29 +02:00
  • 8a7448a5a1 Add missing imports in XEP-0333 mathieui 2016-10-27 00:15:25 +02:00
  • d23d8f901e Fix a traceback on XEP-0221 del uri['value'] mathieui 2016-10-27 00:11:27 +02:00
  • 391f12eeab Transform an if into an elif in cert parsing. Emmanuel Gil Peyrot 2016-10-23 14:15:02 +01:00
  • d008988843 Manual cleanup of the remaining set([…]) and set((…)). Emmanuel Gil Peyrot 2016-10-22 13:35:54 +01:00
  • f4683546d9 Manual cleanup of the remaining set([…]) and set((…)). compiler Emmanuel Gil Peyrot 2016-10-22 13:35:54 +01:00
  • dcacc7d7d5 sed -i 's/set(\[\(.*\)\])$/{\1}/g' **/*.py Emmanuel Gil Peyrot 2016-10-22 13:21:06 +01:00
  • c4285961df sed -i 's/set((\(.*\)))$/{\1}/g' **/*.py Emmanuel Gil Peyrot 2016-10-22 13:20:27 +01:00
  • 1038f656eb sed -i 's/set((\(.*\),))$/{\1}/g' **/*.py Emmanuel Gil Peyrot 2016-10-22 13:20:10 +01:00
  • 8b06aa1146 Fix fetching the SSL socket for Python 3.4 and 3.5 Sam Whited 2016-10-06 13:00:17 -05:00
  • 3c7236fe73 setup.py: Check for libidn before trying to use Cython. Emmanuel Gil Peyrot 2016-10-05 20:28:11 +01:00
  • 36824379c3 slixmpp 1.2.1 slix-1.2.1 mathieui 2016-10-05 20:32:32 +02:00
  • a0a37c19ff Remove monkeypatching hack on the event loop mathieui 2016-10-05 20:18:51 +02:00
  • 1b5fe57a5e Fix XEP-0060 tests mathieui 2016-10-04 21:21:55 +02:00
  • 5da31db0c7 Fix stanza accessors case in tests mathieui 2016-10-04 21:15:01 +02:00
  • f8cea760b6 Fix the gmail_notify plugin mathieui 2016-10-04 21:10:10 +02:00
  • 5ef01ecdd1 Fix XEP-0033 mathieui 2016-10-04 19:47:11 +02:00
  • 62aafe0ee7 Attrib property has been removed mathieui 2016-10-04 19:43:45 +02:00
  • cf3f36ac52 Set unset part of a JID to empty string instead of None mathieui 2016-10-04 19:42:05 +02:00
  • b88d2ecd77 Add more checks in the XEP-0060 stanza building mathieui 2016-10-04 19:31:49 +02:00
  • e691850a2b Fix XEP-0128 mathieui 2016-10-04 19:26:03 +02:00
  • d4bff8dee6 Fix XEP-0009 mathieui 2016-10-04 19:23:21 +02:00
  • 187c350805 Update for slixmpp 1.2 slix-1.2 mathieui 2016-10-02 17:36:14 +02:00
  • 96d1c26f90 Add a fallback if the lang we want is not available mathieui 2016-09-30 21:01:05 +02:00
  • 46a90749f8 Fix uses of super() in the codebase mathieui 2016-09-30 21:25:36 +02:00
  • 0c63a4bbda Fix #3226 (unicity of scheduled event names) mathieui 2016-09-30 20:59:31 +02:00
  • e4696e0471 Merge branch 'doc_fixes' of https://github.com/SamWhited/slixmpp mathieui 2016-09-30 20:53:36 +02:00
  • 8217dc5239 Minor documentation fixes Sam Whited 2016-09-30 13:49:04 -05:00
  • 2586abc0d3 Fix xep-0050 stanza mathieui 2016-09-20 20:51:21 +02:00
  • 28f84ab3d9 ElementBase: Remove support for TitleCase methods. Emmanuel Gil Peyrot 2016-09-21 01:31:53 +09:00
  • 813b45aded XEP-0045: Remove support for old-style {get,set,del}TitleCase methods. Emmanuel Gil Peyrot 2016-09-21 01:28:24 +09:00
  • 3a9b45e4f2 ElementBase: Remove deprecated find() and findall() methods. disco Emmanuel Gil Peyrot 2016-09-20 16:45:29 +09:00
  • b8e091233e XEP-0004: Remove deprecated getXML() and fromXML() methods. Emmanuel Gil Peyrot 2016-09-20 16:34:48 +09:00
  • 0edeefd977 BaseXMPP: Stop automatically enabling UserNick, and remove deprecated alias module. Emmanuel Gil Peyrot 2016-09-20 16:12:59 +09:00
  • 6ba53cf1ff ElementBase: Remove attrib interface. Emmanuel Gil Peyrot 2016-09-20 15:59:04 +09:00
  • d7758eb7f4 ElementBase: Remove subitem interface. Emmanuel Gil Peyrot 2016-09-20 15:58:56 +09:00
  • 125336aeee Remove locking from static disco. Emmanuel Gil Peyrot 2016-09-20 15:49:27 +09:00
  • 7cd1cf32ae Various XEPs: Remove deprecated aliases. Emmanuel Gil Peyrot 2016-09-20 15:58:29 +09:00
  • d099e353a4 Implement XEP-0333: Chat Markers. Emmanuel Gil Peyrot 2016-08-26 22:20:59 +01:00
  • 1e4a301c6e Replace _format_jid with a JID method updating both bare and full at the same time. Emmanuel Gil Peyrot 2016-08-23 01:04:35 +01:00
  • f53b12d227 Fix the MUC address in contributing.rst mathieui 2016-08-23 23:10:17 +02:00
  • e2562dcccf Make session_bind_event awaitable Dan Sully 2016-08-23 23:05:22 +02:00
  • 7b69ae3738 Add a contributing file louiz’ 2016-08-24 00:33:07 +02:00
  • ab6df235d7 Pre-compute JID bare and full forms, and store that in each JID. Emmanuel Gil Peyrot 2016-08-21 20:36:54 +01:00
  • 52cd8f4b22 Don’t trigger presence events on MUC presence mathieui 2016-08-22 01:29:07 +02:00
  • e28318c271 Micro-optimise _format_jid. Emmanuel Gil Peyrot 2016-08-21 20:26:51 +01:00
  • 39ee833c29 Improve XEP-0070 and examples mathieui 2016-08-19 23:45:24 +02:00
  • 9019e2bc71 Initial work on XEP_0070, plugin and examples Emmanuel Gil Peyrot 2015-09-29 22:58:05 +01:00
  • 9208bf5bf1 Merge remote-tracking branch 'zejn/master' louiz’ 2016-08-19 11:18:27 +02:00
  • f0f1698e46 ElementBase: micro-optimise __getitem__, hands down the most often called function Emmanuel Gil Peyrot 2016-08-17 00:39:27 +01:00
  • eccd7f1c98 Provide domain name to loop.create_connection if using SSL. Gasper Zejn 2016-08-12 15:32:42 +02:00
  • 2587d82af8 Make util.XOR about ten times faster by calling bytes only once. Emmanuel Gil Peyrot 2016-07-30 00:14:54 +01:00
  • 7ea121b115 Don’t swallow presence exceptions abritrarily mathieui 2016-06-28 20:58:47 +02:00
  • bb81fbbdfc Implement XEP-0256 (last activity in presence) mathieui 2016-06-05 01:58:36 +02:00
  • 1a00a08b7d Make XEP-0186 return futures as well mathieui 2016-06-05 00:19:24 +02:00
  • 90ea2a3411 Implement XEP-0352 (client state indication) mathieui 2016-06-04 22:59:23 +02:00
  • 8fc6814b6d Update XEP-0198 for asyncio mathieui 2016-06-04 20:51:59 +02:00
  • ffced0ed9a Add a xep-0334 plugin mathieui 2016-06-04 19:34:12 +02:00
  • e7248d9af9 Fix the Waiter handler for asyncio mathieui 2016-05-28 20:53:41 +02:00
  • 6b1a04f59d Fix xep-0199 mathieui 2016-05-28 15:13:33 +02:00
  • 4905407092 Fix the ordering of stream features mathieui 2016-05-28 14:46:39 +02:00
  • bd6ec10939 Add some credits louiz’ 2016-03-15 09:35:36 +01:00
  • e15e6735f1 The XEP-0198 plugin exists now; fix the docs Sam Whited 2016-03-14 17:49:52 -05:00
  • 67afd6a462 Fix #3166 (broken link) mathieui 2016-02-03 22:43:47 +01:00
  • 2e2b97c53b Merge branch 'xep_0012_fix' of https://github.com/misuzu/slixmpp mathieui 2016-01-21 23:22:28 +01:00
  • a35df7fe1f Fixed NameError in start_uptime Tsukasa Hiiragi 2016-01-21 14:59:03 +02:00
  • fbc8562779 Remove dead code Krzysztof Kotlenga 2015-12-15 19:34:44 +01:00
  • b549db959a Update version to 1.1 slix-1.1 mathieui 2015-10-02 19:23:07 +02:00
  • d5188ac68a Mention the build of cython modules in the README mathieui 2015-10-02 19:15:01 +02:00
  • ada9444bf8 Merge branch 'sleek-merge' mathieui 2015-10-02 19:07:45 +02:00
  • acc52fd935
    Merge branch 'develop' of https://github.com/fritzy/SleekXMPP into sleek-merge mathieui 2015-09-23 23:14:26 +02:00
  • 1100ff1feb
    Reset the DNS answers after a connection is made succesfully mathieui 2015-09-25 19:34:04 +02:00
  • c17fc3a869
    Fix IPv6 resolving with aiodns 1.0 mathieui 2015-09-24 19:38:53 +02:00
  • 4dba697075
    Fix support for python 3.4 <= 3.4.2 mathieui 2015-09-23 23:23:02 +02:00
  • 4512248901
    Merge branch 'develop' of https://github.com/fritzy/SleekXMPP into sleek-merge sleek-merge mathieui 2015-09-23 23:14:26 +02:00
  • e42d651d7e
    Fix connecting to a custom host/port mathieui 2015-09-19 15:27:12 +02:00
  • 4305eddb4f Merge pull request #397 from rerobins/xep_0050_updates Mike Taylor 2015-09-18 16:18:41 -04:00
  • c2dc44cfd1 Merge branch 'develop' into xep_0050_updates Robert Robinson 2015-09-18 13:35:28 -06:00
  • 5fc14de32e Merge pull request #3 from fritzy/develop Robert Robinson 2015-09-18 13:30:30 -06:00
  • d245558fd5 Merge pull request #396 from rerobins/add_xep_0122 Mike Taylor 2015-09-18 15:15:27 -04:00
  • 9d45370e8a Merge pull request #393 from aalba6675/fix/time Mike Taylor 2015-09-18 15:15:01 -04:00
  • cc1cc61d36 Merge pull request #392 from aalba6675/fix/tel_number Mike Taylor 2015-09-18 15:14:35 -04:00
  • c6740a4908 Merge pull request #389 from alexdraga/develop Mike Taylor 2015-09-18 15:13:54 -04:00
  • 55114bcffe Merge pull request #384 from elya5/patch-1 Mike Taylor 2015-09-18 15:13:30 -04:00
  • 4fa5dedc47 Merge pull request #386 from jdowner/develop-iot Mike Taylor 2015-09-18 15:13:07 -04:00
  • 5525ef2285 Merge pull request #395 from rerobins/refactor_forms Mike Taylor 2015-09-18 15:11:47 -04:00
  • a7ac969215 register_Stanza_plugin shouldn't be iterable Robert Robinson 2015-09-17 16:21:54 -06:00
  • 329cb5a9f8 Add 0122 to plugin/__init__.py __all__ Robert Robinson 2015-09-17 16:21:13 -06:00
  • d9b47b33f5 Update __init__.py Robert Robinson 2015-09-15 10:20:37 -06:00
  • 3582ac9941 Merge branch 'add_xep_0122' of https://github.com/rerobins/SleekXMPP into add_xep_0122 Robert Robinson 2015-09-15 10:12:50 -06:00
  • 2a127a57a7 Add test case Reported->Data Form Validation Robert Robinson 2015-09-15 10:09:06 -06:00
  • 7059400020 Merge branch 'refactor_forms' into add_xep_0122 Robert Robinson 2015-09-15 10:07:34 -06:00