Age | Commit message (Expand) | Author |
2017-01-23 | Remove unused import caught by Codacy. | Clint Olson |
2017-01-23 | Fix partially-merged Google plugin from acc52fd935b7e7. | Clint Olson |
2017-01-08 | Fix a typo in the title of the MUC documentation. | Emmanuel Gil Peyrot |
2016-12-30 | Add missing asyncio.coroutine decorators. | Emmanuel Gil Peyrot |
2016-12-29 | Check for XML parsing errors and disconnect in that case.WIP | Emmanuel Gil Peyrot |
2016-12-29 | XMLStream: Break a long line to make it more readable. | Emmanuel Gil Peyrot |
2016-12-29 | Examples: Use argparse for http_over_xmpp. | Emmanuel Gil Peyrot |
2016-12-25 | Test more things before trying to build our stringprep module. | Emmanuel Gil Peyrot |
2016-12-07 | slixmpp 1.2.3slix-1.2.3 | mathieui |
2016-12-07 | Fix roster push origin detection and tests | mathieui |
2016-12-05 | Add very basic gitlab-ci.yml file | louiz’ |
2016-11-26 | XEP-0380: Add a helper to test for the presence of an EME tag. | Emmanuel Gil Peyrot |
2016-11-26 | Add a plugin for XEP-0380: Explicit Message Encryption. | Emmanuel Gil Peyrot |
2016-11-21 | slixmpp 1.2.2slix-1.2.2 | mathieui |
2016-11-21 | Check origin of roster pushes | mathieui |
2016-10-27 | stringprep_profiles: Emit a correct StringPrepError on query + unassigned. | Emmanuel Gil Peyrot |
2016-10-27 | SASL: Fix traceback on non-hashing mechanism using channel binding. | Emmanuel Gil Peyrot |
2016-10-27 | XEP-0323: Fix wrong import. | Emmanuel Gil Peyrot |
2016-10-27 | XEP-0313: Add missing setter argument. | Emmanuel Gil Peyrot |
2016-10-27 | Add missing parameters in XEP-0222 and XEP-0223 | mathieui |
2016-10-27 | XEP-0009: fix a traceback on recipient unavailable | mathieui |
2016-10-27 | Add missing JID import in XEP-0079 and 0258 | mathieui |
2016-10-27 | Add missing imports in XEP-0333 | mathieui |
2016-10-27 | Fix a traceback on XEP-0221 del uri['value'] | mathieui |
2016-10-23 | Transform an if into an elif in cert parsing. | Emmanuel Gil Peyrot |
2016-10-22 | Manual cleanup of the remaining set([…]) and set((…)). | Emmanuel Gil Peyrot |
2016-10-22 | sed -i 's/set(\[\(.*\)\])$/{\1}/g' **/*.py | Emmanuel Gil Peyrot |
2016-10-22 | sed -i 's/set((\(.*\)))$/{\1}/g' **/*.py | Emmanuel Gil Peyrot |
2016-10-22 | sed -i 's/set((\(.*\),))$/{\1}/g' **/*.py | Emmanuel Gil Peyrot |
2016-10-05 | setup.py: Check for libidn before trying to use Cython. | Emmanuel Gil Peyrot |
2016-10-05 | slixmpp 1.2.1slix-1.2.1 | mathieui |
2016-10-05 | Remove monkeypatching hack on the event loop | mathieui |
2016-10-04 | Fix XEP-0060 tests | mathieui |
2016-10-04 | Fix stanza accessors case in tests | mathieui |
2016-10-04 | Fix the gmail_notify plugin | mathieui |
2016-10-04 | Fix XEP-0033 | mathieui |
2016-10-04 | Attrib property has been removed | mathieui |
2016-10-04 | Set unset part of a JID to empty string instead of None | mathieui |
2016-10-04 | Add more checks in the XEP-0060 stanza building | mathieui |
2016-10-04 | Fix XEP-0128 | mathieui |
2016-10-04 | Fix XEP-0009 | mathieui |
2016-10-02 | Update for slixmpp 1.2slix-1.2 | mathieui |
2016-10-02 | Add a fallback if the lang we want is not available | mathieui |
2016-09-30 | Fix uses of super() in the codebase | mathieui |
2016-09-30 | Fix #3226 (unicity of scheduled event names) | mathieui |
2016-09-30 | Merge branch 'doc_fixes' of https://github.com/SamWhited/slixmpp | mathieui |
2016-09-30 | Minor documentation fixes | Sam Whited |
2016-09-20 | Fix xep-0050 stanza | mathieui |
2016-09-21 | ElementBase: Remove support for TitleCase methods. | Emmanuel Gil Peyrot |
2016-09-21 | XEP-0045: Remove support for old-style {get,set,del}TitleCase methods. | Emmanuel Gil Peyrot |