log

age author description
2014-04-27 souliane core: fixes constants.py
2014-04-27 souliane primitivus: fixes contact group update
2014-04-11 souliane plugin XEP_0033: fixes the server part and the tests
2014-04-23 Goffi tests: fixed log init in helpers (log init must be done before any call to a log method)
2014-04-21 Goffi test: configuration/use of new logging system
2014-04-21 Goffi tests: fixed import in test_helpers_plugins
2014-04-20 Goffi plugin XEP-0096: fixed a bug introduced by the log refactoring
2014-04-19 Goffi core (log): configuration and environment variables are now checked for log level and colors:
2014-04-19 Goffi core: use of the new core.log module:
2014-04-19 Goffi core (log): twisted backend use logging methods instead of log.msg
2014-04-18 Goffi core: logging refactoring, first step:
2014-04-18 Goffi core (constants): added some basic ANSI escape codes
2014-04-10 Goffi plugins XEP-0048, XEP-0049: feature is not checked anymore before using private XML storage, as feature announcement is not mandatory in XEP-0049
2014-04-08 Goffi core (stdui): added forgotten __init__.py
2014-04-03 souliane core, frontends: unify the roster management UIs in sat/stdui/ui_contact_list.py
2014-04-07 Goffi jp: added bookmarks subcommands
2014-04-07 Goffi plugin XEP-0048: bookmarks deletion + added "delete" option for /bookmark command
2014-04-07 Goffi plugin XEP-0048: added list of bookmarks in XMLUI, selecting one join the room
2014-04-07 Goffi plugin XEP-0048: added /bookmark text command
2014-04-07 Goffi plugin XEP-0048: bookmarks (first draft)
2014-04-07 Goffi core (XMLUI): _cleanValue method to avoid issues with DBus types (must be deleted in the future)
2014-04-07 Goffi plugin XEP-0049: private xml storage
2014-04-07 Goffi core (memory): added __iter__ to PersistentDict
2014-04-07 Goffi plugin XEP-0115: minor logs improvment
2014-04-03 souliane tools, frontends (xmlui): add Widget.setInternalCallback:
2014-04-03 souliane frontends (xmlui): add setter methods + fixes:
2014-04-03 souliane reverted changeset 5c7707c958d8 (revision 969)
2014-04-02 Goffi jp (info/disco): fixed disco loop when --connect is used
2014-04-02 Goffi core (disco): findFeaturesSet and findServiceEntities don't use inlineCallbacks anymore, that allow a better error management (no more anonying debugger raise when discoInfo fails in debug mode)
2014-04-02 Goffi core: better plugin initialisation sequence:
2014-04-02 Goffi jp: "disco" subcommand, moved into a new "info" subcommand + added "version" subcommand which get software version
2014-04-02 Goffi jp: using C.APP_URL for application url
2014-04-01 souliane tools, frontends (xmlui): add setter methods for widgets + new widget InternalButton to process UI operations
2014-04-01 souliane tools, frontends, memory: param definition and XMLUI handle multi-selection for list widgets:
2014-04-01 souliane core, frontends (constants): frontends Const inheritates from core Const
2014-04-01 Goffi jp: added disco subcommand
2014-04-01 Goffi jp: fixed jid unicode decoding
2014-04-01 Goffi jp: fixed missing import
2014-04-01 Goffi core (disco): added discoInfos and discoItems bridge methods
2014-03-31 Goffi plugin XEP-0115: fixed bad disco_infos construction
2014-03-31 souliane memory (disco): bug fix in findFeaturesSet
2014-03-31 Goffi core (XMPP): typo again
2014-03-31 Goffi core (XMPP): fixed typo
2014-03-31 Goffi core (XMPP): added warning when a contact ins roster is not subscribed from or to
2014-03-31 Goffi plulgin XEP-0115: fixed caps_optimize init
2014-03-31 Goffi plugin XEP-0065: fixed initialisation sequence
2014-03-31 Goffi quick frontends: first connection fixes
2014-03-31 Goffi plugin account: reverted patch abd3a75d629c