Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-14 | plugins/reorder: fix GapTab serialization | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-05-12 | Fix an issue where the reorder plugin would not create gaps | mathieui | |
2020-05-12 | plugins/upload: handle more exceptions | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-05-09 | Pass a message to add_message instead of messed up kwargs everywhere | mathieui | |
Changes LOTS of things | |||
2020-04-16 | Merge branch 'disco-node' into 'master' | Link Mauve | |
plugins/disco: Add support for querying with a custom node. See merge request poezio/poezio!71 | |||
2020-04-15 | plugins/embed: correctly refresh window in Conversation*Tab | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-04-12 | plugins/upload: Use embed directly instead of populating input field | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-04-04 | plugin/display_corrections: prefer generator to list when looping | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-04-01 | reorder: group exception handling | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-04-01 | reorder: create GapTab if configured, when creating ConversationTab fails | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-04-01 | reorder: Create ConversationTabs when they don't exist | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-04-01 | reorder: Ensure valid JID | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-04-01 | reorder: Add TODO | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-03-29 | Merge branch 'invitation' into 'master' | mathieui | |
invitation: QR plugin to show invitations See merge request poezio/poezio!62 | |||
2020-03-28 | plugins/disco: Add support for querying with a custom node, and disco#items. | Emmanuel Gil Peyrot | |
This can be useful in some cases. | |||
2020-03-25 | plugins/reorder: satisfy linter | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-03-20 | Update remove_get_trackers plugin to only detect GET parameters in a URL context | Célestin Matte | |
2020-03-20 | Add remove_get_trackers plugin | Célestin Matte | |
Signed-off-by: Célestin Matte <celestin.matte@gmail.com> | |||
2020-01-21 | invitation: display QR code black-on-white | Georg Lukas | |
2020-01-19 | invitation: QR plugin to show invitations | Georg Lukas | |
2019-11-19 | Replace the %date% output with Year-Month-Day | louiz’ | |
Instead of some locale-specific format | |||
2019-10-14 | plugins/ping: Remove safeJID call | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-10-10 | plugins/lastlog: Display time and nickname | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-09-15 | plugins/embed: use tab.jid instead of .name | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-08-22 | Removed /mam as a plugin, added it as a command in basetabs. | Madhur Garg | |
2019-08-22 | Removed extra jid and password fields | Madhur Garg | |
2019-08-22 | Added check for password in eval_password | Madhur Garg | |
2019-08-22 | Plugin to fetch an archive of messages using MAM | Madhur Garg | |
2019-08-13 | Update a daemon.py link in the link plugin doc | louiz’ | |
2019-07-29 | plugins: "new" emoji_ascii conversion plugin for terminally broken users | Georg Lukas | |
2019-07-19 | plugins: Make all changed plugins work in 1:1 tabs | Maxime “pep” Buquet | |
These were still using tabs.ConversationTab that's been replaced by Dynamic and StaticConversationTab. These class have been introduced after resource locking was removed in 1:1, because they were needed for some plugins like OTR. Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-07-19 | plugins/link: typo in class name | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-07-19 | plugins/link: make link plugin work in 1:1 tabs | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-07-01 | e2ee-api: update b64 plugin with latest changes | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-07-01 | First shot of an E2EE plugin interface | Maxime “pep” Buquet | |
Features: - Decryption by default once the plugin is loaded if messages contains the right EME magic - Encryption of messages only if encryption is enabled for the current tab Missing pieces: - No special treatment done on the order of the treatment for messages yet - No special handling of non-Partial(/Full) Stanza Encryption yet (i.e., removing stuff other than <body/>) Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-06-17 | Merge remote-tracking branch 'origin/mr/35' | Maxime “pep” Buquet | |
2019-06-17 | Updated copyright for lastlog plugin | Madhur Garg | |
2019-06-14 | Corrected the search for lastlog messages and refresh of the window. | Madhur Garg | |
Corrected the search for lastlog messages and refresh of the window. patch from Maxime Buquet Corrected the search for lastlog messages and refresh of the window. | |||
2019-06-12 | initial version of a lastlog plugin | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-06-07 | plugins/figlet: error out when figlet doesn't exist | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-05-11 | plugins/ping: Import missing JID value (thanks madhur, and pylint) | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-04-28 | plugins: Update use of tab.name to tab.jid where appropriate | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-04-08 | Revert work on tabs module to change tab.name to JID. | Maxime “pep” Buquet | |
This reverts commits: d693479d05f1ada999c0e29a9d9e2f021dd59e50 2d0cc092fcd154b2d14be0c5ac0ff338607824a0 89a61b84bdb29d3df8c08436c3484fddba8d2ef1 8194d9afbdec2daa1377e07ebb26bb99406473d0 e256c31875c8b67d85fe30d3e2c14c896066657a a21335ac171a827a613dcce744898e822689c9d3 c96e528a8fd1313f75cb792a8e4826fbcfde1bec 0551867bfdb8dfa7dbd5964a15a1a950510e2c71 6ab49c188a6e5bb95773165f0bdbd672b41c8c81 | |||
2019-04-08 | Fix tab.name not being a string by calling the right property | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-03-19 | Fix various spelling mistakes throughout the code | Kim Alvefur | |
2019-02-28 | code plugin: Add a language class to specify which language this code block ↵ | Emmanuel Gil Peyrot | |
is from. | |||
2018-12-26 | disco plugin: Add iq error reporting | Kim Alvefur | |
Previously it behaved as if the response was empty, which was confusing. | |||
2018-12-16 | Work around /upload not working in direct tabs (similar to #3449) | Georg Lukas | |
2018-12-16 | Work around #3449 | Georg Lukas | |
2018-10-13 | upload: add user friendly error when upload service not found | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> |