Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2014-02-22 | Bump dev version | mathieui | |
2014-02-22 | Bump version of the documentation too | mathieui | |
2014-02-20 | Documentation update | mathieui | |
sort the configurations options by theme make the sidebar fixed | |||
2014-02-19 | Documentation & Makefile update | mathieui | |
2014-02-19 | Update install instructions and fix a typo | mathieui | |
2014-02-17 | Reduce the image size | mathieui | |
2014-02-17 | Documentation update | mathieui | |
ssl page (img & ref) theming (compile errors, format and typos) | |||
2014-02-17 | Add some note about gmail being crap (again) | mathieui | |
2014-02-14 | Documentation update | mathieui | |
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-11-28 | Add an “autocorrect” plugin with a sed-like syntax | Mathieu Pasquet | |
TODO (eventually): - correct words when using “word*” or “*word” using levenshtein distance - allow regular expressions for replacement | |||
2013-11-26 | Point point point | Mathieu Pasquet | |
2013-11-14 | Add a /password command in the RosterTab | Mathieu Pasquet | |
Thanks to Florob for the initial input | |||
2013-09-06 | Add the pointpoint plugin | Florent Le Coz | |
2013-08-07 | Documentation update | mathieui | |
2013-08-07 | Add the missing regex admin documentation | mathieui | |
2013-08-05 | Add a specific /invite command for the MucTab | mathieui | |
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-08-02 | Update keys documentation | mathieui | |
2013-08-01 | Fix #2049 (get the current completed argument) | mathieui | |
A command argument can now be completed even if it isn’t the last one in the input. - Add a new method Input.new_completion Almost like the old auto_completion method, except taht it takes another argument: argument_position, which is the argument to be completed. - Methods using the old completion method still work - All completion methods in poezio now use the new one if necessary - Further details can be found in the docstring of new_completion | |||
2013-08-01 | Move /clear_infos to /clear for consistency | mathieui | |
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-20 | Add a documentation page for PEP (and update some commands) | mathieui | |
2013-06-20 | Add a page on carbons | mathieui | |
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-06-06 | Document the Alt-k key | Florent Le Coz | |
2013-05-12 | Add some manpages to the generated documentation | mathieui | |
2013-05-11 | Update the documentation | mathieui | |
(do not encourage people to copy the plugins) | |||
2013-05-11 | Generate the manpage for the config file with 'make man' | mathieui | |
2013-05-09 | Add a regex-admin plugin | mathieui | |
2013-05-07 | Add underlined to the doc | mathieui | |
2013-05-06 | dlm | Florent Le Coz | |