log

age author description
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)
2015-06-10 souliane primitivus: fix setting the presence and status
2015-06-06 souliane plugin misc_account: change the message sent by email after an account creation
2015-05-27 Goffi tmp (rsm): better use of domish.Element.elements() + minor fixes
2015-05-27 Goffi core (xmpp): added log message when a an entity without presence subscription is removed from roster
2015-05-27 Goffi quick frontends (contact list): cache is not cleared anymore on QuickContactList.fill, avoiding the accidental removal of cached values like avatars
2015-05-22 Goffi quick_frontend (quick_app): properly fixed roster loss:
2015-04-24 souliane display the resource in the chat dialog when printing a private MUC message
2015-04-24 souliane core (xmpp): update the cache for a contact group when a contact is removed from it
2015-04-24 souliane core (xmpp): RosterItem.jid is deprecated in Wokkel 0.7.1, use RosterItem.entity instead
2015-04-23 Goffi core (tests): fixed bad use of reserved name
2015-04-23 Goffi core (tests): test fixes
2015-04-23 Goffi plugin groupblog, tmp (mam, rsm): some style improvments/fixes:
2015-04-23 Goffi tmp (wokkel): licenses fixes:
2015-04-23 Goffi plugins xep-0277: some methods reordering to make the plugin more readable
2015-04-22 Goffi plugins groupblog, xep-0060: first pass of simplification
2015-04-22 Goffi plugins (groupblog, xep-0277) + tmp(rsm): improved style:
2015-04-20 souliane quick_frontend: ask for the roster in connectedHandler instead of in ProfileManager, because we need it also when reconnecting after a disconnection whithout restarting the frontend
2015-04-20 souliane core, plugin XEP-0045, frontends: change frontend method "setStatusOnline" for "setPresenceStatus":
2015-04-17 Goffi core (disco): fixed bad indentation in _discoInfos (used by bridge)
2015-04-17 Goffi bridge: getInfos description minor update
2015-04-17 Goffi core, bridge, jp: management of service discovery extensions (XEP-0128)
2015-04-17 Goffi tmp (mam): fixed name shadowing + getDiscoInfo for mam fix:
2015-04-17 souliane test: fix the tests
2015-04-17 souliane plugin radiocol: radiocolSongAdded now gets a JID as argument, add _radiocolSongAdded working with unicode for bridge calls
2015-04-16 souliane quick_frontend, primitivus: fixes a couple of issues:
2015-04-16 souliane massive (preventive) addition of 'u' (unicode) before the strings passed to logging functions
2015-04-16 souliane quick_frontend, primitivus: move code to remove a new message alert from primitivus to quick_frontend
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-04-09 souliane primitivus: fixes :search command
2015-04-06 Goffi quick_frontends(profile manager): typo
2015-04-06 Goffi jp (profile): added "profile modify" command
2015-04-06 Goffi jp (profile): in "profile create", jid and password arguments are now optional + added a new --xmpp-password option to set XMPP password separately (default to the same password as for profile).
2015-04-06 Goffi jp (profile): fixed "profile info" to use profile, and then manage connection.
2015-04-06 Goffi jp: fixed crash on commands using profile without "connect" option
2015-04-01 souliane quick_frontend (constants): set a constant for default MUC service
2015-04-01 souliane quick_frontend: keep the contact list groups synchronised on contact deletion
2015-04-01 souliane core (xmmp): keep the roster groups cache synchronised + fixes a log.warning
2015-04-01 souliane quick_frontend (contact_list): rename QuickContactList.remove to QuickContactList.removeContact + remove the contact from _roster attribute (and not only from _cache)
2015-03-30 Goffi 2015 copyright dates update
2015-03-30 Goffi jp: fixed bad try/except hidding errors + fixed bad management of jids without node
2015-03-25 souliane quick_frontend: fixes personalEventHandler signature
2015-03-25 souliane quick_frontend, primitivus: various fixes (MUC and cached signals):
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-25 souliane quick_frontend: better PEP-8 compliance