Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-26 | Add the color of the resource (for dynamic conversations) in the dark theme. | Florent Le Coz | |
2013-01-02 | Add the save_status, status, and status_message options | mathieui | |
(the name show is not intuitive, so I used status and status_message) - The status is send when connecting, and is the same used when joining rooms - save_status is true by default, and will make poezio save the status whenever it changes - status and status_message are empty by default | |||
2012-12-31 | Fix #2082 (xml:lang) | mathieui | |
This is now already done in sleekxmpp, so I added a “lang” configuration option. TODO: use the locale of the system. | |||
2012-12-17 | Fix the color of the information text in the dark plugin. | Florent Le Coz | |
2012-12-15 | Sort the configurations options by name in the documentation | mathieui | |
(instead of chaos) | |||
2012-12-15 | Introduce a special "reverse" value for the COLOR_HIGHLIGHT_NICK theme option. | Florent Le Coz | |
If COLOR_HIGHLIGHT_NICK = "reverse", the highlight nick will be in reverse mode. fix #2165 | |||
2012-12-07 | Add a new show_timestamps option to hide/show timestamps in text buffers. | Florent Le Coz | |
2012-11-30 | Fix a typo in the default conf | Florent Le Coz | |
2012-11-30 | Add a hide_user_lits option that does what it says. | Florent Le Coz | |
fix #2170 | |||
2012-11-11 | Preload history into discussion windows (à la mcabber) | mathieui | |
- New option load_log defaulting to 200 to indicate the number of lines to be loaded - It’s still very raw, and the format of the message does not match the format of the normal room history, for example - Works in the Private chat, MUC, and Conversation tabs Thanks to labedz <github@labedz.org> for the original code | |||
2012-11-06 | Add a add_space_after_completion bool option. | Florent Le Coz | |
fix #2150 | |||
2012-09-26 | Rewrite the tab number handling | mathieui | |
- Now the tab number is computed instead of assigned and fixed - Added tabs.GapTab to keep the old behaviour - Added a create_gaps option, defaults to true (may change in the future) - If there are gaps before using /set to change the option to false, they will be removed. (this is a preparation for the move_tab command) | |||
2012-09-02 | added muc_history_length support | Johannes Krude | |
2012-08-05 | Add a filter_info_messages option | mathieui | |
- This option takes a list of words separated by colons - All the messages containing those words will not be shown | |||
2012-08-01 | Do not generate invalid jids (e.g. localpart@domainpart/) | mathieui | |
This is in prevision of a sleekxmpp update with JID validation. Also, comment the “server” option in the config file a bit better. | |||
2012-08-01 | Various changes to the roster sorting | mathieui | |
- Change the separator from _ to : - Move the functions away in another module to avoir cluttering the roster code - Add a case-sensitive sort (“sname”) | |||
2012-08-01 | Add an "online" contact sorting method | mathieui | |
- put the online contacts at the beginning of the list - allows, e.g. jid_reverse_online_reverse, to put offline contacts at the start of the group, in alphabetical order | |||
2012-08-01 | Add a roster_group_sort option, which works like roster_sort | mathieui | |
- defaults to "name" (sort by group name) - document it - also, micro-optimize get_nb_connected_contacts() | |||
2012-07-31 | Add a roster_sort option to sort the contacts inside the roster groups | mathieui | |
- defaults to jid_show (which means that they are sorted into sub-groups by show and are sorted by JID inside those) - See the default config file or the documentation for details | |||
2012-07-31 | Make the autorejoin option work with bans, too, and fix the documentation | mathieui | |
2012-07-30 | Add an autorejoin_delay option | mathieui | |
- document it - works in per-tab config too | |||
2012-07-19 | Remove the shell_completion | mathieui | |
- completion is normal with no way to change it (shell_completion was buggy) - remove it in the default config and in the doc too | |||
2012-06-01 | Fix a comment in the default config file | mathieui | |
2012-05-23 | Put the personal words in the last words completion (M-/) | mathieui | |
(instead of the normal completion) | |||
2012-05-23 | Add personal words completion - Fixes #1723 | mathieui | |
This commits adds a “words” variable to the configuration file. This variable must contain a list of words, separated by colons (:). Those words will then be completed upon tab completion in the chatrooms, private conversations, and direct conversations. | |||
2012-05-22 | Remove the unused “port” option. | mathieui | |
custom_port is already used instead. | |||
2012-05-17 | Add an option to always show the separator - Fixes #2240 | mathieui | |
2012-05-10 | Document some more options | mathieui | |
2012-04-19 | Add a show_roster_jids option | mathieui | |
2012-04-18 | Document the new options | mathieui | |
2012-03-13 | Add a whitespace_interval option | mathieui | |
2012-03-09 | Add a ca_cert_path option | mathieui | |
2012-03-09 | Added doc for ignore_certificate and certificate options | mathieui | |
2012-02-15 | Fixes #2324 | mathieui | |
2012-02-15 | Documentation update | mathieui | |
2012-02-15 | Merge branch 'master' of https://git.louiz.org/poezio | Florent Le Coz | |
2012-02-15 | Add the new option in the configuration file. | Florent Le Coz | |
2012-02-14 | Fixes #2303 (add user_list_sort option) | mathieui | |
2012-01-27 | Add ATTENTION colors to dark theme | Florent Le Coz | |
2012-01-26 | Add an auto_reconnect option | mathieui | |
2012-01-26 | Beep when receiving a MUC invitation (by default) | mathieui | |
2011-11-27 | Doc/config file for this new option | mathieui | |
2011-11-26 | Add the new option to the default config file | mathieui | |
2011-11-16 | Add an option to display vertical tabs from bottom to top. | Florent Le Coz | |
2011-11-16 | Update the dark theme for the vertical tabs. | Florent Le Coz | |
2011-11-16 | Document the two new options. | Florent Le Coz | |
2011-11-10 | Doc for custom_host and custom_port (config file and asciidoc) | mathieui | |
2011-11-05 | Merge branch 'master' of https://git.louiz.org/poezio into plugins | Florent Le Coz | |
2011-11-03 | Merge branch 'doc' | Florent Le Coz | |
2011-11-02 | Add configure and keys documentation, also edit some default configuration ↵ | Florent Le Coz | |
values. |