Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-06 | Merge branch 'popup_filters' of https://github.com/LukeMarlin/poezio | mathieui | |
2016-11-06 | Made doc more clear on how to configure information_popup_type_filter | Luke Marlin | |
2016-10-23 | Fix typo | mathieui | |
2016-10-23 | Added information_popup_type_filter that allow to | Luke Marlin | |
filter an entire type of messages such as 'roster' 'error' 'information' or 'debug' | |||
2016-10-09 | Remove the resource option from the configuration. | Emmanuel Gil Peyrot | |
It’s considered bad practice nowadays to force a specific resource, it can lead to presence leaks or reconnection loops so should be avoided. Moreover this was already possible in the jid option, by setting it to user@domain/resource, setting it would append it a second time in that case. | |||
2016-10-04 | "information" is already plural, fix wording | mathieui | |
2016-10-04 | Rename "roster" to "contact list" | mathieui | |
2016-10-04 | Replace "MUC" by "chatroom" in the documentation | mathieui | |
And fix some linewrapping, obsolete references to poezio.eu, and obsolete docs. | |||
2016-06-12 | Increase ping timeout delays (now that the ping actually works) | mathieui | |
2016-06-12 | Disable smacks by default | mathieui | |
2016-06-05 | Set "show_useless_separator" to true by default | mathieui | |
For consistency | |||
2016-06-05 | Enable message carbons by default | mathieui | |
2015-10-05 | Get rid of the muc_history_length option | mathieui | |
It hasn’t worked for more than two years and no one complained. Furthermore, poezio tries to be smart and request messages based on previous activity, and not raw numbers. | |||
2015-09-30 | Fix the plugins_dir documentation | mathieui | |
2015-08-16 | Add an 'eval_password' option | mathieui | |
to read the password from a secrets store | |||
2015-08-07 | Fix a section title in the configuration doc | Florent Le Coz | |
2015-08-07 | Document self_ping_delay | Florent Le Coz | |
2015-06-18 | Add a show_jid_in_conversations option | mathieui | |
To hide or show the JID of the contact in conversation tabs. | |||
2015-05-21 | Document the vertical_tab_list_size option better | mathieui | |
say it’s for horizontal size | |||
2015-05-20 | Fix the doc. use_log is not true by default. | Eijebong | |
2015-02-21 | Add a force_remote_bookmarks option | mathieui | |
2015-01-03 | Fix typos in the documentation | mathieui | |
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-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-09 | Introduce the go_to_previous_tab_on_alt_number option | Florent Le Coz | |
fix #2841 | |||
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-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-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-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-17 | Fix the doc for remote_fifo_path (fixes #2584) | 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-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-09 | Set display_user_color_in_join_part to true by default | mathieui | |
2014-02-20 | Documentation update | mathieui | |
sort the configurations options by theme make the sidebar fixed | |||
2014-02-13 | Add a configurable way of setting cipher suites | Mathieu Pasquet | |
And put reasonable defaults | |||
2014-02-13 | Fix #2407 (unencrypted connections) | mathieui | |
Add a force_encryption option set to true by default. | |||
2013-08-03 | Logs errors by default, in a dedicated file | mathieui | |
- log_errors option, true by default - errors go in log_dir/errors.log (so $XDG_DATA_HOME/errors.log by default) This should help a lot for debugging, and provide a way for people to easily give debug traces without useless or personal infos. | |||
2013-07-31 | Fix #2306 (none, to, and from subscriptions should be more visible) | mathieui | |
Added a configuration option and some theme variables. | |||
2013-06-18 | Let the user disable the auto-ping by setting connection_check_interval to 0 | Florent Le Coz | |
2013-06-11 | Fix #2315 (send pings to the server every minute to check the connection) | mathieui | |
add two new options: connection_timeout_delay and connection_check_interval | |||
2013-06-10 | Implement Message Carbons (XEP-280) | mathieui | |
- Add an option enable_carbons (defaults to false) - Make a disco on non-roster entites to determine if the message commes from a muc private chat or not. | |||
2013-05-06 | Fix #2286 | mathieui | |
Also fix the copy of the default config if -f is used | |||
2013-04-10 | Add keys | mathieui | |
2013-04-10 | Add the configuration section | mathieui | |