summaryrefslogtreecommitdiff
path: root/src/core/commands.py
AgeCommit message (Expand)Author
2014-10-31Merge branch 'master' of git.poez.io:poezio into slixmathieui
2014-10-20Fix #2719 (write/read in the plugin config files even when not loaded)mathieui
2014-10-20Fix #2713 (make /set <option> return the value of the option)mathieui
2014-10-20Remove the (sometimes wrong) default values in the config.get() callsmathieui
2014-10-20Change the API of Config.get_by_tabnamemathieui
2014-10-14Merge branch 'master' of git.poez.io:poezio into slixmathieui
2014-10-03Fix #2692 (ad-hoc mistakes show /help list)mathieui
2014-08-01Ad-hoc requests can be sent on any JID, not just serversFlorent Le Coz
2014-08-01Fix a few blocking iq, and remove all block=False function argumentsFlorent Le Coz
2014-07-30Make the bookmark stuff non-blockingFlorent Le Coz
2014-07-30Fix a bunch of iq.send() by removing the `block` argumentFlorent Le Coz
2014-07-30Fix all the connect() reconnect() stuffFlorent Le Coz
2014-07-24First adaptation to slixmppFlorent Le Coz
2014-07-24Use slixmppFlorent Le Coz
2014-05-04Add the /ad-hoc <jid> command to list commands of the given jidFlorent Le Coz
2014-04-30Remove Tab.get_name() and use Tab.name insteadmathieui
2014-04-26Fix #2514 (add a /toggle command)mathieui
2014-04-26Fix #2444 (implement room destroy)mathieui
2014-04-18Same formatting changes in core.commandsmathieui
2014-04-14Implement XEP-0249 (Direct MUC Invitations)mathieui
2014-04-12Fix #2503/4 (use “.” as an alias for the current tab in /move_tab)mathieui
2014-04-11Fix #2421 (load and unload several plugins)mathieui
2014-04-09Fix #2497/#2498 (/theme should return an error when loading fails)mathieui
2014-04-05Remove the pubsub-related stuff from the main branchmathieui
2014-04-05Split the Core classmathieui