log

age author description
2014-06-27 souliane memory (memory): delete profile session on profile deletion
2014-06-26 Goffi core: use of debug log instead of error when port default value is used
2014-06-26 Goffi plugin OTR: various improvments:
2014-06-25 Goffi pluging XEP-0045: configure room dynamic menu
2014-06-25 Goffi core, frontends (menus): MENU_ROOM and MENU_SINGLE are now managed
2014-06-25 Goffi core (menus): constants are used for menu types
2014-06-25 souliane plugin misc_account: delete the profile session after the registration is done
2014-06-25 souliane memory: add helper methods encryptValue and decryptValue
2014-06-23 souliane core, plugins, stdui, frontends: fixes handling of "Force server" and "Force port" parameters:
2014-06-22 souliane core, memory, plugins, stdui, frontends: look for DNS SRV records when server is not specified:
2014-06-25 Goffi frontends (XMLUI): use of logging system instead of print
2014-06-25 Goffi core/frontends (XMLUI): value can now be inserted as a <value/> element, if not present value attribute is tested, else empty string is used.
2014-06-25 Goffi frontends (XMLUI): implementation of read_only attributes for widgets String, TextBox, Password and Bool
2014-06-25 Goffi core (XMLUI): created a read_only attribute for InputWidget + new JidInputWidget
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-19 souliane plugin XEP-0054: crop uploaded avatar to get a square
2014-06-19 souliane plugin misc_account: suppress the profile after its creation if the XMPP account registration failed
2014-06-18 Goffi reverted commit bb4517e69957: note was not implemented on purpose
2014-06-18 souliane tools (xmlui): data form 'text-multi' element must be converted to xmlui 'textbox' (not 'text')
2014-06-18 souliane plugin XEP-0050: handle note element in command answer
2014-06-16 souliane prepare changelog for version 0.5
2014-06-15 souliane misc: remove some pylints warnings
2014-06-15 souliane frontends (quick_frontend): fixes the handling of asyncConnect failure
2014-06-15 souliane bridge: DBusException also transports the twisted failure condition
2014-06-14 Goffi bridge (D-Bus): frontend side now use a 120 s timeout for async calls
2014-06-14 Goffi plugin XEP-0050: form returned by completed command are now managed
2014-06-14 Goffi core (XMLUI): management of text-multi in _dataFormField2XMLUIData
2014-06-14 Goffi core (XMLUI): data form result now manage generic data set
2014-06-12 souliane plugin XEP-0045: room configuration returns a success or failure message
2014-06-12 souliane tools (xml_tools): dataForm2XMLUI handles the default value for "list-single" fields
2014-06-12 souliane test (memory): fixes crypto encryption/decryption test
2014-06-12 souliane memory (sqlite): fixes upgrade to database v2
2014-06-09 souliane memory, tools (config): move special config retrieval from memory to tools
2014-06-07 souliane frontends: async failures are more detailed (full class name + error message)
2014-06-07 souliane bridge: async failures are more detailed (full class name + error message)
2014-06-02 souliane core (xmpp): onMessage handles an eventual subject (used for announcement / headline message)
2014-05-23 souliane core (xmpp), stdui (profile_manager), bridge, frontends: raise an exception if the XMPP connection failed instead of sending a signal
2014-05-23 souliane core, frontends: remove bridge method "connect" (always use asyncConnect)
2014-05-29 souliane frontends: fixes bug with private message introduced with revision 1000 (6f1e03068b5f) + display messages from contacts not in roster
2014-06-08 souliane test: fixes the tests for plugin XEP-0033
2014-06-08 souliane tools (config): fixConfigOption creates the section if it doesn't exist
2014-06-07 Goffi plugin otr: first draft
2014-06-07 Goffi installation: added python OTR dependency
2014-06-07 Goffi core (XMPP): message received (onMessage) refactoring:
2014-06-07 Goffi core (XMPP): sendMessage refactoring:
2014-06-03 souliane memory (params), test: fixes updateParams bug
2014-06-03 souliane memory (params), test: fixes bug relative to parameter filtering
2014-06-04 souliane plugin XEP-0100: fixes the call to log.debug (line 185)
2014-05-28 souliane primitivus: fixes freedesktop notifications when the owner name is changing
2014-05-23 souliane memory: synchronize the upgrade to database v2 to be sure libervia's profile password is read to be written in the config file before its encryption
2014-05-23 souliane tools: add missing file src/tools/config.py
2014-05-23 souliane memory: auto-update configuration file with libervia's passphrase when migrating the database
2014-05-21 souliane plugins misc_account, misc_register_account: manually delete the sessions when not needed anymore
2014-05-21 souliane core, stdui (profile manager), quick_app: ask for another XMPP password when profile authentication succeed but XMPP connection fails
2014-05-21 souliane memory (params): fixes bugs in setParam:
2014-05-21 souliane plugin misc_accout: update relative to the introduction of profile password:
2014-05-20 souliane plugin misc_account: do not send the password with the confirmation email for account creation
2014-05-20 souliane memory (params): fix parameters of type "list" to use the default option when no individual value is set
2014-05-16 souliane fixes setup with PyCrypto minimal version