Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-31 | Prepare for next version | mathieui | |
2017-01-31 | Poezio 0.11 releasev0.11 | mathieui | |
2016-11-26 | List XEP-0380 as supported in the documentation. | Emmanuel Gil Peyrot | |
2016-11-21 | Reword the doc for /topic, and add the fact that it prints it with no argument | louiz’ | |
see #3263 | |||
2016-11-06 | Merge branch 'popup_filters' of https://github.com/LukeMarlin/poezio | mathieui | |
2016-11-06 | Made doc more clear on how to configure information_popup_type_filter | Luke Marlin | |
2016-11-04 | Document ctrl-j | louiz’ | |
2016-11-01 | Optimise all PNG images with `optipng -o8`. | Emmanuel Gil Peyrot | |
2016-11-01 | Update the list of supported XEPs. | Emmanuel Gil Peyrot | |
2016-10-23 | Fix typo | mathieui | |
2016-10-23 | Added information_popup_type_filter that allow to | Luke Marlin | |
filter an entire type of messages such as 'roster' 'error' 'information' or 'debug' | |||
2016-10-21 | doc/stub/potr: remove duplicated declaration | mathieui | |
2016-10-15 | Add documentation about docker | mathieui | |
2016-10-14 | Rename /reset to /filter_reset in XML tab, for consistency | louiz’ | |
2016-10-13 | Fix the doc for the /w command | louiz’ | |
It has not been touched since approxymately poezio 0.5 | |||
2016-10-09 | Remove the resource option from the configuration. | Emmanuel 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-09 | Documentation update | mathieui | |
2016-10-05 | Add a quickstart guide | mathieui | |
2016-10-04 | "information" is already plural, fix wording | mathieui | |
2016-10-04 | Rename "roster" to "contact list" | mathieui | |
2016-10-04 | Replace "MUC" by "chatroom" in the documentation | mathieui | |
And fix some linewrapping, obsolete references to poezio.eu, and obsolete docs. | |||
2016-08-28 | OTR plugin: Implement XEP-0378 (OTR Discovery) | Emmanuel Gil Peyrot | |
2016-08-28 | Update xep support list | mathieui | |
It would be nice to bring RSM back from the dead | |||
2016-08-28 | Add a vcard plugin, to view other people’s vcard-temp as a dataform. | Emmanuel Gil Peyrot | |
Fixes #1683 and #1843. | |||
2016-08-26 | Fix #3204 (write a /server_part plugin) | mathieui | |
2016-08-26 | Update docs for /groupadd | mathieui | |
and changelog | |||
2016-08-21 | Don’t call input completion() functions inside completion methods | mathieui | |
Use a placeholder object that can run it afterwards, so that we don’t have side effects inside those functions. | |||
2016-08-21 | Update the tls warning doc | mathieui | |
and remove the image | |||
2016-08-21 | Update /bookmarks help | mathieui | |
2016-08-21 | Document the bookmarks tab | mathieui | |
2016-08-21 | Optimize pngs | mathieui | |
2016-08-20 | Document the confirm tab | mathieui | |
2016-07-27 | Fix doc building | mathieui | |
Broken by the namespace change | |||
2016-07-05 | Fix #3197 (add a dice plugin) | mathieui | |
also add some doc for the marquee plugin | |||
2016-06-12 | Increase ping timeout delays (now that the ping actually works) | mathieui | |
2016-06-12 | Disable smacks by default | mathieui | |
2016-06-11 | Move the src directory to poezio, for better cython compatibility. | Emmanuel Gil Peyrot | |
2016-06-05 | Set "show_useless_separator" to true by default | mathieui | |
For consistency | |||
2016-06-05 | Add a manual CSI plugin | mathieui | |
2016-06-05 | Enable message carbons by default | mathieui | |
2016-06-05 | Update the XEP list | mathieui | |
2016-03-09 | Document the affiliation and roles commands | Florent Le Coz | |
2016-03-08 | Update api doc | mathieui | |
It was missing the highlight event | |||
2015-10-05 | Get rid of the muc_history_length option | mathieui | |
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-30 | Fix the plugins_dir documentation | mathieui | |
2015-09-30 | Update dependencies in the documentation | mathieui | |
(and fix missing words and typos) | |||
2015-09-05 | Remove pygments from requirements.txt, and update doc | mathieui | |
Normal users don’t need pygments, and cython is slow to build | |||
2015-08-16 | Add an 'eval_password' option | mathieui | |
to read the password from a secrets store | |||
2015-08-14 | Add NixOS in GNU/Linux installation section | Lancelot SIX | |
2015-08-07 | Fix a section title in the configuration doc | Florent Le Coz | |