summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2016-10-08Remove the resource option from the configuration.no-resourceEmmanuel Gil Peyrot
It’s considered bad practice nowadays to force a specific resource, it can lead to presence leaks or reconnection loops so should be avoided. Moreover this was already possible in the jid option, by setting it to user@domain/resource, setting it would append it a second time in that case.
2016-10-05Add a quickstart guidemathieui
2016-10-04"information" is already plural, fix wordingmathieui
2016-10-04Rename "roster" to "contact list"mathieui
2016-10-04Replace "MUC" by "chatroom" in the documentationmathieui
And fix some linewrapping, obsolete references to poezio.eu, and obsolete docs.
2016-08-28OTR plugin: Implement XEP-0378 (OTR Discovery)Emmanuel Gil Peyrot
2016-08-28Update xep support listmathieui
It would be nice to bring RSM back from the dead
2016-08-28Add a vcard plugin, to view other people’s vcard-temp as a dataform.Emmanuel Gil Peyrot
Fixes #1683 and #1843.
2016-08-26Fix #3204 (write a /server_part plugin)mathieui
2016-08-26Update docs for /groupaddmathieui
and changelog
2016-08-21Don’t call input completion() functions inside completion methodsmathieui
Use a placeholder object that can run it afterwards, so that we don’t have side effects inside those functions.
2016-08-21Update the tls warning docmathieui
and remove the image
2016-08-21Update /bookmarks helpmathieui
2016-08-21Document the bookmarks tabmathieui
2016-08-21Optimize pngsmathieui
2016-08-20Document the confirm tabmathieui
2016-07-27Fix doc buildingmathieui
Broken by the namespace change
2016-07-05Fix #3197 (add a dice plugin)mathieui
also add some doc for the marquee plugin
2016-06-12Increase ping timeout delays (now that the ping actually works)mathieui
2016-06-12Disable smacks by defaultmathieui
2016-06-11Move the src directory to poezio, for better cython compatibility.Emmanuel Gil Peyrot
2016-06-05Set "show_useless_separator" to true by defaultmathieui
For consistency
2016-06-05Add a manual CSI pluginmathieui
2016-06-05Enable message carbons by defaultmathieui
2016-06-05Update the XEP listmathieui
2016-03-09Document the affiliation and roles commandsFlorent Le Coz
2016-03-08Update api docmathieui
It was missing the highlight event
2015-10-05Get rid of the muc_history_length optionmathieui
It hasn’t worked for more than two years and no one complained. Furthermore, poezio tries to be smart and request messages based on previous activity, and not raw numbers.
2015-09-30Fix the plugins_dir documentationmathieui
2015-09-30Update dependencies in the documentationmathieui
(and fix missing words and typos)
2015-09-05Remove pygments from requirements.txt, and update docmathieui
Normal users don’t need pygments, and cython is slow to build
2015-08-16Add an 'eval_password' optionmathieui
to read the password from a secrets store
2015-08-14Add NixOS in GNU/Linux installation sectionLancelot SIX
2015-08-07Fix a section title in the configuration docFlorent Le Coz
2015-08-07Document self_ping_delayFlorent Le Coz
2015-08-03Beginning, not beginingFlorent Le Coz
2015-08-01Update stuff to say 1.0-devmathieui
2015-07-310.9 Releasev0.9mathieui
2015-06-18Add a show_jid_in_conversations optionmathieui
To hide or show the JID of the contact in conversation tabs.
2015-06-06Fix the paths to errors.log in the documentationmathieui
2015-05-21Document the vertical_tab_list_size option bettermathieui
say it’s for horizontal size
2015-05-20Fix the doc. use_log is not true by default.Eijebong
2015-05-11Add a cyberpluginmathieui
2015-03-04Update the documentation for roster keysmathieui
2015-02-28Update the installation docmathieui
2015-02-21Add a force_remote_bookmarks optionmathieui
2015-02-08Update the development documentationmathieui
talk about the command args parser, mention slixmpp
2015-02-08Update the pyenv documentation to mention pythonz toomathieui
(and move the custom compilation on the top, as that’s what’s easiest
2015-02-07Change the sphinx theme to one derived from readthedocsmathieui
(without stuff like the unicode codepoint agressions and external resources) This should be cleaner and look good on mobile devices too.
2015-02-03Add a random arg to /colorEijebong