poezio/plugins
Maxime “pep” Buquet c0d5d7ab0d
reorder: .values() doesn't return a tuple
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2022-07-15 14:54:21 +02:00
..
__init__.py Update setup.py to use distutils 2013-05-26 20:13:39 +02:00
admin.py plugins: also update the admin plugin to reflect coroutine changes 2021-02-17 19:10:22 +01:00
alias.py Fix various spelling mistakes throughout the code 2019-03-19 17:50:58 +00:00
amsg.py internal: make command_say async 2022-03-23 15:38:00 +01:00
autocorrect.py yapf -rip on plugins 2018-08-15 13:13:17 +02:00
b64.py Change license for (some previous and) future revisions to GPL-3.0-or-later 2022-03-31 14:00:55 +02:00
bob.py plugins: make set_bob async 2021-02-27 13:15:40 +01:00
capslock.py yapf -rip on plugins 2018-08-15 13:13:17 +02:00
change_title.py Fix close_all and change_title plugins 2018-07-22 16:17:06 +02:00
close_all.py yapf -rip on plugins 2018-08-15 13:13:17 +02:00
code.py plugins/code: Prevent traceback when not enough arguments -- thanks Ge0rG 2020-09-04 09:29:19 +02:00
contact.py plugins/contact: use f-strings 2022-03-23 16:10:36 +01:00
csi.py yapf -rip on plugins 2018-08-15 13:13:17 +02:00
cyber.py yapf -rip on plugins 2018-08-15 13:13:17 +02:00
day_change.py Pass a message to add_message instead of messed up kwargs everywhere 2020-05-09 19:46:17 +02:00
dice.py plugins/dice: Fix LMC (use origin id), reorganize things a bit to stop using tab.last_sent_message 2020-05-26 14:44:08 +02:00
disco.py plugins/disco: get_items doesn't have a cached parameter 2022-03-28 15:20:40 +02:00
display_corrections.py move date and time SHORT_FORMAT and LONG_FORMAT to the theme 2020-08-14 22:12:26 +02:00
double.py yapf -rip on plugins 2018-08-15 13:13:17 +02:00
embed.py /upload to original tab and not current tab (thanks jonas)" 2021-12-14 11:22:37 +01:00
emoji_ascii.py fix: typing issues in plugins 2021-04-02 17:44:36 +02:00
exec.py Replace asyncio.ensure_future() with asyncio.create_task() 2021-12-11 19:16:33 +01:00
figlet.py plugins/figlet: error out when figlet doesn't exist 2019-06-07 16:09:06 +02:00
iq_show.py yapf -rip on plugins 2018-08-15 13:13:17 +02:00
irc.py fix: irc plugin defaults 2022-04-08 19:22:41 +02:00
lastlog.py Change license for (some previous and) future revisions to GPL-3.0-or-later 2022-03-31 14:00:55 +02:00
link.py link plugin: fix regex for aesgcm and add gemini&gopher 2021-02-05 20:34:16 +01:00
marquee.py plugins/marquee: Ensure a message is sent before correcting 2022-03-29 15:54:51 +02:00
mirror.py plugins: Make all changed plugins work in 1:1 tabs 2019-07-19 18:55:16 +02:00
mpd_client.py plugins: Make all changed plugins work in 1:1 tabs 2019-07-19 18:55:16 +02:00
otr.py fix: unsupported typ= parameter in OTR plugin 2021-05-16 11:31:15 +02:00
pacokick.py yapf -rip on plugins 2018-08-15 13:13:17 +02:00
ping.py Replace asyncio.ensure_future() with asyncio.create_task() 2021-12-11 19:16:33 +01:00
pipe_cmd.py yapf -rip on plugins 2018-08-15 13:13:17 +02:00
pointpoint.py yapf -rip on plugins 2018-08-15 13:13:17 +02:00
qr.py fix: remove all remaining safejids (fix #3457) 2021-04-12 20:43:51 +02:00
quote.py Fix the quote plugin 2021-02-12 18:43:37 +01:00
rainbow.py Update most references to dev.louiz.org to lab.louiz.org. 2020-12-26 23:21:17 +01:00
random_nick.py yapf -rip on plugins 2018-08-15 13:13:17 +02:00
regex_admin.py yapf -rip on plugins 2018-08-15 13:13:17 +02:00
reminder.py yapf -rip on plugins 2018-08-15 13:13:17 +02:00
remove_get_trackers.py plugins/remove_get_trackers: add deprecation notice 2020-08-14 01:15:53 +02:00
reorder.py reorder: .values() doesn't return a tuple 2022-07-15 14:54:21 +02:00
replace.py Replace the %date% output with Year-Month-Day 2019-11-19 14:38:51 +01:00
replace_word.py yapf -rip on plugins 2018-08-15 13:13:17 +02:00
revstr.py yapf -rip on plugins 2018-08-15 13:13:17 +02:00
rstrip.py yapf -rip on plugins 2018-08-15 13:13:17 +02:00
screen_detach.py fix: typing issues in plugins 2021-04-02 17:44:36 +02:00
send_delayed.py internal: make command_say async 2022-03-23 15:38:00 +01:00
server_part.py fix: remove all remaining safejids (fix #3457) 2021-04-12 20:43:51 +02:00
shuffle.py yapf -rip on plugins 2018-08-15 13:13:17 +02:00
simple_notify.py plugins: fix case of self-message 2021-02-08 22:50:07 +01:00
spaces.py yapf -rip on plugins 2018-08-15 13:13:17 +02:00
spam.py yapf -rip on plugins 2018-08-15 13:13:17 +02:00
status.py yapf -rip on plugins 2018-08-15 13:13:17 +02:00
sticker.py Add a /sticker plugin 2022-02-10 01:45:37 +01:00
stoi.py plugins: Make all changed plugins work in 1:1 tabs 2019-07-19 18:55:16 +02:00
tell.py internal: make command_say async 2022-03-23 15:38:00 +01:00
test.py yapf -rip on plugins 2018-08-15 13:13:17 +02:00
time_marker.py plugins/time_marker: use now required poezio.ui.types 2020-08-09 20:38:46 +02:00
untrackme.py fix: typing issues in plugins 2021-04-02 17:44:36 +02:00
upload.py plugins/upload: use correct tab attribute name 2022-03-23 21:46:17 +01:00
uptime.py fix: remove all remaining safejids (fix #3457) 2021-04-12 20:43:51 +02:00
user_extras.py Replace asyncio.ensure_future() with asyncio.create_task() 2021-12-11 19:16:33 +01:00
vcard.py Replace asyncio.ensure_future() with asyncio.create_task() 2021-12-11 19:16:33 +01:00
white.py yapf -rip on plugins 2018-08-15 13:13:17 +02:00