Age | Commit message (Expand) | Author |
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 |
2014-10-25 | Make the features disco in chat more user-friendly | mathieui |
2014-10-22 | Typo | mathieui |
2014-10-20 | Fix #2719 (write/read in the plugin config files even when not loaded) | mathieui |
2014-10-20 | Fix #2713 (make /set <option> return the value of the option) | mathieui |
2014-10-20 | Initialize PluginConfig properly | mathieui |
2014-10-20 | Make the runtime changes to max_lines_in_memory useful | mathieui |
2014-10-20 | If the whitespace_interval value set in the config is null or negative, don�... | mathieui |
2014-10-20 | Remove the (sometimes wrong) default values in the config.get() calls | mathieui |
2014-10-20 | Change the API of Config.get_by_tabname | mathieui |
2014-10-20 | Keep the default config options in a dict and make the “default” paramete... | mathieui |
2014-10-19 | Document the group_corrections option | mathieui |