summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
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
2013-05-06Add a nice marketing pluginFlorent Le Coz
2013-05-06Fix #2286mathieui
Also fix the copy of the default config if -f is used
2013-05-01Little fix a docFlorent Le Coz
2013-05-01Document the new eventFlorent Le Coz
2013-04-13Add the last pages, and the plugin examplesmathieui
2013-04-13Move the plugins documentationmathieui
(use automodule directive & docstrings)
2013-04-12Start the plugin documentationmathieui
(with admin.py)
2013-04-12Add the XEP listmathieui
2013-04-12Add the usage helpmathieui
2013-04-10Add keysmathieui
2013-04-10Add the configuration sectionmathieui
2013-04-10Add the separate accounts pagemathieui
2013-04-10Add the message correction notemathieui
2013-04-10Move images, and add SSL pagemathieui
2013-04-09Somehow finish the migration of the command listmathieui
2013-04-09New (py3k) thememathieui
2013-04-08Re-add the imagesmathieui
2013-04-08Start migrating the command indexmathieui
2013-04-08Beginning of the migration to reST documentationmathieui
2013-04-04Add an option to choose between shared and separate input historymathieui
- separate_history, defaults to false
2013-03-31Remove the thread from the mpd_clientmathieui
(it should be in an external tool, not _inside_ poezio)
2013-03-28Add a (per-tab) notif_messages option to ignore MUC’s normal messagesFlorent Le Coz
2013-03-18Set the default anonymous server to a working onemathieui
2013-03-14Update CHANGELOG and list of XEPsmathieui
2013-03-12Implement user gaming (xep-0196)mathieui
- configuration options - theming options - /gaming