log src/plugins/plugin_misc_text_commands.py @ 1742:244a605623d6

age author description
Tue, 15 Dec 2015 13:30:47 +0100 souliane complete the Exception's list when catching JID error:
Thu, 16 Apr 2015 14:57:57 +0200 souliane massive (preventive) addition of 'u' (unicode) before the strings passed to logging functions
Mon, 30 Mar 2015 10:26:26 +0200 Goffi 2015 copyright dates update
Thu, 19 Mar 2015 14:38:02 +0100 Goffi plugin text commands: minor docstrings improvments
Thu, 19 Mar 2015 14:30:08 +0100 Goffi plugin text command, XEP-0045, XEP-0048, XEP-0249: removed feedBackWrongContext which is no more usefull with new _contextValid method
Thu, 19 Mar 2015 14:29:03 +0100 Goffi plugin text commands: added _contextValid method:
Thu, 19 Mar 2015 14:02:37 +0100 Goffi plugin text commands: docstring parsing for commands, and better /help command:
Sat, 24 Jan 2015 01:00:29 +0100 Goffi core, frontends: refactoring to base Libervia on QuickFrontend (big mixed commit): frontends_multi_profiles
Mon, 15 Sep 2014 14:18:25 +0200 Matteo Cypriani misc: fixed some typos
Fri, 05 Sep 2014 19:29:30 +0200 Goffi core: a new "info" type is used in newMessage for system messages (not comming from outside)
Mon, 23 Jun 2014 15:42:56 +0200 souliane plugin XEP-0045, text_commands: add some commands:
Sat, 07 Jun 2014 16:35:29 +0200 Goffi core (XMPP): sendMessage refactoring:
Thu, 15 May 2014 19:51:53 +0200 Goffi plugin text commands: added /me command to avoid the need to escape the /
Wed, 30 Apr 2014 16:34:09 +0200 souliane plugins TEXT-COMMANDS, XEP-0045, XEP-0048, XEP-0249:
Sat, 19 Apr 2014 19:19:19 +0200 Goffi core: use of the new core.log module:
Mon, 24 Mar 2014 15:18:53 +0100 Goffi plugin text commands: commands are now sorted in /help
Mon, 24 Mar 2014 14:46:18 +0100 Goffi plugin XEP-0045: added user information to /whois text command
Mon, 24 Mar 2014 13:49:37 +0100 Goffi plugin text-commands: fixed name conflicts management + plugin parrot: removed now done TODO
Mon, 24 Mar 2014 10:57:15 +0100 Goffi plugin text commands: refactoring, text now only contain main commands, and other plugin can add commands themselve:
Sat, 22 Mar 2014 15:34:05 +0100 Goffi core: sendMessageTrigger now manage pre and post treatments, which happen before or after XML generation
Sat, 22 Mar 2014 13:47:33 +0100 Goffi plugin text commands: refactoring:
Tue, 04 Feb 2014 18:32:49 +0100 Goffi dates update
Sun, 29 Dec 2013 17:06:01 +0100 Goffi core: i18n refactoring:
Wed, 13 Nov 2013 13:58:10 +0100 Goffi core: sendMessage's options parameter has been renamed to extra to be consistent with newMessage
Wed, 13 Nov 2013 13:57:36 +0100 Goffi core: sendMessage triggers now use a treatments deferred;
Fri, 08 Mar 2013 00:36:22 +0100 Goffi fixed licences in docstrings (they are now in comments)
Wed, 20 Feb 2013 20:37:17 +0100 Goffi plugin text commands: basic /whois command (just show jid so far)
Fri, 18 Jan 2013 17:55:35 +0100 Emmanuel Gil Peyrot Fix pep8 support in src/plugins.
Fri, 18 Jan 2013 17:55:35 +0100 Emmanuel Gil Peyrot Remove every old-style class.
Fri, 18 Jan 2013 17:55:34 +0100 Emmanuel Gil Peyrot Remove trailing whitespaces.