Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-07 | Fix #3273 (be honest about the rainbow plugin) | mathieui | |
2017-07-20 | Ping: properly process IQ errors, always display error condition | Georg Lukas | |
2017-06-19 | Add a rstrip plugin. | Emmanuel Gil Peyrot | |
2017-05-15 | Improve 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-24 | Make the code plugin stop using extra attributes and div. | Emmanuel Gil Peyrot | |
2017-02-24 | Fix code plugin usage help | mathieui | |
2017-02-13 | Don't override "id" and "type" builtins | mathieui | |
2017-02-10 | Add a code plugin, for sending highlighted snippets of code. | Emmanuel Gil Peyrot | |
2017-02-10 | Add a white plugin, black backgrounds matter! | Emmanuel Gil Peyrot | |
2016-12-26 | Add missing message types (fix #3271) | mathieui | |
Which were being filtered by the information popup filter | |||
2016-11-29 | Update the bundled gnupg.py | mathieui | |
2016-11-29 | Fix inexistent method calls in the gpg plugin | Tanguy 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-26 | Add support for XEP-0380: Explicit Message Encryption | Emmanuel Gil Peyrot | |
Both for displaying incoming messages, and sending OTR and legacy OpenPGP. | |||
2016-10-27 | Link plugin : add support for magnets links. | Vinilox | |
2016-10-16 | send_delayed plugin: Give feedback on using /send_delayed. | Emmanuel Gil Peyrot | |
2016-10-15 | Make reorder plugin read create_gaps config | Maxime Buquet | |
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-10-02 | Fix #3229 (add a command to list /tell messages) | mathieui | |
2016-09-20 | Update the IRC plugin to use % to address IRC users | louiz’ | |
See https://lab.louiz.org/louiz/biboumi/commit/0d2dd71de5292895f6 | |||
2016-08-28 | OTR plugin: Implement XEP-0378 (OTR Discovery) | Emmanuel Gil Peyrot | |
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 | Fix #3205 (doubled notification in simple_notify) | mathieui | |
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-07-27 | Fix doc building | mathieui | |
Broken by the namespace change | |||
2016-07-06 | Remove some unused things | louiz’ | |
2016-07-05 | Fix the dice plugin config | mathieui | |
2016-07-05 | Fix #3197 (add a dice plugin) | mathieui | |
also add some doc for the marquee plugin | |||
2016-07-01 | Add /save_order to the reorder plugin | mathieui | |
And fix a breakage due to the recent change in tab creation. | |||
2016-06-28 | Make plugins import from the absolute poezio package. | Emmanuel Gil Peyrot | |
2016-06-24 | Fix the alias plugin | mathieui | |
(broken during linkmauve refactoring) | |||
2016-06-12 | Fix core commands, broken in the previous commit. | Emmanuel Gil Peyrot | |
2016-06-11 | Move the src directory to poezio, for better cython compatibility. | Emmanuel Gil Peyrot | |
2016-06-05 | Add a manual CSI plugin | mathieui | |
2016-06-05 | Fix #3184 (remove upper limit for infowin) | mathieui | |
also, typo | |||
2016-06-04 | Make CSI use in the screen plugin configurable | mathieui | |
And false by default, as it might reduce the user experience in chatrooms. | |||
2016-06-04 | Fix #3114 (implement CSI in the tmux/screen plugin) | mathieui | |
2016-06-04 | Use message processing hints in the OTR plugin | mathieui | |
2016-05-23 | change muc_list delimiter from comma to colon in simple_notify | Lasse Aagren | |
2016-05-23 | fix simple_notify to not notify one messages from yourself in MUCs | Lasse Aagren | |
2016-05-22 | add optional muc_list to configuration of simple_notify, as a whitelist of ↵ | Lasse Aagren | |
MUCs you want to be notified from. | |||
2016-05-10 | Fix a crash in the marquee plugin | mathieui | |
xml does not like ascii control chars. | |||
2016-05-06 | Fix #3172 - Marquee plugin has a non-issue | mathieui | |
2016-04-01 | Fix #3181 (make /marquee work in all chat tabs) | mathieui | |
Detecting errors would be a pain though | |||
2016-03-09 | Added ability to notify new messages in MUCs | Frédéric Meynadier | |
2016-03-08 | Fix the test plugin | mathieui | |
(broken since slix) | |||
2016-02-13 | Fix tab-specific options in the OTR plugin | mathieui | |
(specifically, require_encryption and log) | |||
2016-02-02 | Fix #3150 (otr and require_encryption) | mathieui | |
the require_encryption option would not be honored when opening a new tab with a bare JID. |