summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2015-06-18Add a show_jid_in_conversations optionmathieui
To hide or show the JID of the contact in conversation tabs.
2015-06-06Fix the paths to errors.log in the documentationmathieui
2015-05-21Document the vertical_tab_list_size option bettermathieui
say it’s for horizontal size
2015-05-20Fix the doc. use_log is not true by default.Eijebong
2015-05-11Add a cyberpluginmathieui
2015-03-04Update the documentation for roster keysmathieui
2015-02-28Update the installation docmathieui
2015-02-21Add a force_remote_bookmarks optionmathieui
2015-02-08Update the development documentationmathieui
talk about the command args parser, mention slixmpp
2015-02-08Update the pyenv documentation to mention pythonz toomathieui
(and move the custom compilation on the top, as that’s what’s easiest
2015-02-07Change the sphinx theme to one derived from readthedocsmathieui
(without stuff like the unicode codepoint agressions and external resources) This should be cleaner and look good on mobile devices too.
2015-02-03Add a random arg to /colorEijebong
2015-01-24Document $POEZIO_VENV and $POEZIO_VENV_COMMANDmathieui
2015-01-06Comment the /color commandFlorent Le Coz
2015-01-03Fix typos in the documentationmathieui
2015-01-03Add a reorder pluginmathieui
/reorder command to organize the tabs according to a fixed layout
2014-12-30Add a command to reload the config.Eijebong
2014-12-24Add nick_color_aliases (default: true), to look for color of aliasesCélestin Matte
2014-12-24Add a muc_color section in the config file to permanently fix a color to a nickCélestin Matte
2014-12-20Add a deterministic_nick_colors option (default: true)mathieui
2014-12-18Set the version of the documentation to 0.9-dev as wellmathieui
2014-12-11Fix #2847 (SASL External support)mathieui
- Add two new options, keyfile and certfile, which must be both set for the auth to work. - if both are set, then poezio doesn’t force-prompt a password if there is none specified - add /cert_add, /cert_fetch, /cert_disable, /cert_revoke and /certs commands. - add a page of documentation on the process
2014-12-10Make the screen_detach plugin support tmux, and use asynciomathieui
2014-12-09Introduce the go_to_previous_tab_on_alt_number optionFlorent Le Coz
fix #2841
2014-12-09Fix #2802 (add a /closeall command, with a new plugin)mathieui
2014-12-08Document the pipe_cmd pluginmathieui
2014-12-07Document the new filtering commandsmathieui
2014-12-05Add documentation for /set_defaultmathieui
and fix minor typing mistakes too
2014-12-05Update the pyenv pagemathieui
2014-12-04doc typoFlorent Le Coz
2014-12-04Glitches should not appear since we are not threaded, we have no excuse anymoreFlorent Le Coz
2014-12-04Reconnect doesn’t suck anymoreFlorent Le Coz
2014-12-04Rename the sleekxmpp module to slixmpp in the docFlorent Le Coz
2014-12-04Set auto_reconnect to True by defaultFlorent Le Coz
2014-11-30Typomathieui
2014-11-29Add a documentation page for pyenvmathieui
2014-11-29Remove 3 timed_events methods from the doc, because they don't exist anymoreFlorent Le Coz
2014-11-04Update the documentationmathieui
2014-10-27Mention that setuptools is kind of mandatorymathieui
2014-10-19Document the group_corrections optionmathieui
2014-10-16Extract XHTML-IM inline imags by defaultmathieui
- 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-13Trivial line wrapping of the events.rst doc pageFlorent Le Coz
2014-10-13Document the changing_nick plugin eventFlorent Le Coz
2014-10-12Add an open_all_bookmarks optionmathieui
this option determines if the non-autojoin bookmarks will be opened on startup or not. It is false by default.
2014-10-11Add a /dump <filename> command to the XML tabmathieui
2014-10-08Use SHA-2 (SHA-512) to store the certificate fingerprint instead of SHA-1mathieui
Because SHA-1 is not really relevant anymore. Too bad it's significantly longer and tiring to check, even if that is to be expected.
2014-09-26Update the quickstart guidemathieui
2014-09-17Fix the doc for remote_fifo_path (fixes #2584)mathieui
2014-05-18Document the PEP mood/activity stuff with imagesmathieui
2014-04-30Fix #2282 (change the terminal title depending on the tab name)mathieui
- change_title plugin