Age | Commit message (Expand) | Author |
2014-12-05 | Add a set_default command. | Eijebong |
2014-12-05 | Fix the comment on auto_reconnect too | mathieui |
2014-12-04 | Update CHANGELOG | mathieui |
2014-12-04 | fix wrong argument name (2/78) | Florent Le Coz |
2014-12-04 | doc typo | Florent Le Coz |
2014-12-04 | Glitches should not appear since we are not threaded, we have no excuse anymore | Florent Le Coz |
2014-12-04 | Reconnect doesn’t suck anymore | Florent Le Coz |
2014-12-04 | Rename the sleekxmpp module to slixmpp in the doc | Florent Le Coz |
2014-12-04 | Set auto_reconnect to True by default | Florent Le Coz |
2014-11-30 | Add a check for the python version in the scripts | mathieui |
2014-11-30 | Fix the deps in the README | mathieui |
2014-11-30 | Typo | mathieui |
2014-11-29 | Fix /name | mathieui |
2014-11-29 | Add our own JID to the roster | mathieui |
2014-11-29 | Add a documentation page for pyenv | mathieui |
2014-11-29 | Make the update script pull from master | mathieui |
2014-11-29 | Remove 3 timed_events methods from the doc, because they don't exist anymore | Florent Le Coz |
2014-11-25 | fix wrong argument name (1/78) | Florent Le Coz |
2014-11-25 | Parse command arguments using a decorator and make things more consistent | Florent Le Coz |
2014-11-15 | Merge branch 'master' of git.poez.io:poezio into slix | mathieui |
2014-11-15 | Fix the color of the first line for offline messages | mathieui |
2014-11-13 | Change the update.sh script | mathieui |
2014-11-13 | Merge branch 'master' of git.poez.io:poezio into slix | mathieui |
2014-11-13 | Fix a typo in /unlock help | mathieui |
2014-11-12 | Merge branch 'master' of git.poez.io:poezio into slix | mathieui |
2014-11-12 | Don’t display a feature check of the remote party if it doesn’t support a... | mathieui |
2014-11-12 | Add a message to update.sh if there is a src/slixmpp directory | mathieui |
2014-11-12 | Change the requirements | mathieui |
2014-11-04 | Update the documentation | mathieui |
2014-11-02 | Make update.sh install the deps in a venv, and use them | mathieui |
2014-11-02 | Split the requirements.txt in two (poezio/plugins) | mathieui |
2014-11-02 | Merge branch 'master' into slix | Florent Le Coz |
2014-11-02 | The quote plugin now uses full messages instead of timestamps. | Eijebong |
2014-11-02 | Update the requirements.tx | mathieui |
2014-11-02 | Add a stream error handler in order to display error messages | mathieui |
2014-10-31 | Merge branch 'master' of git.poez.io:poezio into slix | mathieui |
2014-10-31 | Fix the default value of Config.get to None | mathieui |
2014-10-31 | Fix some tracebacks on /set completion | mathieui |
2014-10-30 | notify_messages is of course True by default | mathieui |
2014-10-30 | Use a space instead of a cross while checking features | mathieui |
2014-10-30 | Fix the ssl check for asyncio | mathieui |
2014-10-29 | Fix two potential tracebacks on /set completion | mathieui |
2014-10-29 | Add some tests | mathieui |
2014-10-28 | Fix the dependencies in the setup.py | mathieui |
2014-10-28 | Add a .travis.yml file for travis-ci | mathieui |
2014-10-28 | Fix the requirements.txt (don’t install potr in editable mode) | mathieui |
2014-10-27 | Add some unit tests using py.test | mathieui |
2014-10-27 | Mention that setuptools is kind of mandatory | mathieui |
2014-10-27 | Prevent a (harmless) traceback while generating the documentation | mathieui |
2014-10-27 | Use a setuptools entry point instead of a custom script | mathieui |