Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-30 | Add a command to reload the config. | Eijebong | |
2014-12-24 | Add nick_color_aliases (default: true), to look for color of aliases | Célestin Matte | |
2014-12-24 | Add a muc_color section in the config file to permanently fix a color to a nick | Célestin Matte | |
2014-12-20 | Add a deterministic_nick_colors option (default: true) | mathieui | |
2014-12-18 | Set the version of the documentation to 0.9-dev as well | mathieui | |
2014-12-11 | Fix #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-10 | Make the screen_detach plugin support tmux, and use asyncio | mathieui | |
2014-12-09 | Introduce the go_to_previous_tab_on_alt_number option | Florent Le Coz | |
fix #2841 | |||
2014-12-09 | Fix #2802 (add a /closeall command, with a new plugin) | mathieui | |
2014-12-08 | Document the pipe_cmd plugin | mathieui | |
2014-12-07 | Document the new filtering commands | 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-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 | Typo | mathieui | |
2014-11-29 | Add a documentation page for pyenv | mathieui | |
2014-11-29 | Remove 3 timed_events methods from the doc, because they don't exist anymore | Florent Le Coz | |
2014-11-04 | Update the documentation | mathieui | |
2014-10-27 | Mention that setuptools is kind of mandatory | mathieui | |
2014-10-19 | Document the group_corrections option | mathieui | |
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-13 | Trivial line wrapping of the events.rst doc page | Florent Le Coz | |
2014-10-13 | Document the changing_nick plugin event | Florent Le Coz | |
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-11 | Add a /dump <filename> command to the XML tab | mathieui | |
2014-10-08 | Use SHA-2 (SHA-512) to store the certificate fingerprint instead of SHA-1 | mathieui | |
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-26 | Update the quickstart guide | mathieui | |
2014-09-17 | Fix the doc for remote_fifo_path (fixes #2584) | mathieui | |
2014-05-18 | Document the PEP mood/activity stuff with images | mathieui | |
2014-04-30 | Fix #2282 (change the terminal title depending on the tab name) | mathieui | |
- change_title plugin | |||
2014-04-30 | Add a 'tab_change' event | mathieui | |
2014-04-27 | Fix #2106 (implement message delivery receipts) | mathieui | |
- two options request/ack_message_receipts - two new theme parameters : CHAR_ACK_RECEIVED and COLOR_CHAR_ACK - if a message has a receipt, the character is displayed between the timestamp and the nick, using the color | |||
2014-04-26 | Fix #2514 (add a /toggle command) | mathieui | |
2014-04-26 | Fix #2444 (implement room destroy) | mathieui | |
- destroy the current room if no parameter - destroy the room given as a parameter if any - no reason or alt room because it would be ambiguous in a command (implementation ideas welcome) | |||
2014-04-24 | Documentation update | mathieui | |
remove a duplicate section, typos & stuff | |||
2014-04-23 | Documentation update | mathieui | |
- add some formatting and links (also, typos) - link the Theme class from the theming page | |||
2014-04-15 | Document the create_gaps option | mathieui | |
and sets the default value to false, to keep coherent with the code. | |||
2014-04-15 | Fix #2440 (highlight composing tabs) | mathieui | |
- add a show_composing_tabs option, default value: "direct" - todo: find a nice different color for this | |||
2014-04-14 | Implement XEP-0249 (Direct MUC Invitations) | mathieui | |
- fallback to mediated invitations if only the bare jid is given to the command or if the jid does not advertise support TODO: provide a way to send passwords | |||
2014-04-12 | Fix #2503/4 (use “.” as an alias for the current tab in /move_tab) | mathieui | |
2014-04-11 | Fix #2421 (load and unload several plugins) | mathieui | |
2014-04-09 | Set display_user_color_in_join_part to true by default | mathieui | |
2014-04-01 | Move the requirements to python 3.3 | mathieui | |
2014-03-28 | Also document manual plugin load | mathieui | |
(why wasn’t that already here?) | |||
2014-03-28 | Add an IRC/biboumi plugin | mathieui | |
2014-03-27 | Remove useless "installation" parts from the plugin documentations | mathieui | |