summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
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
2013-03-11Fix #1839 (User mood/activity)mathieui
- Added as always new theming variables: CHAR_ROSTER_MOOD, CHAR_ROSTER_ACTIVITY (a SNOWMAN!) COLOR_ROSTER_MOOD, COLOR_ROSTER_ACTIVITY - Added two new notification types in Theme.INFO_COLORS (mood/activity) - Added new configuration options: display_mood/activity/tune_notifications (those can be set for a specific JID) enable_user_tune/nick/activity/mood - Added /activity and /mood commands, with completions - Moved the old /activity to /last_activity - Details are show in the ContactInfoWin if there is room, or with "i" on a contact in the roster.
2013-03-11Fix #1841 (User nickname)mathieui
- add a use_pep_nick boolean option - use it as a nickname for roster contacts, but it does not supercede the user-defined handle - send a <nick/> at the beginning of a normal chat - not implemented in MUC (wontfix)
2013-03-11Add a receive_user_tune option (fix #2261)mathieui
2013-03-11Implement user-tune publishing in the mpd plugin (#1840)mathieui
2013-03-11Implement XEP-0118 (Fix #1840)mathieui
- Add new theming options - Show the tune in the roster (both in contact line and infowin) - add an option to show tunes as info messages
2013-03-08Update the plugins to use the PluginAPImathieui
Also: - Add get_conversation_messages() to PluginAPI - Make plugins_autoload colon-separated instead of space-separated (for consistency) - Replace a JID() with a safeJID() in the uptime plugin
2013-03-05Fix the documentation for Alt-C/Alt-Dmathieui
2013-03-05Display the “dev” docutmentation directory in the indexmathieui