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
/
src
/
core
/
commands.py
Age
Commit message (
Expand
)
Author
2015-02-21
Fix a bug in /bookmark
mathieui
2015-02-09
Add a bookmarkstab (fixes #2004)
mathieui
2015-02-09
Refactor /bookmark to avoid code duplication
mathieui
2015-02-09
Change the bookmark interface
mathieui
2014-12-30
Add a command to reload the config.
Eijebong
2014-12-19
Fix /destroy_room (7/78)
mathieui
2014-12-19
Fix /toggle (6/78)
mathieui
2014-12-08
Fix #2804 (handle privatetabs in /message)
mathieui
2014-12-07
Fix #2570 (add /filter_jid to XMLTab, and syntax highlighting)
mathieui
2014-12-07
Fix the rawxml command (3/78)
mathieui
2014-12-05
Add a set_default command.
Eijebong
2014-11-25
Parse command arguments using a decorator and make things more consistent
Florent Le Coz
2014-10-31
Merge branch 'master' of git.poez.io:poezio into slix
mathieui
2014-10-20
Fix #2719 (write/read in the plugin config files even when not loaded)
mathieui
2014-10-20
Fix #2713 (make /set <option> return the value of the option)
mathieui
2014-10-20
Remove the (sometimes wrong) default values in the config.get() calls
mathieui
2014-10-20
Change the API of Config.get_by_tabname
mathieui
2014-10-14
Merge branch 'master' of git.poez.io:poezio into slix
mathieui
2014-10-03
Fix #2692 (ad-hoc mistakes show /help list)
mathieui
2014-08-01
Ad-hoc requests can be sent on any JID, not just servers
Florent Le Coz
2014-08-01
Fix a few blocking iq, and remove all block=False function arguments
Florent Le Coz
2014-07-30
Make the bookmark stuff non-blocking
Florent Le Coz
2014-07-30
Fix a bunch of iq.send() by removing the `block` argument
Florent Le Coz
2014-07-30
Fix all the connect() reconnect() stuff
Florent Le Coz
2014-07-24
First adaptation to slixmpp
Florent Le Coz
2014-07-24
Use slixmpp
Florent Le Coz
2014-05-04
Add the /ad-hoc <jid> command to list commands of the given jid
Florent Le Coz
2014-04-30
Remove Tab.get_name() and use Tab.name instead
mathieui
2014-04-26
Fix #2514 (add a /toggle command)
mathieui
2014-04-26
Fix #2444 (implement room destroy)
mathieui
2014-04-18
Same formatting changes in core.commands
mathieui
2014-04-14
Implement XEP-0249 (Direct MUC Invitations)
mathieui
2014-04-12
Fix #2503/4 (use “.” as an alias for the current tab in /move_tab)
mathieui
2014-04-11
Fix #2421 (load and unload several plugins)
mathieui
2014-04-09
Fix #2497/#2498 (/theme should return an error when loading fails)
mathieui
2014-04-05
Remove the pubsub-related stuff from the main branch
mathieui
2014-04-05
Split the Core class
mathieui