log src/plugins/plugin_misc_text_commands.py @ 2016:f09562b0704d

age author description
2016-06-27 Goffi plugin XEP-0045, quick_frontend + primitivus (chat): cleaning of XEP-0045 (first pass):
2016-06-20 Goffi backend, frontends: message refactoring (huge commit):
2016-05-24 Goffi backend, frontend: messages refactoring (huge commit, not finished):
2016-04-17 Goffi use of /usr/bin/env instead of /usr/bin/python in shebang
2016-03-07 Goffi plugin text commands: fixed log in genericErrback which was raising an exception when something than StanzaError was received
2016-01-03 Goffi copyright update
2015-12-15 souliane complete the Exception's list when catching JID error:
2015-04-16 souliane massive (preventive) addition of 'u' (unicode) before the strings passed to logging functions
2015-03-30 Goffi 2015 copyright dates update
2015-03-19 Goffi plugin text commands: minor docstrings improvments
2015-03-19 Goffi plugin text command, XEP-0045, XEP-0048, XEP-0249: removed feedBackWrongContext which is no more usefull with new _contextValid method
2015-03-19 Goffi plugin text commands: added _contextValid method:
2015-03-19 Goffi plugin text commands: docstring parsing for commands, and better /help command:
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