summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
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.
2012-07-24Remove the need for hg and the dnspython forkmathieui
(upstream works, now)
2012-07-19Remove the shell_completionmathieui
- completion is normal with no way to change it (shell_completion was buggy) - remove it in the default config and in the doc too
2012-07-07Add the replace plugin to the index.Florent Le Coz
2012-07-07Add a replace plugin.Florent Le Coz
2012-07-05Properly quote the %(body)s and %(from)s used in the simple_notify plugin.Florent Le Coz
2012-07-03Typo.mathieui
2012-07-03Document the certificate handlingmathieui
- Show the various options - Optimize the documentation images
2012-07-03Improve the simple_notify plugin and the daemon to execute a command to ↵Florent Le Coz
clean the notification and to execute the remote commands through sh -c, letting us use pipes and redirections. Also adds the highlight event for plugin, and make the simple_notify plugin use it as well.
2012-05-29Move ^D to ^Xmathieui
2012-05-24Documentation update (& images)mathieui
2012-05-23Put the personal words in the last words completion (M-/)mathieui
(instead of the normal completion)
2012-05-23Add personal words completion - Fixes #1723mathieui
This commits adds a “words” variable to the configuration file. This variable must contain a list of words, separated by colons (:). Those words will then be completed upon tab completion in the chatrooms, private conversations, and direct conversations.
2012-05-22Remove the unused “port” option.mathieui
custom_port is already used instead.
2012-05-17Add a shortcut to go to the first unread message (separator) with M-pmathieui
2012-05-17Add an option to always show the separator - Fixes #2240mathieui
2012-05-17Add a way to review room highlights - Fixes #1673mathieui
This new features is available with M-p and M-n (previous/next). It saves the last highlight viewed, meaning that if you scroll in the buffer, M-n or M-p will take you to the next or previous hl compared to the one before you started scrolling. For convenience, going to the previous highlight of the first highlight will take you to the bottom of the buffer, and going to the next highlight of the last highlight will do *the same*. If there are several highlights in one message, only the first line will be considered a highlight.
2012-05-16Update the OTR documentationmathieui
2012-05-13Mention exec_remote in the simple_notify plugin helpmathieui
2012-05-13Add a documentation indexmathieui
2012-05-12Add the ignore_private and private_auto_response optionsmathieui
MUC-specific options. private_auto_response is empty by default. + new event ignored_private
2012-05-10Document some more optionsmathieui
2012-05-10Add a way to execute a custom command with a custom key bindingmathieui
(+doc)
2012-05-10Add new status & bookmarks actionsmathieui
2012-05-09Add help for the translate plugin, but hide it for nowmathieui
(since the plugin doesn’t work)
2012-05-09Update the XEP supportmathieui
2012-05-08Document that new possibilitymathieui