summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2013-03-03Add help about multi-accountmathieui
2013-03-03Add a plugins_conf_dir optionmathieui
2013-02-28Remove frugalware from the distros with support and add gentoomathieui
2013-01-26Add XEP 296 to the list of supported XEP.Florent Le Coz
2013-01-19Also add the image…mathieui
2013-01-19Add some documentation about message correctionmathieui
2013-01-17Change the SleekXMPP git url to use the better git:// protocolFlorent Le Coz
2013-01-17Update the installation instructionsmathieui
2013-01-17Move to the upstream SleekXMPPmathieui
- remove the decline command that is not in the trunk (and mediated declines are supported nowhere anyway) - change a bit xhtml-im support - change the bookmarks management a bit - Add a verification to avoid crashing when poezio will be launched the next time - Fix the (unrelated) bug when setting a jid affiliation
2013-01-02Add the save_status, status, and status_message optionsmathieui
(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-31Fix #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-31Fix #2167mathieui
(kinda)
2012-12-29Add a /display_corrections plugin.Emmanuel Gil Peyrot
2012-12-20Fix #2186 (muc password in the config file)mathieui
Also use the passwords on start, and automatically use a password with /join if there is one.
2012-12-17And another one… Seriously.Florent Le Coz
2012-12-17Typo.Florent Le Coz
2012-12-17Add the documentation for the time marker plugin.Florent Le Coz
2012-12-16fix a traceback on /unload iq_showmathieui
(also, per-tab option load_logs)
2012-12-15Sort the configurations options by name in the documentationmathieui
(instead of chaos)
2012-12-15Fix #2172 (select which rooms are logged)mathieui
2012-12-15Add support for /set <option> toggle, which toggles the current valueFlorent Le Coz
fix #2184
2012-12-07Add max_nick_length option into the documention page.Florent Le Coz
2012-12-07Add a new show_timestamps option to hide/show timestamps in text buffers.Florent Le Coz
2012-11-30Add a hide_user_lits option that does what it says.Florent Le Coz
fix #2170
2012-11-11Preload 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-06Add a add_space_after_completion bool option.Florent Le Coz
fix #2150
2012-10-28Update the doc about xhtml-im.Florent Le Coz
2012-10-23Add a little sentence in the doc.Florent Le Coz
2012-10-14Rename /connect to /reconnect and make it rostertab-onlymathieui
2012-10-14Update the XEP support list for XEP-0308mathieui
2012-10-02Revert "Add a tab-specific “ignore_changes” option"Florent Le Coz
This reverts commit c66ec81c4530a806b0aacc2933f6493cdcbbfc82.
2012-09-30Add a tab-specific “ignore_changes” optionmathieui
- The documentation is included in the commit
2012-09-26Add (still incomplete) documentation on /move_tabmathieui
2012-08-06Add a fallback to optparse if argparse is not foundmathieui
2012-08-05Add a filter_info_messages optionmathieui
- This option takes a list of words separated by colons - All the messages containing those words will not be shown
2012-08-02Documentation updatemathieui
2012-08-02Update the XEP support pagemathieui
2012-08-02Add simple communication blocking (Fixes #1837)mathieui
- Add /block, /unblock, and /list_blocks commands - Enable the commands only if the server advertises the feature - http://xmpp.org/extensions/xep-0191.html#example-9 was not tested, but should work (could not find a server to test with) - Add documentation for the commands
2012-08-01Various changes to the roster sortingmathieui
- 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-01Add an "online" contact sorting methodmathieui
- 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-01Add a roster_group_sort option, which works like roster_sortmathieui
- defaults to "name" (sort by group name) - document it - also, micro-optimize get_nb_connected_contacts()
2012-07-31Add a roster_sort option to sort the contacts inside the roster groupsmathieui
- 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-31Make the autorejoin option work with bans, too, and fix the documentationmathieui
2012-07-30Add an autorejoin_delay optionmathieui
- document it - works in per-tab config too
2012-07-29Documentation: contributing help & guidelinesmathieui
2012-07-27Fix two typos in the theme documentation.Florent Le Coz
2012-07-26-anmathieui
2012-07-26Add an overview of the poezio internals to the documentationmathieui
2012-07-26Add a /self commandmathieui
2012-07-26Add a /runkey commandmathieui
This allows the user to run the action defined on a key without having to press that key. The completion completes all the available keys that will have an effect.