summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2018-08-09Fix some absolute importsmathieui
2018-08-09Fix the OTR pluginmathieui
2018-08-09Remove the GPG pluginmathieui
It’s broken and nobody is using it as far as I know.
2018-07-28plugins: Switch exec and upload to async/await.Emmanuel Gil Peyrot
2018-07-22Fix close_all and change_title pluginsmathieui
2018-07-21Fix /reordermathieui
2018-07-04OTR plugin: Use the new poezio.xdg module.Emmanuel Gil Peyrot
2018-05-30disco plugin: Allow any dataform to be displayed.Emmanuel Gil Peyrot
2018-05-16Initial start with the embed commandSeve
2018-03-11upload plugin: Don’t insert invalid URL after HTTP upload failed.Emmanuel Gil Peyrot
2018-03-09Add a check for slixmpp xep_0363 plugin.Emmanuel Gil Peyrot
2018-03-08Add HTTP File Upload support.Emmanuel Gil Peyrot
2017-12-19disco plugin: Fix traceback on unknown FORM_TYPE.Emmanuel Gil Peyrot
2017-12-19Add a disco#info plugin, /disco.Emmanuel Gil Peyrot
2017-11-23Also handle muc_nickchange for /tell.Emmanuel Gil Peyrot
Fixes #3349.
2017-10-12Fix some excepts (bare, useless, unused)mathieui
2017-10-08Fix #3245 (make /exec async)mathieui
and also do not vomit stderr on top of poezio, but put it in an info message
2017-10-08Change all “not … in …” into “… not in …”.Emmanuel Gil Peyrot
2017-10-07Fix #3273 (be honest about the rainbow plugin)mathieui
2017-07-20Ping: properly process IQ errors, always display error conditionGeorg Lukas
2017-06-19Add a rstrip plugin.Emmanuel Gil Peyrot
2017-05-15Improve feedback from the ping plugin.Emmanuel Gil Peyrot
Always print the error-condition when the iq is of type error, also include the error text if it is present, and set a 10s timeout before giving up.
2017-02-24Make the code plugin stop using extra attributes and div.Emmanuel Gil Peyrot
2017-02-24Fix code plugin usage helpmathieui
2017-02-13Don't override "id" and "type" builtinsmathieui
2017-02-10Add a code plugin, for sending highlighted snippets of code.Emmanuel Gil Peyrot
2017-02-10Add a white plugin, black backgrounds matter!Emmanuel Gil Peyrot
2016-12-26Add missing message types (fix #3271)mathieui
Which were being filtered by the information popup filter
2016-11-29Update the bundled gnupg.pymathieui
2016-11-29Fix inexistent method calls in the gpg pluginTanguy Ortolo
The gpg plugin tries to call Presence.find() and Message.find(), that do not exist. The correct calls are Presence.xml.find() and Message.xml.find().
2016-11-26Add support for XEP-0380: Explicit Message EncryptionEmmanuel Gil Peyrot
Both for displaying incoming messages, and sending OTR and legacy OpenPGP.
2016-10-27Link plugin : add support for magnets links.Vinilox
2016-10-16send_delayed plugin: Give feedback on using /send_delayed.Emmanuel Gil Peyrot
2016-10-15Make reorder plugin read create_gaps configMaxime Buquet
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-10-02Fix #3229 (add a command to list /tell messages)mathieui
2016-09-20Update the IRC plugin to use % to address IRC userslouiz’
See https://lab.louiz.org/louiz/biboumi/commit/0d2dd71de5292895f6
2016-08-28OTR plugin: Implement XEP-0378 (OTR Discovery)Emmanuel Gil Peyrot
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-26Fix #3205 (doubled notification in simple_notify)mathieui
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-07-27Fix doc buildingmathieui
Broken by the namespace change
2016-07-06Remove some unused thingslouiz’
2016-07-05Fix the dice plugin configmathieui
2016-07-05Fix #3197 (add a dice plugin)mathieui
also add some doc for the marquee plugin
2016-07-01Add /save_order to the reorder pluginmathieui
And fix a breakage due to the recent change in tab creation.
2016-06-28Make plugins import from the absolute poezio package.Emmanuel Gil Peyrot