log src/plugins/plugin_misc_text_commands.py @ 1291:0db0013c59dd frontends_multi_profiles

age author description
2015-01-24 Goffi core, frontends: refactoring to base Libervia on QuickFrontend (big mixed commit): frontends_multi_profiles
2014-09-15 Matteo Cypriani misc: fixed some typos
2014-09-05 Goffi core: a new "info" type is used in newMessage for system messages (not comming from outside)
2014-06-23 souliane plugin XEP-0045, text_commands: add some commands:
2014-06-07 Goffi core (XMPP): sendMessage refactoring:
2014-05-15 Goffi plugin text commands: added /me command to avoid the need to escape the /
2014-04-30 souliane plugins TEXT-COMMANDS, XEP-0045, XEP-0048, XEP-0249:
2014-04-19 Goffi core: use of the new core.log module:
2014-03-24 Goffi plugin text commands: commands are now sorted in /help
2014-03-24 Goffi plugin XEP-0045: added user information to /whois text command
2014-03-24 Goffi plugin text-commands: fixed name conflicts management + plugin parrot: removed now done TODO
2014-03-24 Goffi plugin text commands: refactoring, text now only contain main commands, and other plugin can add commands themselve:
2014-03-22 Goffi core: sendMessageTrigger now manage pre and post treatments, which happen before or after XML generation
2014-03-22 Goffi plugin text commands: refactoring:
2014-02-04 Goffi dates update
2013-12-29 Goffi core: i18n refactoring:
2013-11-13 Goffi core: sendMessage's options parameter has been renamed to extra to be consistent with newMessage
2013-11-13 Goffi core: sendMessage triggers now use a treatments deferred;
2013-03-07 Goffi fixed licences in docstrings (they are now in comments)
2013-02-20 Goffi plugin text commands: basic /whois command (just show jid so far)
2013-01-18 Emmanuel Gil Peyrot Fix pep8 support in src/plugins.
2013-01-18 Emmanuel Gil Peyrot Remove every old-style class.
2013-01-18 Emmanuel Gil Peyrot Remove trailing whitespaces.
2013-01-07 Goffi dates update
2013-01-06 Goffi plugin text commands: added /topic as a synonym of /title
2012-11-01 Goffi bridge: fixed D-Bus warning in frontend side of bridge
2012-10-21 Goffi plugin text commands: added /parrot and /unparrot commands to use Parrot plugin
2012-10-21 Goffi plugin text commands: added _feedback method to send an answer to user
2012-10-21 Goffi reverted bad commit
2012-10-21 Goffi primitivus: fixed messages order in chat window
2012-10-20 Goffi plugin text commands: added /help command
2012-10-20 Goffi plugin XEP-0045, plugin text commands: added '/title' command
2012-09-27 Goffi plugin text commands: added /join command
2012-09-27 Goffi plugin text commands: /leave management:
2012-09-26 Goffi plugin text commands: Text commands is a new plugin that bring IRC-like commands