Commit Graph

  • c4285961df sed -i 's/set((\(.*\)))$/{\1}/g' **/*.py Emmanuel Gil Peyrot 2016-10-22 13:20:27 +0100
  • 1038f656eb sed -i 's/set((\(.*\),))$/{\1}/g' **/*.py Emmanuel Gil Peyrot 2016-10-22 13:20:10 +0100
  • 8b06aa1146 Fix fetching the SSL socket for Python 3.4 and 3.5 Sam Whited 2016-10-06 13:00:17 -0500
  • 3c7236fe73 setup.py: Check for libidn before trying to use Cython. Emmanuel Gil Peyrot 2016-10-05 20:28:11 +0100
  • 36824379c3 slixmpp 1.2.1 slix-1.2.1 mathieui 2016-10-05 20:32:32 +0200
  • a0a37c19ff Remove monkeypatching hack on the event loop mathieui 2016-10-05 20:18:51 +0200
  • 1b5fe57a5e Fix XEP-0060 tests mathieui 2016-10-04 21:21:55 +0200
  • 5da31db0c7 Fix stanza accessors case in tests mathieui 2016-10-04 21:15:01 +0200
  • f8cea760b6 Fix the gmail_notify plugin mathieui 2016-10-04 21:10:10 +0200
  • 5ef01ecdd1 Fix XEP-0033 mathieui 2016-10-04 19:47:11 +0200
  • 62aafe0ee7 Attrib property has been removed mathieui 2016-10-04 19:43:45 +0200
  • cf3f36ac52 Set unset part of a JID to empty string instead of None mathieui 2016-10-04 19:42:05 +0200
  • b88d2ecd77 Add more checks in the XEP-0060 stanza building mathieui 2016-10-04 19:31:49 +0200
  • e691850a2b Fix XEP-0128 mathieui 2016-10-04 19:26:03 +0200
  • d4bff8dee6 Fix XEP-0009 mathieui 2016-10-04 19:23:21 +0200
  • 187c350805 Update for slixmpp 1.2 slix-1.2 mathieui 2016-10-02 17:36:14 +0200
  • 96d1c26f90 Add a fallback if the lang we want is not available mathieui 2016-09-30 21:01:05 +0200
  • 46a90749f8 Fix uses of super() in the codebase mathieui 2016-09-30 21:25:36 +0200
  • 0c63a4bbda Fix #3226 (unicity of scheduled event names) mathieui 2016-09-30 20:59:31 +0200
  • e4696e0471 Merge branch 'doc_fixes' of https://github.com/SamWhited/slixmpp mathieui 2016-09-30 20:53:36 +0200
  • 8217dc5239 Minor documentation fixes Sam Whited 2016-09-30 13:49:04 -0500
  • 2586abc0d3 Fix xep-0050 stanza mathieui 2016-09-20 20:51:21 +0200
  • 28f84ab3d9 ElementBase: Remove support for TitleCase methods. Emmanuel Gil Peyrot 2016-09-21 01:31:53 +0900
  • 813b45aded XEP-0045: Remove support for old-style {get,set,del}TitleCase methods. Emmanuel Gil Peyrot 2016-09-21 01:28:24 +0900
  • 3a9b45e4f2 ElementBase: Remove deprecated find() and findall() methods. disco Emmanuel Gil Peyrot 2016-09-20 16:45:29 +0900
  • b8e091233e XEP-0004: Remove deprecated getXML() and fromXML() methods. Emmanuel Gil Peyrot 2016-09-20 16:34:48 +0900
  • 0edeefd977 BaseXMPP: Stop automatically enabling UserNick, and remove deprecated alias module. Emmanuel Gil Peyrot 2016-09-20 16:12:59 +0900
  • 6ba53cf1ff ElementBase: Remove attrib interface. Emmanuel Gil Peyrot 2016-09-20 15:59:04 +0900
  • d7758eb7f4 ElementBase: Remove subitem interface. Emmanuel Gil Peyrot 2016-09-20 15:58:56 +0900
  • 125336aeee Remove locking from static disco. Emmanuel Gil Peyrot 2016-09-20 15:49:27 +0900
  • 7cd1cf32ae Various XEPs: Remove deprecated aliases. Emmanuel Gil Peyrot 2016-09-20 15:58:29 +0900
  • d099e353a4 Implement XEP-0333: Chat Markers. Emmanuel Gil Peyrot 2016-08-26 22:20:59 +0100
  • 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 +0100
  • f53b12d227 Fix the MUC address in contributing.rst mathieui 2016-08-23 23:10:17 +0200
  • e2562dcccf Make session_bind_event awaitable Dan Sully 2016-08-23 23:05:22 +0200
  • 7b69ae3738 Add a contributing file louiz’ 2016-08-24 00:33:07 +0200
  • ab6df235d7 Pre-compute JID bare and full forms, and store that in each JID. Emmanuel Gil Peyrot 2016-08-21 20:36:54 +0100
  • 52cd8f4b22 Don’t trigger presence events on MUC presence mathieui 2016-08-22 01:29:07 +0200
  • e28318c271 Micro-optimise _format_jid. Emmanuel Gil Peyrot 2016-08-21 20:26:51 +0100
  • 39ee833c29 Improve XEP-0070 and examples mathieui 2016-08-19 23:45:24 +0200
  • 9019e2bc71 Initial work on XEP_0070, plugin and examples Emmanuel Gil Peyrot 2015-09-29 22:58:05 +0100
  • 9208bf5bf1 Merge remote-tracking branch 'zejn/master' louiz’ 2016-08-19 11:18:27 +0200
  • f0f1698e46 ElementBase: micro-optimise __getitem__, hands down the most often called function Emmanuel Gil Peyrot 2016-08-17 00:39:27 +0100
  • eccd7f1c98 Provide domain name to loop.create_connection if using SSL. Gasper Zejn 2016-08-12 15:32:42 +0200
  • 2587d82af8 Make util.XOR about ten times faster by calling bytes only once. Emmanuel Gil Peyrot 2016-07-30 00:14:54 +0100
  • 7ea121b115 Don’t swallow presence exceptions abritrarily mathieui 2016-06-28 20:58:47 +0200
  • bb81fbbdfc Implement XEP-0256 (last activity in presence) mathieui 2016-06-05 01:58:36 +0200
  • 1a00a08b7d Make XEP-0186 return futures as well mathieui 2016-06-05 00:19:24 +0200
  • 90ea2a3411 Implement XEP-0352 (client state indication) mathieui 2016-06-04 22:59:23 +0200
  • 8fc6814b6d Update XEP-0198 for asyncio mathieui 2016-06-04 20:51:59 +0200
  • ffced0ed9a Add a xep-0334 plugin mathieui 2016-06-04 19:34:12 +0200
  • e7248d9af9 Fix the Waiter handler for asyncio mathieui 2016-05-28 20:53:41 +0200
  • 6b1a04f59d Fix xep-0199 mathieui 2016-05-28 15:13:33 +0200
  • 4905407092 Fix the ordering of stream features mathieui 2016-05-28 14:46:39 +0200
  • bd6ec10939 Add some credits louiz’ 2016-03-15 09:35:36 +0100
  • e15e6735f1 The XEP-0198 plugin exists now; fix the docs Sam Whited 2016-03-14 17:49:52 -0500
  • 67afd6a462 Fix #3166 (broken link) mathieui 2016-02-03 22:43:47 +0100
  • 2e2b97c53b Merge branch 'xep_0012_fix' of https://github.com/misuzu/slixmpp mathieui 2016-01-21 23:22:28 +0100
  • a35df7fe1f Fixed NameError in start_uptime Tsukasa Hiiragi 2016-01-21 14:59:03 +0200
  • fbc8562779 Remove dead code Krzysztof Kotlenga 2015-12-15 19:34:44 +0100
  • b549db959a Update version to 1.1 slix-1.1 mathieui 2015-10-02 19:23:07 +0200
  • d5188ac68a Mention the build of cython modules in the README mathieui 2015-10-02 19:15:01 +0200
  • ada9444bf8 Merge branch 'sleek-merge' mathieui 2015-10-02 19:07:45 +0200
  • acc52fd935
    Merge branch 'develop' of https://github.com/fritzy/SleekXMPP into sleek-merge mathieui 2015-09-23 23:14:26 +0200
  • 1100ff1feb
    Reset the DNS answers after a connection is made succesfully mathieui 2015-09-25 19:34:04 +0200
  • c17fc3a869
    Fix IPv6 resolving with aiodns 1.0 mathieui 2015-09-24 19:38:53 +0200
  • 4dba697075
    Fix support for python 3.4 <= 3.4.2 mathieui 2015-09-23 23:23:02 +0200
  • 4512248901
    Merge branch 'develop' of https://github.com/fritzy/SleekXMPP into sleek-merge sleek-merge mathieui 2015-09-23 23:14:26 +0200
  • e42d651d7e
    Fix connecting to a custom host/port mathieui 2015-09-19 15:27:12 +0200
  • 4305eddb4f Merge pull request #397 from rerobins/xep_0050_updates Mike Taylor 2015-09-18 16:18:41 -0400
  • c2dc44cfd1 Merge branch 'develop' into xep_0050_updates Robert Robinson 2015-09-18 13:35:28 -0600
  • 5fc14de32e Merge pull request #3 from fritzy/develop Robert Robinson 2015-09-18 13:30:30 -0600
  • d245558fd5 Merge pull request #396 from rerobins/add_xep_0122 Mike Taylor 2015-09-18 15:15:27 -0400
  • 9d45370e8a Merge pull request #393 from aalba6675/fix/time Mike Taylor 2015-09-18 15:15:01 -0400
  • cc1cc61d36 Merge pull request #392 from aalba6675/fix/tel_number Mike Taylor 2015-09-18 15:14:35 -0400
  • c6740a4908 Merge pull request #389 from alexdraga/develop Mike Taylor 2015-09-18 15:13:54 -0400
  • 55114bcffe Merge pull request #384 from elya5/patch-1 Mike Taylor 2015-09-18 15:13:30 -0400
  • 4fa5dedc47 Merge pull request #386 from jdowner/develop-iot Mike Taylor 2015-09-18 15:13:07 -0400
  • 5525ef2285 Merge pull request #395 from rerobins/refactor_forms Mike Taylor 2015-09-18 15:11:47 -0400
  • a7ac969215 register_Stanza_plugin shouldn't be iterable Robert Robinson 2015-09-17 16:21:54 -0600
  • 329cb5a9f8 Add 0122 to plugin/__init__.py __all__ Robert Robinson 2015-09-17 16:21:13 -0600
  • d9b47b33f5 Update __init__.py Robert Robinson 2015-09-15 10:20:37 -0600
  • 3582ac9941 Merge branch 'add_xep_0122' of https://github.com/rerobins/SleekXMPP into add_xep_0122 Robert Robinson 2015-09-15 10:12:50 -0600
  • 2a127a57a7 Add test case Reported->Data Form Validation Robert Robinson 2015-09-15 10:09:06 -0600
  • 7059400020 Merge branch 'refactor_forms' into add_xep_0122 Robert Robinson 2015-09-15 10:07:34 -0600
  • 0b14ef82d4 Add test case for reported and items Robert Robinson 2015-09-15 10:05:53 -0600
  • 83953af53d Missing xep_122 dir in setup.py Robert Robinson 2015-09-14 20:28:55 -0600
  • 110cf25c6d Add plugin support Robert Robinson 2015-09-14 17:06:07 -0600
  • f2bf6072ec Add plugin (cherry picked from commit 2296d56) Robert Robinson 2015-09-14 16:35:47 -0600
  • 5f9abe2e0e Working through test case issues. (cherry picked from commit 6b58cef) Robert Robinson 2015-09-14 17:04:16 -0600
  • ea65b672e7 Initial cut at getting the stanzas to work. (cherry picked from commit 8c7df49) Robert Robinson 2015-09-12 22:10:28 -0600
  • 93c705fb31 Fix xep_0050 changes after form refactor. Robert Robinson 2015-09-14 17:00:53 -0600
  • 0724f623bb Force forms and fields to use plugin resolution Robert Robinson 2015-09-14 14:31:17 -0600
  • 82e549c0e9
    (Temporary) fix for python 3.5 mathieui 2015-09-14 23:14:53 +0200
  • 1aa15792b4
    Bump the requirements to aiodns 1.0 mathieui 2015-09-14 23:14:06 +0200
  • ffb2b6bc04 Update test_stream_xep_0050.py Robert Robinson 2015-09-12 20:08:21 -0600
  • 27f98bf22c xep_0231: Fix a traceback on result serialization. Emmanuel Gil Peyrot 2015-09-05 18:35:59 +0100
  • 3978078710
    vcard-temp: add some checks against wrong input mathieui 2015-09-04 01:59:40 +0200
  • 00a0698720
    Add timeout_callback to a bunch of plugins as a parameter mathieui 2015-09-04 01:05:56 +0200
  • 4a24f58be2 XEP0050: Add support for payload in completed response Robert Robinson 2015-09-03 10:15:41 -0600