log src/plugins/plugin_xep_0045.py @ 2545:2df1ca79cb30

age author description
2018-01-26 Goffi dates update
2018-01-05 Goffi plugin XEP-0045: new mucGetService bridge method to retrieve MUC service of the server.
2018-01-02 Goffi plugin XEP-0045: added mucNickGet to retrieve our nickname in a MUC room
2017-11-03 Goffi misc: date update (yes it's a bit late :p )
2017-03-06 Goffi i18n: updated sat.po
2017-02-12 Goffi plugin XEP-0045: fix after client refactoring
2017-02-12 Goffi core (memory/disco): getInfos now handle node + use client instead of profile in many methods
2017-02-12 Goffi core (plugins): added missing contants + use of new constants in PLUGIN_INFO
2017-02-12 Goffi core, jp: component handling + client handling refactoring:
2016-09-09 Goffi plugin XEP-0045, quick frontend (app,chat): various chat improvments:
2016-09-09 Goffi plugin XEP-0045: minor docstring fix
2016-08-28 Goffi plugin XEP-0045, XEP-0054, XEP-0096: deprecated bridge method are not used anymore
2016-08-07 Goffi plugin XEP-0045: fixed options parameter handling in bridge callback
2016-07-24 Goffi plugin XEP-0045: added bridge method to change subject
2016-07-02 Goffi plugin XEP-0045: fixed typo in text commands
2016-06-30 Goffi plugin XEP-0045: added /list text command:
2016-06-30 Goffi plugin XEP-0045: various fixes/improvments:
2016-06-30 Goffi plugin xep-0045: ask for password when getting a "not-allowed" error
2016-06-29 Goffi xep-0045: ignore non standard presence received between own presence and room subject
2016-06-28 Goffi plugin XEP-0045: fixed calls to join, nick, kick, ban and affiliate
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-04-17 Goffi use of /usr/bin/env instead of /usr/bin/python in shebang
2016-03-07 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
2016-03-07 Goffi plugin XEP-0045: fixed feedback for /kick /ban and /afficiliate commands which should not be public
2016-01-13 souliane plugin XEP-0045: raise a special error when the room has already been joined
2016-01-03 Goffi copyright update
2015-12-15 souliane complete the Exception's list when catching JID error:
2015-11-29 Goffi plugin XEP-0045: fixed bad default parameter
2015-11-02 Goffi core (disco): use of “profile” instead of “profile_key” in several disco methods
2015-09-29 Goffi reverted patch ad4ec8d9235e: there must not be security limit on room configuration
2015-08-18 Goffi plugin XEP-0045: added disco announce
2015-04-20 souliane core, plugin XEP-0045, frontends: change frontend method "setStatusOnline" for "setPresenceStatus":
2015-04-16 souliane massive (preventive) addition of 'u' (unicode) before the strings passed to logging functions
2015-04-09 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)
2015-03-30 Goffi 2015 copyright dates update
2015-03-25 souliane memory, plugin XEP-0045: getMainResource returns None when asking a MUC entity + fixes /whois on a MUC (bare) entity
2015-03-24 souliane plugins XEP-0045, XEP-0249: allow to join / invite without specifying the JID's host part (use client's values)
2015-03-20 Goffi plugin XEP-0045: /join text command can be used in all contexts, not only group
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-11 souliane plugins XEP-0045, XEP-0249, parrot: use JID instead of unicode in many methods + class attributes frontends_multi_profiles
2015-03-07 souliane plugin XEP-0045: make joinMUC asynchronous and fixes its handler frontends_multi_profiles
2015-02-09 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
2014-10-22 souliane plugin XEP-0045: use HISTORY_LIMIT param to retrieve the MUC history
2014-10-20 souliane plugin XEP-0045: set the entity data "type" asap (userJoinedRoom is triggered before the join callback)
2014-10-17 souliane plugin XEP-0045: handle MUC presence
2014-09-15 Matteo Cypriani misc: fixed some typos
2014-08-25 Goffi plugin OTR: a warning is logged when Account is instancied with a bare jid.
2014-07-15 souliane plugin XEP-0045: change security limit of "config room" menu to 4
2014-06-25 Goffi pluging XEP-0045: configure room dynamic menu
2014-06-23 souliane plugin XEP-0045: small refactorization + clean on profile's disconnection
2014-06-23 souliane plugin XEP-0045, text_commands: add some commands:
2014-06-12 souliane plugin XEP-0045: room configuration returns a success or failure message
2014-05-05 Goffi core (log): refactoring + twisted backend:
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-31 Goffi plugin XEP-0045: profileConnected return the deferred, so muc service presence is checked before the end of initialisation
2014-03-28 Goffi core, plugin XEP-0115: discovery refactoring:
2014-03-24 Goffi plugin XEP-0045: added user information to /whois text command
2014-03-24 Goffi plugin text commands: refactoring, text now only contain main commands, and other plugin can add commands themselve: