Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-08 | Improve the xhtml_to_poezio_colors sanitization | mathieui | |
add some tests, and remove the test_datetime_tuple because of python time module misbehavior with timezones set manually. (potentially due to http://bugs.python.org/issue6478) | |||
2014-12-08 | Sanitize the XHTML output by removing useless formatting chars | mathieui | |
2014-12-08 | Keep using the OTR context for a specific resource when a ↵ | mathieui | |
DynamicConversationTab unlocks and handle the case where the otr request was made before locking | |||
2014-12-07 | Fix the autojoin of bookmarks with passwords | mathieui | |
2014-12-07 | Don’t put newlines between xml stanzas in the xml tab | mathieui | |
2014-12-07 | Fix the xml tab when pygments isn’t present | mathieui | |
2014-12-07 | Document the new filtering commands | mathieui | |
2014-12-07 | Add pygments to the requirements | mathieui | |
2014-12-07 | Fix #2570 (add /filter_jid to XMLTab, and syntax highlighting) | mathieui | |
Also add /filter_from and /filter_to, and allow chaining filters. | |||
2014-12-07 | Fix the rawxml command (3/78) | mathieui | |
2014-12-05 | Add documentation for /set_default | mathieui | |
and fix minor typing mistakes too | |||
2014-12-05 | Update the pyenv page | mathieui | |
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 | |
(with commit ids when they aren’t too many) | |||
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 | |
Avoid surprises with some commands accepting quoted arguments and some other not. fix #2555 | |||
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 | |
use . instead of source and add a var for the pyvenv command | |||
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 ↵ | mathieui | |
anything it’s confusing. | |||
2014-11-12 | Add a message to update.sh if there is a src/slixmpp directory | mathieui | |
if someone will ever read it | |||
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 | |
simplifies the script and avoid cluttering the poezio/ directory. also fix an unrelated test with slixmpp | |||
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 | |
Conflicts: src/bookmark.py src/config.py src/connection.py src/core/commands.py src/core/core.py src/core/handlers.py src/windows/info_bar.py src/windows/muc.py src/windows/roster_win.py src/windows/text_win.py src/xhtml.py | |||
2014-10-31 | Fix the default value of Config.get to None | mathieui | |
Might fix some not-yet-seen bugs | |||
2014-10-31 | Fix some tracebacks on /set completion | mathieui | |
(introduced by the automated default arguments of config.get) |