log

age author description
2015-08-25 Goffi plugin XEP-0050: return disco for commands only on commands namespace
2015-08-25 Goffi core (disco): use of failure.Failure when raising FeatureNotFound to avoid a jump in debugger in debug mode
2015-08-25 Goffi plugin groupblog: item access availability on serveur is checked on profile connection, and getFeatures is filled accordingly (with "available" key)
2015-08-25 Goffi core (disco): added checkFeatures to check several features at once + identities are now managed with a tuple in findFeaturesSet and checkFeatures
2015-08-25 Goffi core (xmlui): reverted change from 039d96e131be: we should be able to recreate the same container with changeContainer
2015-08-25 Goffi frontends: callback are now always used in QuickApp launchAction (before it was only used if validated is present):
2015-08-25 Goffi primitivus (ProfileManager): fixed profile change event callback
2015-08-21 souliane tools (xmlui): changeContainer do not create a new one when the current one already fits
2015-08-21 souliane tools, frontends (xmlui): allow to select a tab when adding it
2015-08-21 Goffi plugin groupblog: groupblog compatible pubsub service is checked in profileConected + getFeatures implementation
2015-08-21 Goffi core (disco): fixed bad indentation resulting in bad result in findFeaturesSet
2015-08-21 Goffi plugin XEP-0060: implemented getFeatures, data has a "service" key if service is found for this profile
2015-08-21 Goffi core, bridge: added getFeatures method:
2015-08-20 Goffi QuickFrontend: removed old watched stuff as a new plugin now manages it properly
2015-08-20 Goffi core, plugin watched: new plugin, show an alert when a watched entity goes online
2015-08-20 Goffi primivitus: fixed profile manager exception when nothing is focused
2015-08-20 Goffi frontends, primitivus: JidsList XMLUI widget management /!\ urwid SàText must be updated
2015-08-20 Goffi core (params): jids_list type management
2015-08-20 Goffi core (xmlui): added JidsListWidget to manage editable list of jids:
2015-08-18 Goffi core(xmlui): removed useless parenthesis around assert
2015-08-18 Goffi core (memory): fixed a double timer.cancel in Sessions
2015-08-18 Goffi core , privmitivus (xmlui): add jidInput handling, with a simple String for now
2015-08-18 Goffi xmlui: minor docstring fixes
2015-08-18 Goffi core: tools.utils.getRepositoryData now return "hg log -r -1" and short form of node + fixed crash if mercurial is not present:
2015-08-18 Goffi core: moved __version__ to __init__.py, so we can check version by doing "import sat;print(sat.__version__)"
2015-08-18 Goffi core: removed sat_id which is not used anywhere, uuid do the job better
2015-08-18 Goffi quick_frontend, primitivus: handling of actionNew signal
2015-08-18 Goffi core, bridge: new signal actionNew to launch an action from the backend (e.g. display a dialog message):
2015-08-18 Goffi plugin XEP-0045: added disco announce
2015-08-18 Goffi plugin XEP-0059: fixed bad disco handling
2015-08-20 souliane setup: wx is not more a dependency since wix has been deprecated
2014-09-03 souliane plugin OTR: fixes a couple of typos
2015-08-15 Goffi quick_frontend: minor fixes
2015-08-15 Goffi quick_frontend (constants, quick_app, quick_contact_list): blogging refactoring (not finished):
2015-08-15 Goffi core: getProfileName no raise ProfileUnknownError + minor doc fixes
2015-08-15 Goffi plugins xep-0060, xep-0163, xep-0277, groupblog: bloging improvments (huge patch, sorry):
2015-08-15 Goffi plugin text-syntaxes: minor variable renaming
2015-08-15 Goffi tmp(pubsub): added retract "notify" attribute management
2015-08-15 Goffi xml_tools: minor attribute renaming
2015-08-15 Goffi tmp (wokkel.rsm): use of super instead of direct call in PubSubRequest
2015-08-15 Goffi plugin XEP-0277: added mBGetFromManyWithComments to have items + comments in one method call
2015-08-15 Goffi plugin XEP-0277: better parsing of atom:author element + item2mbdata minor reorganisation for better readability
2015-08-15 Goffi plugin xep-0060,xep-0277: added getFromMany using new RTDeferredSession mechanism
2015-08-15 Goffi plugins xep-0060, xep-0277: added methods to serialise getItems result (before bridge transmission):
2015-08-15 Goffi plugins xep-0277, groupblog: added subscriteToMany to replace massiveSubscribeGroupBlogs + added SatRosterProtocol.getJidsSet
2015-08-15 Goffi plugin XEP-0060: use of new RTDeferredSession to subscribe many nodes at once + subscribeToMany can now subscribe on separate services
2015-08-15 Goffi core: new tools.sat_defer module, and implementation of RTDeferredSessions:
2015-08-15 Goffi core (memory): Sessions fixes:
2015-08-15 Goffi plugins xep-0060, xep-0277: code simplification/cleaning/fix:
2015-07-22 souliane tools (config): when reading a list or dict from the config file, ignore spaces immediately following the delimiter
2015-07-21 souliane tools (xml_tools): better PEP-8 compliance
2015-07-21 souliane add PyOpenSSL to the dependency list
2015-07-20 souliane quick_frontend: display over whole alerts counter
2015-07-14 souliane quick_frontend (quick_chat): QuickChat._get_nick returns "" instead of None for message from the MUC
2015-07-14 souliane plugin misc_groupblog: pubsub response do not fail when target server doesn't handle RSM
2015-07-14 souliane tmp (wokkel): pubsub response do not fail when target server doesn't handle RSM
2015-07-14 souliane add tests for sat.tmp.wokkel
2015-07-14 souliane plugin XEP-0054: fixes bug introduced by changeset 1255 (38fb8823cee8)
2015-07-13 souliane quick_frontend: add a couple of TODOs
2015-06-10 souliane bridge, quick_frontend: the JID that is assigned by the server can differ from the one we asked for (resource)