log src/plugins/plugin_xep_0045.py @ 2021:6c51e8f17c92

age author description
Sun, 24 Jul 2016 18:59:02 +0200 Goffi plugin XEP-0045: added bridge method to change subject
Sat, 02 Jul 2016 20:55:31 +0200 Goffi plugin XEP-0045: fixed typo in text commands
Fri, 01 Jul 2016 00:00:36 +0200 Goffi plugin XEP-0045: added /list text command:
Fri, 01 Jul 2016 00:00:23 +0200 Goffi plugin XEP-0045: various fixes/improvments:
Fri, 01 Jul 2016 00:00:09 +0200 Goffi plugin xep-0045: ask for password when getting a "not-allowed" error
Wed, 29 Jun 2016 13:46:14 +0200 Goffi xep-0045: ignore non standard presence received between own presence and room subject
Tue, 28 Jun 2016 18:26:21 +0200 Goffi plugin XEP-0045: fixed calls to join, nick, kick, ban and affiliate
Mon, 27 Jun 2016 21:45:11 +0200 Goffi plugin XEP-0045, quick_frontend + primitivus (chat): cleaning of XEP-0045 (first pass):
Mon, 20 Jun 2016 18:41:53 +0200 Goffi backend, frontends: message refactoring (huge commit):
Sun, 17 Apr 2016 14:45:26 +0200 Goffi use of /usr/bin/env instead of /usr/bin/python in shebang
Mon, 07 Mar 2016 15:48:11 +0100 Goffi plugin XEP-0045: overriden availableReceived method of MUCClient to work around a bug in Wokkel (affiliation and role are not set). TODO: propose a patch upstream
Mon, 07 Mar 2016 13:50:57 +0100 Goffi plugin XEP-0045: fixed feedback for /kick /ban and /afficiliate commands which should not be public
Wed, 13 Jan 2016 13:07:36 +0100 souliane plugin XEP-0045: raise a special error when the room has already been joined
Sun, 03 Jan 2016 16:28:30 +0100 Goffi copyright update
Tue, 15 Dec 2015 13:30:47 +0100 souliane complete the Exception's list when catching JID error:
Sun, 29 Nov 2015 22:47:52 +0100 Goffi plugin XEP-0045: fixed bad default parameter
Mon, 02 Nov 2015 22:02:41 +0100 Goffi core (disco): use of “profile” instead of “profile_key” in several disco methods
Tue, 29 Sep 2015 19:07:32 +0200 Goffi reverted patch ad4ec8d9235e: there must not be security limit on room configuration
Tue, 18 Aug 2015 09:01:18 +0200 Goffi plugin XEP-0045: added disco announce
Mon, 20 Apr 2015 16:39:38 +0200 souliane core, plugin XEP-0045, frontends: change frontend method "setStatusOnline" for "setPresenceStatus":
Thu, 16 Apr 2015 14:57:57 +0200 souliane massive (preventive) addition of 'u' (unicode) before the strings passed to logging functions
Thu, 09 Apr 2015 11:27:13 +0200 souliane plugin XEP-0045, quick_frontend, primitivus: replace C.DEFAULT_MUC by bridge method getDefaultMUC (value is defined in plugin XEP-0045 and can be overriden with the config file)
Mon, 30 Mar 2015 10:26:26 +0200 Goffi 2015 copyright dates update
Wed, 25 Mar 2015 15:28:02 +0100 souliane memory, plugin XEP-0045: getMainResource returns None when asking a MUC entity + fixes /whois on a MUC (bare) entity
Tue, 24 Mar 2015 07:34:32 +0100 souliane plugins XEP-0045, XEP-0249: allow to join / invite without specifying the JID's host part (use client's values)
Fri, 20 Mar 2015 20:49:58 +0100 Goffi plugin XEP-0045: /join text command can be used in all contexts, not only group
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
Wed, 11 Mar 2015 12:35:21 +0100 souliane plugins XEP-0045, XEP-0249, parrot: use JID instead of unicode in many methods + class attributes frontends_multi_profiles
Sat, 07 Mar 2015 16:28:12 +0100 souliane plugin XEP-0045: make joinMUC asynchronous and fixes its handler frontends_multi_profiles
Mon, 09 Feb 2015 21:39:51 +0100 Goffi core (memory): updateEntityData now accept a "silent" argument to avoid sending signal to frontends when updating an attribute with "signalOnUpdate" flag. frontends_multi_profiles
Wed, 22 Oct 2014 14:16:01 +0200 souliane plugin XEP-0045: use HISTORY_LIMIT param to retrieve the MUC history
Mon, 20 Oct 2014 15:09:37 +0200 souliane plugin XEP-0045: set the entity data "type" asap (userJoinedRoom is triggered before the join callback)
Fri, 17 Oct 2014 15:49:46 +0200 souliane plugin XEP-0045: handle MUC presence
Mon, 15 Sep 2014 14:18:25 +0200 Matteo Cypriani misc: fixed some typos
Mon, 25 Aug 2014 21:32:23 +0200 Goffi plugin OTR: a warning is logged when Account is instancied with a bare jid.
Tue, 15 Jul 2014 18:26:36 +0200 souliane plugin XEP-0045: change security limit of "config room" menu to 4
Thu, 26 Jun 2014 00:05:25 +0200 Goffi pluging XEP-0045: configure room dynamic menu
Mon, 23 Jun 2014 16:07:13 +0200 souliane plugin XEP-0045: small refactorization + clean on profile's disconnection
Mon, 23 Jun 2014 15:42:56 +0200 souliane plugin XEP-0045, text_commands: add some commands:
Thu, 12 Jun 2014 18:56:08 +0200 souliane plugin XEP-0045: room configuration returns a success or failure message
Mon, 05 May 2014 18:58:34 +0200 Goffi core (log): refactoring + twisted backend:
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, 31 Mar 2014 12:23:13 +0200 Goffi plugin XEP-0045: profileConnected return the deferred, so muc service presence is checked before the end of initialisation
Fri, 28 Mar 2014 18:07:22 +0100 Goffi core, plugin XEP-0115: discovery refactoring:
Mon, 24 Mar 2014 14:46:18 +0100 Goffi plugin XEP-0045: added user information to /whois text command
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:
Fri, 21 Mar 2014 16:27:09 +0100 Goffi core: use of Const for profile_key + replaced '@DEFAULT@' default profile_key by '@NONE@'
Tue, 04 Feb 2014 18:32:49 +0100 Goffi dates update
Tue, 04 Feb 2014 18:06:12 +0100 Goffi plugin XEP-0045, primitivus: added MUC configuration
Fri, 10 Jan 2014 18:07:36 +0100 souliane plugins room games, XEP-0045: small fixes, improved docstrings
Sun, 29 Dec 2013 17:06:01 +0100 Goffi core: i18n refactoring:
Thu, 28 Nov 2013 21:27:18 +0100 souliane plugin XEP-0045: remove redondant errback from _join
Wed, 11 Dec 2013 17:16:53 +0100 souliane plugin XEP-0033: implementation of the addressing feature:
Tue, 19 Nov 2013 19:31:59 +0100 souliane plugins XEP-0045: added methods to get room nicks and "MUC user left" trigger
Sun, 17 Nov 2013 17:02:22 +0100 souliane plugin XEP-0045: fixed incorrect exceptions name
Sun, 17 Nov 2013 16:59:12 +0100 souliane plugins (MUC, tools, games): generalize the generation of a unique room name when joining a MUC and no room is specified:
Fri, 08 Mar 2013 00:36:22 +0100 Goffi fixed licences in docstrings (they are now in comments)
Wed, 20 Feb 2013 20:36:09 +0100 Goffi plugin XEP-0045: fixed isNickInRoom
Sat, 26 Jan 2013 00:30:00 +0100 Goffi plugin XEP-0045: fixed mucLeave bridge method
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.
Mon, 07 Jan 2013 23:30:13 +0100 Goffi dates update
Sun, 21 Oct 2012 22:31:57 +0200 Goffi plugin XEP-0045: in case of nickname conflict when entering a room, a new one is automaticaly assigned
Sun, 21 Oct 2012 13:36:28 +0200 Goffi plugin XEP-0045: added isNickInRoom method
Sun, 21 Oct 2012 12:55:27 +0200 Goffi reverted bad commit
Sun, 21 Oct 2012 12:03:29 +0200 Goffi primitivus: fixed messages order in chat window
Sat, 20 Oct 2012 18:02:14 +0200 Goffi plugin XEP-0045, plugin text commands: added '/title' command
Fri, 28 Sep 2012 00:48:52 +0200 Goffi plugin text commands: added /join command
Fri, 28 Sep 2012 00:26:24 +0200 Goffi frontends, core, plugin XEP-0045: leave implementation + better nick change
Thu, 27 Sep 2012 00:51:43 +0200 Goffi plugin xep-0045: nick change management
Fri, 17 Aug 2012 03:08:37 +0200 Goffi plugin xep-0045: entity type is changer to chatroom for room joined
Wed, 01 Aug 2012 22:53:02 +0200 Goffi Licence modification: the full project is now under AGPL v3+ instead of GPL v3+
Tue, 06 Mar 2012 09:07:24 +0100 Goffi copyleft date update
Sun, 22 Jan 2012 19:40:04 +0100 Goffi plugin XEP-0045: room unlocking fix
Thu, 05 Jan 2012 00:42:24 +0100 Goffi plugin xep-0045: fixed missing return deferred
Thu, 05 Jan 2012 00:21:30 +0100 Goffi plugins: radio collective first draft
Sat, 08 Oct 2011 20:26:36 +0200 Goffi plugin XEP-0045: typo fix
Sat, 08 Oct 2011 19:13:43 +0200 Goffi plugin XEP-0045: fix method call
Sat, 08 Oct 2011 19:04:28 +0200 Goffi plugin XEP-0045: send error on invalid room jid on _join
Sat, 08 Oct 2011 18:43:17 +0200 Goffi MUC update to follow wokkel's MUC branch update
Wed, 06 Jul 2011 01:06:18 +0200 Goffi core: plugins refactored according to bridge + updatedValue now use profile
Tue, 31 May 2011 17:08:20 +0200 Goffi plugin XEP-0045: added error callback to join's deferred, and a callback is created if join fail before calling MUCClient's join
Fri, 06 May 2011 15:38:32 +0200 Goffi plugin xep-0045: misc improvments
Sun, 06 Feb 2011 23:49:27 +0100 Goffi plugins: fixed bad import names
Tue, 01 Feb 2011 23:10:41 +0100 Goffi removed old useless code
Wed, 05 Jan 2011 18:52:38 +0100 Goffi 2011 copyright upgrade
Wed, 29 Dec 2010 01:06:29 +0100 Goffi Files reorganisation base plugins/plugin_xep_0045.py@5c6ad7d27025