index
:
poezio
ci-test
keepalive-log
main
new-tabs
no-resource
pubsub
roezio
self-ping
slix
slots_test
test-ci
v0.12-fixes
v0.8-fixes
xdg-desktop-portal
console XMPP client in python3
louiz@louiz.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
ping.py
Age
Commit message (
Expand
)
Author
2021-12-11
Replace asyncio.ensure_future() with asyncio.create_task()
Emmanuel Gil Peyrot
2021-02-03
plugins: remove callbacks
mathieui
2019-10-14
plugins/ping: Remove safeJID call
Maxime “pep” Buquet
2019-07-19
plugins: Make all changed plugins work in 1:1 tabs
Maxime “pep” Buquet
2019-05-11
plugins/ping: Import missing JID value (thanks madhur, and pylint)
Maxime “pep” Buquet
2019-04-28
plugins: Update use of tab.name to tab.jid where appropriate
Maxime “pep” Buquet
2018-08-15
yapf -rip on plugins
mathieui
2017-07-20
Ping: properly process IQ errors, always display error condition
Georg Lukas
2017-05-15
Improve feedback from the ping plugin.
Emmanuel Gil Peyrot
2016-08-21
Don’t call input completion() functions inside completion methods
mathieui
2016-06-28
Make plugins import from the absolute poezio package.
Emmanuel Gil Peyrot
2016-06-12
Fix core commands, broken in the previous commit.
Emmanuel Gil Peyrot
2015-07-30
Fix #3050 (better /ping completion)
mathieui
2014-11-25
Do not enable xep_0199 in the ping plugin, it's always enabled anyway
Florent Le Coz
2014-04-30
Remove Tab.get_name() and use Tab.name instead
mathieui
2014-04-04
Remove unused imports
mathieui
2014-03-27
Remove useless "installation" parts from the plugin documentations
mathieui
2013-11-26
refactor the texts in core to be more readable and fix some typos
Mathieu Pasquet
2013-10-06
Fix #2356 (ping is blocking)
Mathieu Pasquet
2013-06-01
Update caps after loading the ping plugin
mathieui
2013-04-13
Move the plugins documentation
mathieui
2013-03-08
Update the plugins to use the PluginAPI
mathieui
2013-03-01
Fix #2231 (update the plugins to use the new help system)
mathieui
2013-03-01
Do not ping twice in private tabs
mathieui
2013-03-01
Improve the ping plugin
mathieui
2013-02-01
Fix a traceback with the Ping plugin
mathieui
2012-05-06
Fix the ping plugin
mathieui
2012-02-14
Fixes #2326
mathieui
2011-11-15
Add a /ping command through a ping plugin
mathieui