summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2014-04-23Documentation updatemathieui
- add some formatting and links (also, typos) - link the Theme class from the theming page
2014-04-15Document the create_gaps optionmathieui
and sets the default value to false, to keep coherent with the code.
2014-04-15Fix #2440 (highlight composing tabs)mathieui
- add a show_composing_tabs option, default value: "direct" - todo: find a nice different color for this
2014-04-14Implement 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-12Fix #2503/4 (use “.” as an alias for the current tab in /move_tab)mathieui
2014-04-11Fix #2421 (load and unload several plugins)mathieui
2014-04-09Set display_user_color_in_join_part to true by defaultmathieui
2014-04-01Move the requirements to python 3.3mathieui
2014-03-28Also document manual plugin loadmathieui
(why wasn’t that already here?)
2014-03-28Add an IRC/biboumi pluginmathieui
2014-03-27Remove useless "installation" parts from the plugin documentationsmathieui
2014-02-22Bump dev versionmathieui
2014-02-22Bump version of the documentation toomathieui
2014-02-20Documentation updatemathieui
sort the configurations options by theme make the sidebar fixed
2014-02-19Documentation & Makefile updatemathieui
2014-02-19Update install instructions and fix a typomathieui
2014-02-17Reduce the image sizemathieui
2014-02-17Documentation updatemathieui
ssl page (img & ref) theming (compile errors, format and typos)
2014-02-17Add some note about gmail being crap (again)mathieui
2014-02-14Documentation updatemathieui
2014-02-13Add a configurable way of setting cipher suitesMathieu Pasquet
And put reasonable defaults
2014-02-13Fix #2407 (unencrypted connections)mathieui
Add a force_encryption option set to true by default.
2013-11-28Add an “autocorrect” plugin with a sed-like syntaxMathieu Pasquet
TODO (eventually): - correct words when using “word*” or “*word” using levenshtein distance - allow regular expressions for replacement
2013-11-26Point point pointMathieu Pasquet
2013-11-14Add a /password command in the RosterTabMathieu Pasquet
Thanks to Florob for the initial input
2013-09-06Add the pointpoint pluginFlorent Le Coz
2013-08-07Documentation updatemathieui
2013-08-07Add the missing regex admin documentationmathieui
2013-08-05Add a specific /invite command for the MucTabmathieui
2013-08-04Add new stubs for the documentationmathieui
2013-08-04Rewrite the OTR plugin to use pure-python-otrmathieui
2013-08-03Logs errors by default, in a dedicated filemathieui
- 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-02Update keys documentationmathieui
2013-08-01Fix #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-01Move /clear_infos to /clear for consistencymathieui
2013-07-31Fix #2306 (none, to, and from subscriptions should be more visible)mathieui
Added a configuration option and some theme variables.
2013-06-20Add a documentation page for PEP (and update some commands)mathieui
2013-06-20Add a page on carbonsmathieui
2013-06-18Let the user disable the auto-ping by setting connection_check_interval to 0Florent Le Coz
2013-06-11Fix #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-10Implement 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-06Document the Alt-k keyFlorent Le Coz
2013-05-12Add some manpages to the generated documentationmathieui
2013-05-11Add stubs for mpd & pyinotifymathieui
2013-05-11Add a stub for pyotrmathieui
2013-05-11Update the documentationmathieui
(do not encourage people to copy the plugins)
2013-05-11Generate the manpage for the config file with 'make man'mathieui
2013-05-09Add a regex-admin pluginmathieui
2013-05-07Add underlined to the docmathieui
2013-05-06dlmFlorent Le Coz