Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-08 | Fix #2691 (don’t glitch on failed /configure) | mathieui | |
2014-12-08 | Add a visual “feature check” for chat states too | mathieui | |
2014-12-08 | Remove a print statement that causes screen garbage when exec_remote is false | Florent Le Coz | |
2014-12-08 | Fix /filter_xmlmask | mathieui | |
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-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 | 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 | Add a set_default command. | Eijebong | |
2014-12-04 | fix wrong argument name (2/78) | Florent Le Coz | |
2014-12-04 | Set auto_reconnect to True by default | Florent Le Coz | |
2014-11-29 | Fix /name | mathieui | |
2014-11-29 | Add our own JID to the roster | mathieui | |
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 | 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-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) | |||
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-27 | Add some unit tests using py.test | mathieui | |
- we need to have more | |||
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 | |
Should work for any case (plugin, different section, etc) | |||
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, ↵ | mathieui | |
don’t send any | |||
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 | |
Make the "default" parameter optional and thus move it to the end of the command with the other optional parameters. And change all the calls. | |||
2014-10-20 | Keep the default config options in a dict and make the “default” ↵ | mathieui | |
parameter of config.get() optional the Config object now also optionally takes a dict of default values in its constructor. | |||
2014-10-16 | Extract XHTML-IM inline imags by default | mathieui | |
- Add two new options: tmp_image_dir and extract_inline_images - tmp_image_dir is $XDG_CACHE_HOME(usually ~/.cache)/poezio/images if unset - Name the images from a SHA-1 of their data and their mimetype - Output file:// links inside the message | |||
2014-10-16 | Do not ignore empty topics | Florent Le Coz | |
2014-10-14 | Fix a traceback when the terminal is not behaving as it should | mathieui | |
2014-10-14 | Merge branch 'master' of git.poez.io:poezio into slix | mathieui | |
Conflicts: src/core/handlers.py src/tabs/xmltab.py | |||
2014-10-12 | Add an open_all_bookmarks option | mathieui | |
this option determines if the non-autojoin bookmarks will be opened on startup or not. It is false by default. | |||
2014-10-12 | Color the JID in locking/unlocking messages | mathieui | |